From 8d8d217fe76e5bd769c12bc6bbad93eba61305e6 Mon Sep 17 00:00:00 2001 From: alexandre Date: Wed, 2 Nov 2022 13:59:13 +0100 Subject: [PATCH] refs #4547 formateo arreglado --- modules/client/front/balance/index/index.html | 210 +++++++++++------- modules/client/front/balance/index/index.js | 1 - 2 files changed, 130 insertions(+), 81 deletions(-) diff --git a/modules/client/front/balance/index/index.html b/modules/client/front/balance/index/index.html index 19db55f1a..b505d5ab5 100644 --- a/modules/client/front/balance/index/index.html +++ b/modules/client/front/balance/index/index.html @@ -1,17 +1,40 @@ - + - + - +
- + -
+
Total by company
-
@@ -20,78 +43,94 @@
- - - - Date - Creation date - Employee - Reference - Bank - Debit - Havings - Balance - Conciliated - - - - - - - - {{::balance.payed | date:'dd/MM/yyyy'}} - - - - - {{::balance.created | date:'dd/MM/yyyy HH:mm'}} - - - - - {{::balance.userName}} - - - - -
- - {{'BILL' | translate: {ref: balance.description} }} - - - {{balance.description}} - -
-
- - - - -
- {{::balance.bankFk}} - {{::balance.debit | currency: 'EUR':2}} - {{::balance.credit | currency: 'EUR':2}} - {{balance.balance | currency: 'EUR':2}} - - - - - - - - - - + + + + Date + Creation date + Employee + Reference + Bank + Debit + Havings + Balance + Conciliated + + + + + + + + {{::balance.payed | date:'dd/MM/yyyy'}} + + + + + {{::balance.created | date:'dd/MM/yyyy HH:mm'}} + + + + + {{::balance.userName}} + + + + +
+ + {{'BILL' | translate: {ref: balance.description} }} + + + {{balance.description}} + +
+
+ + + + +
+ {{::balance.bankFk}} + {{::balance.debit | currency: 'EUR':2}} + {{::balance.credit | currency: 'EUR':2}} + {{balance.balance | currency: 'EUR':2}} + + + + + + + + + + - - @@ -101,13 +140,24 @@
- + - - + - + \ No newline at end of file diff --git a/modules/client/front/balance/index/index.js b/modules/client/front/balance/index/index.js index 103186e09..8ecdd2c70 100644 --- a/modules/client/front/balance/index/index.js +++ b/modules/client/front/balance/index/index.js @@ -45,7 +45,6 @@ class Controller extends Section { return this.aclService.hasAny(['administrative']); } - getData() { return this.$.model.applyFilter(null, { clientId: this.$params.id,