Home
last modified time | relevance | path

Searched refs:path_to_root (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/finance/frontaccounting/frontaccounting/
H A Dfrontaccounting.php14 include_once($path_to_root . '/applications/application.php');
15 include_once($path_to_root . '/applications/customers.php');
16 include_once($path_to_root . '/applications/suppliers.php');
17 include_once($path_to_root . '/applications/inventory.php');
18 include_once($path_to_root . '/applications/manufacturing.php');
19 include_once($path_to_root . '/applications/dimensions.php');
20 include_once($path_to_root . '/applications/generalledger.php');
21 include_once($path_to_root . '/applications/setup.php');
22 include_once($path_to_root . '/installed_extensions.php');
57 global $path_to_root;
[all …]
/dports/finance/frontaccounting/frontaccounting/install/
H A Dindex.php13 $path_to_root=".."; variable
15 if (file_exists($path_to_root.'/config_db.php'))
16 header("Location: $path_to_root/index.php");
18 include($path_to_root . "/install/isession.inc");
22 include($path_to_root . "/includes/ui.inc");
23 include($path_to_root . "/includes/system_tests.inc");
24 include($path_to_root . "/admin/db/maintenance_db.inc");
25 include($path_to_root . "/includes/packages.inc");
27 include($path_to_root . "/installed_extensions.php");
32 global $path_to_root;
[all …]
/dports/finance/frontaccounting/frontaccounting/inventory/includes/
H A Dinventory_db.inc12 include_once($path_to_root . "/includes/date_functions.inc");
13 include_once($path_to_root . "/includes/banking.inc");
14 include_once($path_to_root . "/includes/manufacturing.inc");
17 include_once($path_to_root . "/inventory/includes/db/items_trans_db.inc");
18 include_once($path_to_root . "/inventory/includes/db/items_prices_db.inc");
20 include_once($path_to_root . "/inventory/includes/db/items_codes_db.inc");
21 include_once($path_to_root . "/inventory/includes/db/items_db.inc");
24 include_once($path_to_root . "/inventory/includes/db/items_adjust_db.inc");
26 include_once($path_to_root . "/inventory/includes/db/items_units_db.inc");
62 global $path_to_root;
[all …]
/dports/finance/frontaccounting/frontaccounting/gl/inquiry/
H A Dbalance_sheet.php13 $path_to_root="../.."; variable
15 include_once($path_to_root . "/includes/session.inc");
17 include_once($path_to_root . "/includes/date_functions.inc");
18 include_once($path_to_root . "/includes/ui.inc");
19 include_once($path_to_root . "/includes/data_checks.inc");
21 include_once($path_to_root . "/gl/includes/gl_db.inc");
89 $convert, $dimension, $dimension2, $drilldown, $path_to_root);
140 global $path_to_root;
188 $convert, $dimension, $dimension2, $drilldown, $path_to_root);
226 $url = "<a href='$path_to_root/gl/inquiry/profit_loss.php?TransFromDate="
[all …]
/dports/finance/frontaccounting/frontaccounting/admin/
H A Dinst_upgrade.php13 $path_to_root=".."; variable
14 include_once($path_to_root . "/includes/session.inc");
18 include_once($path_to_root . "/includes/date_functions.inc");
19 include_once($path_to_root . "/admin/db/company_db.inc");
20 include_once($path_to_root . "/admin/db/maintenance_db.inc");
21 include_once($path_to_root . "/includes/ui.inc");
28 global $path_to_root;
30 $patchdir = $path_to_root."/sql/";
57 global $path_to_root, $installers;
125 global $path_to_root;
[all …]
H A Dcreate_coy.php13 $path_to_root=".."; variable
14 include_once($path_to_root . "/includes/session.inc");
16 include_once($path_to_root . "/includes/date_functions.inc");
17 include_once($path_to_root . "/admin/db/company_db.inc");
18 include_once($path_to_root . "/admin/db/maintenance_db.inc");
19 include_once($path_to_root . "/includes/ui.inc");
94 $comp_subdirs, $path_to_root, $selected_id;
130 if (!db_import($path_to_root.'/sql/'.get_post('coa'), $conn, $selected_id)) {
149 display_error(_("Cannot open the configuration file - ") . $path_to_root . "/config_db.php");
173 global $def_coy, $db_connections, $comp_subdirs, $path_to_root;
[all …]
H A Dinst_module.php13 $path_to_root=".."; variable
14 include_once($path_to_root . "/includes/session.inc");
15 include_once($path_to_root."/includes/packages.inc");
22 include_once($path_to_root . "/includes/date_functions.inc");
23 include_once($path_to_root . "/admin/db/company_db.inc");
24 include_once($path_to_root . "/admin/db/maintenance_db.inc");
25 include_once($path_to_root . "/includes/ui.inc");
32 global $next_extension_id, $Ajax, $path_to_root;
46 include_once($path_to_root.'/modules/'.clean_file_name($id).'/hooks.php');
61 global $path_to_root;
[all …]
H A Dinst_theme.php13 $path_to_root=".."; variable
14 include_once($path_to_root . "/includes/session.inc");
15 include_once($path_to_root."/includes/packages.inc");
22 include_once($path_to_root . "/includes/date_functions.inc");
23 include_once($path_to_root . "/admin/db/company_db.inc");
24 include_once($path_to_root . "/admin/db/maintenance_db.inc");
25 include_once($path_to_root . "/includes/ui.inc");
54 $dirname = $path_to_root.'/themes/'.$theme;
/dports/finance/frontaccounting/frontaccounting/reporting/
H A Drep402.php19 $path_to_root=".."; variable
21 include_once($path_to_root . "/includes/session.inc");
22 include_once($path_to_root . "/includes/date_functions.inc");
23 include_once($path_to_root . "/includes/data_checks.inc");
24 include_once($path_to_root . "/includes/banking.inc");
25 include_once($path_to_root . "/gl/includes/gl_db.inc");
26 include_once($path_to_root . "/inventory/includes/db/items_category_db.inc");
71 global $path_to_root, $wo_types_array;
80 include_once($path_to_root . "/reporting/includes/excel_report.inc");
82 include_once($path_to_root . "/reporting/includes/pdf_report.inc");
H A Drep401.php19 $path_to_root=".."; variable
21 include_once($path_to_root . "/includes/session.inc");
22 include_once($path_to_root . "/includes/date_functions.inc");
23 include_once($path_to_root . "/includes/data_checks.inc");
24 include_once($path_to_root . "/gl/includes/gl_db.inc");
25 include_once($path_to_root . "/inventory/includes/db/items_db.inc");
56 global $path_to_root;
64 include_once($path_to_root . "/reporting/includes/excel_report.inc");
66 include_once($path_to_root . "/reporting/includes/pdf_report.inc");
H A Drep307.php19 $path_to_root=".."; variable
21 include_once($path_to_root . "/includes/session.inc");
22 include_once($path_to_root . "/includes/date_functions.inc");
23 include_once($path_to_root . "/includes/ui/ui_input.inc");
24 include_once($path_to_root . "/includes/data_checks.inc");
25 include_once($path_to_root . "/gl/includes/gl_db.inc");
26 include_once($path_to_root . "/sales/includes/db/sales_types_db.inc");
27 include_once($path_to_root . "/inventory/includes/inventory_db.inc");
85 global $path_to_root;
95 include_once($path_to_root . "/reporting/includes/excel_report.inc");
[all …]
H A Drep710.php19 $path_to_root=".."; variable
21 include_once($path_to_root . "/includes/session.inc");
22 include_once($path_to_root . "/includes/date_functions.inc");
23 include_once($path_to_root . "/includes/data_checks.inc");
24 include_once($path_to_root . "/gl/includes/gl_db.inc");
25 include_once($path_to_root . "/includes/ui/ui_view.inc");
58 global $path_to_root, $systypes_array;
68 include_once($path_to_root . "/reporting/includes/excel_report.inc");
70 include_once($path_to_root . "/reporting/includes/pdf_report.inc");
H A Drep309.php19 $path_to_root=".."; variable
21 include_once($path_to_root . "/includes/session.inc");
22 include_once($path_to_root . "/includes/date_functions.inc");
23 include_once($path_to_root . "/includes/data_checks.inc");
24 include_once($path_to_root . "/includes/banking.inc");
25 include_once($path_to_root . "/gl/includes/gl_db.inc");
26 include_once($path_to_root . "/inventory/includes/db/items_category_db.inc");
73 global $path_to_root;
82 include_once($path_to_root . "/reporting/includes/excel_report.inc");
84 include_once($path_to_root . "/reporting/includes/pdf_report.inc");
H A Drep501.php19 $path_to_root=".."; variable
21 include_once($path_to_root . "/includes/session.inc");
22 include_once($path_to_root . "/includes/date_functions.inc");
23 include_once($path_to_root . "/includes/data_checks.inc");
24 include_once($path_to_root . "/gl/includes/gl_db.inc");
71 global $path_to_root;
80 include_once($path_to_root . "/reporting/includes/excel_report.inc");
82 include_once($path_to_root . "/reporting/includes/pdf_report.inc");
/dports/finance/frontaccounting/frontaccounting/manufacturing/inquiry/
H A Dbom_cost_inquiry.php13 $path_to_root = "../.."; variable
14 include_once($path_to_root . "/includes/session.inc");
18 include_once($path_to_root . "/manufacturing/includes/manufacturing_ui.inc");
19 include_once($path_to_root . "/includes/manufacturing.inc");
20 include_once($path_to_root . "/includes/ui.inc");
21 include_once($path_to_root . "/includes/banking.inc");
22 include_once($path_to_root . "/includes/data_checks.inc");
/dports/finance/frontaccounting/frontaccounting/gl/includes/
H A Dgl_db.inc12 include_once($path_to_root . "/includes/banking.inc");
14 include_once($path_to_root . "/gl/includes/db/gl_db_trans.inc");
15 include_once($path_to_root . "/gl/includes/db/gl_db_bank_trans.inc");
16 include_once($path_to_root . "/gl/includes/db/gl_db_banking.inc");
17 include_once($path_to_root . "/gl/includes/db/gl_db_bank_accounts.inc");
18 include_once($path_to_root . "/gl/includes/db/gl_db_currencies.inc");
19 include_once($path_to_root . "/gl/includes/db/gl_db_rates.inc");
20 include_once($path_to_root . "/gl/includes/db/gl_db_accounts.inc");
21 include_once($path_to_root . "/gl/includes/db/gl_db_account_types.inc");
/dports/finance/frontaccounting/frontaccounting/inventory/
H A Dcost_update.php14 $path_to_root = ".."; variable
16 $path_to_root = "../.."; variable
18 include_once($path_to_root . "/includes/session.inc");
19 include_once($path_to_root . "/includes/date_functions.inc");
20 include_once($path_to_root . "/includes/ui.inc");
21 include_once($path_to_root . "/includes/banking.inc");
22 include_once($path_to_root . "/includes/manufacturing.inc");
23 include_once($path_to_root . "/includes/data_checks.inc");
24 include_once($path_to_root . "/inventory/includes/inventory_db.inc");
/dports/finance/frontaccounting/frontaccounting/includes/
H A Ddata_checks.inc19 global $path_to_root;
35 global $path_to_root;
64 global $path_to_root;
80 global $path_to_root;
96 global $path_to_root;
112 global $path_to_root;
128 global $path_to_root;
151 global $path_to_root;
167 global $path_to_root;
183 global $path_to_root;
[all …]
/dports/finance/frontaccounting/frontaccounting/themes/cool/
H A Drenderer.php16 global $path_to_root, $show_menu_category_icons;
22 …return "<img src='$path_to_root/themes/cool/images/$img' style='vertical-align:middle;' border='0'…
37 global $path_to_root, $help_base_url, $db_connections;
51 $local_path_to_root = $path_to_root;
73 $indicator = "$path_to_root/themes/".user_theme(). "/images/ajax-loader.gif";
75 …echo " <td class='logoutBarRight'><a class='shortcut' href='$path_to_root/admin/display_prefs.php…
76 …echo " <a class='shortcut' href='$path_to_root/admin/change_current_user_password.php?selected_id…
101 $power_by, $path_to_root, $Pagehelp, $Ajax;
102 include_once($path_to_root . "/includes/date_functions.inc");
142 global $path_to_root;
/dports/finance/frontaccounting/frontaccounting/themes/default/
H A Drenderer.php16 global $path_to_root, $show_menu_category_icons;
22 …return "<img src='$path_to_root/themes/default/images/$img' style='vertical-align:middle;' border=…
37 global $path_to_root, $help_base_url, $db_connections;
51 $local_path_to_root = $path_to_root;
73 $indicator = "$path_to_root/themes/".user_theme(). "/images/ajax-loader.gif";
75 …echo " <td class='logoutBarRight'><a class='shortcut' href='$path_to_root/admin/display_prefs.php…
76 …echo " <a class='shortcut' href='$path_to_root/admin/change_current_user_password.php?selected_id…
102 $power_by, $path_to_root, $Pagehelp, $Ajax;
103 include_once($path_to_root . "/includes/date_functions.inc");
143 global $path_to_root;
/dports/finance/frontaccounting/frontaccounting/themes/aqua/
H A Drenderer.php16 global $path_to_root, $show_menu_category_icons;
22 …return "<img src='$path_to_root/themes/aqua/images/$img' style='vertical-align:middle;' border='0'…
37 global $path_to_root, $help_base_url, $db_connections;
51 $local_path_to_root = $path_to_root;
73 $indicator = "$path_to_root/themes/".user_theme(). "/images/ajax-loader.gif";
75 …echo " <td class='logoutBarRight'><a class='shortcut' href='$path_to_root/admin/display_prefs.php…
76 …echo " <a class='shortcut' href='$path_to_root/admin/change_current_user_password.php?selected_id…
101 $power_by, $path_to_root, $Pagehelp, $Ajax;
102 include_once($path_to_root . "/includes/date_functions.inc");
142 global $path_to_root;
/dports/finance/frontaccounting/frontaccounting/manufacturing/view/
H A Dwork_order_view.php13 $path_to_root = "../.."; variable
15 include_once($path_to_root . "/includes/session.inc");
17 include_once($path_to_root . "/includes/date_functions.inc");
18 include_once($path_to_root . "/includes/manufacturing.inc");
19 include_once($path_to_root . "/includes/data_checks.inc");
21 include_once($path_to_root . "/manufacturing/includes/manufacturing_db.inc");
22 include_once($path_to_root . "/manufacturing/includes/manufacturing_ui.inc");
H A Dwo_production_view.php13 $path_to_root = "../.."; variable
15 include_once($path_to_root . "/includes/session.inc");
22 include_once($path_to_root . "/includes/date_functions.inc");
23 include_once($path_to_root . "/includes/manufacturing.inc");
24 include_once($path_to_root . "/includes/data_checks.inc");
26 include_once($path_to_root . "/manufacturing/includes/manufacturing_db.inc");
27 include_once($path_to_root . "/manufacturing/includes/manufacturing_ui.inc");
/dports/finance/frontaccounting/frontaccounting/purchasing/allocations/
H A Dsupplier_allocate.php13 $path_to_root = "../.."; variable
15 include($path_to_root . "/includes/ui/allocation_cart.inc");
16 include_once($path_to_root . "/includes/session.inc");
17 include_once($path_to_root . "/includes/date_functions.inc");
18 include_once($path_to_root . "/includes/ui.inc");
19 include_once($path_to_root . "/includes/banking.inc");
20 include_once($path_to_root . "/sales/includes/sales_db.inc");
105 meta_forward($path_to_root . "/purchasing/allocations/supplier_allocation_main.php");
/dports/finance/frontaccounting/frontaccounting/sales/
H A Dcredit_note_entry.php17 $path_to_root = ".."; variable
18 include_once($path_to_root . "/sales/includes/cart_class.inc");
19 include_once($path_to_root . "/includes/session.inc");
20 include_once($path_to_root . "/includes/data_checks.inc");
21 include_once($path_to_root . "/sales/includes/sales_db.inc");
22 include_once($path_to_root . "/sales/includes/sales_ui.inc");
23 include_once($path_to_root . "/sales/includes/db/sales_types_db.inc");
24 include_once($path_to_root . "/sales/includes/ui/sales_credit_ui.inc");
25 include_once($path_to_root . "/sales/includes/ui/sales_order_ui.inc");
26 include_once($path_to_root . "/reporting/includes/reporting.inc");
[all …]

12345678910>>...12