0byt3m1n1
Path:
/
data
/
applications
/
aps
/
magento
/
1.1.3-2
/
standard
/
htdocs
/
app
/
code
/
core
/
Mage
/
Tax
/
etc
/
[
Home
]
File: system.xml
<?xml version="1.0"?> <!-- /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 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/osl-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@magentocommerce.com so we can send you a copy immediately. * * @category Mage * @package Mage_GiftMessage * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ --> <config> <sections> <tax translate="label" module="tax"> <class>separator-top</class> <label>Tax</label> <tab>sales</tab> <sort_order>303</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> <groups> <classes> <label>Tax Classes</label> <sort_order>10</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> <fields> <shipping_tax_class translate="label"> <label>Tax Class for Shipping</label> <frontend_type>select</frontend_type> <source_model>adminhtml/system_config_source_shipping_taxclass</source_model> <sort_order>10</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>0</show_in_store> </shipping_tax_class> </fields> </classes> <calculation> <label>Calculation</label> <sort_order>20</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> <fields> <based_on translate="label"> <label>Tax Based On</label> <frontend_type>select</frontend_type> <source_model>adminhtml/system_config_source_tax_basedon</source_model> <sort_order>10</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>0</show_in_store> </based_on> <price_includes_tax translate="label comment"> <label>Catalog prices include tax</label> <frontend_type>select</frontend_type> <backend_model>tax/config_price_include</backend_model> <source_model>adminhtml/system_config_source_yesno</source_model> <sort_order>20</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>0</show_in_store> </price_includes_tax> <shipping_includes_tax translate="label comment"> <label>Shipping prices include tax</label> <frontend_type>select</frontend_type> <backend_model>tax/config_price_include</backend_model> <source_model>adminhtml/system_config_source_yesno</source_model> <sort_order>30</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>0</show_in_store> </shipping_includes_tax> <apply_after_discount translate="label comment"> <label>Apply Tax After Discount</label> <frontend_type>select</frontend_type> <source_model>adminhtml/system_config_source_yesno</source_model> <sort_order>40</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>0</show_in_store> </apply_after_discount> <discount_tax translate="label comment"> <label>Apply Discount On Prices Including Tax</label> <frontend_type>select</frontend_type> <source_model>adminhtml/system_config_source_yesno</source_model> <sort_order>50</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>0</show_in_store> <comment>Ignored when 'Apply Tax After Discount' option is enabled</comment> </discount_tax> <apply_tax_on translate="label comment"> <label>Apply Tax On</label> <frontend_type>select</frontend_type> <source_model>adminhtml/system_config_source_tax_apply_on</source_model> <sort_order>60</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>0</show_in_store> </apply_tax_on> </fields> </calculation> <defaults> <label>Default Tax Origin Calculation</label> <sort_order>30</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> <fields> <country translate="label"> <label>Default Country</label> <frontend_type>select</frontend_type> <source_model>tax/system_config_source_tax_country</source_model> <sort_order>10</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> </country> <region translate="label"> <label>Default State</label> <frontend_type>select</frontend_type> <frontend_model>tax/adminhtml_frontend_region_updater</frontend_model> <source_model>tax/system_config_source_tax_region</source_model> <sort_order>20</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> </region> <postcode translate="label"> <label>Default Post Code</label> <frontend_type>text</frontend_type> <sort_order>30</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> </postcode> </fields> </defaults> <display> <label>Display</label> <sort_order>40</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> <fields> <column_in_summary translate="label"> <label>Display Cart/Order Prices</label> <frontend_type>select</frontend_type> <source_model>tax/system_config_source_tax_display_type</source_model> <sort_order>10</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> </column_in_summary> <full_summary translate="label"> <label>Display full tax summary</label> <frontend_type>select</frontend_type> <source_model>adminhtml/system_config_source_yesno</source_model> <sort_order>20</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> </full_summary> <type translate="label"> <label>Display Product Prices</label> <frontend_type>select</frontend_type> <source_model>tax/system_config_source_tax_display_type</source_model> <sort_order>100</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> </type> <shipping translate="label"> <label>Display Shipping Prices</label> <frontend_type>select</frontend_type> <source_model>tax/system_config_source_tax_display_type</source_model> <sort_order>100</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> </shipping> </fields> </display> </groups> </tax> </sections> </config>