Schema changes

New Tables:
Quote_reasoning - record internal processes against quote
additional_items - moved from within Costs

Changed Tables:
Costs
Quote_items
Bases
Housings
Quotes
Meters
Modules

Views: As listed against this revision.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3057 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2007-12-21 11:29:21 +00:00
parent 848bbd606d
commit 0bde1c86c3
10 changed files with 306 additions and 146 deletions

View File

@@ -1,6 +1,5 @@
CREATE OR REPLACE VIEW V_HOCO AS
SELECT hou_code
,description
,selling_price
,cost_price
,delivery_cost
@@ -13,7 +12,6 @@ SELECT hou_code
,to_date('2099'
,'yyyy'))) AS effective_to
FROM (SELECT hou_code
,description
,selling_price
,cost_price
,delivery_cost