diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php new file mode 100644 index 0000000..544c085 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -0,0 +1,20 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +$MODLANG['Navigation'] = [ + 'Articles' => 'Articles', + 'Production' => 'Production', + 'Process' => 'Process', +]; diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php new file mode 100644 index 0000000..eea62f6 --- /dev/null +++ b/Theme/Backend/Lang/api.en.lang.php @@ -0,0 +1,17 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +$MODLANG[1] = [ +]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php new file mode 100644 index 0000000..5519bab --- /dev/null +++ b/Theme/Backend/Lang/en.lang.php @@ -0,0 +1,30 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +$MODLANG['Production'] = [ + 'Article' => 'Article', + 'Done' => 'Done', + 'Due' => 'Due', + 'For' => 'For', + 'Name' => 'Name', + 'Orderer' => 'Orderer', + 'Ordered' => 'Ordered', + 'Process' => 'Process', + 'Product' => 'Product', + 'Productions' => 'Productions', + 'Quantity' => 'Quantity', + 'Start' => 'Start', + 'Status' => 'Status', +]; diff --git a/Theme/Backend/process-create.tpl.php b/Theme/Backend/process-create.tpl.php new file mode 100644 index 0000000..7c5f999 --- /dev/null +++ b/Theme/Backend/process-create.tpl.php @@ -0,0 +1,19 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +/** + * @var \phpOMS\Views\View $this + */ +$task = new \Modules\Tasks\Models\Task(null); diff --git a/Theme/Backend/process-list.tpl.php b/Theme/Backend/process-list.tpl.php new file mode 100644 index 0000000..7c5f999 --- /dev/null +++ b/Theme/Backend/process-list.tpl.php @@ -0,0 +1,19 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +/** + * @var \phpOMS\Views\View $this + */ +$task = new \Modules\Tasks\Models\Task(null); diff --git a/Theme/Backend/process-single.tpl.php b/Theme/Backend/process-single.tpl.php new file mode 100644 index 0000000..7c5f999 --- /dev/null +++ b/Theme/Backend/process-single.tpl.php @@ -0,0 +1,19 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +/** + * @var \phpOMS\Views\View $this + */ +$task = new \Modules\Tasks\Models\Task(null); diff --git a/Theme/Backend/production-create.tpl.php b/Theme/Backend/production-create.tpl.php new file mode 100644 index 0000000..7c5f999 --- /dev/null +++ b/Theme/Backend/production-create.tpl.php @@ -0,0 +1,19 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +/** + * @var \phpOMS\Views\View $this + */ +$task = new \Modules\Tasks\Models\Task(null); diff --git a/Theme/Backend/production-list.tpl.php b/Theme/Backend/production-list.tpl.php new file mode 100644 index 0000000..33c8dc3 --- /dev/null +++ b/Theme/Backend/production-list.tpl.php @@ -0,0 +1,58 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +/** + * @var \phpOMS\Views\View $this + */ + +$footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); +$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); + +$footerView->setPages(1 / 25); +$footerView->setPage(1); +$footerView->setResults(1); + +echo $this->getData('nav')->render(); ?> + +
+ + + + + + + $value) : $c++; + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/business/department/profile?id=' . $value->getId()); ?> + + +
l11n->lang['Production']['Productions']; ?>
l11n->lang['Production']['Status']; ?> + l11n->lang[0]['ID']; ?> + l11n->lang[0]['ID']; ?> + l11n->lang['Production']['Article']; ?> + l11n->lang['Production']['Quantity']; ?> + l11n->lang['Production']['Start']; ?> + l11n->lang['Production']['Due']; ?> + l11n->lang['Production']['Done']; ?> +
render(); ?> +
getId(); ?> + getName(); ?> + getParent(); ?> + getUnit(); ?> + + +
l11n->lang[0]['Empty']; ?> + +
+