coolOrangeLabs / powerGateTemplate

powerGate full functional sample ERP integration
MIT License
3 stars 3 forks source link

Removing the job "Erp.Service.CreatePDFFromItem" #225

Open ThomasRossmeisl opened 1 year ago

ThomasRossmeisl commented 1 year ago

Description

The job Erp.Service.CreatePDFFromItem is almost identical to the job Erp.Service.CreatePDF. The major difference is that the job collects drawings of the item the job has been created for.

If the drawings would be collected in powerEvents the job Erp.Service.CreatePDF could be queued for each drawing and the job Erp.Service.CreatePDFFromItem could be removed