X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=4d370d9ece625eb3ac0c25c41c322a9085fa98e2;hb=4c40cfa3e45f9546731a137e8a30b45dd751c1cb;hp=22ab9cf1e39f73e82dede4edf5635dfb1fddf24f;hpb=279d7962a249da9cbc3074360e3a68a23a31145e;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 22ab9cf1..4d370d9e 100644 --- a/config.default.php +++ b/config.default.php @@ -108,6 +108,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* print_invoice_no. 0 = print reference number, 1 = print invoice number */ $print_invoice_no = 0; + /* 1 = print Subtotal tax excluded, tax and Total tax included */ + $alternative_tax_include_on_docs = 0; + $dateformats = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD"); $dateseps = array("/", ".", "-", " "); $thoseps = array(",", ".", " ");