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
- 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.
|
11 |
+

|
12 |
+
Simply install the extension and enter your API key and you will be able to view the following data:
|
13 |
+

|
14 |
+
<ul>
|
15 |
+
<li>Sales Overview</li>
|
16 |
+
<li>Sales by Category</li>
|
17 |
+
<li>Top Products</li>
|
18 |
+
<li>Sales by Customer Group</li>
|
19 |
+
<li>Sales by City</li>
|
20 |
+
<li>Sales by Hour</li>
|
21 |
+
<li>Sales by Day</li>
|
22 |
+
<li>New vs Returning Customers</li>
|
23 |
+
<li>Sales by Payment Type</li>
|
24 |
+
<li>Sales by Country</li>
|
25 |
+
</ul>
|
26 |
+

|
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>
|