bug credit front
This commit is contained in:
parent
8726540342
commit
6022bcbe34
|
@ -182,12 +182,12 @@
|
||||||
ng-class="{bold: $ctrl.summary.debt.debt > $ctrl.summary.credit}">
|
ng-class="{bold: $ctrl.summary.debt.debt > $ctrl.summary.credit}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value label="Credit"
|
<vn-label-value label="Credit"
|
||||||
value="{{$ctrl.summary.credit | currency:'€ ':2}}"
|
value="{{$ctrl.summary.credit | currency:'€ ':2 }} "
|
||||||
ng-class="{bold: $ctrl.summary.credit > $ctrl.summary.creditInsurance ||
|
ng-class="{bold: $ctrl.summary.credit > $ctrl.summary.creditInsurance ||
|
||||||
($ctrl.summary.credit && $ctrl.summary.creditInsurance == null)}">
|
($ctrl.summary.credit && $ctrl.summary.creditInsurance == null)}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value label="Secured credit"
|
<vn-label-value label="Secured credit"
|
||||||
value="{{$ctrl.summary.creditInsurance | currency:'€ ':2}}">
|
value="{{$ctrl.summary.creditInsurance | currency:'€ ':2}} ({{$ctrl.summary.classifications[0].insurances[0].grade}})">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value label="Balance"
|
<vn-label-value label="Balance"
|
||||||
value="{{$ctrl.summary.sumRisk | currency:'€ ':2}}">
|
value="{{$ctrl.summary.sumRisk | currency:'€ ':2}}">
|
||||||
|
|
|
@ -6586,8 +6586,7 @@
|
||||||
"jsbn": {
|
"jsbn": {
|
||||||
"version": "0.1.1",
|
"version": "0.1.1",
|
||||||
"bundled": true,
|
"bundled": true,
|
||||||
"dev": true,
|
"dev": true
|
||||||
"optional": true
|
|
||||||
},
|
},
|
||||||
"json-schema": {
|
"json-schema": {
|
||||||
"version": "0.2.3",
|
"version": "0.2.3",
|
||||||
|
|
|
@ -51,7 +51,7 @@ module.exports = Self => {
|
||||||
SELECT
|
SELECT
|
||||||
i.id,
|
i.id,
|
||||||
TRUE,
|
TRUE,
|
||||||
i.dued,
|
i.issued,
|
||||||
c.code,
|
c.code,
|
||||||
i.created,
|
i.created,
|
||||||
CONCAT(' N/FRA ', i.ref),
|
CONCAT(' N/FRA ', i.ref),
|
||||||
|
|
Loading…
Reference in New Issue