Difference between revisions of "Information Systems:ECU - Description"

From uniWIKI
Jump to navigation Jump to search
(Created page with "uniPHARM used to supply a PC program called EOB (Electronic Order Book) to customers. Every week, ECU would build a file of changes to the item master file (one for each pric...")
 
(Blanked the page)
Line 1: Line 1:
uniPHARM used to supply a PC program called EOB (Electronic Order Book) to customers. Every week, ECU would build a file of changes to the item master file (one for each price list, as the prices would be different for each), and email them to ?. We no longer have the EOB, but we continue building change files and full catalogues every week for the POS systems, and for Web Orders.
 
 
- CL program ECUWEEKLY (weekly Electronic Catalog Update) runs from the Job Scheduler every Thursday at 9:30PM. It runs –
 
 
- Command ECUREGULAR calling auto run ‘WEEKLYCAT’. It builds a file of changes the item file in the last week, for each price list (because they will each have different prices). These files are emailed to pre-set addresses, and sent to our FTP server. It also builds a change file that can be accessed by Web Orders.
 
 
- Command ECUFULLCAT calling auto run ‘ECUFULLCAT’ for each price list.
 
 
- Program ECRUP385 (ECU -- Generate and send full catalog files) calls ECCUP380 for each catalogue built by ECUFULLCAT. ECCUP380 send these catalogues to the FTP server.
 
 
- File ECUIBAP (ECU -- Item Base File) contains all the fields (except prices) included in the catalogue and change files, for every week this is run.
 
 
- File ECUIBPP (ECU -- Item Base Price File) contains all the item prices for every week this is run.
 
 
- File ECUCHGP (ECU -- Catalog Changes File) contains all the items that have had any changes in ECUIBAP, from one week to the next.
 
 
- File ECUCHPP (ECU -- Catalog Price Changes File) contains all the items that have had any changes in ECUIBPP, from one week to the next.
 
 
- File ECUOMDP (ECU -- Message Lines File) are the change and full catalogue files reformatted.
 
 
- File ECUOMHP (ECU -- Message Headers) header for each change and full catalogue file that has been add to ECUOMDP.
 

Revision as of 16:47, 20 October 2015