EXTRACTING PURCHASE ORDER WHEN A NEW SITE IS SETUP

This is used when polling has been implemented.

If the customer has entered the purchase orders before we have taken a copy of the data for the new created store (and before polling has been setup). The following will need to be run to extract them.

copy tran.dat to tran.bak

copy blank sendtrn.dat file

005 = is the branch code name

14 = purchase orders

sendpost -f tran.bak -o sendtrn.dat -B 005 14

extractingpo (last edited 2013-09-18 06:09:34 by localhost)