Hi Guys
I'm starting to look at tax rate/markup/discount per item in an invoice - just wondering how the different tax system work each each country (as want to be able to handle as many different locales as possible)
If you can post what country your from and how you are supposed to handle different taxes in 1 invoice it would be great
some questions i have are:
hopefully the below example explains that i mean better :)
ie.
| id | qty | product_id | unit_price | item_tax_1 | item_tax_2 | invoice_level_tax |
| 1 | 1 | 1 | $100 | 10% = $10 | 5% (is this calc on $100 or $110)? | 10% (is this calc on $100 or $115)? - is this tax rate even needed? |
also do you guys have a need for just % based rate - or would you also need to handle misc. $ markup/downs per line item?
just post here in the discussion section or in the forum: http://simpleinvoices.org/forum/discussion/672/item-level-tax-rates/ Cheers
Justin
Discussion
Hi there,
In Portugal we can have 5 different VAT taxes per invoice. Each line have its own.
I'm visiting this site because I need some kind of simple automatic invoicing, and by automatic I mean some kind of:
$new_invoice = new SimpleInvoice(); $new_invoice→addLine('description', 'qtty', 'cost_unity', 'tax_code'); $new_invoice→printPDF;
This can be done with SimpleInvoices?
Thanks Ricardo
Hey Ricardo
thanks for the input
once the multiple taxes per line item work is done you can have as many taxes per line item as you want
re automatic invoicing
let us know how you go
Cheers
Justin
Hi there,
Just some feedback about the multiple tax codes. This is a very good idea, and I was wondering if it would be possible to create reports on the different tax codes? E.g. totals for each tax code type for a particular range of invoices/dates? Not asking for a feature per se, just want to know how hard it would be to implement.
Cheers
kirjava
Hey Kirjava,
its do-able - you'll just have to take some time to review the db structure and you'll be able to figure it out no worries
post on the forum if you have any queries
Cheers
Justin