Invoicera - Version 0.0.1

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
Version 0.0.1
Comparing to
See all releases


Version 0.0.1

Files changed (1) hide show
  1. package.xml +31 -0
package.xml ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>Invoicera</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>Invoicera is a leading online invoice and bookkeeping tool.&#xD;
11
+ &#xD;
12
+ Here are just a few of the benefits &amp; features:&#xD;
13
+ &#xD;
14
+ No more copy and pasting - if you get 5 or 6 orders a day, our service promises to save you over 10 hours per month.&#xD;
15
+ &#xD;
16
+ Easy installation with no files to change/upload.&#xD;
17
+ &#xD;
18
+ Orders are imported seamlessly and in real time.&#xD;
19
+ &#xD;
20
+ System Requirements:&#xD;
21
+ &#xD;
22
+ Your web server needs to have PHP&#x2019;s CURL extension installed. If you are unsure about this, the easiest way to find out is just to proceed with this set up and see if it works. If it turns out that the CURL extension is not installed, you should ask your system administrator to rebuild PHP with this extension enabled. You need to have Magento version 1.5 or higher.&#xD;
23
+ </description>
24
+ <notes>Import your Magento Orders in real time into your Invoicera online billing software.</notes>
25
+ <authors><author><name>Sandeep Kumar</name><user>Invoicera</user><email>sandeep.kumar@mail.vinove.com</email></author></authors>
26
+ <date>2011-06-15</date>
27
+ <time>14:24:06</time>
28
+ <contents><target name="magecommunity"><dir name="."><file name="Invoicera" hash=""/></dir></target></contents>
29
+ <compatible/>
30
+ <dependencies><required><php><min>5.2.9</min><max>5.2.17</max></php></required></dependencies>
31
+ </package>