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(); ?> getHtml('ID', '0', '0'); ?> + + + getHtml('Type'); ?> + + + getHtml('ClientID'); ?> + + + getHtml('Client'); ?> + + + getHtml('Address'); ?> + + + getHtml('Postal'); ?> + + + getHtml('City'); ?> + + + getHtml('Country'); ?> + + + getHtml('Net'); ?> + + + getHtml('Gross'); ?> + + + getHtml('Profit'); ?> + + + getHtml('Created'); ?> + + + $value) : ++$count; diff --git a/Theme/Backend/sales-bill-list.tpl.php b/Theme/Backend/sales-bill-list.tpl.php index 4c410c7..ca76bbc 100755 --- a/Theme/Backend/sales-bill-list.tpl.php +++ b/Theme/Backend/sales-bill-list.tpl.php @@ -25,24 +25,164 @@ echo $this->getData('nav')->render(); ?> + $value) : ++$count; $url = UriFactory::build('{/prefix}sales/bill?{?}&id=' . $value->getId()); ?> +
getHtml('ID', '0', '0'); ?> + + + getHtml('Type'); ?> + + + getHtml('ClientID'); ?> + + + getHtml('Client'); ?> + + + getHtml('Address'); ?> + + + getHtml('Postal'); ?> + + + getHtml('City'); ?> + + + getHtml('Country'); ?> + + + getHtml('Net'); ?> + + + getHtml('Gross'); ?> + + + getHtml('Profit'); ?> + + + getHtml('Created'); ?> + + +
getNumber(); ?> type->getL11n(); ?> client->number; ?>