# Report Operations related to report page, including create, get, etc ## Get Sales Invoice - [GET /api/v3/Report](https://developer.dealpos.com/openapi/openapi/report/getreport.md): Get sales transactions. Requires the "VIEW" role in the "Report" group. ## Get Sales Invoice by Sales Person - [GET /api/v3/Report/SalesPerson](https://developer.dealpos.com/openapi/openapi/report/getsalesinvoicebysalesperson.md): Get sales summary grouped by sales person for a date range. Requires the "VIEW" role in the "Report" group. ## Get Sales Aggregate - [GET /api/v3/Report/GetSalesAggregate](https://developer.dealpos.com/openapi/openapi/report/getsalesaggregate.md): Get aggregated sales data for a date range (sales, tax, cost, profit, etc.). Requires the "VIEW" role in the "Report" group. ## Get Outlet Performance - [GET /api/v3/Report/OutletPerformance](https://developer.dealpos.com/openapi/openapi/report/getoutletperformance.md): Get sales performance metrics grouped by outlet (sales, cost, profit, etc.). Requires the "VIEW" role in the "Report" group. ## Get Sales Invoice With Item Net Sales - [GET /api/v3/Report/WithItemNetSales](https://developer.dealpos.com/openapi/openapi/report/getsalesinvoicewithitemnetsales.md): Get sales invoices including prorated net-sales per item. Requires the "VIEW" role in the "Report" group. ## Get Daily Sales By Month - [GET /api/v3/Report/DailySales](https://developer.dealpos.com/openapi/openapi/report/getdailysales.md): Get daily sales totals for a specified year (grouped by month). Requires the "VIEW" role in the "Report" group. ## Get Sales Invoice With Item Net Sales Complete - [GET /api/v3/Report/WithItemNetSalesComplete](https://developer.dealpos.com/openapi/openapi/report/getsalesinvoicewithitemnetsalescomplete.md): Get sales invoices including prorated net-sales per item (complete view). Requires the "VIEW" role in the "Report" group. ## Get Product Sold - [GET /api/v3/Report/ProductSold](https://developer.dealpos.com/openapi/openapi/report/getproductsold.md): Get product sales report (quantity, sales, cost, profit) for a date range. Requires the "VIEW" role in the "Report" group. ## Get Sales Group by Outlet Tag - [GET /api/v3/Report/InvoiceGroupByOutletNTag](https://developer.dealpos.com/openapi/openapi/report/getsalesgroupbyoutlettag.md): Get sales grouped by outlet and channel tag for charting. Requires the "VIEW" role in the "Report" group. ## Get Product Sales by SKU Group by Day - [GET /api/v3/Report/ProductSold/BySKUGroupDay](https://developer.dealpos.com/openapi/openapi/report/getproductsalesbyskugroupbyday.md): Get daily product sales quantities grouped by SKU (or variant) for a date range. Requires the "VIEW" role in the "Report" group.