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
accountingDataAccountingData
Accounting accounts.
conceptConcept
Concept of production.



JSON representation

Code Block
languagepowershell
themeDJango
{   
	"amount": 442.29,
    "foodAmount": 342.00,
    "beverageAmount": 100.29,
    "amount" : 788.000000otherAmount": 0.00,
    "amountMix": 442.29,
    "accountingData" : {
        "accountingAccount" : "4800001700000000022",
        "analityAccount" : null"",
        "centerAccount": ""
 : null     },
    "concept" : {
        "code" : "BOOKPR",
        "name" : "BOOKING"PR - Promo Room"
       }
}