Handle EDI for new eCommerce partner Source Logistics and bring into X3.
 
Go to file
bleeson 309a3a7894 Added 944 file (needs review and testing).
Added SSH directory for FTP.
2024-03-13 14:43:32 -07:00
incoming_orders Initial commit 2024-03-05 14:42:03 -08:00
ssh Added 944 file (needs review and testing). 2024-03-13 14:43:32 -07:00
edi_944.py Added 944 file (needs review and testing). 2024-03-13 14:43:32 -07:00
readme.txt readme updates 2024-03-07 11:08:16 -08:00
sample.csv Initial commit 2024-03-05 14:42:03 -08:00
source_ecommerce_make_order.py Mapping update to include shipment site, taxes, and discounts. 2024-03-11 13:11:02 -07:00
source_ecommerce_make_shipment.py Mapping update to include shipment site, taxes, and discounts. 2024-03-11 13:11:02 -07:00

readme.txt

Goal:
Take shipping files from Source and turn them into X3 Sales Orders via ZSHPORD
Use same files and turn them into X3 Deliveries for the above orders via ZSHIP945S

Problems:
Source currently doesn't have site information or discount information on their export
Until we have the actual data we'll build an accurate import
If Source cannot provide this we will need to use the existing Shopify integration to pull orders.

How does Source handle multiple lots on a line?

---------------------------------------------------------------------------------------

General process flow
-read in file(s) from Source ecomm FTP and archive file on FTP
-create ZSHPORD from file, pass file to shipment process, ask X3 to process import
-create ZSHIP945S from file, archive, ask X3 to process import

Recurring tasks in X3 have been set up named ZECMSL and ZECMSLSHIP.

--------------------------------------------------------------------------------------

Unanswered:
How will Source send files, individual files or a single bulk file?