Tax Invoice printing with php scripting

invoice , php tax invoice , scripting Singapore, Singapore
  • 12 years ago
    Hi Everyone Any one know abou this? +--------------------------------------------------------------------------------------------------+ | Item Description | Amount (SGD) | +--------------------------------------------------------------------------------------------------+ | | | | Event Name = [EVT/0001] Blah Blah Blah | | | | | | Event begins on: | | | | | | and ends on: | | | | | | Event Information: Blah Blah Blah | | | | | | Seats Booked: 2 | | | | | | Discount: 10% | | +--------------------------------------------------------------------------------------------------+ | Subtotal | | | GST (7%) | | +--------------------------------------------------------------------------------------------------+ | TOTAL | | +--------------------------------------------------------------------------------------------------+
  • 12 years ago
    echo "+--------------------------------------------------------------------------------------------------+
    "; echo "|Item Description | Amount (SGD) |
    "; echo "+--------------------------------------------------------------------------------------------------+
    "; echo "| |
    "; echo "| |
    "; echo "+--------------------------------------------------------------------------------------------------+
    "; echo "| |
    "; echo "| |
    "; echo "+--------------------------------------------------------------------------------------------------+
    "; echo "| |
    "; echo "+--------------------------------------------------------------------------------------------------+
    ";

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Beware of bugs in the above code; I have only proved it correct, not tried it.” - Donald Knuth