Documentation/Design/DatabaseItemToFunctionalSpecificationReference.xls - add rule O-M5 Documentation/pldoc - regenerated Modules/mip_helper_special_cases.pck - make reference to Tripartite rule O-M5 (handled by mip_quotation.pck and mip_tripartite.pck Schema - removed DATA_ITEM_ROLES_IMPORT, added views of enquiries and quote statuses git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3354 248e525c-4dfb-0310-94bc-949c084e9493
15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
LOAD DATA
|
|
INFILE *
|
|
INTO TABLE enquiry_status_types
|
|
REPLACE
|
|
FIELDS TERMINATED BY '|'
|
|
(
|
|
code
|
|
,description
|
|
)
|
|
BEGINDATA
|
|
INP|In Progress
|
|
SUBMITTED|Submitted For Quotation
|
|
QUOTED|Quoted For
|
|
INVALID|Invalid Processing of Enquiry
|