feat: refs #7216 logUnpaid #2609

Merged
jgallego merged 2 commits from 7216-clientUnpaid into dev 2024-06-20 05:50:15 +00:00
3 changed files with 14 additions and 1 deletions
Showing only changes of commit 637c6a9035 - Show all commits

View File

@ -0,0 +1,5 @@
name: uppaid
jsegarra marked this conversation as resolved Outdated

uppaid o unpaid?

uppaid o unpaid?
columns:
Review

la columna editorFk, no hay que añadirla?

la columna editorFk, no hay que añadirla?
clientFk: client
dated: date
amount: amount

View File

@ -0,0 +1,5 @@
name: impagado
Review

la columna editorFk, no hay que añadirla?

la columna editorFk, no hay que añadirla?
columns:
clientFk: cliente
dated: fecha
amount: cantidad

View File

@ -1,6 +1,9 @@
{
"name": "ClientUnpaid",
"base": "VnModel",
"mixins": {
"Loggable": true
},
"options": {
"mysql": {
"table": "clientUnpaid"
@ -25,4 +28,4 @@
"foreignKey": "clientFk"
}
}
}
}