diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php new file mode 100644 index 0000000..9d1c948 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -0,0 +1,25 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +$MODLANG['Navigation'] = [ + 'Analysis' => 'Analysis', + 'Articles' => 'Articles', + 'Clients' => 'Clients', + 'Create' => 'Create', + 'Invoices' => 'Invoices', + 'Invoice' => 'Invoice', + 'Profile' => 'Profile', + 'Sales' => 'Sales', +]; 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..2a11734 --- /dev/null +++ b/Theme/Backend/Lang/en.lang.php @@ -0,0 +1,101 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +$MODLANG['Sales'] = [ + 'Account' => 'Account', + 'Active' => 'Active', + 'Activity' => 'Activity', + 'Address' => 'Address', + 'All' => 'All', + 'Amount' => 'Amount', + 'Analysis' => 'Analysis', + 'Area' => 'Area', + 'Article' => 'Article', + 'Articles' => 'Articles', + 'Available' => 'Available', + 'Calculate' => 'Calculate', + 'City' => 'City', + 'Class' => 'Class', + 'Client' => 'Client', + 'ClientID' => 'Client ID', + 'ClientName' => 'Client Name', + 'Clients' => 'Clients', + 'Confirmation' => 'Confirmation', + 'CoreData' => 'Core data', + 'Country' => 'Country', + 'Created' => 'Created', + 'Creator' => 'Creator', + 'CreditNote' => 'Credit Note', + 'Date' => 'Date', + 'DefaultInternational' => 'Default International', + 'DefaultNational' => 'Default National', + 'Delivery' => 'Delivery', + 'DeliveryNote' => 'Delivery Note', + 'Description' => 'Description', + 'Discount' => 'Discount', + 'DiscountP' => 'Discount in %', + 'Documentation' => 'Documentation', + 'DSO' => 'DSO', + 'Employee' => 'Employee', + 'FAO' => 'FAO', + 'From' => 'From', + 'Group' => 'Group', + 'Groups' => 'Groups', + 'Highest' => 'Highest', + 'Inactive' => 'Inactive', + 'Interval' => 'Interval', + 'Invoice' => 'Invoice', + 'Invoices' => 'Invoices', + 'IsDefault' => 'Is default?', + 'Language' => 'Language', + 'Last' => 'Last', + 'Localization' => 'Localization', + 'Loginname' => 'Loginname', + 'Matchcode' => 'Matchcode', + 'Media' => 'Media', + 'MinPrice' => 'Min Price', + 'Name' => 'Name', + 'Name1' => 'Name 1', + 'Name2' => 'Name 2', + 'Name3' => 'Name 3', + 'Offer' => 'Offer', + 'Order' => 'Order', + 'Orders' => 'Orders', + 'Ordered' => 'Ordered', + 'OrderedBy' => 'Ordered By', + 'Payment' => 'Payment', + 'Price' => 'Price', + 'Priority' => 'Priority', + 'Quantity' => 'Quantity', + 'Receipt' => 'Receipt', + 'Reference' => 'Reference', + 'Sales' => 'Sales', + 'Settings' => 'Settings', + 'Single' => 'Single', + 'State' => 'State', + 'Statistics' => 'Statistics', + 'Status' => 'Status', + 'Stock' => 'Stock', + 'Street' => 'Street', + 'Subgroup' => 'Subgroup', + 'Tax' => 'Tax', + 'Terms' => 'Terms', + 'To' => 'To', + 'TopArticles' => 'Top Articles', + 'Trend' => 'Trend', + 'Turnover' => 'Turnover', + 'Type' => 'Type', + 'ZipCode' => 'ZipCode', +]; diff --git a/Theme/Backend/analysis-dashboard.tpl.php b/Theme/Backend/analysis-dashboard.tpl.php new file mode 100644 index 0000000..9dd9c79 --- /dev/null +++ b/Theme/Backend/analysis-dashboard.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(); ?>