Mall-Central.com can support many different report formats and does this by parsing the uploaded sales data file after uploading.
However, it is best if your POS software can generate a .txt file of the proper format for a couple reasons:
1) it reduces server load if you use an easy to parse data file
2) periodic POS software upgrades will remain compatible
Therefore, the following is an example of a sales data file (with three items) of the recommended format for your uploadable sales report:
date-----dealer-stockno--description----------------price----discount-total---<cr><cr> 10/23/03 11 27632 cooking tin la 19.95 0.00 19.95<cr><cr> 10/22/03 1 BOOK The Prophet 6.00 0.00 6.00<cr><cr> 10/17/03 RK48 K313 walnut dresser w/marble to 275.00 0.00 275.00<cr><cr> date-----dealer-stockno--description----------------price----discount-total---<cr><cr> (8) (6) (8) (26) (8) (8) (8) 12345678 123456 12345678 12345678901234567890123456 12345678 12345678 12345678 <-- 78 character plus two <cr>Notes:
This format uses the SOSADV filetype which is selected at the Store Page
Back to Store Page instructions