model ok
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Javi Gallego 2021-03-31 07:33:00 +02:00
parent 3cb0859f85
commit c036c7c7fe
5 changed files with 9 additions and 18 deletions

View File

@ -1 +0,0 @@
Delete this

View File

@ -0,0 +1,2 @@
ALTER TABLE `supplierAccount` ADD `beneficiary` VARCHAR(50) NULL DEFAULT NULL AFTER `bankFk`;
UPDATE supplierAccount SET beneficiary = `description`;

View File

@ -22,26 +22,11 @@
"iban": {
"type": "String"
},
"office": {
"type": "String"
},
"DC": {
"type": "String"
},
"number": {
"type": "String"
},
"description": {
"type": "String"
},
"bicSufix": {
"beneficiary": {
"type": "String"
},
"bankEntityFk": {
"type": "Number"
},
"bankFk": {
"type": "Number"
}
},
"relations": {

View File

@ -35,6 +35,10 @@
ng-click="$ctrl.showBankEntity($event, $index)">
</vn-icon-button>
</append>
<vn-textfield
label="Beneficiary"
ng-model="supplierAccount.beneficiary">
</vn-textfield>
<vn-none>
<vn-icon-button
vn-tooltip="Remove account"

View File

@ -1,3 +1,4 @@
Bank entity: Entidad bancaria
swift: Swift BIC
Add account: Añadir cuenta
Add account: Añadir cuenta
Beneficiary: Beneficiario