From 9d0c466a1ce289c59bf0087a1eb6ff3c684d7522 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 1 Feb 2021 19:32:03 +0100 Subject: [PATCH] Migliorie minori stampa bilancio --- templates/bilancio/body.php | 45 ++++++++++++++++++--------------- templates/bilancio/settings.php | 9 +++++++ 2 files changed, 34 insertions(+), 20 deletions(-) create mode 100644 templates/bilancio/settings.php diff --git a/templates/bilancio/body.php b/templates/bilancio/body.php index b7daf203f..558bbd171 100644 --- a/templates/bilancio/body.php +++ b/templates/bilancio/body.php @@ -22,10 +22,10 @@ include_once __DIR__.'/../../core.php'; // Stato Patrimoniale echo '

Stato Patrimoniale

- - - - - -
- + +
+
+
@@ -97,9 +97,10 @@ echo ' echo '
Attività
-
- + + +
+
@@ -171,18 +172,20 @@ echo ' echo '
-
'; + + +'; // Conto economico echo '

Conto Economico

- - - - - -
- + +
+ +
+ +
@@ -237,9 +240,11 @@ echo ' echo '
Costi
-
- + + +
+ +
@@ -295,6 +300,6 @@ echo ' echo '
-
'; \ No newline at end of file + + +'; \ No newline at end of file diff --git a/templates/bilancio/settings.php b/templates/bilancio/settings.php new file mode 100644 index 000000000..16eef0ab7 --- /dev/null +++ b/templates/bilancio/settings.php @@ -0,0 +1,9 @@ + 'A4', + 'orientation' => 'P', + 'font-size' => '9px', + +];