Version Notes
Automatically create SKUs for products that are manually added via admin or imported via CSV of XML files for admin. This is ideal for stores that do not have a fixed SKU coming in from external ERP systems or their suppliers. The extension works on both Enterprise and Community Editions.
Download this release
Release Info
Developer | Shilpa |
Extension | SKU_Auto_Generator |
Version | 1.0.5.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.5.1
app/code/local/Neev/Skuautogenerate/Block/Adminhtml/Skuautogenerate/Edit/Tab/Form.php
CHANGED
@@ -9,21 +9,21 @@ class Neev_SKUautogenerate_Block_Adminhtml_SKUautogenerate_Edit_Tab_Form extends
|
|
9 |
$fieldset = $form->addFieldset('skuautogenerate_form', array('legend'=>Mage::helper('skuautogenerate')->__('Rule information')));
|
10 |
|
11 |
|
12 |
-
$fieldset->addField('
|
13 |
'label' => Mage::helper('skuautogenerate')->__('SKU prefix string'),
|
14 |
//'class' => 'required-entry',
|
15 |
'required' => false,
|
16 |
-
'name' => '
|
17 |
'maxlength' => 3,
|
18 |
'after_element_html' => '<small>Max length 3 chars (leave blank for no Prefix)</small>',
|
19 |
|
20 |
));
|
21 |
|
22 |
-
$fieldset->addField('
|
23 |
'label' => Mage::helper('skuautogenerate')->__('SKU suffix string'),
|
24 |
// 'class' => 'required-entry',
|
25 |
'required' => false,
|
26 |
-
'name' => '
|
27 |
'maxlength' => 3,
|
28 |
'after_element_html' => '<small>Max length 3 chars (leave blank for no Suffix) </small>',
|
29 |
|
9 |
$fieldset = $form->addFieldset('skuautogenerate_form', array('legend'=>Mage::helper('skuautogenerate')->__('Rule information')));
|
10 |
|
11 |
|
12 |
+
$fieldset->addField('prependstring', 'text', array(
|
13 |
'label' => Mage::helper('skuautogenerate')->__('SKU prefix string'),
|
14 |
//'class' => 'required-entry',
|
15 |
'required' => false,
|
16 |
+
'name' => 'prependstring',
|
17 |
'maxlength' => 3,
|
18 |
'after_element_html' => '<small>Max length 3 chars (leave blank for no Prefix)</small>',
|
19 |
|
20 |
));
|
21 |
|
22 |
+
$fieldset->addField('appendstring', 'text', array(
|
23 |
'label' => Mage::helper('skuautogenerate')->__('SKU suffix string'),
|
24 |
// 'class' => 'required-entry',
|
25 |
'required' => false,
|
26 |
+
'name' => 'appendstring',
|
27 |
'maxlength' => 3,
|
28 |
'after_element_html' => '<small>Max length 3 chars (leave blank for no Suffix) </small>',
|
29 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SKU_Auto_Generator</name>
|
4 |
-
<version>1.0.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Automatically create SKUs for products that are manually added via admin or imported via CSV of XML files for admin. This is ideal for stores that do not have a fixed SKU coming in from external ERP systems or their suppliers. The extension works on both Enterprise and Community Editions.</description>
|
11 |
<notes>Automatically create SKUs for products that are manually added via admin or imported via CSV of XML files for admin. This is ideal for stores that do not have a fixed SKU coming in from external ERP systems or their suppliers. The extension works on both Enterprise and Community Editions.</notes>
|
12 |
<authors><author><name>Shilpa</name><user>Neev</user><email>magentoaccount@neevtech.com</email></author></authors>
|
13 |
-
<date>2013-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mage"><dir name="app"><dir name="code"><dir name="local"><dir name="Neev"><file name="HowTouse.txt" hash=""/><dir><dir name="Skuautogenerate"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><file name="Edit.php" hash="84d689f2f622195f04f5cbb5be57425c"/></dir></dir><dir name="Skuautogenerate"><dir name="Edit"><file name="Form.php" hash="6d3cea1cb156ab627f78be0809ef69f1"/><dir name="Tab"><file name="Form.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name></name><channel>connect.magentocommerce.com/core</channel><min></min><max></max></package></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SKU_Auto_Generator</name>
|
4 |
+
<version>1.0.5.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Automatically create SKUs for products that are manually added via admin or imported via CSV of XML files for admin. This is ideal for stores that do not have a fixed SKU coming in from external ERP systems or their suppliers. The extension works on both Enterprise and Community Editions.</description>
|
11 |
<notes>Automatically create SKUs for products that are manually added via admin or imported via CSV of XML files for admin. This is ideal for stores that do not have a fixed SKU coming in from external ERP systems or their suppliers. The extension works on both Enterprise and Community Editions.</notes>
|
12 |
<authors><author><name>Shilpa</name><user>Neev</user><email>magentoaccount@neevtech.com</email></author></authors>
|
13 |
+
<date>2013-10-08</date>
|
14 |
+
<time>11:11:53</time>
|
15 |
+
<contents><target name="mage"><dir name="app"><dir name="code"><dir name="local"><dir name="Neev"><file name="HowTouse.txt" hash=""/><dir><dir name="Skuautogenerate"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><file name="Edit.php" hash="84d689f2f622195f04f5cbb5be57425c"/></dir></dir><dir name="Skuautogenerate"><dir name="Edit"><file name="Form.php" hash="6d3cea1cb156ab627f78be0809ef69f1"/><dir name="Tab"><file name="Form.php" hash="e62273ade0723f8d9b310abbc3bcf71f"/></dir><file name="Tabs.php" hash="7e3677bb77a034f28742cbd8cebafac4"/></dir><file name="Edit.php" hash="5630983d8c038d4772e996b5bbf5868c"/><file name="Grid.php" hash="927513b143d1ec99532fa5a71903f967"/></dir><file name="Skuautogenerate.php" hash="dd8e6d26cba313240428e8cc7f5a9fc3"/></dir><file name="Skuautogenerate.php" hash="5c4fa69402f87f9ac3a0aa15ca790b58"/></dir><dir name="Helper"><file name="Data.php" hash="4e9fb6d3fa6104bbf645815831615bf7"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Skuautogenerate"><file name="Collection.php" hash="cd83d79930f6141b72f4eb885d648522"/></dir><file name="Skuautogenerate.php" hash="b2fc3235c1dfc0c7592354597fff696e"/></dir><file name="Skuautogenerate.php" hash="1b3d1452e9152f0225d0055205edb5f0"/><file name="Status.php" hash="044ca08797c2ac7643e14c65d1e7cbc6"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SkuautogenerateController.php" hash="741da95b0774e7835958d4984f08c402"/></dir><file name="IndexController.php" hash="14a0aa7d2586c277fbe896dc379f2bce"/></dir><dir name="etc"><file name="config.xml" hash="fecc9aa2b9129bfb86a8a30ae23f8a7f"/></dir><dir name="sql"><dir name="skuautogenerate_setup"><file name="mysql4-install-0.1.0.php" hash="25a2cacc2fcee16857777af2cafe5e33"/></dir></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Neev_Skuautogenerate.xml" hash="bcbd229d7ef67308e8b8802233d96da2"/></dir></dir><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="skuautogenerate"><dir name="catalog"><dir name="product"><file name="edit.phtml" hash="3d3e29e44efd5aed9116e910f2e075cd"/></dir></dir></dir></dir><dir name="layout"><file name="skuautogenerate.xml" hash="daaef43e86f6b7da79c2d48cd5d1ca15"/></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name></name><channel>connect.magentocommerce.com/core</channel><min></min><max></max></package></required></dependencies>
|
18 |
</package>
|