Posts: 32,066
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
You can do this with a sql command directly in the database. If your new vat rate is e.g. 15% and the old vat rate is 19%, the run this sql query in the ispconfig mysql database with e.g. phpmyadmin:
Code:
UPDATE invoice_item_template SET vat = 15 WHERE vat = 19;
Recent comments
1 day 9 hours ago
1 day 11 hours ago
1 day 23 hours ago
2 days 2 hours ago
2 days 6 hours ago
2 days 13 hours ago
2 days 22 hours ago
3 days 11 min ago
3 days 8 hours ago
3 days 9 hours ago