-
Plăți
+
Plăți
@@ -534,36 +534,14 @@ onBeforeUnmount(() => {
diff --git a/reports-app/frontend/src/components/dashboard/cards/ClientiBalanceCard.vue b/reports-app/frontend/src/components/dashboard/cards/ClientiBalanceCard.vue
index a94da9a..10737d2 100644
--- a/reports-app/frontend/src/components/dashboard/cards/ClientiBalanceCard.vue
+++ b/reports-app/frontend/src/components/dashboard/cards/ClientiBalanceCard.vue
@@ -1,19 +1,19 @@
-
-
+
+
-
Clienți
-
+
Clienți
+
{{ formatCurrency(total) }}
-
+
{{ getTrendIcon(trend) }}
{{ Math.round(Math.abs(trend.value)) }}%
-
+
@@ -31,14 +31,14 @@
-
+
{{ formatPeriodLabel(key) }}
{{ formatCurrency(value) }}
@@ -363,40 +363,14 @@ onBeforeUnmount(() => {
diff --git a/reports-app/frontend/src/components/dashboard/cards/FurnizoriBalanceCard.vue b/reports-app/frontend/src/components/dashboard/cards/FurnizoriBalanceCard.vue
index a30ce36..59dda2c 100644
--- a/reports-app/frontend/src/components/dashboard/cards/FurnizoriBalanceCard.vue
+++ b/reports-app/frontend/src/components/dashboard/cards/FurnizoriBalanceCard.vue
@@ -1,19 +1,19 @@
-
-
+
+
-
Furnizori
-
+
Furnizori
+
{{ formatCurrency(total) }}
-
+
{{ getTrendIcon(trend) }}
{{ Math.round(Math.abs(trend.value)) }}%
-
+
@@ -31,14 +31,14 @@
-
+
{{ formatPeriodLabel(key) }}
{{ formatCurrency(value) }}
@@ -363,40 +363,14 @@ onBeforeUnmount(() => {
diff --git a/reports-app/frontend/src/components/dashboard/cards/TreasuryDualCard.vue b/reports-app/frontend/src/components/dashboard/cards/TreasuryDualCard.vue
index 26434e8..6931280 100644
--- a/reports-app/frontend/src/components/dashboard/cards/TreasuryDualCard.vue
+++ b/reports-app/frontend/src/components/dashboard/cards/TreasuryDualCard.vue
@@ -1,11 +1,11 @@
-
+
-
Casa
-
+
Casa
+
{{ formatCurrency(casaTotal) }}
@@ -15,8 +15,8 @@
-
Bancă
-
+
Bancă
+
{{ formatCurrency(bancaTotal) }}
@@ -26,7 +26,7 @@
-
Casa
+
Casa
@@ -34,7 +34,7 @@
-
Bancă
+
Bancă
@@ -47,14 +47,14 @@
-
+
{{ item.nume || `Cont ${item.cont}` }}
@@ -69,14 +69,14 @@
-
+
{{ item.nume || `Cont ${item.cont}` }}
@@ -562,40 +562,14 @@ onBeforeUnmount(() => {