diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php new file mode 100644 index 0000000..a2fa112 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.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['Navigation'] = [ +]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php new file mode 100644 index 0000000..a69e30e --- /dev/null +++ b/Theme/Backend/Lang/en.lang.php @@ -0,0 +1,64 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +$MODLANG['ClientManagement'] = [ + 'Accounting' => 'Accounting', + 'Address' => 'Address', + 'Addresses' => 'Addresses', + 'AreaManager' => 'Area Manager', + 'Articlegroup' => 'Articlegroup', + 'Bonus' => 'Bonus', + 'Business' => 'Business', + 'City' => 'City', + 'Client' => 'Client', + 'Clients' => 'Clients', + 'Contact' => 'Contact', + 'Country' => 'Country', + 'Creditcard' => 'Creditcard', + 'Default' => 'Default', + 'Delivery' => 'Delivery', + 'Discount' => 'Discount', + 'DiscountP' => 'Discount %', + 'Email' => 'Email', + 'Fax' => 'Fax', + 'Files' => 'Files', + 'Freightage' => 'Freightage', + 'Group' => 'Group', + 'Info' => 'Info', + 'Invoice' => 'Invoice', + 'IsDefault' => 'Is default?', + 'Master' => 'Master', + 'Name' => 'Name', + 'Name1' => 'Name1', + 'Name2' => 'Name2', + 'Name3' => 'Name3', + 'Office' => 'Office', + 'Payment' => 'Payment', + 'PaymentTerm' => 'Payment Term', + 'Phone' => 'Phone', + 'Prices' => 'Prices', + 'Price' => 'Price', + 'Private' => 'Private', + 'Productgroup' => 'Productgroup', + 'Purchase' => 'Purchase', + 'Quantity' => 'Quantity', + 'Sales' => 'Sales', + 'Segment' => 'Segment', + 'Subtype' => 'Subtype', + 'Support' => 'Support', + 'Type' => 'Type', + 'Wire' => 'Wire', + 'Zip' => 'Zip', +]; diff --git a/Theme/Backend/clients-create.tpl.php b/Theme/Backend/clients-create.tpl.php new file mode 100644 index 0000000..911e90e --- /dev/null +++ b/Theme/Backend/clients-create.tpl.php @@ -0,0 +1,229 @@ + + * @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 + */ +echo $this->getData('nav')->render(); ?> + +
+
+ +
+
+ +
+
+

l11n->lang['ClientManagement']['Client'] ?>

+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+

l11n->lang['ClientManagement']['Contact'] ?>

+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+

l11n->lang['ClientManagement']['Address'] ?>

+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+

l11n->lang['ClientManagement']['PaymentTerm'] ?>

+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+

l11n->lang['ClientManagement']['Payment'] ?>

+
+
+ +
+
+
+
+
+
+
+
+ +
+
+

l11n->lang['ClientManagement']['Price'] ?>

+
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+

l11n->lang['ClientManagement']['AreaManager'] ?>

+
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
diff --git a/Theme/Backend/clients-list.tpl.php b/Theme/Backend/clients-list.tpl.php new file mode 100644 index 0000000..3ea7871 --- /dev/null +++ b/Theme/Backend/clients-list.tpl.php @@ -0,0 +1,85 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ + +$footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); +$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); +$footerView->setPages(20); +$footerView->setPage(1); + +echo $this->getData('nav')->render(); ?> + + + +
+ + + + + + + + $value) : $count++; ?> + + +
l11n->lang['ClientManagement']['Clients'] ?>
l11n->lang[0]['ID']; ?> + l11n->lang['ClientManagement']['Name1']; ?> + l11n->lang['ClientManagement']['Name2']; ?> + l11n->lang['ClientManagement']['Name3']; ?> + l11n->lang['ClientManagement']['City']; ?> + l11n->lang['ClientManagement']['Zip']; ?> + l11n->lang['ClientManagement']['Address']; ?> + l11n->lang['ClientManagement']['Country']; ?> +
render(); ?> +
l11n->lang[0]['Empty']; ?> + +
+
diff --git a/Theme/Backend/clients-single.tpl.php b/Theme/Backend/clients-single.tpl.php new file mode 100644 index 0000000..9dd9c79 --- /dev/null +++ b/Theme/Backend/clients-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 + */ +echo $this->getData('nav')->render(); ?>