Eg_SaveInvoice - Version 0.1.4

Version Notes

This extension Is still in beta otherwise it's running in production on some stores.

Download this release

Release Info

Developer Emanuele Gian
Extension Eg_SaveInvoice
Version 0.1.4
Comparing to
See all releases


Code changes from version 0.1.3 to 0.1.4

Files changed (1) hide show
  1. package.xml +5 -15
package.xml CHANGED
@@ -1,14 +1,12 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Eg_SaveInvoice</name>
4
- <version>0.1.3</version>
5
  <stability>beta</stability>
6
  <license>GNU</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Every invoice created will be saved as pdf file on filesystem in a configurable path from admin.&#xD;
10
- &#xD;
11
- A shell utility is provided for saving invoice manually by increment id. &#xD;
12
  &#xD;
13
  Once installed go to backend in System &gt; Configuration &gt; Sales &gt; Save Pdf Invoice to file system, here enable the extension and configure the path on server where pdf invoices will to be saved.&#xD;
14
  &#xD;
@@ -19,19 +17,11 @@ The extension doesn't generate exception due to not impact the order flow, other
19
  </summary>
20
  <description>Every invoice created will be saved as pdf file on filesystem in a configurable path from admin.&#xD;
21
  &#xD;
22
- A shell utility is provided for saving invoice manually by increment id. &#xD;
23
- &#xD;
24
- Once installed go to backend in System &gt; Configuration &gt; Sales &gt; Save Pdf Invoice to file system, here enable the extension and configure the path on server where pdf invoices will to be saved.&#xD;
25
- &#xD;
26
- If the folder doesn't exists, the extension will create it. Be sure the parent location is accessibile and writable by magento.&#xD;
27
- &#xD;
28
- The extension doesn't generate exception due to not impact the order flow, otherwise every action/error is logged in a separate log file in {{base_dir}}/var/log/Eg_SevInvoice.log .&#xD;
29
- &#xD;
30
- </description>
31
  <notes>This extension Is still in beta otherwise it's running in production on some stores.</notes>
32
  <authors><author><name>Emanuele Gian</name><user>emastyle</user><email>emastyle@libero.it</email></author></authors>
33
- <date>2016-03-12</date>
34
- <time>19:34:45</time>
35
  <contents><target name="magecommunity"><dir name="Eg"><dir name="SaveInvoice"><dir name="Helper"><file name="Data.php" hash="548bb0e5d1c06ab862e2e8fa5ff959e6"/></dir><dir name="Model"><file name="Export.php" hash="cbbb9ecd404aa8349f3c3b5d522a9952"/><file name="Observer.php" hash="b97a2d9dd6c353856fb507838a067059"/></dir><dir name="etc"><file name="config.xml" hash="5d7b93fc727632a16dba494c9aba581f"/><file name="system.xml" hash="c9b173b12e31ca515288d4c7245f0ee5"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eg_SaveInvoice.xml" hash="0c57fd8ee1c2d0dcc2aee492fec1925a"/></dir></target><target name="mage"><dir name="."><dir name="shell"><file name="EgSaveInvoice.php" hash="bdfcd3e59af4c3eb600c9d23d493253d"/></dir></dir></target></contents>
36
  <compatible/>
37
  <dependencies><required><php><min>5.3.0</min><max>5.6.0</max></php></required></dependencies>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Eg_SaveInvoice</name>
4
+ <version>0.1.4</version>
5
  <stability>beta</stability>
6
  <license>GNU</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>This extension for Magento enables saving PDF invoices on filesystem.&#xD;
 
 
10
  &#xD;
11
  Once installed go to backend in System &gt; Configuration &gt; Sales &gt; Save Pdf Invoice to file system, here enable the extension and configure the path on server where pdf invoices will to be saved.&#xD;
12
  &#xD;
17
  </summary>
18
  <description>Every invoice created will be saved as pdf file on filesystem in a configurable path from admin.&#xD;
19
  &#xD;
20
+ A shell utility is provided for saving invoice manually by increment id. </description>
 
 
 
 
 
 
 
 
21
  <notes>This extension Is still in beta otherwise it's running in production on some stores.</notes>
22
  <authors><author><name>Emanuele Gian</name><user>emastyle</user><email>emastyle@libero.it</email></author></authors>
23
+ <date>2016-03-23</date>
24
+ <time>08:18:55</time>
25
  <contents><target name="magecommunity"><dir name="Eg"><dir name="SaveInvoice"><dir name="Helper"><file name="Data.php" hash="548bb0e5d1c06ab862e2e8fa5ff959e6"/></dir><dir name="Model"><file name="Export.php" hash="cbbb9ecd404aa8349f3c3b5d522a9952"/><file name="Observer.php" hash="b97a2d9dd6c353856fb507838a067059"/></dir><dir name="etc"><file name="config.xml" hash="5d7b93fc727632a16dba494c9aba581f"/><file name="system.xml" hash="c9b173b12e31ca515288d4c7245f0ee5"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eg_SaveInvoice.xml" hash="0c57fd8ee1c2d0dcc2aee492fec1925a"/></dir></target><target name="mage"><dir name="."><dir name="shell"><file name="EgSaveInvoice.php" hash="bdfcd3e59af4c3eb600c9d23d493253d"/></dir></dir></target></contents>
26
  <compatible/>
27
  <dependencies><required><php><min>5.3.0</min><max>5.6.0</max></php></required></dependencies>