Author Topic: Single invoice but with two different departments categorized  (Read 4365 times)

bobby

  • Newbie
  • *
  • Posts: 4
Single invoice but with two different departments categorized
« on: December 15, 2012, 11:07:06 am »
Hello everyone,

I am using SambapPOS in my uncle's restaurant and we are every happy with SambaPOS's Simple GUI and all loaded features in it.

How can I achieve the following thing in a single invoice,

1. Details about invoice (Like: Date, Time, Table No., Waiter, etc)
2. Single invoice number (Say Invoice No. 59)
3. Categorized invoice like following,
3.1 Food Department
      1       Item1       $5.99
      1       Item2       $3.00
      2       Item3       $10.00
----------------------------------------
{IF Discount}
{IF GIFT}
{Total}                    $18.99

3.2 Bar Department
      1       Liquor Item1        $15.00
      1       Liquor Item2        $20.99
      1       Liquor Item3        $13.00
-------------------------------------------
{IF Discount}                    %10
{IF GIFT}
{Total}                               $44.10

--------------------------------------------
{Grand Total}       Food+Bar
                       $18.99+$44.10
-----------------------------------------
 Grand Total                  $63.09
-----------------------------------------

The purpose behind categorizing the invoice is to calculate different discounts of different departments, calculate gift vouchers of departments, because we offer different discounts on different department items so that I can keep track of prices and discounts as per department items.

It would be great if somebody help me out with this. Thanks...!!!