Commit Graph

53 Commits

Author SHA1 Message Date
hardya
f5e160010b New tables:
PASSWORDS - holds history of passwords for parties
 ACCESS_CONTROLS - hold page, item / role information for authorization purposes.

Modified tables:
 ENQUIRIES - meter size removed. Replaced by foreign key to METER_SIZE_CODES.
 COSTS - includes AICO_CODE and DESCRIPTION for use as cost details for Additional Items.

General modifications:
 Yes/No columns modified to VARCHAR2(3)

Modules:
 Added mip_security.pck. Supports Authentication and Authorization (update of the original POC version)

Respository:
 Created new directory structure to hold persistent data. Currently includes Data/Seed for base table values and Data/Demo to populate various party and relationship tables.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2838 248e525c-4dfb-0310-94bc-949c084e9493
2007-11-12 12:07:25 +00:00
PriestJ
7def5bb1af data export refined after AH updated mip schema
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2833 248e525c-4dfb-0310-94bc-949c084e9493
2007-11-08 17:47:55 +00:00
PriestJ
937284c062 mip_files package, contains export_table_to_csv function. This is used for the data export function of webMIP. The export_table_to_csv is called from an APEX screen, and it creates a CSV file for downloading.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2819 248e525c-4dfb-0310-94bc-949c084e9493
2007-11-02 12:09:48 +00:00