Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
amountDecimal
Total production.
accountingDataAccountingData
Accounting accounts.
conceptConcept
Concept of production.



JSON representation

Code Block
languagepowershell
themeDJango
{   
    "amount" : 788.000000,
    "accountingData" : {
        "accountingAccount" : "4800001",
        "analityAccount" : null,
        "centerAccount" : null
    },
    "concept" : {
        "code" : "BOOK",
        "name" : "BOOKING"
    }
}