Do you use the correct API connector? To use the ispconfig remote api with billing functions, the api URL is
http://yourdomain.tld:8080/remote/billing.php and not ttp://yourdomain.tld:8080/remote/index.php
Quote:
Another question - not really important: when I can change default VAT value? At this moment any new
article have 19% VAT. Is this in database stored or I must search and replace in billing files?
|
You can change the default vat rate in the file /usr/local/ispconfig/interface/lib/classes/plugin_invoiceitem.inc.php
in line 47:
$rec['vat'] = $app->functions->currency_format(19);
it is planned to make this setting available in the interface in a future release.