Muhammad Umair

Muhammad Umair

  • NA
  • 29
  • 2.2k

FAST Food Billing and Menu

Feb 13 2015 11:49 AM

Dear All 

I have data like below in data table

ID         ProductType        ProductName   ProductDescription   ProductSize ProductPrice

1          Single Product          Burger              Zinger                                      15

2          Single Product          Burger              Chicken                                    10

3          Single Product          Pizza                                            Small            20

3          Deal                        Pizza+Coke        Deal1                                       25

and I want to display it in web form button like below. I also want to generate bill if button is Pressed

           Product Description

              Product Name

              Product Size

Like

               Zinger                  Deal1

              burger             Pizza+COke

                15                       25        

separate grid Bill like

ABC FAST FOOD

Zinger Burger              15

DEAL 1 PIZZA +Coke     25

------------------------------

Total                          40

Discount                     05

-----------------------------

Grand Total                35    

thanks in advance             

also please let me know any FAST FOOD Open source POS


Answers (2)