Ok, I think we had talked about this before, but a general decision was not
made. When you expire a tax rate and go to add the new rate, you will have a
problem:
DBD::Pg::st execute failed: ERROR: duplicate key violates unique
constraint "tax_pkey"
Error!
INSERT INTO tax (chart_id, rate, taxnumber, validto,
pass, taxmodule_id)
VALUES (?, ?, ?, ?, ?, ?)
ERROR: duplicate key violates unique constraint "tax_pkey"
Is the current solution to remove the primary key for tax?
I would also like to know if removing this primary key is the permanent solution. Perhaps there is a simple DB change that can be made to allow for tax rate changes?
I look forward to a reply on this topic.
Regards,
Angus Jordan