model ok
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
3cb0859f85
commit
c036c7c7fe
|
@ -1 +0,0 @@
|
||||||
Delete this
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
ALTER TABLE `supplierAccount` ADD `beneficiary` VARCHAR(50) NULL DEFAULT NULL AFTER `bankFk`;
|
||||||
|
UPDATE supplierAccount SET beneficiary = `description`;
|
|
@ -22,26 +22,11 @@
|
||||||
"iban": {
|
"iban": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
},
|
},
|
||||||
"office": {
|
"beneficiary": {
|
||||||
"type": "String"
|
|
||||||
},
|
|
||||||
"DC": {
|
|
||||||
"type": "String"
|
|
||||||
},
|
|
||||||
"number": {
|
|
||||||
"type": "String"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"type": "String"
|
|
||||||
},
|
|
||||||
"bicSufix": {
|
|
||||||
"type": "String"
|
"type": "String"
|
||||||
},
|
},
|
||||||
"bankEntityFk": {
|
"bankEntityFk": {
|
||||||
"type": "Number"
|
"type": "Number"
|
||||||
},
|
|
||||||
"bankFk": {
|
|
||||||
"type": "Number"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"relations": {
|
"relations": {
|
||||||
|
|
|
@ -35,6 +35,10 @@
|
||||||
ng-click="$ctrl.showBankEntity($event, $index)">
|
ng-click="$ctrl.showBankEntity($event, $index)">
|
||||||
</vn-icon-button>
|
</vn-icon-button>
|
||||||
</append>
|
</append>
|
||||||
|
<vn-textfield
|
||||||
|
label="Beneficiary"
|
||||||
|
ng-model="supplierAccount.beneficiary">
|
||||||
|
</vn-textfield>
|
||||||
<vn-none>
|
<vn-none>
|
||||||
<vn-icon-button
|
<vn-icon-button
|
||||||
vn-tooltip="Remove account"
|
vn-tooltip="Remove account"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
Bank entity: Entidad bancaria
|
Bank entity: Entidad bancaria
|
||||||
swift: Swift BIC
|
swift: Swift BIC
|
||||||
Add account: Añadir cuenta
|
Add account: Añadir cuenta
|
||||||
|
Beneficiary: Beneficiario
|
Loading…
Reference in New Issue