salix/modules/client/back/models/XDiario.json

89 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2020-12-16 07:33:08 +00:00
{
2023-09-06 19:22:10 +00:00
"name": "Xdiario",
2020-12-16 07:33:08 +00:00
"base": "VnModel",
"options": {
"mysql": {
"table": "XDiario"
}
},
"properties": {
2023-09-06 19:22:10 +00:00
"id": {
2020-12-16 07:33:08 +00:00
"type": "number",
2023-09-06 19:22:10 +00:00
"id": true
},
"ASIEN": {
"type": "number"
2020-12-16 07:33:08 +00:00
},
"FECHA": {
"type": "date"
},
"SUBCTA": {
"type": "string"
},
"CONTRA": {
"type": "string"
},
"CONCEPTO": {
"type": "string"
},
"EURODEBE": {
"type": "number"
},
"EUROHABER": {
"type": "number"
},
"BASEEURO": {
"type": "number"
},
"SERIE": {
"type": "string"
},
"CAMBIO": {
"type": "number"
},
"DEBEME": {
"type": "number"
},
"HABERME": {
"type": "number"
},
"FACTURA": {
"type": "string"
},
"IVA": {
"type": "number"
},
"RECEQUIV": {
"type": "number"
},
"METAL": {
"type": "number"
},
"METALIMP": {
"type": "number"
},
"CLIENTE": {
"type": "string"
},
"METALEJE": {
"type": "string"
},
"AUXILIAR": {
"type": "string"
},
"MONEDAUSO": {
"type": "string"
2023-09-06 19:22:10 +00:00
},
"enlazadoSage": {
"type": "boolean"
2020-12-16 07:33:08 +00:00
}
},
"relations": {
"company": {
"type": "belongsTo",
"model": "Company",
"foreignKey": "empresa_id"
}
}
}