{
"id": 1,
"label": "accounts",
"active": true,
"permissions": {
"VIEW": "ALL",
"CREATE": "ALL",
"EDIT": "ALL",
"DELETE": "ALL"
},
"fields": [
{
"id": 1,
"label": "id",
"type": "hidden",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 2,
"label": "number",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 3,
"label": "date",
"type": "date",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 4,
"label": "amount",
"type": "float",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 5,
"label": "accountFile",
"type": "file_upload",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 6,
"label": "ruContract",
"type": "select",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 7,
"label": "techDeal",
"type": "select",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 8,
"label": "isPaid",
"type": "checkbox",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 9,
"label": "datePaid",
"type": "date",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 10,
"label": "cargos",
"type": "multiselect",
"isRequired": true,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 11,
"label": "isProhibitionOnExtradition",
"type": "checkbox",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 12,
"label": "paymentComment",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 13,
"label": "isPartialPayment",
"type": "checkbox",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 14,
"label": "partialPaymentAmount",
"type": "float",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
}
]
}