Hi,
I already develope many inventory systems using c#. But now I want to changes Purchase and Sale Entry Pages as follow..
I want to develope Purchase and Sale Entry page using dataGridView.
Like that,
PRODUCT_ITEM table
Purchase Entry UI:
Now this page that is dataGridView,
when I click on Product Item textBox then autometically appear a list where the set of product items are store (i.e, PRODUCT_ITEM table).
And when I choose a item from the list then batch_no and others items will autofill to batch no textBox
In this way one by one item enter in dataGridView after that click ADD ITEM button, then the set of entries will save to data base. Please help me.