Stockbase - Version 1.0.3

Version Notes

Release notes v1.0.3:

- Package structure fixed
- Minor bugfixes
- Added locale dutch & english

Download this release

Release Info

Developer Divide BV
Extension Stockbase
Version 1.0.3
Comparing to
See all releases


Code changes from version 1.0.2 to 1.0.3

app/code/local/Divide/Stockbase/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Divide_Stockbase>
5
- <version>1.0.0</version>
6
  </Divide_Stockbase>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Divide_Stockbase>
5
+ <version>1.0.3</version>
6
  </Divide_Stockbase>
7
  </modules>
8
  <global>
app/design/adminhtml/default/default/layout/stockbase.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <layout version="0.1.6">
3
+ <stockbase_config_index>
4
+ <reference name="content">
5
+ <block type="stockbase/config" name="config" />
6
+ </reference>
7
+ </stockbase_config_index>
8
+ </layout>
app/design/adminhtml/default/default/template/stockbase/config.phtml ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <table border="1" cellpadding="1" cellspacing="1" width="100%">
3
+ <tbody>
4
+ <tr>
5
+ <th colspan="2">
6
+ <h5><?php echo $this->__('stockbase module status'); ?></h5>
7
+ </th>
8
+ </tr>
9
+ <tr>
10
+ <th><?php echo $this->__('configuration name'); ?></th>
11
+ <th><?php echo $this->__('configuration value'); ?></th>
12
+ </tr>
13
+ <?php
14
+ foreach ($this->getStockbaseConfiguration() as $key => $value) {
15
+
16
+ echo '<tr align="">';
17
+ echo '<td style="padding: 3px">' . $this->__($key) . '</td>';
18
+ echo '<td style="padding: 3px">' . $value . '</td>';
19
+ echo '</tr>';
20
+ }
21
+ ?>
22
+ </tbody>
23
+ </table>
app/etc/modules/Divide_Stockbase.xml CHANGED
@@ -4,7 +4,7 @@
4
  <Divide_Stockbase>
5
  <active>true</active>
6
  <codePool>local</codePool>
7
- <version>1.0.0</version>
8
  </Divide_Stockbase>
9
  </modules>
10
  </config>
4
  <Divide_Stockbase>
5
  <active>true</active>
6
  <codePool>local</codePool>
7
+ <version>1.0.3</version>
8
  </Divide_Stockbase>
9
  </modules>
10
  </config>
app/locale/en_US/Divide_Stockbase.csv ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Stockbase Magento","Stockbase Magento"
2
+ "Here you find your Stockbase configuration, for setting this, go to:","Here you find your Stockbase configuration, for setting this, go to:"
3
+ "System > Configuration > Stockbase section","System > Configuration > Stockbase section"
4
+ "Stockbase configuration","Stockbase configuration"
5
+ "Your settings","Your settings"
6
+ "Your Stockbase username", "Username"
7
+ "Stockbase module enabled", "Stockbase Module enabled"
8
+ "Stockbase NOOS enabled", "Never-Out-Of-Stock enabled"
9
+ "Stockbase image import enabled", "Image import enabled"
10
+ "Stockbase EAN Field", "EAN Field"
11
+ "NOOS Cron Last runned on", "NOOS Cron Last runned on"
12
+ "Your credentials are NOT valid, please check your stockbase username/password", "Your credentials are NOT valid, please check your stockbase username/password"
13
+ "Your credentials are valid", "Your credentials are valid"
14
+ "Authentication status", "Authentication status"
15
+
16
+ "module_version", "Module version"
17
+ "enabled_module", "Module enabled"
18
+ "enabled_noos", "NOOS enabled"
19
+ "enabled_image", "Image import enabled"
20
+ "processed_images", "Count of processed images"
21
+ "order_prefix", "Order prefix"
22
+ "username", "Username"
23
+ "enviroment", "Enviroment"
24
+ "last_cron", "Last cron execution"
25
+ "This order was send to stockbase.", "This order was send to stockbase."
26
+ "production", "Production"
27
+ "development", "Development"
28
+ "stockbase module status", "Stockbase Module Status"
29
+ "configuration name", "Configuration name"
30
+ "configuration value", "Configuration value"
app/locale/nl_NL/Divide_Stockbase.csv ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Stockbase Magento","Stockbase Magento"
2
+ "Here you find your Stockbase configuration, for setting this, go to:","Hier vind je de configuratie voor de
3
+ Stockbase extensie, voor instellingen ga naar:"
4
+ "System > Configuration > Stockbase section","System > Configuration > Stockbase section"
5
+ "Stockbase configuration","Stockbase instellingen"
6
+ "Your settings","Jouw instellingen"
7
+ "Your Stockbase username", "Je Stockbase gebruikersnaam"
8
+ "Stockbase module enabled", "Stockbase extensie actief"
9
+ "Stockbase NOOS enabled", "Never-Out-Of-Stock actief"
10
+ "Stockbase image import enabled", "Image import actief"
11
+ "Stockbase EAN Field", "EAN veld"
12
+ "NOOS Cron Last runned on", "NOOS Cron laatste uitvoering op"
13
+ "Your credentials are NOT valid, please check your stockbase username/password", "Je account gegevens zijn niet geldig, controleer a.u.b. je Stockbase gebruikersnaam en/of je wachtwoord. "
14
+ "Your credentials are valid", "Je gegevens zijn geldig"
15
+ "Authentication status", "Authenticatie status"
16
+
17
+ "module_version", "Module versie"
18
+ "enabled_module", "Module actief"
19
+ "enabled_noos", "NOOS actief"
20
+ "enabled_image", "Afbeelding import actief"
21
+ "processed_images", "Aantal geimporteerde afbeeldingen"
22
+ "order_prefix", "Order voorvoegsel"
23
+ "username", "Gebruikersnaam"
24
+ "enviroment", "Omgeving"
25
+ "last_cron", "Laatste cron uitvoering"
26
+ "This order was send to stockbase.", "Deze order is verzonden naar Stockbase."
27
+ "production", "Productie"
28
+ "development", "Development"
29
+ "stockbase module status", "Stockbase Module Status"
30
+ "configuration name", "Configuratie naam"
31
+ "configuration value", "Configuratie waarde"
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Stockbase</name>
4
- <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="https://opensource.org/licenses/GPL-3.0">GPL-3.0</license>
7
  <channel>community</channel>
@@ -18,17 +18,16 @@ When the products are out-of-stock, the order will be forwarded to Stockbase's o
18
  Product image import&#xD;
19
  The module will compare your webshop's product inventory to your Stockbase account's inventory, based on EAN. If a match is found, the module will download any images from Stockbase to your webshop and add them to the product.&#xD;
20
  </description>
21
- <notes>Release notes v1.0.2:&#xD;
22
  &#xD;
23
- - Fixed configuration for Order event observer to be enabled/disabled&#xD;
24
- - Added dutch translation&#xD;
25
- - Image import combined request to 1 call each cron run&#xD;
26
- - Fix of patch 6788 admin routing for Status page&#xD;
27
  </notes>
28
  <authors><author><name>Divide BV</name><user>Stockbase</user><email>support@stockbase.nl</email></author></authors>
29
- <date>2016-09-22</date>
30
- <time>13:22:02</time>
31
- <contents><target name="magelocal"><dir name="Divide"><dir name="Stockbase"><dir name="Block"><file name="Config.php" hash="8e7dc3df9eed45c8900436888590e604"/></dir><dir name="Helper"><file name="Data.php" hash="604fdc3a6c55e38092b9273ba57e29b1"/><file name="HTTP.php" hash="32cbc78fc27516815f304a6a073685a0"/></dir><dir name="Model"><file name="Crons.php" hash="6aac78bf53dd319c879e3cc4e4f28076"/><file name="Enviroment.php" hash="03258d9afaa6121144260001f4ad518a"/><file name="Observer.php" hash="6d4aae3551083b731c4df1a3f1923f17"/><file name="Options.php" hash="ec70a8490684ddd27db168cae92d48eb"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ConfigController.php" hash="b56e1a7f9c5e3438d40f0c86465d3cd2"/></dir></dir><dir name="etc"><file name="config.xml" hash="8af12f6835ad02a97a5622e9bcc95af7"/><file name="system.xml" hash="e115570eb8fcaef89c1a310289d3cb16"/></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="stockbase.xml" hash=""/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Divide_Stockbase.xml" hash="139d8286a7d19483736b5c6b3b854786"/></dir></target></contents>
32
  <compatible/>
33
  <dependencies><required><php><min>5.4.0</min><max>6.0.0</max></php></required></dependencies>
34
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Stockbase</name>
4
+ <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="https://opensource.org/licenses/GPL-3.0">GPL-3.0</license>
7
  <channel>community</channel>
18
  Product image import&#xD;
19
  The module will compare your webshop's product inventory to your Stockbase account's inventory, based on EAN. If a match is found, the module will download any images from Stockbase to your webshop and add them to the product.&#xD;
20
  </description>
21
+ <notes>Release notes v1.0.3:&#xD;
22
  &#xD;
23
+ - Package structure fixed&#xD;
24
+ - Minor bugfixes&#xD;
25
+ - Added locale dutch &amp; english&#xD;
 
26
  </notes>
27
  <authors><author><name>Divide BV</name><user>Stockbase</user><email>support@stockbase.nl</email></author></authors>
28
+ <date>2016-09-27</date>
29
+ <time>12:00:44</time>
30
+ <contents><target name="magelocal"><dir name="Divide"><dir name="Stockbase"><dir name="Block"><file name="Config.php" hash="8e7dc3df9eed45c8900436888590e604"/></dir><dir name="Helper"><file name="Data.php" hash="604fdc3a6c55e38092b9273ba57e29b1"/><file name="HTTP.php" hash="32cbc78fc27516815f304a6a073685a0"/></dir><dir name="Model"><file name="Crons.php" hash="6aac78bf53dd319c879e3cc4e4f28076"/><file name="Enviroment.php" hash="03258d9afaa6121144260001f4ad518a"/><file name="Observer.php" hash="6d4aae3551083b731c4df1a3f1923f17"/><file name="Options.php" hash="ec70a8490684ddd27db168cae92d48eb"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ConfigController.php" hash="b56e1a7f9c5e3438d40f0c86465d3cd2"/></dir></dir><dir name="etc"><file name="config.xml" hash="8df060df60b4401c1307ffb964cf46e5"/><file name="system.xml" hash="e115570eb8fcaef89c1a310289d3cb16"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="stockbase"><file name="config.phtml" hash="62a961154f59879c7b5ee84921408db6"/></dir></dir><dir name="layout"><file name="stockbase.xml" hash="4fe5e4e52eab018f93b1415017e5c77e"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Divide_Stockbase.xml" hash="57143df3ed1cd2598bf5c928f625da91"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Divide_Stockbase.csv" hash="148597a20354efcd0e9b4c6e2c951467"/></dir><dir name="nl_NL"><file name="Divide_Stockbase.csv" hash="c5fdf87abc7957bb5145df6432cda7fc"/></dir></target></contents>
31
  <compatible/>
32
  <dependencies><required><php><min>5.4.0</min><max>6.0.0</max></php></required></dependencies>
33
  </package>