IMPORTING FILES

Importing files is a quick way of getting data from one system, possibly manipulating it with third party software and (re)importing into CONTROL.

The data MUST have

All columns with data in them will be assumed to match the columns defined below. All columns past the last column with actual data in the import file, will be given the currently defined "default value".

To import the file you need to run:

impXXmin "file_name"

Running impXXmin -b "file_name" will blank fields if the field is equal to zero or blank

Running impstmin --qoh "file_name" is used in stock to import the quantity on hand field, otherwise it will be ignored. This updates the closing balance field. use this option when exporting out of one location closing balance to import into new location. Use this when importing a new location. it will use the value on hand and qty on hand columns on spreadsheet

Running impstmin --obqty "file_name" is used to import the opening balance quantity on hand. This is different from above. Closing balance will be automatically updated. this uses opening balance on spreadsheet

You can not run the --qoh and the --obqty in the same run.

To convert stock items to have mixed case. --to_mix_case

--alter_only - to only alter items that can be found in the spreadsheet (no adds)

--add_only - this will add only items which can not be found in the spreadsheet (no alters)

--no_colour_update - this will not alter or add any of the colour palettes

--no_size_update - this will not alter or add any of the sizes.

--do_size_update - This will update the size palette

--do_colour_update - This will only update the colour palette

-L - this will not update the log.dat. This is useful for fixing accounts which you do not want polled. eg. removing customers from franchisee

--do_online_update This will update the online TAB on stock file maintance

To get an empty copy of the import file, run

expXXmin

and specify the desired filename for the spreadsheet. Make sure that the filename ends with ".csv".

STOCK FILE IMPORT - 94 fields

CREDITORS IMPORT - 24 fields

CUSTOMERS IMPORT - 32 fields

CATEGORY/DEPARTMENT IMPORT - 29 fields

GENERAL LEDGER IMPORT - 8 fields

run expglmin --imp_ly_bal for the csv, add the column "Last_Year_P12_Bal", after all the normal standard columns. importing this csv with extra column without the --imp_ly_bal will still run but the column will not update. also importing with the --imp_ly_bal with a normal csv without this column will still run as normal. please note that if the column is 0 or blank it will actually blank the field

COLOUR PALLETE IMPORT -

SETTING UP NEW CUSTOMERS

stock

Import (last edited 2024-11-08 05:38:48 by JennyTinsey)