From ea42e170ced191f2c972b07b82334b00374a3eaf Mon Sep 17 00:00:00 2001 From: vSchoener Date: Tue, 15 Nov 2011 14:45:51 +0000 Subject: [PATCH] // Update Accounting for export #2 --- .../accounting_export/common_form.tpl | 60 ++++++++++++++++ .../accounting_export/global_export.tpl | 42 ++++++++++++ .../template/accounting_export/menu.tpl | 68 +++++++++++++++++++ .../reconciliation_export.tpl | 39 +++++++++++ 4 files changed, 209 insertions(+) create mode 100644 admin-dev/themes/template/accounting_export/common_form.tpl create mode 100644 admin-dev/themes/template/accounting_export/global_export.tpl create mode 100644 admin-dev/themes/template/accounting_export/menu.tpl create mode 100644 admin-dev/themes/template/accounting_export/reconciliation_export.tpl diff --git a/admin-dev/themes/template/accounting_export/common_form.tpl b/admin-dev/themes/template/accounting_export/common_form.tpl new file mode 100644 index 000000000..300925ba6 --- /dev/null +++ b/admin-dev/themes/template/accounting_export/common_form.tpl @@ -0,0 +1,60 @@ +{* +* 2007-2011 PrestaShop +* +* NOTICE OF LICENSE +* +* This source file is subject to the Academic Free License (AFL 3.0) +* that is bundled with this package in the file LICENSE.txt. +* It is also available through the world-wide-web at this URL: +* http://opensource.org/licenses/afl-3.0.php +* If you did not receive a copy of the license and are unable to +* obtain it through the world-wide-web, please send an email +* to license@prestashop.com so we can send you a copy immediately. +* +* DISCLAIMER +* +* Do not edit or add to this file if you wish to upgrade PrestaShop to newer +* versions in the future. If you wish to customize PrestaShop for your +* needs please refer to http://www.prestashop.com for more information. +* +* @author PrestaShop SA +* @copyright 2007-2011 PrestaShop SA +* @version Release: $Revision: 9856 $ +* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*} + + + +{if $existingExport} +
+ {l s='The last export has been for this section:'} + {l s='Click here'} +
+
+{/if} + + +
+ +
+ + +
+ +
+ + +
+ +
diff --git a/admin-dev/themes/template/accounting_export/global_export.tpl b/admin-dev/themes/template/accounting_export/global_export.tpl new file mode 100644 index 000000000..9e3105829 --- /dev/null +++ b/admin-dev/themes/template/accounting_export/global_export.tpl @@ -0,0 +1,42 @@ +{* +* 2007-2011 PrestaShop +* +* NOTICE OF LICENSE +* +* This source file is subject to the Academic Free License (AFL 3.0) +* that is bundled with this package in the file LICENSE.txt. +* It is also available through the world-wide-web at this URL: +* http://opensource.org/licenses/afl-3.0.php +* If you did not receive a copy of the license and are unable to +* obtain it through the world-wide-web, please send an email +* to license@prestashop.com so we can send you a copy immediately. +* +* DISCLAIMER +* +* Do not edit or add to this file if you wish to upgrade PrestaShop to newer +* versions in the future. If you wish to customize PrestaShop for your +* needs please refer to http://www.prestashop.com for more information. +* +* @author PrestaShop SA +* @copyright 2007-2011 PrestaShop SA +* @version Release: $Revision: 9856 $ +* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*} + +
+
+ {$title} +
+ {include file="$pathAccountExportTpl/common_form.tpl"} + +
+ +
+
+ + +
+
+
+
\ No newline at end of file diff --git a/admin-dev/themes/template/accounting_export/menu.tpl b/admin-dev/themes/template/accounting_export/menu.tpl new file mode 100644 index 000000000..1bf539f8d --- /dev/null +++ b/admin-dev/themes/template/accounting_export/menu.tpl @@ -0,0 +1,68 @@ +{* +* 2007-2011 PrestaShop +* +* NOTICE OF LICENSE +* +* This source file is subject to the Academic Free License (AFL 3.0) +* that is bundled with this package in the file LICENSE.txt. +* It is also available through the world-wide-web at this URL: +* http://opensource.org/licenses/afl-3.0.php +* If you did not receive a copy of the license and are unable to +* obtain it through the world-wide-web, please send an email +* to license@prestashop.com so we can send you a copy immediately. +* +* DISCLAIMER +* +* Do not edit or add to this file if you wish to upgrade PrestaShop to newer +* versions in the future. If you wish to customize PrestaShop for your +* needs please refer to http://www.prestashop.com for more information. +* +* @author PrestaShop SA +* @copyright 2007-2011 PrestaShop SA +* @version Release: $Revision: 9856 $ +* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*} + + + +{foreach from=$preventList key=name item=preventType} + {if !empty($preventType)} +
+ {foreach from=$preventType item=translationPrevent} + {$translationPrevent} + {/foreach} +
+ {/if} +{/foreach} + +
+
+
+

+ {l s='Export:'} +

+ {l s='Select which export you want to do:'}
+ {foreach from=$exportTypeList item=export} + {$export['name']} + {/foreach} +
+
+
\ No newline at end of file diff --git a/admin-dev/themes/template/accounting_export/reconciliation_export.tpl b/admin-dev/themes/template/accounting_export/reconciliation_export.tpl new file mode 100644 index 000000000..5b970ca8c --- /dev/null +++ b/admin-dev/themes/template/accounting_export/reconciliation_export.tpl @@ -0,0 +1,39 @@ +{* +* 2007-2011 PrestaShop +* +* NOTICE OF LICENSE +* +* This source file is subject to the Academic Free License (AFL 3.0) +* that is bundled with this package in the file LICENSE.txt. +* It is also available through the world-wide-web at this URL: +* http://opensource.org/licenses/afl-3.0.php +* If you did not receive a copy of the license and are unable to +* obtain it through the world-wide-web, please send an email +* to license@prestashop.com so we can send you a copy immediately. +* +* DISCLAIMER +* +* Do not edit or add to this file if you wish to upgrade PrestaShop to newer +* versions in the future. If you wish to customize PrestaShop for your +* needs please refer to http://www.prestashop.com for more information. +* +* @author PrestaShop SA +* @copyright 2007-2011 PrestaShop SA +* @version Release: $Revision: 9856 $ +* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*} + +
+
+ {$title} +
+ {include file="$pathAccountExportTpl/common_form.tpl"} + +
+ + +
+
+
+
\ No newline at end of file