Page 1 of 1

To add more categories Items

PostPosted: Thu Jan 05, 2017 8:58 pm
by jak
Hi,

I want to add more category options here inventory item -- categories section, so that we can select say Supplier and Category to the inventory item.
I have attached a screen shot. Here in this screenshot, how can we add one more tab named "Category" after "Packaging".

can you please tell us the steps to do it.

Thank you in Advance,
jak

Re: To add more categories Items  Topic is solved

PostPosted: Mon Jan 09, 2017 4:33 pm
by Mike.Sheen
Hi Jak,

You can add controls at runtime by doing so in a plugin via the Setup method of the FormPlugin class. In this case, you want to add a JiwaLookup control.

Mike