Topic: can the item_code in 2.3RC3 now contain -

I just installed 2.3RC3 and it seems that now the item_code may contain - (dash).  Do I understand this right?

Also if I import directly inventory items into database (I am moving from another accounting system), are these the only tables used are loc_stock, item_codes and stock_master?

Thanks

Re: can the item_code in 2.3RC3 now contain -

Yes, item codes can contain dashes.

When you import only items you have to use only stock_master and ite_codes, but import items quuantities involves also other tables (at least stock_moves). Look into related *_db.inc files to find more info.

Janusz

Re: can the item_code in 2.3RC3 now contain -

thanks, will look at the db.inc files