$tipo_doc$
@@ -61,7 +61,7 @@ $default_header$
'.tr('Spett.le', [], ['upper' => true]).'
$c_ragionesociale$
- $c_indirizzo$ $c_citta_full$
+ $c_indirizzo$ $c_citta_full$
|
diff --git a/templates/fatture/header.php b/templates/fatture/header.php
index 854fc9ec6..abbdc8dcd 100755
--- a/templates/fatture/header.php
+++ b/templates/fatture/header.php
@@ -65,7 +65,7 @@ $default_header$
'.tr('Spett.le', [], ['upper' => true]).'
$c_ragionesociale$
- $c_indirizzo$ $c_citta_full$
+ $c_indirizzo$ $c_citta_full$
|
diff --git a/templates/ordini/body.php b/templates/ordini/body.php
index 3fdcf613b..171e145df 100644
--- a/templates/ordini/body.php
+++ b/templates/ordini/body.php
@@ -24,7 +24,7 @@ echo "
".tr('Descrizione', [], ['upper' => true])." |
".tr('Q.tà', [], ['upper' => true])." |
".tr('Prezzo unitario', [], ['upper' => true])." |
-
".tr('Imponibile', [], ['upper' => true])." |
+
".tr('Importo', [], ['upper' => true])." |
".tr('IVA', [], ['upper' => true]).' (%) |
diff --git a/templates/ordini/header.php b/templates/ordini/header.php
index 559c580f7..cc09cc054 100644
--- a/templates/ordini/header.php
+++ b/templates/ordini/header.php
@@ -4,30 +4,51 @@ echo '
$default_header$
-
- $tipo_doc$
-
+
-
-
-
- '.tr('Nr. documento', [], ['upper' => true]).'
- $numero_doc$
- |
+
+
+
+ $tipo_doc$
+
-
- '.tr('Data documento', [], ['upper' => true]).'
- $data$
- |
+
+
+
+ '.tr('Nr. documento', [], ['upper' => true]).'
+ $numero_doc$
+ |
-
- '.tr('Pagamanto', [], ['upper' => true]).'
- $pagamento$
- |
+
+ '.tr('Data documento', [], ['upper' => true]).'
+ $data$
+ |
-
- '.tr('Foglio', [], ['upper' => true]).'
- {PAGENO}/{nb}
- |
-
-
';
+
+ '.tr('Pagamento', [], ['upper' => true]).'
+ $pagamento$
+ |
+
+
+ '.tr('Foglio', [], ['upper' => true]).'
+ {PAGENO}/{nb}
+ |
+
+
+
+
+
+
+
+
+
+ '.tr('Spett.le', [], ['upper' => true]).'
+ $c_ragionesociale$
+ $c_indirizzo$ $c_citta_full$
+ |
+
+
+
+
+
+
';
diff --git a/templates/ordini/init.php b/templates/ordini/init.php
index 2d19fcd99..007078965 100644
--- a/templates/ordini/init.php
+++ b/templates/ordini/init.php
@@ -2,7 +2,7 @@
include_once __DIR__.'/../../core.php';
-$module_name = 'Preventivi';
+$module_name = 'Ordini';
// Lettura info fattura
$records = $dbo->fetchArray('SELECT *, (SELECT descrizione FROM or_tipiordine WHERE or_tipiordine.id=idtipoordine) AS tipo_doc, (SELECT descrizione FROM co_pagamenti WHERE id=idpagamento) AS tipo_pagamento FROM or_ordini WHERE id='.prepare($idordine));
diff --git a/templates/ordini/settings.php b/templates/ordini/settings.php
index 4439efc69..acd80b57a 100644
--- a/templates/ordini/settings.php
+++ b/templates/ordini/settings.php
@@ -1,5 +1,5 @@
55,
+ 'header-height' => 65,
];