0byt3m1n1
Path:
/
data
/
applications
/
aps
/
magento
/
1.7.0.2-6
/
standard
/
htdocs
/
app
/
code
/
core
/
Mage
/
Reports
/
etc
/
[
Home
]
File: system.xml
<?xml version="1.0"?> <!-- /** * Magento * * 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_AFL.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@magentocommerce.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade Magento to newer * versions in the future. If you wish to customize Magento for your * needs please refer to http://www.magentocommerce.com for more information. * * @category Mage * @package Mage_Reports * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com) * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ --> <config> <sections> <catalog> <groups> <recently_products translate="label" module="reports"> <label>Recently Viewed/Compared Products</label> <frontend_type>text</frontend_type> <sort_order>350</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>0</show_in_store> <fields> <scope translate="label"> <label>Show for Current</label> <frontend_type>select</frontend_type> <source_model>adminhtml/system_config_source_reports_scope</source_model> <sort_order>1</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>0</show_in_store> </scope> <viewed_count translate="label"> <label>Default Recently Viewed Products Count</label> <frontend_type>text</frontend_type> <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> </viewed_count> <compared_count translate="label"> <label>Default Recently Compared Products Count</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> </compared_count> </fields> </recently_products> </groups> </catalog> <reports translate="label" module="reports"> <label>Reports</label> <tab>general</tab> <frontend_type>text</frontend_type> <sort_order>1000</sort_order> <show_in_default>1</show_in_default> <show_in_website>0</show_in_website> <show_in_store>0</show_in_store> <groups> <dashboard translate="label"> <label>Dashboard</label> <frontend_type>text</frontend_type> <sort_order>1</sort_order> <show_in_default>1</show_in_default> <show_in_website>0</show_in_website> <show_in_store>0</show_in_store> <fields> <ytd_start translate="label"> <label>Year-To-Date Starts</label> <frontend_type>select</frontend_type> <frontend_model>adminhtml/report_config_form_field_ytdStart</frontend_model> <sort_order>1</sort_order> <show_in_default>1</show_in_default> <show_in_website>0</show_in_website> <show_in_store>0</show_in_store> </ytd_start> <mtd_start translate="label comment"> <label>Current Month Starts</label> <frontend_type>select</frontend_type> <frontend_model>adminhtml/report_config_form_field_mtdStart</frontend_model> <comment>Select day of the month.</comment> <sort_order>2</sort_order> <show_in_default>1</show_in_default> <show_in_website>0</show_in_website> <show_in_store>0</show_in_store> </mtd_start> </fields> </dashboard> </groups> </reports> </sections> </config>