Reports
Review Products and Selling Value by Supplier
Supplier Based Product groups catalog items by supplier. It answers how many products are associated with each vendor and their stored selling value, not how many units were purchased or sold.
- Menu path
- Reports -> Purchase -> Supplier -> Supplier Based Product
- Verified from
- Posnic demo and current POS source reviewed on 2026-09-08
Technical source evidence
demo.posnic.io Supplier Based Product captured 2026-09-11, frontend/modules/supplierReport.html product tab and detail drawer, frontend/static/script/js/modules/js/report_suppliers.js supplierproductreport and supplierproductdetails, api/src/controllers/items.controller.js supplierItemsReportTable and supplierProductDetails, api/src/repositories/item.repository.js supplierProductDetails
Run the Product View
- Open Supplier Reports and choose Supplier Based Product.
- Apply the required date and branch filter.
- Read Supplier Name, Products and Total Amount.
- Select a supplier name to open product history.
- Review every product-history page before exporting or closing.
Understand the Values
| Value | Meaning | Do not assume |
|---|---|---|
| Products | Count of item records associated with the supplier in the report scope. | It is not received quantity or units sold. |
| Total Amount | Aggregated stored selling_price for those products. | It is not supplier spend, inventory valuation or realized sales. |
| Product history | Item name, source date and selling price returned for the selected supplier. | It is not a purchase invoice ledger. |
Export Correctly
- The summary export filename is supplier-product-reports.
- The selected supplier detail export uses the supplier name plus -supplier-based-product-reports.
- The detail export includes product name, updated date and selling price.
- Verify duplicate or reassigned supplier links in the item catalog before relying on totals.
Troubleshooting
| Problem | Check | Action |
|---|---|---|
| Product count is low | Item supplier assignment and branch | Correct the catalog association, then rerun. |
| Total differs from stock value | Report uses selling price | Use inventory/cost reporting for stock valuation. |
| Date is blank | Stored item created/updated date | Correct source metadata; do not substitute today's date. |
| Supplier opens no products | Current filter and catalog association | Refresh and verify the supplier id on item records. |