IR_Neatly_Reporting - Version 1.0.0.2

Version Notes

Initial extension release.

Download this release

Release Info

Developer Jon Leighton
Extension IR_Neatly_Reporting
Version 1.0.0.2
Comparing to
See all releases


Version 1.0.0.2

Files changed (1) hide show
  1. package.xml +35 -0
package.xml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>IR_Neatly_Reporting</name>
4
+ <version>1.0.0.2</version>
5
+ <stability>stable</stability>
6
+ <license uri="http://www.gnu.org/copyleft/gpl.html">GNU General Public License (GPL)</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>View a range of detailed reports about your sales, products and customers from your Neatly dashboard.</summary>
10
+ <description>This extension allows Neatly to pull and generate detailed reports about your sales, customers and products.&#xD;
11
+ &#xD;
12
+ Simply install the extension and enter your API key and you will be able to view the following data:&#xD;
13
+ &#xD;
14
+ &lt;ul&gt;&#xD;
15
+ &lt;li&gt;Sales Overview&lt;/li&gt;&#xD;
16
+ &lt;li&gt;Sales by Category&lt;/li&gt;&#xD;
17
+ &lt;li&gt;Top Products&lt;/li&gt;&#xD;
18
+ &lt;li&gt;Sales by Customer Group&lt;/li&gt;&#xD;
19
+ &lt;li&gt;Sales by City&lt;/li&gt;&#xD;
20
+ &lt;li&gt;Sales by Hour&lt;/li&gt;&#xD;
21
+ &lt;li&gt;Sales by Day&lt;/li&gt;&#xD;
22
+ &lt;li&gt;New vs Returning Customers&lt;/li&gt;&#xD;
23
+ &lt;li&gt;Sales by Payment Type&lt;/li&gt;&#xD;
24
+ &lt;li&gt;Sales by Country&lt;/li&gt;&#xD;
25
+ &lt;/ul&gt;&#xD;
26
+ &#xD;
27
+ You can also compare data against previous period of custom your date range comparison.</description>
28
+ <notes>Initial extension release.</notes>
29
+ <authors><author><name>Jon Leigton</name><user>iResources</user><email>j.leighton@i-resources.co.uk</email></author></authors>
30
+ <date>2015-05-21</date>
31
+ <time>13:53:24</time>
32
+ <contents><target name="mageetc"><dir name="app"><file name="etc" hash=""/></dir></target></contents>
33
+ <compatible/>
34
+ <dependencies><required><php><min>5.6.8</min><max>5.6.9</max></php></required></dependencies>
35
+ </package>