7658-devToTest_2428 #2663

Merged
alexm merged 251 commits from 7658-devToTest_2428 into test 2024-07-02 07:20:13 +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
columns:
clientFk: client
dated: date
amount: amount

View File

@ -0,0 +1,5 @@
name: impagado
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"
}
}
}
}