Version Notes
Custom Reporting with Product and Billing/Shipping info. Easy searchable option by order date and status.
Download this release
Release Info
Developer | CyberNetikz |
Extension | Cybernetikz_Salesreport |
Version | 0.1.1 |
Comparing to | |
See all releases |
Code changes from version 0.1.0 to 0.1.1
app/code/local/Cybernetikz/Salesreport/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Cybernetikz_Salesreport>
|
5 |
-
<version>0.1.
|
6 |
</Cybernetikz_Salesreport>
|
7 |
</modules>
|
8 |
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Cybernetikz_Salesreport>
|
5 |
+
<version>0.1.1</version>
|
6 |
</Cybernetikz_Salesreport>
|
7 |
</modules>
|
8 |
|
package.xml
CHANGED
@@ -1,23 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cybernetikz_Salesreport</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Custom Reporting with Product and Billing/Shipping info. Easy searchable option by order date and status.</summary>
|
10 |
-
<description
|
11 |
-
<p><a href="http://www.cybernetikz.com/" title="CyberNetikz">CyberNetikz</a> - Custom Reporting extension very easy to use and install. Admin user can get sales report with products information (Like Product Name, Quantity, Unit Price, Row Total) and Billing/Shipping Information (Like Name,Email,Street Address,City,State,Postcode,Country)</p>
|
12 |
-
<h3>Installation & Use</h3>
|
13 |
-
<p>You can easily install extension via Magento Connect. After intall this extension you will able use from <strong>Admin Panel -> Reports -> Custom Sales Report</strong></p>
|
14 |
-
<h3>Support</h3>
|
15 |
-
<p><a href="mailto:info@cybernetikz.com">info@cybernetikz.com</a></p></description>
|
16 |
<notes>Custom Reporting with Product and Billing/Shipping info. Easy searchable option by order date and status.</notes>
|
17 |
<authors><author><name>CyberNetikz</name><user>CyberNetikz</user><email>admin@cybernetikz.com</email></author></authors>
|
18 |
-
<date>2013-
|
19 |
-
<time>07:
|
20 |
-
<contents><target name="magelocal"><dir name="Cybernetikz"><dir name="Salesreport"><dir name="Helper"><file name="Data.php" hash="01219c696266e745ee0ed668291834ae"/></dir><dir name="Model"><file name="Address.php" hash="c577974ece6d53e50be92a66ff255369"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SalesController.php" hash="53636f86cd6cba9b3b9743189e7c3bf4"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="7869a17d9efd1b3e4cd47c711b9d7ef7"/><file name="config.xml" hash="
|
21 |
<compatible/>
|
22 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
23 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cybernetikz_Salesreport</name>
|
4 |
+
<version>0.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Custom Reporting with Product and Billing/Shipping info. Easy searchable option by order date and status.</summary>
|
10 |
+
<description>Custom Reporting with Product and Billing/Shipping info. Easy searchable option by order date and status.</description>
|
|
|
|
|
|
|
|
|
|
|
11 |
<notes>Custom Reporting with Product and Billing/Shipping info. Easy searchable option by order date and status.</notes>
|
12 |
<authors><author><name>CyberNetikz</name><user>CyberNetikz</user><email>admin@cybernetikz.com</email></author></authors>
|
13 |
+
<date>2013-07-22</date>
|
14 |
+
<time>07:25:52</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Cybernetikz_Salesreport.xml" hash="9f019cd8c8002124305625477cba472c"/></dir></target><target name="magelocal"><dir name="Cybernetikz"><dir name="Salesreport"><dir name="Helper"><file name="Data.php" hash="01219c696266e745ee0ed668291834ae"/></dir><dir name="Model"><file name="Address.php" hash="c577974ece6d53e50be92a66ff255369"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SalesController.php" hash="53636f86cd6cba9b3b9743189e7c3bf4"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="7869a17d9efd1b3e4cd47c711b9d7ef7"/><file name="config.xml" hash="776068dd8f905c9a045c1894bb97ba6f"/><file name="system.xml" hash="9319c372d05d6a2825f049ab3dc48662"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="salesreport.xml" hash="3bc3565551291ad72e0ba329c0d9913d"/></dir><dir name="template"><dir name="salesreport"><file name="reportmanage.phtml" hash="f38a6c8d65da0b082e47cf91b6a74613"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|