| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalSales |
Total sales for today |
decimal number |
None. |
| Cash |
Cash received from orders |
decimal number |
None. |
| Card |
Card payments sum |
decimal number |
None. |
| GiftCards |
Amount paid from gift cards |
decimal number |
None. |
| Loyalty |
Sum of amount for loyalty points |
decimal number |
None. |
| Voucher |
Payment of orders using vouchers |
decimal number |
None. |
| Wallet |
Payment of orders using Wallet |
decimal number |
None. |
| Aggregator |
Payment of orders using Aggregator |
decimal number |
None. |
| CashRefunds |
Amount refund by cash |
decimal number |
None. |
| CashInHand |
Cash in hand (Minus Refunds etc.) |
decimal number |
None. |
| NetSales |
Net sales |
decimal number |
None. |
| Discount |
Sum of discount given |
decimal number |
None. |
| Void |
Sum of amount of void orders |
decimal number |
None. |
| Complimentary |
Sum of amount of items given as complimentary |
decimal number |
None. |
| Refunds |
Sum of refunded amount |
decimal number |
None. |
| Tax |
Total Tax received on orders |
decimal number |
None. |
| Gratuity |
Sum of tips given to Waiters |
decimal number |
None. |
| Charges |
Sum of any extra charges |
decimal number |
None. |
| TotalOrders |
No of orders |
decimal number |
None. |
| ItemSold |
No of Sold Items |
decimal number |
None. |
| RefundedItems |
No of Refunded Items |
decimal number |
None. |
| VoidOrderCount |
No of Void orders |
decimal number |
None. |
| Date |
Sales data For the Day |
string |
None. |
| CardDetails |
Payment details for card types |
Dictionary of string [key] and decimal number [value] |
None. |
| WebOrderSales |
Web order sales |
Collection of WebSales |
None. |
| WebOrderCounts |
Web order count |
Collection of WebOrderCount |
None. |
| OrderTypeSales |
Sale details by order type |
Collection of OrderTypeSale |
None. |