diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 1972787..8bf7b5c 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Articles", - "uri": "/{/lang}/backend/sales/item/list?{?}", + "uri": "{/lang}/backend/sales/item/list?{?}", "target": "self", "icon": null, "order": 10, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/sales/item/list?{?}", + "uri": "{/lang}/backend/sales/item/list?{?}", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "Article", - "uri": "/{/lang}/backend/sales/item/single?{?}", + "uri": "{/lang}/backend/sales/item/single?{?}", "target": "self", "icon": null, "order": 1, @@ -50,7 +50,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/sales/item/create?{?}", + "uri": "{/lang}/backend/sales/item/create?{?}", "target": "self", "icon": null, "order": 5, @@ -67,7 +67,7 @@ "type": 2, "subtype": 1, "name": "Articles", - "uri": "/{/lang}/backend/purchase/item/list?{?}", + "uri": "{/lang}/backend/purchase/item/list?{?}", "target": "self", "icon": null, "order": 10, @@ -81,7 +81,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/purchase/item/list?{?}", + "uri": "{/lang}/backend/purchase/item/list?{?}", "target": "self", "icon": null, "order": 1, @@ -95,7 +95,7 @@ "type": 3, "subtype": 1, "name": "Article", - "uri": "/{/lang}/backend/purchase/item/single?{?}", + "uri": "{/lang}/backend/purchase/item/single?{?}", "target": "self", "icon": null, "order": 1, @@ -112,7 +112,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/purchase/item/create?{?}", + "uri": "{/lang}/backend/purchase/item/create?{?}", "target": "self", "icon": null, "order": 5, @@ -129,7 +129,7 @@ "type": 2, "subtype": 1, "name": "Stock", - "uri": "/{/lang}/backend/warehouse/stock/list?{?}", + "uri": "{/lang}/backend/warehouse/stock/list?{?}", "target": "self", "icon": null, "order": 10, @@ -143,7 +143,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/warehouse/stock/list?{?}", + "uri": "{/lang}/backend/warehouse/stock/list?{?}", "target": "self", "icon": null, "order": 1, @@ -157,7 +157,7 @@ "type": 3, "subtype": 1, "name": "Article", - "uri": "/{/lang}/backend/warehouse/stock/single?{?}", + "uri": "{/lang}/backend/warehouse/stock/single?{?}", "target": "self", "icon": null, "order": 1, @@ -174,7 +174,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/warehouse/stock/create?{?}", + "uri": "{/lang}/backend/warehouse/stock/create?{?}", "target": "self", "icon": null, "order": 5, @@ -191,7 +191,7 @@ "type": 2, "subtype": 1, "name": "Articles", - "uri": "/{/lang}/backend/production/item/list?{?}", + "uri": "{/lang}/backend/production/item/list?{?}", "target": "self", "icon": null, "order": 5, @@ -205,7 +205,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/production/item/list?{?}", + "uri": "{/lang}/backend/production/item/list?{?}", "target": "self", "icon": null, "order": 1, @@ -219,7 +219,7 @@ "type": 3, "subtype": 1, "name": "Article", - "uri": "/{/lang}/backend/production/item/single?{?}", + "uri": "{/lang}/backend/production/item/single?{?}", "target": "self", "icon": null, "order": 1, @@ -236,7 +236,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/production/item/create?{?}", + "uri": "{/lang}/backend/production/item/create?{?}", "target": "self", "icon": null, "order": 5, diff --git a/Theme/Backend/item-create.tpl.php b/Theme/Backend/item-create.tpl.php index 61d713a..71f3134 100644 --- a/Theme/Backend/item-create.tpl.php +++ b/Theme/Backend/item-create.tpl.php @@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Item'); ?>

-
+
@@ -68,7 +68,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Language'); ?>

- +
@@ -96,7 +96,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Property'); ?>

- +
@@ -115,7 +115,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Language'); ?>

- +
@@ -134,7 +134,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Language'); ?>

- +
@@ -154,7 +154,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Attribute'); ?>

- +
@@ -173,7 +173,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Language'); ?>

- +
@@ -192,7 +192,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Language'); ?>

- +
@@ -214,7 +214,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Sales'); ?>

- +
@@ -256,7 +256,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Price'); ?>

- +
@@ -292,7 +292,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Purchase'); ?>

- +
@@ -325,7 +325,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Price'); ?>

- +
@@ -349,7 +349,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Stock'); ?>

- +
@@ -373,7 +373,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Supplier'); ?>

- +
@@ -391,7 +391,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Accounting'); ?>

- +
@@ -412,7 +412,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Production'); ?>

- +
@@ -442,7 +442,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('StockList'); ?>

- +
@@ -460,7 +460,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('QM'); ?>

- +
@@ -473,7 +473,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Packaging'); ?>

- +
@@ -505,7 +505,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Media'); ?>

- +
@@ -521,7 +521,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Stock'); ?>

- +
@@ -534,7 +534,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Stock'); ?>

- +
@@ -558,7 +558,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Disposal'); ?>

- +
@@ -571,7 +571,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Files'); ?>

- + $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/sales/item/single?{?}&id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('{/lang}/backend/sales/item/single?{?}&id=' . $value->getId()); ?> $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?>
diff --git a/Theme/Backend/sales-item-list.tpl.php b/Theme/Backend/sales-item-list.tpl.php index 3b2203d..3f5ec1e 100644 --- a/Theme/Backend/sales-item-list.tpl.php +++ b/Theme/Backend/sales-item-list.tpl.php @@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
printHtml($value->getNumber()); ?> diff --git a/Theme/Backend/stock-list.tpl.php b/Theme/Backend/stock-list.tpl.php index dff52b6..7e03b04 100644 --- a/Theme/Backend/stock-list.tpl.php +++ b/Theme/Backend/stock-list.tpl.php @@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
printHtml($value->getId()); ?> printHtml($value->getName()); ?>