latex88
Registered User.
- Local time
- Today, 03:15
- Joined
- Jul 10, 2003
- Messages
- 198
I'm trying to build a restaurant POS system. In a form, the waiter can select the physical table when creating an order. Typical physical tables (with chairs) may be denoted as A1, A2,...B1, B2, B3....
It's easy to customize a list box or buttons to fit any given restaurant, but let's say I want to build this POS system that is generic and would fit multiple restaurant, where their tables (with chairs) may be a bit different, although, it's quite common to have "A1, A2,...B1, B2, B3....". Question is, what would be a good practice/structure to build these forms/tables that can easily adapt to different restaurants whose table structure may be a bit different?
It's easy to customize a list box or buttons to fit any given restaurant, but let's say I want to build this POS system that is generic and would fit multiple restaurant, where their tables (with chairs) may be a bit different, although, it's quite common to have "A1, A2,...B1, B2, B3....". Question is, what would be a good practice/structure to build these forms/tables that can easily adapt to different restaurants whose table structure may be a bit different?