I tried to change the following from:

        text_row(_("Item Code:"), 'NewStockID', $tmpCodeID, 26, 25, null, "", $post_label);

to

        text_row(_("Item Code:"), 'NewStockID', $tmpCodeID, 41, 40, null, "", $post_label);

It does not work. The field still remains at 25. When I was using a previous version (2.3.xx), I changed from 26,25 to 41,40 and it works. Not sure how to do it in version 2.4.13. Any help is highly appreciated.

I have increased the length of the item code in the database, but how do I increase the length of the box during entry. It appears to be limited to maxlength of 25 only.

I used view page source on items.php and the following is shown.

<tr><td class='label'>Item Code:</td><td><input  type="text" name="NewStockID" size="26" maxlength="25" value=""></td>

I used version FA 2.4.13

3

(2 replies, posted in Setup)

Thank you so much. It works.

4

(2 replies, posted in Setup)

Hi,

I am using 2.4.11. How can I sort the Names in the Category dropdown menu in the Items and Inventory Section.
Currently they are not shown in alphabetically order and it is not easy to select the Name in the Category.

Thank you.

Thank you so much. It works with the space.

I have been using FA since 2010 on V2.3. I want to upgrade to the latest version.
We have our own format on the reference.
Is there a way to remove the Transaction Reference?
Many thanks.