I’d like to setup some daily/hourly jobs to pull in data from a few external systems for later use in erpnext. First, any guidance of existing ways where this is done / custom apps doing this would be much appreciated.
In short, some examples of things I’d like to weave in, either build entirely in erpnext/frappe or pushing via separate job-runner → api.
Slurping logs from UPS & FedEx to allow searching tracking-no’s in erpnext for later association with Purchase Receipts.
Importing & pre-populating ranges of serial-numbers created in manufacturing environments / MES systems for later use when validating integrity during stock operations.
Optimally, batch-data like this would be queued up unprocessed, run through validation in case manual attention is needed and/or put in a work flow for manual accept and retry / conflict resolution when needed.