diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json
index 87002cc..d47068c 100755
--- a/Admin/Install/Navigation.install.json
+++ b/Admin/Install/Navigation.install.json
@@ -28,6 +28,21 @@
"parent": 1005104001,
"children": []
},
+ {
+ "id": 1005104201,
+ "pid": "/sales/bill",
+ "type": 3,
+ "subtype": 1,
+ "name": "Archiv",
+ "uri": "{/prefix}sales/bill/archiv",
+ "target": "self",
+ "icon": null,
+ "order": 1,
+ "from": "Billing",
+ "permission": { "permission": 2, "type": null, "element": null },
+ "parent": 1005104001,
+ "children": []
+ },
{
"id": 1005104301,
"pid": "/sales/bill",
@@ -74,6 +89,21 @@
"parent": 1005105001,
"children": []
},
+ {
+ "id": 1005105201,
+ "pid": "/purchase/bill",
+ "type": 3,
+ "subtype": 1,
+ "name": "Archiv",
+ "uri": "{/prefix}purchase/bill/archiv",
+ "target": "self",
+ "icon": null,
+ "order": 1,
+ "from": "Billing",
+ "permission": { "permission": 2, "type": null, "element": null },
+ "parent": 1005105001,
+ "children": []
+ },
{
"id": 1005105301,
"pid": "/purchase/bill",
@@ -120,6 +150,21 @@
"parent": 1005106001,
"children": []
},
+ {
+ "id": 1005106201,
+ "pid": "/warehouse/bill",
+ "type": 3,
+ "subtype": 1,
+ "name": "Archiv",
+ "uri": "{/prefix}warehouse/bill/archiv",
+ "target": "self",
+ "icon": null,
+ "order": 1,
+ "from": "Billing",
+ "permission": { "permission": 2, "type": null, "element": null },
+ "parent": 1005106001,
+ "children": []
+ },
{
"id": 1005106301,
"pid": "/warehouse/bill",
diff --git a/Theme/Backend/purchase-bill-list.tpl.php b/Theme/Backend/purchase-bill-list.tpl.php
index 133f267..c24664a 100755
--- a/Theme/Backend/purchase-bill-list.tpl.php
+++ b/Theme/Backend/purchase-bill-list.tpl.php
@@ -26,17 +26,149 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('ID', '0', '0'); ?>
+
+
+
= $this->getHtml('Type'); ?>
+
+
+
= $this->getHtml('ClientID'); ?>
+
+
+
= $this->getHtml('Client'); ?>
+
+
+
= $this->getHtml('Address'); ?>
+
+
+
= $this->getHtml('Postal'); ?>
+
+
+
= $this->getHtml('City'); ?>
+
+
+
= $this->getHtml('Country'); ?>
+
+
+
= $this->getHtml('Net'); ?>
+
+
+
= $this->getHtml('Gross'); ?>
+
+
+
= $this->getHtml('Profit'); ?>
+
+
+
= $this->getHtml('Created'); ?>
+
+
+
| = $this->getHtml('ID', '0', '0'); ?> + + + | = $this->getHtml('Type'); ?> + + + | = $this->getHtml('ClientID'); ?> + + + | = $this->getHtml('Client'); ?> + + + | = $this->getHtml('Address'); ?> + + + | = $this->getHtml('Postal'); ?> + + + | = $this->getHtml('City'); ?> + + + | = $this->getHtml('Country'); ?> + + + | = $this->getHtml('Net'); ?> + + + | = $this->getHtml('Gross'); ?> + + + | = $this->getHtml('Profit'); ?> + + + | = $this->getHtml('Created'); ?> + + + | |
| = $value->getNumber(); ?> | = $value->type->getL11n(); ?> | = $value->client->number; ?> |