Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
amountDecimal
Total production.
foodAmountDecimal
Total food breakdown amount
beverageAmountDecimal
Total beverage breakdown amount
otherAmountDecimal
Total other breakdown amount
amountMixDecimal
Total Amount with gross comission
foodAmountMixDecimal
Total food breakdown amount mix
beverageAmountMixDecimal
Total beverage breakdown amount mix
otherAmountMixDecimal
Total other breakdown amount mix
amountNetDecimal
Total Amount with net comission
foodAmountNetDecimal
Total food breakdown amount net
beverageAmountNetDecimal
Total beverage breakdown amount net
otherAmountNetDecimal
Total other breakdown amount net
amountAdvancedDecimal
Total production advanced
amountAdvancedMixDecimal
Total production advanced mix.
allowBreakdownBoolean
Have Allow breakdown.
accountingDataAccountingData
Accounting accounts.
conceptConcept
Concept of production.
commissionAppliedDecimal
Commission applied
commissionDecimal
Commision
amountDiscountDecimal
Amount discouint



JSON representation

Code Block
languagepowershell
themeDJango
{   
	"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
}