Production Summar
Structure
Field | Type | Required | Description |
---|---|---|---|
amount | Decimal | Total production. | |
foodAmount | Decimal | Total food breakdown amount | |
beverageAmount | Decimal | Total beverage breakdown amount | |
otherAmount | Decimal | Total other breakdown amount | |
amountMix | Decimal | Total Amount with gross comission | |
foodAmountMix | Decimal | Total food breakdown amount mix | |
beverageAmountMix | Decimal | Total beverage breakdown amount mix | |
otherAmountMix | Decimal | Total other breakdown amount mix | |
amountNet | Decimal | Total Amount with net comission | |
foodAmountNet | Decimal | Total food breakdown amount net | |
beverageAmountNet | Decimal | Total beverage breakdown amount net | |
otherAmountNet | Decimal | Total other breakdown amount net | |
amountAdvanced | Decimal | Total production advanced | |
amountAdvancedMix | Decimal | Total production advanced mix. | |
allowBreakdown | Boolean | Allow breakdown. | |
accountingData | AccountingData | Accounting accounts. | |
concept | Concept | Concept of production. | |
commissionApplied | Decimal | Commission applied | |
commission | Decimal | Commision | |
amountDiscount | Decimal | Amount discouint |
JSON representation
{ "amount": 442.29, "foodAmount": 342.00, "beverageAmount": 100.29, "otherAmount": 0.00, "amountMix": 1034.4, "foodAmountMix": 0, "beverageAmountMix": 0, "otherAmountMix": 0, "amountNet": 956.35, "foodAmountNet": 0, "beverageAmountNet": 0, "otherAmountNet": 0, "amountMix": 442.29, "amountAdvanced": 221.32, "amountAdvancedMix": 0, "allowBreakdown": false, "accountingData": { "accountingAccount": "HET", "analityAccount": "", "centerAccount": "", "foodAccountingAccount": "", "foodAnalityAccount": "", "foodCenterAccount": "", "beverageAccountingAccount": "", "beverageAnalityAccount": "", "beverageCenterAccount": "", "otherAccountingAccount": "", "otherAnalityAccount": "", "otherCenterAccount": "" }, "concept": { "code": "PR", "name": "PR - Promo Room" }, "commissionApplied": 0, "commission": 74.52, "amountDiscount": 0 }