X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=5cd7fe20e010ba0807dda80c2d165990e60713d4;hb=825a4b279d6af05322188299f6a3967d2562f1e9;hp=e10006e7f3c723b1553c89d88cf639e433050ac9;hpb=56488e0870fed91a57bfc0b67e81703d8dcd1e56;p=fa-stable.git diff --git a/config.default.php b/config.default.php index e10006e7..5cd7fe20 100644 --- a/config.default.php +++ b/config.default.php @@ -68,6 +68,15 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $power_by = "FrontAccounting"; $power_url = "http://frontaccounting.com"; + /* Do not print zero lines amount of 0.00 in Sales Documents if service item. 1 = do not */ + $no_zero_lines_amount = 1; + + /* Use icon for editkey (=true) righ of combobox. 1 = use, 0 = do not use */ + $use_icon_for_editkey = 0; + + /* Creates automatic a default branch with contact. Value 0 do not create auto branch */ + $auto_create_branch = 1; + /* Save Report selections (a value > 0 means days to save. 0 = no save) */ $save_report_selections = 0; @@ -82,7 +91,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* $show_voiced_gl_trans = 0, setting this to 1 will show the voided gl trans */ $show_voided_gl_trans = 0; - + /* use old style convert (income and expense in BS, PL) */ $use_oldstyle_convert = 0; @@ -126,7 +135,10 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* suppress tax rates on documents. 0 = no, 1 = yes. */ $suppress_tax_rates = 0; - + + /* allow reopening closed transactions */ + $allow_gl_reopen = 0; + $dateformats = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD"); $dateseps = array("/", ".", "-", " "); $thoseps = array(",", ".", " "); @@ -210,25 +222,26 @@ if(isset($_SESSION["wa_current_user"])) { if (!defined('ICON_EDIT')) { - define("ICON_EDIT", "edit.gif"); - define("ICON_DELETE", "delete.gif"); - define("ICON_ADD", "ok.gif"); - define("ICON_UPDATE", "ok.gif"); - define("ICON_OK", "ok.gif"); - define("ICON_CANCEL", "cancel.png"); - define("ICON_GL", "gl.png"); - define("ICON_PRINT", "print.png"); - define("ICON_PDF", "pdf.gif"); - define("ICON_DOC", "invoice.gif"); - define("ICON_CREDIT", "credit.gif"); - define("ICON_RECEIVE", "receive.gif"); - define("ICON_DOWN", "download.gif"); - define("ICON_MONEY", "money.png"); - define("ICON_REMOVE", "remove.png"); - define("ICON_REPORT", "report.png"); - define("ICON_VIEW", "view.gif"); + define("ICON_EDIT", "edit.gif"); + define("ICON_DELETE", "delete.gif"); + define("ICON_ADD", "ok.gif"); + define("ICON_UPDATE", "ok.gif"); + define("ICON_OK", "ok.gif"); + define("ICON_CANCEL", "cancel.png"); + define("ICON_GL", "gl.png"); + define("ICON_PRINT", "print.png"); + define("ICON_PDF", "pdf.gif"); + define("ICON_DOC", "invoice.gif"); + define("ICON_CREDIT", "credit.gif"); + define("ICON_RECEIVE", "receive.gif"); + define("ICON_DOWN", "download.gif"); + define("ICON_MONEY", "money.png"); + define("ICON_REMOVE", "remove.png"); + define("ICON_REPORT", "report.png"); + define("ICON_VIEW", "view.gif"); define("ICON_SUBMIT", "ok.gif"); - define("ICON_ESCAPE", "escape.png"); + define("ICON_ESCAPE", "escape.png"); + define("ICON_CLOSED", "closed.png"); } ?> \ No newline at end of file