X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.php;h=67683efcf13b19061c307caa4f3c4d8343ed42f1;hb=31469aea45d88c39de230035454e607cb926ccb1;hp=550efbe98dd5313135dcb9d0cd1ccbca62eb2f6d;hpb=4def49c9e0be02ccdf814188c2a72ebd969a7a98;p=fa-stable.git diff --git a/config.php b/config.php index 550efbe9..67683efc 100644 --- a/config.php +++ b/config.php @@ -53,10 +53,10 @@ // Main Title $app_title = "FrontAccounting"; // application version - $version = "1.16"; + $version = "2.0 Pre Alpha"; // Build for development purposes - $build_version = "15"; + $build_version = "2"; // Powered by $power_by = "FrontAccounting"; @@ -90,11 +90,6 @@ /* print_invoice_no. 0 = print reference number, 1 = print invoice number */ $print_invoice_no = 0; - /* Flags for no item, customer and supplier lists. The list can only hold about 1000 items in the lists */ - $no_item_list = 0; // change value to 1 if you do not want all items in list - $no_customer_list = 0; // change value to 1 if you do not want all customers in list - $no_supplier_list = 0; // change value to 1 if you do not want all suppliers in list - $dateformats = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD"); $dateseps = array("/", ".", "-", " "); $thoseps = array(",", ".", " ");