Hello,
Am in the middle of making a POS on Visual Studio with C# and Windows Form.
I want to make a make-sale interface where:
1. The user enters the name or code of the product in a text box.
2. The search produces results displayed in a datagrid view.
3. The user clicks on an item and it load in a text boxes below and avails a text box for quantity
4. The user enters quantity and clicks add.
5. The selected items should display below where the users can see
The user can repeat step 1 to 5 many times depending on number items.
The user should then click submit and it loads a form with the summary of the purchase and provide print receipt option.
Kindly someone provide a detail way of controls and ways to achieve the above.
I will really appreciate.
Thankyou in advance.
Ar