X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.php;h=67683efcf13b19061c307caa4f3c4d8343ed42f1;hb=31469aea45d88c39de230035454e607cb926ccb1;hp=44e0b706773a0bf8326b60c2b900e47d6e513e2f;hpb=d683494fb064b081b75616354993bfc889389dc2;p=fa-stable.git diff --git a/config.php b/config.php index 44e0b706..67683efc 100644 --- a/config.php +++ b/config.php @@ -53,10 +53,10 @@ // Main Title $app_title = "FrontAccounting"; // application version - $version = "1.15"; + $version = "2.0 Pre Alpha"; // Build for development purposes - $build_version = "32"; + $build_version = "2"; // Powered by $power_by = "FrontAccounting"; @@ -85,7 +85,10 @@ $date_system = 0; /* email stock location if order below reorder-level */ - $loc_notification = 1; + $loc_notification = 0; + + /* print_invoice_no. 0 = print reference number, 1 = print invoice number */ + $print_invoice_no = 0; $dateformats = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD"); $dateseps = array("/", ".", "-", " ");