Differences between revisions 2 and 3
Revision 2 as of 2006-12-11 03:51:57
Size: 1727
Editor: FayezMoussa
Comment:
Revision 3 as of 2006-12-11 04:07:32
Size: 1961
Editor: FayezMoussa
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
- Add a new field to the debtor file, that will refer to a salesperson. This field will be used to record debt collector. The appropriate field from the data will be imported into this new field.
Line 31: Line 33:
|| New debtor record field|| 2||
Line 32: Line 35:
||'''Total'''|| '''17''' || ||'''Total'''|| '''19''' ||

Quote for importing Vinod Patel (Fiji) data

They will require the following import programs:

  • - a category import program. There will be two files to import. One file to create the departments. This file will be imported as is, with no modifications. Codes and Names will be imported. The second file (called sub-groups) will have the codes modified in the following way. If the code is 3 digits, a 01 will be prefixed to the code. If its 4 digits, only a 1 will be prefixed to the code

- a stock import program.

  • These are the fields which will be imported:
    • Item number
    • Item description
    • Category (made up of the subgroup field using the special transformation described above)
    • EAN (barcode)
    • Default supplier (supplier[0])
    • Purchasing unit (buy units)
    • No of items per purchasing unit (bufac)
    • Customs group (duty field - special mapping table is provided and this will need to be hardcoded into the import program)
    • Stock UoM (sale units)
    • Discount levels % 1-4 (pbreaks 1-4)
    • Cost
    • Price

- a debtor import. Most of the fields are straight forward. The data file will have to be split up manually into customers and suppliers (C for customers, and S for suppliers). For customers, the price list field refers to another customer with that code. If we cannot find that code, we should create it. It should then be stored in the "Customer Quoted Pricing 1" field.

- a creditor import. As above, but without the price list field being imported

- Add a new field to the debtor file, that will refer to a salesperson. This field will be used to record debt collector. The appropriate field from the data will be imported into this new field.

Task

Time(hrs)

Category import

2

Stock import

5

Debtor import

3

Supplier import

2

New debtor record field

2

Quote/Testing

5

Total

19

VinodPatel (last edited 2013-09-18 06:09:33 by localhost)