I want to run a report that shows me what i have order from a vendor from 11-13 to 12-13
*This post is locked for comments
I want to run a report that shows me what i have order from a vendor from 11-13 to 12-13
*This post is locked for comments
If you know PO's Number you can use Items - Item Movement Report
if you need by supplier name or code you need a little customization on this report
Modify this report to support this option.
Items - Item Movement Report
ADD this table (Supplier) to view
LEFT JOIN PurchaseOrder WITH(NOLOCK) ON InventoryTransferLog.ReferenceID = PurchaseOrder.ID
LEFT JOIN Supplier WITH(NOLOCK) on PurchaseOrder.SupplierID = Supplier.ID
Add field
Suppliercode or supplierName
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156