Announcements
No record found.
else if(LocationId != "" && salesPoolIdFilter == "") { insert_recordset dtPODReportTmp(SalesId,OrderAccount,PackingSlipId,DTDeliveryRequestId,PackingSlipDate,PackingSlipRecId,Company,inventLocationId,ShipCarrierWaybill,PlateNum, DlvMode,ShipCarrierPhone,WorkerSalesTaker) select SalesId,OrderAccount,PackingSlipId,DeliveryRequestId,DeliveryDate,RecId,DataAreaId,inventLocationId,ShipCarrierWaybill,PlateNum, DlvMode,ShipCarrierPhone from custPackingSlipJour join WorkerSalesResponsible from salesTable where salesTable.SalesId == custPackingSlipJour.SalesId && custPackingSlipJour.inventLocationId == LocationId && custPackingSlipJour.DeliveryDate >= fromDateFilter && custPackingSlipJour.DeliveryDate <= toDateFilter; }
select custPackingSlipJour.SalesId,custPackingSlipJour.PACKINGSLIPID from custPackingSlipJour join salesTable on salesTable.SalesId = custPackingSlipJour.SalesId join CUSTPACKINGSLIPTRANS on CUSTPACKINGSLIPTRANS.PACKINGSLIPID = custPackingSlipJour.PACKINGSLIPID and custPackingSlipJour.inventLocationId = 'W03' --and custPackingSlipJour.DeliveryDate >= '2023-1-1' --and custPackingSlipJour.DeliveryDate <= '2023-8-31' where CUSTPACKINGSLIPTRANS.QTY >= 0 and CUSTPACKINGSLIPTRANS.VALUEMST >= 0 group by custPackingSlipJour.PACKINGSLIPID,custPackingSlipJour.SalesId
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 510 Super User 2026 Season 1
Giorgio Bonacorsi 399
Adis 251 Super User 2026 Season 1