Posts: 32,066
Thanks: 697
Thanked 4,246 Times in 3,259 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 1 hour ago
1 day 3 hours ago
1 day 15 hours ago
1 day 18 hours ago
1 day 22 hours ago
2 days 4 hours ago
2 days 14 hours ago
2 days 16 hours ago
3 days 19 min ago
3 days 1 hour ago