1 (edited by kloj 08/24/2012 04:00:59 pm)

Topic: I Need Modifaction in Sales Item Entry

Hi to all,
I am new to FA and php too, but vb.  I need to modify the item entry method in FA.

In FA, and as in common, there is one stock id or item id for a product, but i need four  selections or combos to form a product id,  for example FA item entry is l ike following,

Item Code     Description     Qty     Price     Disct %     Total
-------------
item01-abc     item01-abc

But i need the item code to be formed by selection from four combos, like,

Item       cbo1   cbo2    cbo3     Description     Qty     Price     Disct %     Total
item01      a         b        c         item01-abc

Can anyone guide, that which piece of code should be changed to get my desired modification.

Re: I Need Modifaction in Sales Item Entry

It depends when you plan to use this additional selectors. The item list is in most cases assembled in separate function located in some *_ui.php file in includes/ui subfolder.
Janusz

3 (edited by kloj 09/01/2012 04:17:33 pm)

Re: I Need Modifaction in Sales Item Entry

Dear ITRONICS,

will you please give some more enhanced hint ?

Re: I Need Modifaction in Sales Item Entry

I think this is similar to what I'm asking here:
https://frontaccounting.com/punbb/viewtopic.php?id=3637

Re: I Need Modifaction in Sales Item Entry

Alternatively, a custom javascript file to change the contents of the Item Code field alone after it has been rendered - a sort of document onload and/or onclick function. The real Item codes can remail Item01-abc, Item01-def, etc.