Hi Everyone. I don't have a problem, rather it is a queston on refining my form.
I have designed a POS application about a year ago. It is now being used over 40 locations nationwide and it is all going very very well.
In the POS, I have desgined an Invoice Entry Screen.
The Invoice Screen is designed as such:
I use a ListBox with a TextBox for the SKU. The reason I do that is:
My Inventory is serialized. Meaning, a user, can either sell 'regular' items or skus. Or scan the serial of the sku. (2 different tables). Also, I have many conditions before accepting the sku in the listbox, such as price, minimum price, wholesale price, etc..etc.. depending on the account number, agent number, or cash/walk-in account.
So, in the listbox I have the click event to change QTY/Price. And in the Update Button, i have to check the Input price vs. the Minimum price allowed, etc..etc.. etc..
Well, I see many people have their invoices in a grid format. I tried to do it in a Grid, but, there are many many conditions, that I cannot seem to fit in a grid. Like Removing an Item, Updating Prices (based on criteria), Updating or Freezing the QTY depending on if it is a serilized item or not. etc.. etc..
What are you thoughts. How did you do your Invoice screen. Is it as complicated as mine?
thanks for all your feedbacks.
Ali Koumaiha
TeknoSoft Inc
Farmington Hills, Michigan
I have designed a POS application about a year ago. It is now being used over 40 locations nationwide and it is all going very very well.
In the POS, I have desgined an Invoice Entry Screen.
The Invoice Screen is designed as such:
I use a ListBox with a TextBox for the SKU. The reason I do that is:
My Inventory is serialized. Meaning, a user, can either sell 'regular' items or skus. Or scan the serial of the sku. (2 different tables). Also, I have many conditions before accepting the sku in the listbox, such as price, minimum price, wholesale price, etc..etc.. depending on the account number, agent number, or cash/walk-in account.
So, in the listbox I have the click event to change QTY/Price. And in the Update Button, i have to check the Input price vs. the Minimum price allowed, etc..etc.. etc..
Well, I see many people have their invoices in a grid format. I tried to do it in a Grid, but, there are many many conditions, that I cannot seem to fit in a grid. Like Removing an Item, Updating Prices (based on criteria), Updating or Freezing the QTY depending on if it is a serilized item or not. etc.. etc..
What are you thoughts. How did you do your Invoice screen. Is it as complicated as mine?
thanks for all your feedbacks.
Ali Koumaiha
TeknoSoft Inc
Farmington Hills, Michigan