[0004212] Work Order Entry: fixed error when voided WO refence is reused.
[fa-stable.git] / config.default.php
1 <?php
2 /**********************************************************************
3     Copyright (C) FrontAccounting, LLC.
4         Released under the terms of the GNU General Public License, GPL, 
5         as published by the Free Software Foundation, either version 3 
6         of the License, or (at your option) any later version.
7     This program is distributed in the hope that it will be useful,
8     but WITHOUT ANY WARRANTY; without even the implied warranty of
9     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
10     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
11 ***********************************************************************/
12     //--------------------------------------------------
13
14         // User configurable variables
15         //---------------------------------------------------
16
17         /*Show debug messages returned from an error on the page.
18         Debugging info level also determined by settings in PHP.ini
19         if $debug=1 show debugging info, dont show if $debug=0 */
20
21 if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_to_root']))
22         die("Restricted access");
23
24         // Server time zone. Since php 5.3.0 time zone have to be set either here or in server php ini file
25         if (!ini_get('date.timezone'))
26                 ini_set('date.timezone', 'Europe/Berlin');
27
28         // Log file for error/warning messages. Should be set to any location
29         // writable by www server. When set to empty string logging is switched off. 
30         // Special value 'syslog' can be used for system logger usage (see php manual).
31         //$error_logfile = '';
32         $error_logfile = VARLOG_PATH.'/errors.log';
33         $debug                  = 1;    // show sql on database errors
34
35         $show_sql               = 0;    // show all sql queries in page footer for debugging purposes
36         $go_debug               = 0;    // set to 1 for basic debugging, or 2 to see also backtrace after failure.
37         $pdf_debug              = 0;    // display pdf source instead reports for debugging when $go_debug!=0
38         // set $sql_trail to 1 only if you want to perform bugtracking sql trail
39         // Warning: this produces huge amount of data in sql_trail table.
40         // Don't forget switch the option off and flush the table manually after 
41         // trail, or your future backup files are overloaded with unneeded data.
42         //
43         $sql_trail              = 0; // save all sql queries in sql_trail
44         $select_trail   = 0; // track also SELECT queries
45
46         // Main Title
47         $app_title = "FrontAccounting";
48
49         // Build for development purposes
50         $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));
51
52         // Powered by
53         $power_by               = "FrontAccounting";
54         $power_url              = "http://frontaccounting.com";
55
56         /* No check on edit conflicts. Maybe needed to be set to 1 in certains Windows Servers */
57         $no_check_edit_conflicts = 0;
58         
59         /* Use additional icon for supplier/customer edition right of combobox. 1 = use, 0 = do not use */
60         $use_icon_for_editkey = 0;
61
62         /* Creates automatic a default branch with contact. Value 0 do not create auto branch */
63         $auto_create_branch = 1;
64
65         /* use popup windows for views */
66         $use_popup_windows = 1;
67
68         /* use Audit Trails in GL */
69         /* This variable is deprecated. Setting this to 1, will stamp the user name in the memo fields in GL */
70         /* This has been superseded with built in Audit Trail */
71         $use_audit_trail = 0;
72
73         /* use old style convert (income and expense in BS, PL) */
74         $use_oldstyle_convert = 0;
75
76         /* show users online discretely in the footer */
77         $show_users_online = 0;
78
79         // Wiki context help configuration
80         // If your help wiki use translated page titles uncomment next line
81         // $old_style_help = 1; // this setting is depreciated and subject to removal in next FA versions
82         $old_style_help = 0;
83         //      locally installed wiki module
84         // $help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.';
85         //      context help feed from frontaccounting.com
86         $help_base_url = 'http://frontaccounting.com/fawiki/index.php?n=Help.';
87         //      set to null if not used:
88         //      $help_base_url = null;
89
90         /* per user data/cache directory */
91         $comp_path = $path_to_root.'/company';
92
93         /* Date systems. 0 = traditional, 1 = Jalali used by Iran, Afghanistan and some other Central Asian nations,
94         2 = Islamic used by other arabic nations. 3 = traditional, but where non-workday is Friday and start of week is Saturday */
95         $date_system = 0;
96
97         /* allow reopening closed transactions */
98         $allow_gl_reopen = 0;
99
100         $dateformats    = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD","MmmDDYYYY", "DDMmmYYYY", "YYYYMmmDD");
101         $dateseps               = array("/", ".", "-", " ");
102         $thoseps                = array(",", ".", " ");
103         $decseps                = array(".", ",");
104
105         /* default dateformats and dateseps indexes used before user login */
106         $dflt_date_fmt = 0;
107         $dflt_date_sep = 0;
108
109         /* default PDF pagesize taken from /reporting/includes/tcpdf.php */
110         $pagesizes              = array("Letter", "A4");
111
112         /* Accounts Payable */
113         /* System check to see if quantity charged on purchase invoices exceeds the quantity received.
114            If this parameter is checked the proportion by which the purchase invoice is an overcharge
115            referred to before reporting an error */
116
117         $check_qty_charged_vs_del_qty = true;
118
119         /* System check to see if price charged on purchase invoices exceeds the purchase order price.
120            If this parameter is checked the proportion by which the purchase invoice is an overcharge
121            referred to before reporting an error */
122
123         $check_price_charged_vs_order_price = true;
124
125         $config_allocation_settled_allowance = 0.005;
126
127         /* Show average costed values instead of fixed standard cost in report, Inventory Valuation Report */
128         $use_costed_values = 1; 
129         
130         /* Show menu category icons in core themes */
131         $show_menu_category_icons = 1;
132         
133         // Internal configurable variables
134         //-----------------------------------------------------------------------------------
135
136         /* Whether to display the demo login and password or not */
137
138         $allow_demo_mode = false;
139
140     /* Whether to allow sending new password by e-mail */
141     $allow_password_reset = false;
142
143         /* for uploaded item pictures */
144         $pic_width              = 80;
145         $pic_height     = 50;
146         $max_image_size = 500;
147
148         /* skin for Business Graphics. 1 = Office, 2 = Matrix, or 3 = Spring. 
149            Pallete skin attributes set in reporting/includes/class.graphic.inc */
150         $graph_skin     = 1;
151
152         /* UTF-8 font for Business Graphics. Copy it to /reporting/fonts/ folder. */
153         $UTF8_fontfile  = "FreeSans.ttf";
154         //$UTF8_fontfile        = "zarnormal.ttf"; // for Arabic Dashboard
155
156 /* 
157         Display a dropdown select box for choosing Company to login if false.
158         Show a blank editbox only if true where the Company NickName
159         will have to be manually entered. This is when privacy is needed.
160 */
161         $text_company_selection  = false;
162
163 /*  Should FA hide menu items (Applications, Modules, and Actions) from the user if they don't have access to them? 
164     0 for no       1 for yes
165 */
166
167         $hide_inaccessible_menu_items = 0;
168
169 /*
170         Brute force prevention.
171         $login_delay seconds delay is required between login attempts after $login_max_attemps failed logins.
172         Set $login_delay to 0 to disable the feature (not recommended)
173 */
174         $login_delay = 30;
175         $login_max_attempts = 10;
176
177 /*
178         Choose Exchange Rate Provider
179         Default is ECB for backwards compatibility
180 */
181         $xr_providers = array("ECB", "YAHOO", "GOOGLE", "BLOOMBERG");
182         $dflt_xr_provider = 0;
183
184 /*
185         Set to true when remote service is authoritative source of exchange rates, and can be stored automatically without
186         manual edition. Otherwise exrate is stored on first new currency transaction of the day.
187 */
188         $xr_provider_authoritative = false;
189
190 /*
191         Optional sorting sales documents lines during edition according to item code
192 */
193         $sort_sales_items = false;
194
195 /*
196         Trial Balance opening balance presentation option.
197         When set to true past years part of opening balance is cleared.
198 */
199         $clear_trial_balance_opening = false;
200
201 /*
202         Optional backup path. Use %s in place of company number.
203         If not defined $comp_path/%s/backup/ is used.
204 */
205 //      $backup_path = dirname(__FILE__).'/company/%s/backup/';
206
207 /*
208         Optional popup search enabled if this is true.
209         $max_rows_in_search = 10 is used for maximum rows in search
210 */
211         $use_popup_search = true;
212         $max_rows_in_search = 10;