invoiceIn model updated a summary registered

This commit is contained in:
Carlos Jimenez Ruiz 2021-04-15 10:45:27 +02:00
parent 8faa1531c6
commit ec378a17ae
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,4 @@
module.exports = Self => {
require('../methods/invoice-in/filter')(Self);
require('../methods/invoice-in/summary')(Self);
};

View File

@ -30,12 +30,21 @@
"isBooked": {
"type": "boolean"
},
"isVatDeductible": {
"type": "boolean"
},
"withholdingSageFk": {
"type": "number"
},
"booked": {
"type": "date"
},
"operated": {
"type": "date"
},
"bookEntried": {
"type": "date"
},
"dmsFk": {
"type": "number",
"mysql": {