Version Notes
Import your Magento Orders in real time into your Invoicera online billing software.
Download this release
Release Info
Developer | Sandeep Kumar |
Extension | Invoicera-Order-and-Invoice-Integrator |
Version | 0.0.1 |
Comparing to | |
See all releases |
Version 0.0.1
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Invoicera-Order-and-Invoice-Integrator</name>
|
4 |
+
<version>0.0.1</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Import your Magento Orders in real time into your Invoicera online billing software.</summary>
|
10 |
+
<description>Import your Magento Orders in real time into your Invoicera online billing software.</description>
|
11 |
+
<notes>Import your Magento Orders in real time into your Invoicera online billing software.</notes>
|
12 |
+
<authors><author><name>Sandeep Kumar</name><user>sandeep_kumar</user><email>sandeep.kumar@mail.vinove.com</email></author></authors>
|
13 |
+
<date>2011-05-26</date>
|
14 |
+
<time>05:47:34</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="app"><dir name="code"><file name="community" hash=""/></dir></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.9</min><max>5.2.17</max></php><extension><name>curl</name><min></min><max></max></extension></required></dependencies>
|
18 |
+
</package>
|