Hi, Janusz, yes this extension is very specific. but this useful for those who require rule based SKU.
I used version 2.0, I am now converting it for version 2.2.

bharatthakkar

Hi,

Thanks a lot, I implemented it successfully. Thanks for your valuable hints.

I email you two files having changes.

Regards

bharatthakkar

Hi,

What I want is not search facility, but Item code Generation when I enter New Item. I want Item Code Generation Based on Category ID and Item Name, So I want some Javascript Code attached to Item Code Field which at the time of New Item entry Generates Item Code based on Category ID and Item Name as stated above.

-----------
Suppose I want to generate Item Code as follow

    NNNN ANNNN NNN


NNNN : First set of 4 Characters Sub-Category ID / Category ID (Numerals with leading zero i.e for 1 it is 0001)

ANNNN : Second set is having first Character Alphabet (Usually first character of Item Name), next 4 characters are Item ID (Numerals with leading zero as above)

NNN : Third set of 3 Characters Customer ID (Numerals with leading zero as above)

e.g.

category 1, Sub-Category 2, Candle with Item Code 9 No Customer specific

0002C0009000
----------


Regards

bharatthakkar

I want to generate Stock ID / Item Code Automatically based on Category Id, and Item Name (description Field) entered by user instantly, probably with Ajax implementation or with Javascript. Can anybody help ? I am also working on it.

Can anyone have Ajax or Javascript implementation to online update of any field in FrontAccounting ? 

Thanks