From a5242af68e65661edb7175412444dce536a7f311 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sun, 8 Feb 2009 17:47:55 +0000 Subject: [PATCH] Changed license type to GPLv3 in top of files --- CHANGELOG.txt | 10 +- access/login.php | 8 +- access/logout.php | 8 +- admin/attachments.php | 8 +- admin/backups.php | 8 +- admin/change_current_user_password.php | 8 +- admin/create_coy.php | 8 +- admin/db/company_db.inc | 9 +- admin/db/maintenance_db.inc | 7 +- admin/db/printers_db.inc | 9 +- admin/db/users_db.inc | 8 +- admin/db/v_banktrans.inc | 8 +- admin/db/voiding_db.inc | 8 +- admin/display_prefs.php | 10 +- admin/fiscalyears.php | 8 +- admin/forms_setup.php | 8 +- admin/gl_setup.php | 8 +- admin/inst_lang.php | 8 +- admin/inst_module.php | 8 +- admin/inst_upgrade.php | 8 +- admin/payment_terms.php | 8 +- admin/print_profiles.php | 8 +- admin/printers.php | 8 +- admin/shipping_companies.php | 8 +- admin/users.php | 8 +- admin/view_print_transaction.php | 8 +- admin/void_transaction.php | 8 +- applications/application.php | 8 +- applications/customers.php | 8 +- applications/dimensions.php | 8 +- applications/generalledger.php | 8 +- applications/inventory.php | 8 +- applications/manufacturing.php | 8 +- applications/setup.php | 8 +- applications/suppliers.php | 8 +- config.php | 8 +- dimensions/dimension_entry.php | 8 +- dimensions/includes/dimensions_db.inc | 8 +- dimensions/includes/dimensions_ui.inc | 8 +- dimensions/inquiry/search_dimensions.php | 8 +- dimensions/view/view_dimension.php | 8 +- doc/2.1_Beta.txt | 2 +- doc/license.txt | 147 +++--- frontaccounting.php | 8 +- gl/bank_account_reconcile.php | 8 +- gl/bank_transfer.php | 8 +- gl/gl_bank.php | 8 +- gl/gl_budget.php | 8 +- gl/gl_journal.php | 8 +- gl/includes/db/gl_db_account_types.inc | 8 +- gl/includes/db/gl_db_accounts.inc | 8 +- gl/includes/db/gl_db_bank_accounts.inc | 8 +- gl/includes/db/gl_db_bank_trans.inc | 8 +- gl/includes/db/gl_db_banking.inc | 8 +- gl/includes/db/gl_db_currencies.inc | 8 +- gl/includes/db/gl_db_rates.inc | 8 +- gl/includes/db/gl_db_trans.inc | 8 +- gl/includes/gl_db.inc | 8 +- gl/includes/gl_ui.inc | 8 +- gl/includes/ui/gl_bank_ui.inc | 8 +- gl/includes/ui/gl_journal_ui.inc | 8 +- gl/inquiry/bank_inquiry.php | 8 +- gl/inquiry/gl_account_inquiry.php | 8 +- gl/inquiry/gl_trial_balance.php | 8 +- gl/inquiry/tax_inquiry.php | 8 +- gl/manage/bank_accounts.php | 8 +- gl/manage/currencies.php | 8 +- gl/manage/exchange_rates.php | 8 +- gl/manage/gl_account_classes.php | 8 +- gl/manage/gl_account_types.php | 8 +- gl/manage/gl_accounts.php | 8 +- gl/manage/gl_quick_entries.php | 8 +- gl/view/bank_transfer_view.php | 8 +- gl/view/gl_deposit_view.php | 8 +- gl/view/gl_payment_view.php | 8 +- gl/view/gl_trans_view.php | 8 +- includes/ajax.inc | 8 +- includes/banking.inc | 8 +- includes/current_user.inc | 8 +- includes/data_checks.inc | 8 +- includes/date_functions.inc | 8 +- includes/db/comments_db.inc | 8 +- includes/db/connect_db.inc | 8 +- includes/db/inventory_db.inc | 8 +- includes/db/manufacturing_db.inc | 8 +- includes/db/references_db.inc | 8 +- includes/db/sql_functions.inc | 8 +- includes/db_pager.inc | 8 +- includes/errors.inc | 8 +- includes/lang/language.php | 8 +- includes/main.inc | 8 +- includes/manufacturing.inc | 8 +- includes/page/footer.inc | 8 +- includes/page/header.inc | 8 +- includes/prefs/sysprefs.inc | 8 +- includes/prefs/userprefs.inc | 8 +- includes/references.inc | 8 +- includes/reserved.inc | 8 +- includes/session.inc | 8 +- includes/systypes.inc | 8 +- includes/types.inc | 8 +- includes/ui.inc | 8 +- includes/ui/allocation_cart.inc | 8 +- includes/ui/db_pager_view.inc | 8 +- includes/ui/items_cart.inc | 8 +- includes/ui/ui_controls.inc | 8 +- includes/ui/ui_globals.inc | 8 +- includes/ui/ui_input.inc | 8 +- includes/ui/ui_lists.inc | 8 +- includes/ui/ui_msgs.inc | 8 +- includes/ui/ui_view.inc | 8 +- index.php | 8 +- install/index.php | 16 +- install/save.php | 8 +- inventory/adjustments.php | 8 +- inventory/cost_update.php | 8 +- inventory/includes/db/items_adjust_db.inc | 8 +- inventory/includes/db/items_category_db.inc | 8 +- inventory/includes/db/items_codes_db.inc | 8 +- inventory/includes/db/items_db.inc | 8 +- inventory/includes/db/items_locations_db.inc | 8 +- inventory/includes/db/items_prices_db.inc | 8 +- inventory/includes/db/items_trans_db.inc | 8 +- inventory/includes/db/items_transfer_db.inc | 8 +- inventory/includes/db/items_units_db.inc | 8 +- inventory/includes/db/movement_types_db.inc | 8 +- inventory/includes/inventory_db.inc | 8 +- inventory/includes/item_adjustments_ui.inc | 8 +- inventory/includes/stock_transfers_ui.inc | 8 +- inventory/inquiry/stock_movements.php | 8 +- inventory/inquiry/stock_status.php | 8 +- inventory/manage/item_categories.php | 8 +- inventory/manage/item_codes.php | 8 +- inventory/manage/item_units.php | 8 +- inventory/manage/items.php | 8 +- inventory/manage/locations.php | 8 +- inventory/manage/movement_types.php | 8 +- inventory/manage/sales_kits.php | 8 +- inventory/prices.php | 8 +- inventory/purchasing_data.php | 8 +- inventory/reorder_level.php | 8 +- inventory/transfers.php | 8 +- inventory/view/view_adjustment.php | 8 +- inventory/view/view_transfer.php | 8 +- js/allocate.js | 8 +- js/budget.js | 8 +- js/inserts.js | 8 +- js/reconcile.js | 8 +- js/utils.js | 8 +- lang/en_US/LC_MESSAGES/en_US.mo | Bin 879 -> 901 bytes .../LC_MESSAGES/empty.po | 456 +++++++++--------- lang/new_language_template/locale.inc | 8 +- manufacturing/includes/db/work_centres_db.inc | 8 +- .../includes/db/work_order_issues_db.inc | 8 +- .../db/work_order_produce_items_db.inc | 8 +- .../db/work_order_requirements_db.inc | 8 +- manufacturing/includes/db/work_orders_db.inc | 8 +- .../includes/db/work_orders_quick_db.inc | 8 +- manufacturing/includes/manufacturing_db.inc | 8 +- manufacturing/includes/manufacturing_ui.inc | 8 +- .../includes/work_order_issue_ui.inc | 8 +- manufacturing/inquiry/bom_cost_inquiry.php | 8 +- manufacturing/inquiry/where_used_inquiry.php | 8 +- manufacturing/manage/bom_edit.php | 8 +- manufacturing/manage/work_centres.php | 8 +- manufacturing/search_work_orders.php | 8 +- manufacturing/view/wo_issue_view.php | 8 +- manufacturing/view/wo_production_view.php | 8 +- manufacturing/view/work_order_view.php | 8 +- manufacturing/work_order_add_finished.php | 8 +- manufacturing/work_order_entry.php | 8 +- manufacturing/work_order_issue.php | 8 +- manufacturing/work_order_release.php | 8 +- purchasing/allocations/supplier_allocate.php | 8 +- .../allocations/supplier_allocation_main.php | 8 +- purchasing/includes/db/grn_db.inc | 8 +- purchasing/includes/db/invoice_db.inc | 8 +- purchasing/includes/db/invoice_items_db.inc | 8 +- purchasing/includes/db/po_db.inc | 8 +- purchasing/includes/db/supp_payment_db.inc | 8 +- purchasing/includes/db/supp_trans_db.inc | 8 +- purchasing/includes/db/suppalloc_db.inc | 10 +- purchasing/includes/db/suppliers_db.inc | 8 +- purchasing/includes/po_class.inc | 8 +- purchasing/includes/purchasing_db.inc | 8 +- purchasing/includes/purchasing_ui.inc | 8 +- purchasing/includes/supp_trans_class.inc | 8 +- purchasing/includes/ui/grn_ui.inc | 8 +- purchasing/includes/ui/invoice_ui.inc | 8 +- purchasing/includes/ui/po_ui.inc | 8 +- purchasing/inquiry/po_search.php | 8 +- purchasing/inquiry/po_search_completed.php | 8 +- .../inquiry/supplier_allocation_inquiry.php | 8 +- purchasing/inquiry/supplier_inquiry.php | 8 +- purchasing/manage/suppliers.php | 8 +- purchasing/po_entry_items.php | 8 +- purchasing/po_receive_items.php | 8 +- purchasing/supplier_credit.php | 8 +- purchasing/supplier_invoice.php | 8 +- purchasing/supplier_payment.php | 8 +- purchasing/view/view_grn.php | 8 +- purchasing/view/view_po.php | 8 +- purchasing/view/view_supp_credit.php | 8 +- purchasing/view/view_supp_invoice.php | 8 +- purchasing/view/view_supp_payment.php | 8 +- reporting/includes/class.pdf.inc | 8 +- reporting/includes/doctext.inc | 8 +- reporting/includes/doctext2.inc | 8 +- reporting/includes/header2.inc | 8 +- reporting/includes/pdf_report.inc | 8 +- reporting/includes/reporting.inc | 8 +- reporting/includes/reports_classes.inc | 8 +- reporting/prn_redirect.php | 8 +- reporting/rep101.php | 8 +- reporting/rep102.php | 8 +- reporting/rep103.php | 8 +- reporting/rep104.php | 8 +- reporting/rep105.php | 8 +- reporting/rep106.php | 8 +- reporting/rep107.php | 8 +- reporting/rep108.php | 8 +- reporting/rep109.php | 8 +- reporting/rep110.php | 8 +- reporting/rep201.php | 8 +- reporting/rep202.php | 8 +- reporting/rep203.php | 8 +- reporting/rep204.php | 8 +- reporting/rep209.php | 8 +- reporting/rep301.php | 8 +- reporting/rep302.php | 8 +- reporting/rep303.php | 8 +- reporting/rep304.php | 8 +- reporting/rep401.php | 8 +- reporting/rep501.php | 8 +- reporting/rep601.php | 8 +- reporting/rep701.php | 8 +- reporting/rep702.php | 8 +- reporting/rep704.php | 8 +- reporting/rep705.php | 8 +- reporting/rep706.php | 8 +- reporting/rep707.php | 8 +- reporting/rep708.php | 8 +- reporting/rep709.php | 8 +- reporting/reports_main.php | 8 +- sales/allocations/customer_allocate.php | 8 +- .../allocations/customer_allocation_main.php | 8 +- sales/create_recurrent_invoices.php | 8 +- sales/credit_note_entry.php | 8 +- sales/customer_credit_invoice.php | 8 +- sales/customer_delivery.php | 8 +- sales/customer_payments.php | 8 +- sales/includes/cart_class.inc | 8 +- sales/includes/db/branches_db.inc | 8 +- sales/includes/db/credit_status_db.inc | 8 +- sales/includes/db/cust_trans_db.inc | 8 +- sales/includes/db/cust_trans_details_db.inc | 8 +- sales/includes/db/custalloc_db.inc | 8 +- sales/includes/db/customers_db.inc | 8 +- sales/includes/db/payment_db.inc | 8 +- sales/includes/db/sales_credit_db.inc | 8 +- sales/includes/db/sales_delivery_db.inc | 8 +- sales/includes/db/sales_invoice_db.inc | 8 +- sales/includes/db/sales_order_db.inc | 8 +- sales/includes/db/sales_points_db.inc | 8 +- sales/includes/db/sales_types_db.inc | 8 +- sales/includes/sales_db.inc | 8 +- sales/includes/sales_ui.inc | 8 +- sales/includes/ui/sales_credit_ui.inc | 8 +- sales/includes/ui/sales_order_ui.inc | 8 +- sales/inquiry/customer_allocation_inquiry.php | 8 +- sales/inquiry/customer_inquiry.php | 8 +- sales/inquiry/sales_deliveries_view.php | 8 +- sales/inquiry/sales_orders_view.php | 8 +- sales/manage/credit_status.php | 8 +- sales/manage/customer_branches.php | 8 +- sales/manage/customers.php | 8 +- sales/manage/recurrent_invoices.php | 8 +- sales/manage/sales_areas.php | 8 +- sales/manage/sales_groups.php | 8 +- sales/manage/sales_people.php | 8 +- sales/manage/sales_points.php | 8 +- sales/manage/sales_types.php | 8 +- sales/sales_order_entry.php | 8 +- sales/view/view_credit.php | 8 +- sales/view/view_dispatch.php | 8 +- sales/view/view_invoice.php | 8 +- sales/view/view_receipt.php | 8 +- sales/view/view_sales_order.php | 8 +- sql/alter2.1.php | 8 +- taxes/db/item_tax_types_db.inc | 8 +- taxes/db/tax_groups_db.inc | 8 +- taxes/db/tax_types_db.inc | 8 +- taxes/item_tax_types.php | 8 +- taxes/tax_calc.inc | 8 +- taxes/tax_groups.php | 8 +- taxes/tax_types.php | 8 +- themes/aqua/renderer.php | 8 +- themes/cool/renderer.php | 8 +- themes/default/renderer.php | 8 +- update.html | 9 +- 300 files changed, 1515 insertions(+), 1474 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index efb45192..6b22f6cb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,8 @@ /** * @version $Id$ * @package FrontAccounting -* @copyright (C) 2005 - 2009 FrontAccounting -* @license http://www.gnu.org/copyleft/agpl-3.0.html GNU/AGPL +* @copyright (C) 2005 - 2009 FrontAccounting, LLC +* @license http://www.gnu.org/copyleft/gpl-3.0.html GNU/GPL * FrontAccounting is Free Software */ @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +08-Feb-2009 +! Changed license type to GNU GPLv3. Stamped headers changed. +$ all appropriate source files + 04-Feb-2009 ! Removed ALTER TABLE DROP columns $ /sql/alter2.1.sql @@ -4056,5 +4060,5 @@ $ /admin/gl_setup.php 2. Copyright and disclaimer --------------------------- -This application is opensource software released under the AGPL. Please +This application is opensource software released under the GPL. Please see source code and the LICENSE file \ No newline at end of file diff --git a/access/login.php b/access/login.php index dc2a1965..c2bcbd5e 100644 --- a/access/login.php +++ b/access/login.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_to_root'])) die("Restricted access"); diff --git a/access/logout.php b/access/logout.php index fc2a2d67..716bbfe1 100644 --- a/access/logout.php +++ b/access/logout.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root=".."; diff --git a/admin/attachments.php b/admin/attachments.php index 6481449e..8f517e8a 100644 --- a/admin/attachments.php +++ b/admin/attachments.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root=".."; $page_security = 8; diff --git a/admin/backups.php b/admin/backups.php index 155d9334..f1353193 100644 --- a/admin/backups.php +++ b/admin/backups.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 15; diff --git a/admin/change_current_user_password.php b/admin/change_current_user_password.php index abfd8529..0118d8cb 100644 --- a/admin/change_current_user_password.php +++ b/admin/change_current_user_password.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security=1; $path_to_root=".."; diff --git a/admin/create_coy.php b/admin/create_coy.php index a16ea1f9..8ec0fc4a 100644 --- a/admin/create_coy.php +++ b/admin/create_coy.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 20; $path_to_root=".."; diff --git a/admin/db/company_db.inc b/admin/db/company_db.inc index ba56c4b9..672d9545 100644 --- a/admin/db/company_db.inc +++ b/admin/db/company_db.inc @@ -1,14 +1,15 @@ . + See the License here . ***********************************************************************/ + function update_company_gl_setup($debtors_act, $pyt_discount_act, $creditors_act, $freight_act, $exchange_diff_act, diff --git a/admin/db/maintenance_db.inc b/admin/db/maintenance_db.inc index 622ed2de..a6d2ee80 100644 --- a/admin/db/maintenance_db.inc +++ b/admin/db/maintenance_db.inc @@ -1,14 +1,15 @@ . + See the License here . ***********************************************************************/ + function write_config_db($new = false) { global $path_to_root, $def_coy, $db_connections, $tb_pref_counter; diff --git a/admin/db/printers_db.inc b/admin/db/printers_db.inc index 4d3fa96c..f605f658 100644 --- a/admin/db/printers_db.inc +++ b/admin/db/printers_db.inc @@ -1,14 +1,15 @@ . + See the License here . ***********************************************************************/ + function write_printer_def($id, $name, $descr, $queue, $host, $port, $timeout) { if ($id>0) diff --git a/admin/db/users_db.inc b/admin/db/users_db.inc index 53f3c40c..b42e2db0 100644 --- a/admin/db/users_db.inc +++ b/admin/db/users_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_user($user_id, $real_name, $password, $phone, $email, $full_access, diff --git a/admin/db/v_banktrans.inc b/admin/db/v_banktrans.inc index 51650c0c..0cdd5a20 100644 --- a/admin/db/v_banktrans.inc +++ b/admin/db/v_banktrans.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/gl/includes/gl_db.inc"); diff --git a/admin/db/voiding_db.inc b/admin/db/voiding_db.inc index 2869bfd8..fafac430 100644 --- a/admin/db/voiding_db.inc +++ b/admin/db/voiding_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/sales/includes/sales_db.inc"); include_once($path_to_root . "/purchasing/includes/purchasing_db.inc"); diff --git a/admin/display_prefs.php b/admin/display_prefs.php index f752a807..1b26a14c 100644 --- a/admin/display_prefs.php +++ b/admin/display_prefs.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security =10; $path_to_root=".."; diff --git a/admin/fiscalyears.php b/admin/fiscalyears.php index 8aa558b0..4e62ad72 100644 --- a/admin/fiscalyears.php +++ b/admin/fiscalyears.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 9; $path_to_root=".."; diff --git a/admin/forms_setup.php b/admin/forms_setup.php index 5ca44040..dd14046b 100644 --- a/admin/forms_setup.php +++ b/admin/forms_setup.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security =10; $path_to_root=".."; diff --git a/admin/gl_setup.php b/admin/gl_setup.php index cbb2cc82..1a7efae9 100644 --- a/admin/gl_setup.php +++ b/admin/gl_setup.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security =10; $path_to_root=".."; diff --git a/admin/inst_lang.php b/admin/inst_lang.php index aa259f92..0d0ddf58 100644 --- a/admin/inst_lang.php +++ b/admin/inst_lang.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 20; $path_to_root=".."; diff --git a/admin/inst_module.php b/admin/inst_module.php index f3c5ec63..809252df 100644 --- a/admin/inst_module.php +++ b/admin/inst_module.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 20; $path_to_root=".."; diff --git a/admin/inst_upgrade.php b/admin/inst_upgrade.php index 2946c79d..4a5106b9 100644 --- a/admin/inst_upgrade.php +++ b/admin/inst_upgrade.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 20; $path_to_root=".."; diff --git a/admin/payment_terms.php b/admin/payment_terms.php index 2b323d27..6939c9bd 100644 --- a/admin/payment_terms.php +++ b/admin/payment_terms.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 10; $path_to_root=".."; diff --git a/admin/print_profiles.php b/admin/print_profiles.php index 49a8723f..8052a38a 100644 --- a/admin/print_profiles.php +++ b/admin/print_profiles.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 15; $path_to_root=".."; diff --git a/admin/printers.php b/admin/printers.php index 1b6d063b..227c1d65 100644 --- a/admin/printers.php +++ b/admin/printers.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 15; $path_to_root=".."; diff --git a/admin/shipping_companies.php b/admin/shipping_companies.php index 94dfd489..17726cc3 100644 --- a/admin/shipping_companies.php +++ b/admin/shipping_companies.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 14; $path_to_root=".."; diff --git a/admin/users.php b/admin/users.php index 57e4e405..e8998e30 100644 --- a/admin/users.php +++ b/admin/users.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security=15; $path_to_root=".."; diff --git a/admin/view_print_transaction.php b/admin/view_print_transaction.php index 8e078314..98bf8d9e 100644 --- a/admin/view_print_transaction.php +++ b/admin/view_print_transaction.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root=".."; $page_security = 5; diff --git a/admin/void_transaction.php b/admin/void_transaction.php index 35f44007..3d967ec2 100644 --- a/admin/void_transaction.php +++ b/admin/void_transaction.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root=".."; $page_security = 14; diff --git a/applications/application.php b/applications/application.php index a4c6a6a8..a7c47964 100644 --- a/applications/application.php +++ b/applications/application.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ class menu_item { diff --git a/applications/customers.php b/applications/customers.php index 65d36109..5dc0881c 100644 --- a/applications/customers.php +++ b/applications/customers.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once("./modules/installed_modules.php"); class customers_app extends application diff --git a/applications/dimensions.php b/applications/dimensions.php index 1ec57013..f4dace29 100644 --- a/applications/dimensions.php +++ b/applications/dimensions.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once("./modules/installed_modules.php"); class dimensions_app extends application diff --git a/applications/generalledger.php b/applications/generalledger.php index b894d810..e6908252 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once("./modules/installed_modules.php"); class general_ledger_app extends application diff --git a/applications/inventory.php b/applications/inventory.php index 598d5b10..43e40387 100644 --- a/applications/inventory.php +++ b/applications/inventory.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once("./modules/installed_modules.php"); class inventory_app extends application diff --git a/applications/manufacturing.php b/applications/manufacturing.php index 30cb430c..01ea6e7a 100644 --- a/applications/manufacturing.php +++ b/applications/manufacturing.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once("./modules/installed_modules.php"); class manufacturing_app extends application diff --git a/applications/setup.php b/applications/setup.php index 6050b3ad..a36e44e1 100644 --- a/applications/setup.php +++ b/applications/setup.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once("./modules/installed_modules.php"); class setup_app extends application diff --git a/applications/suppliers.php b/applications/suppliers.php index a1631257..8aacea96 100644 --- a/applications/suppliers.php +++ b/applications/suppliers.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once("./modules/installed_modules.php"); class suppliers_app extends application diff --git a/config.php b/config.php index 3e4399f0..f529ded4 100644 --- a/config.php +++ b/config.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //-------------------------------------------------- diff --git a/dimensions/dimension_entry.php b/dimensions/dimension_entry.php index faf45269..9014f22a 100644 --- a/dimensions/dimension_entry.php +++ b/dimensions/dimension_entry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 10; $path_to_root=".."; diff --git a/dimensions/includes/dimensions_db.inc b/dimensions/includes/dimensions_db.inc index 2cd6af85..2dfe6838 100644 --- a/dimensions/includes/dimensions_db.inc +++ b/dimensions/includes/dimensions_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_dimension($reference, $name, $type_, $date_, $due_date, $memo_) { diff --git a/dimensions/includes/dimensions_ui.inc b/dimensions/includes/dimensions_ui.inc index 9f6bc005..6ac85524 100644 --- a/dimensions/includes/dimensions_ui.inc +++ b/dimensions/includes/dimensions_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/ui.inc"); diff --git a/dimensions/inquiry/search_dimensions.php b/dimensions/inquiry/search_dimensions.php index 0b1a47df..67bffa5e 100644 --- a/dimensions/inquiry/search_dimensions.php +++ b/dimensions/inquiry/search_dimensions.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; diff --git a/dimensions/view/view_dimension.php b/dimensions/view/view_dimension.php index d0a100a7..a8ad64d1 100644 --- a/dimensions/view/view_dimension.php +++ b/dimensions/view/view_dimension.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 10; $path_to_root="../.."; diff --git a/doc/2.1_Beta.txt b/doc/2.1_Beta.txt index 4c49df97..aabb6a3e 100644 --- a/doc/2.1_Beta.txt +++ b/doc/2.1_Beta.txt @@ -12,7 +12,7 @@ Common - Document files in doc subdirectory - An inactive field in most 'catalog' tables to prepare for making records inactive. - Option for graphic links instead of text links in tables. -- Changed license type to GNU Affero GPL v.3. Stamped in all source files. +- Changed license type to GNU GPL v.3. Stamped in all source files. Sales ----- diff --git a/doc/license.txt b/doc/license.txt index a871fcfd..10926e87 100644 --- a/doc/license.txt +++ b/doc/license.txt @@ -1,5 +1,5 @@ - GNU AFFERO GENERAL PUBLIC LICENSE - Version 3, 19 November 2007 + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies @@ -7,15 +7,17 @@ Preamble - The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. + The GNU General Public License is a free, copyleft license for +software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, -our General Public Licenses are intended to guarantee your freedom to +the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free -software for all its users. +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you @@ -24,34 +26,44 @@ them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. - Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - - A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - - The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - - An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. @@ -60,7 +72,7 @@ modification follow. 0. Definitions. - "This License" refers to version 3 of the GNU Affero General Public License. + "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. @@ -537,45 +549,35 @@ to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. - 13. Remote Network Interaction; Use with the GNU General Public License. - - Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. + 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed -under version 3 of the GNU General Public License into a single +under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, -but the work with which it is combined will remain governed by version -3 of the GNU General Public License. +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of -the GNU Affero General Public License from time to time. Such new versions -will be similar in spirit to the present version, but may differ in detail to +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU Affero General +Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the -GNU Affero General Public License, you may choose any version ever published +GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future -versions of the GNU Affero General Public License can be used, that proxy's +versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. @@ -633,30 +635,41 @@ the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by + it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. + GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License + You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. - If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU AGPL, see +For more information on this, and how to apply and follow the GNU GPL, see . + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + diff --git a/frontaccounting.php b/frontaccounting.php index ebc533df..a15cff42 100644 --- a/frontaccounting.php +++ b/frontaccounting.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once('applications/application.php'); include_once('applications/customers.php'); diff --git a/gl/bank_account_reconcile.php b/gl/bank_account_reconcile.php index 2920af3a..a195292b 100644 --- a/gl/bank_account_reconcile.php +++ b/gl/bank_account_reconcile.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* Author Rob Mallon */ $page_security = 8; diff --git a/gl/bank_transfer.php b/gl/bank_transfer.php index 9536d4ab..c390f7a0 100644 --- a/gl/bank_transfer.php +++ b/gl/bank_transfer.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root=".."; $page_security = 5; diff --git a/gl/gl_bank.php b/gl/gl_bank.php index 869ad332..fa78eeb2 100644 --- a/gl/gl_bank.php +++ b/gl/gl_bank.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root=".."; diff --git a/gl/gl_budget.php b/gl/gl_budget.php index ca4927ba..6c4db527 100644 --- a/gl/gl_budget.php +++ b/gl/gl_budget.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 10; $path_to_root=".."; diff --git a/gl/gl_journal.php b/gl/gl_journal.php index 81f6332c..8d285334 100644 --- a/gl/gl_journal.php +++ b/gl/gl_journal.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root=".."; diff --git a/gl/includes/db/gl_db_account_types.inc b/gl/includes/db/gl_db_account_types.inc index 7e008f8d..21a8c2ce 100644 --- a/gl/includes/db/gl_db_account_types.inc +++ b/gl/includes/db/gl_db_account_types.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_account_type($id, $name, $class_id, $parent) { diff --git a/gl/includes/db/gl_db_accounts.inc b/gl/includes/db/gl_db_accounts.inc index 0d3a026e..9622ebc2 100644 --- a/gl/includes/db/gl_db_accounts.inc +++ b/gl/includes/db/gl_db_accounts.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_gl_account($account_code, $account_name, $account_type, $account_code2) { diff --git a/gl/includes/db/gl_db_bank_accounts.inc b/gl/includes/db/gl_db_bank_accounts.inc index b2460d9c..2a285805 100644 --- a/gl/includes/db/gl_db_bank_accounts.inc +++ b/gl/includes/db/gl_db_bank_accounts.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //--------------------------------------------------------------------------------------------- diff --git a/gl/includes/db/gl_db_bank_trans.inc b/gl/includes/db/gl_db_bank_trans.inc index 32e2d86e..de2ce486 100644 --- a/gl/includes/db/gl_db_bank_trans.inc +++ b/gl/includes/db/gl_db_bank_trans.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //---------------------------------------------------------------------------------- diff --git a/gl/includes/db/gl_db_banking.inc b/gl/includes/db/gl_db_banking.inc index bc4c0b5b..fd0c9174 100644 --- a/gl/includes/db/gl_db_banking.inc +++ b/gl/includes/db/gl_db_banking.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_exchange_variation($trans_type, $trans_no, $date_, $account, $currency, $person_type_id=null, $person_id = "") diff --git a/gl/includes/db/gl_db_currencies.inc b/gl/includes/db/gl_db_currencies.inc index 8ad05084..0c386f83 100644 --- a/gl/includes/db/gl_db_currencies.inc +++ b/gl/includes/db/gl_db_currencies.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //--------------------------------------------------------------------------------------------- diff --git a/gl/includes/db/gl_db_rates.inc b/gl/includes/db/gl_db_rates.inc index 3f28f9c9..ab184834 100644 --- a/gl/includes/db/gl_db_rates.inc +++ b/gl/includes/db/gl_db_rates.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //--------------------------------------------------------------------------------------------- function get_exchange_rate($rate_id) diff --git a/gl/includes/db/gl_db_trans.inc b/gl/includes/db/gl_db_trans.inc index 49246746..89eaa252 100644 --- a/gl/includes/db/gl_db_trans.inc +++ b/gl/includes/db/gl_db_trans.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //-------------------------------------------------------------------------------- diff --git a/gl/includes/gl_db.inc b/gl/includes/gl_db.inc index b3a3ec95..8f6efddd 100644 --- a/gl/includes/gl_db.inc +++ b/gl/includes/gl_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/banking.inc"); diff --git a/gl/includes/gl_ui.inc b/gl/includes/gl_ui.inc index a51d3191..fc2b7b52 100644 --- a/gl/includes/gl_ui.inc +++ b/gl/includes/gl_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/ui.inc"); ?> \ No newline at end of file diff --git a/gl/includes/ui/gl_bank_ui.inc b/gl/includes/ui/gl_bank_ui.inc index 5239dc9a..561c677a 100644 --- a/gl/includes/ui/gl_bank_ui.inc +++ b/gl/includes/ui/gl_bank_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function display_bank_header(&$order) { diff --git a/gl/includes/ui/gl_journal_ui.inc b/gl/includes/ui/gl_journal_ui.inc index 1a2a9b4e..bc68af7c 100644 --- a/gl/includes/ui/gl_journal_ui.inc +++ b/gl/includes/ui/gl_journal_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/includes/ui/items_cart.inc"); diff --git a/gl/inquiry/bank_inquiry.php b/gl/inquiry/bank_inquiry.php index eacf527b..94ccef8d 100644 --- a/gl/inquiry/bank_inquiry.php +++ b/gl/inquiry/bank_inquiry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 8; $path_to_root="../.."; diff --git a/gl/inquiry/gl_account_inquiry.php b/gl/inquiry/gl_account_inquiry.php index 15b0417f..22b31a78 100644 --- a/gl/inquiry/gl_account_inquiry.php +++ b/gl/inquiry/gl_account_inquiry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 8; $path_to_root="../.."; diff --git a/gl/inquiry/gl_trial_balance.php b/gl/inquiry/gl_trial_balance.php index e94bd3c3..27fc37df 100644 --- a/gl/inquiry/gl_trial_balance.php +++ b/gl/inquiry/gl_trial_balance.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 8; $path_to_root="../.."; diff --git a/gl/inquiry/tax_inquiry.php b/gl/inquiry/tax_inquiry.php index 9b7ea453..df9cd14b 100644 --- a/gl/inquiry/tax_inquiry.php +++ b/gl/inquiry/tax_inquiry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 8; $path_to_root="../.."; diff --git a/gl/manage/bank_accounts.php b/gl/manage/bank_accounts.php index 54a7a610..e794f697 100644 --- a/gl/manage/bank_accounts.php +++ b/gl/manage/bank_accounts.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 10; $path_to_root="../.."; diff --git a/gl/manage/currencies.php b/gl/manage/currencies.php index fa42f7b4..f1b91de0 100644 --- a/gl/manage/currencies.php +++ b/gl/manage/currencies.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 9; $path_to_root="../.."; diff --git a/gl/manage/exchange_rates.php b/gl/manage/exchange_rates.php index a589de56..02ba10c7 100644 --- a/gl/manage/exchange_rates.php +++ b/gl/manage/exchange_rates.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 9; $path_to_root="../.."; diff --git a/gl/manage/gl_account_classes.php b/gl/manage/gl_account_classes.php index 6cc9a6d5..65a6429d 100644 --- a/gl/manage/gl_account_classes.php +++ b/gl/manage/gl_account_classes.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root="../.."; diff --git a/gl/manage/gl_account_types.php b/gl/manage/gl_account_types.php index 65c0012a..19093b21 100644 --- a/gl/manage/gl_account_types.php +++ b/gl/manage/gl_account_types.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root="../.."; diff --git a/gl/manage/gl_accounts.php b/gl/manage/gl_accounts.php index c6736921..f5ddabdb 100644 --- a/gl/manage/gl_accounts.php +++ b/gl/manage/gl_accounts.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 10; $path_to_root="../.."; diff --git a/gl/manage/gl_quick_entries.php b/gl/manage/gl_quick_entries.php index 9c011f09..137cfaa4 100644 --- a/gl/manage/gl_quick_entries.php +++ b/gl/manage/gl_quick_entries.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root="../.."; diff --git a/gl/view/bank_transfer_view.php b/gl/view/bank_transfer_view.php index 1d053b83..318c93d0 100644 --- a/gl/view/bank_transfer_view.php +++ b/gl/view/bank_transfer_view.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/gl/view/gl_deposit_view.php b/gl/view/gl_deposit_view.php index 98c34da1..95449bd7 100644 --- a/gl/view/gl_deposit_view.php +++ b/gl/view/gl_deposit_view.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/gl/view/gl_payment_view.php b/gl/view/gl_payment_view.php index 739ffa98..32f89335 100644 --- a/gl/view/gl_payment_view.php +++ b/gl/view/gl_payment_view.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/gl/view/gl_trans_view.php b/gl/view/gl_trans_view.php index 2bf406f5..e48b09bf 100644 --- a/gl/view/gl_trans_view.php +++ b/gl/view/gl_trans_view.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 8; $path_to_root="../.."; diff --git a/includes/ajax.inc b/includes/ajax.inc index a018b12f..a8a6981c 100644 --- a/includes/ajax.inc +++ b/includes/ajax.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ require_once($path_to_root. "/includes/JsHttpRequest.php"); diff --git a/includes/banking.inc b/includes/banking.inc index a606c07b..4de6ae47 100644 --- a/includes/banking.inc +++ b/includes/banking.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/gl/includes/gl_db.inc"); diff --git a/includes/current_user.inc b/includes/current_user.inc index deeda60f..d180d0fb 100644 --- a/includes/current_user.inc +++ b/includes/current_user.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/prefs/userprefs.inc"); diff --git a/includes/data_checks.inc b/includes/data_checks.inc index 57f71e8f..37da7a3f 100644 --- a/includes/data_checks.inc +++ b/includes/data_checks.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function db_has_customers() { diff --git a/includes/date_functions.inc b/includes/date_functions.inc index 24f3b8f8..c6813531 100644 --- a/includes/date_functions.inc +++ b/includes/date_functions.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* date validation and parsing functions diff --git a/includes/db/comments_db.inc b/includes/db/comments_db.inc index 30952a3d..d431e97d 100644 --- a/includes/db/comments_db.inc +++ b/includes/db/comments_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //-------------------------------------------------------------------------------------------------- diff --git a/includes/db/connect_db.inc b/includes/db/connect_db.inc index 7de0c108..181651ff 100644 --- a/includes/db/connect_db.inc +++ b/includes/db/connect_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ set_global_connection(); diff --git a/includes/db/inventory_db.inc b/includes/db/inventory_db.inc index 8b901e25..4fcc7a41 100644 --- a/includes/db/inventory_db.inc +++ b/includes/db/inventory_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function get_qoh_on_date($stock_id, $location=null, $date_=null, $exclude=0) { diff --git a/includes/db/manufacturing_db.inc b/includes/db/manufacturing_db.inc index de03445e..622b6822 100644 --- a/includes/db/manufacturing_db.inc +++ b/includes/db/manufacturing_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function get_mb_flag($stock_id) { diff --git a/includes/db/references_db.inc b/includes/db/references_db.inc index bb1defe9..48b16fad 100644 --- a/includes/db/references_db.inc +++ b/includes/db/references_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //-------------------------------------------------------------------------------------------------- diff --git a/includes/db/sql_functions.inc b/includes/db/sql_functions.inc index b3f75f3c..b869f6bd 100644 --- a/includes/db/sql_functions.inc +++ b/includes/db/sql_functions.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //------------------------------------------------------------------- diff --git a/includes/db_pager.inc b/includes/db_pager.inc index ef74a95d..10d27244 100644 --- a/includes/db_pager.inc +++ b/includes/db_pager.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ // // Controler part of database table pager with column sort. diff --git a/includes/errors.inc b/includes/errors.inc index ef93a6b2..8972a9eb 100644 --- a/includes/errors.inc +++ b/includes/errors.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $messages = array(); // container for system messages $before_box = ''; // temporary container for output html data before error box diff --git a/includes/lang/language.php b/includes/lang/language.php index 77d5d83b..35c37c72 100644 --- a/includes/lang/language.php +++ b/includes/lang/language.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_to_root'])) die("Restricted access"); diff --git a/includes/main.inc b/includes/main.inc index 05c8d626..94379801 100644 --- a/includes/main.inc +++ b/includes/main.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/db/connect_db.inc"); diff --git a/includes/manufacturing.inc b/includes/manufacturing.inc index 281885a8..dcbcba29 100644 --- a/includes/manufacturing.inc +++ b/includes/manufacturing.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/db/manufacturing_db.inc"); diff --git a/includes/page/footer.inc b/includes/page/footer.inc index a47038e8..2ce07a29 100644 --- a/includes/page/footer.inc +++ b/includes/page/footer.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function page_footer($no_menu=false, $is_index=false) { diff --git a/includes/page/header.inc b/includes/page/header.inc index cd454b6d..6abf7c93 100644 --- a/includes/page/header.inc +++ b/includes/page/header.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function help_url($title, $app) { diff --git a/includes/prefs/sysprefs.inc b/includes/prefs/sysprefs.inc index 08ff32f1..2b59f33c 100644 --- a/includes/prefs/sysprefs.inc +++ b/includes/prefs/sysprefs.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/admin/db/company_db.inc"); diff --git a/includes/prefs/userprefs.inc b/includes/prefs/userprefs.inc index f8fa8915..00b77a9a 100644 --- a/includes/prefs/userprefs.inc +++ b/includes/prefs/userprefs.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ class user_prefs { diff --git a/includes/references.inc b/includes/references.inc index 2f5c3591..6f3bd891 100644 --- a/includes/references.inc +++ b/includes/references.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/db/references_db.inc"); diff --git a/includes/reserved.inc b/includes/reserved.inc index 004e9fcd..5cc1fcdd 100644 --- a/includes/reserved.inc +++ b/includes/reserved.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ // always use capitals in reserved words (for is_reserved_word comparisons) diff --git a/includes/session.inc b/includes/session.inc index 3f4d7cd4..d3d6689e 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function output_html($text) { diff --git a/includes/systypes.inc b/includes/systypes.inc index 13a4adb2..fc0dbb9a 100644 --- a/includes/systypes.inc +++ b/includes/systypes.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ Function get_next_trans_no ($trans_type){ diff --git a/includes/types.inc b/includes/types.inc index 02b5afdc..d4f3c4a1 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //---------------------------------------------------------------------------------- diff --git a/includes/ui.inc b/includes/ui.inc index f8aedbfe..33bd16b0 100644 --- a/includes/ui.inc +++ b/includes/ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/ui/ui_lists.inc"); include_once($path_to_root . "/includes/ui/ui_controls.inc"); diff --git a/includes/ui/allocation_cart.inc b/includes/ui/allocation_cart.inc index e8f5233f..039e3bfb 100644 --- a/includes/ui/allocation_cart.inc +++ b/includes/ui/allocation_cart.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* definition of the Debtor Receipt/Credit note allocation class */ diff --git a/includes/ui/db_pager_view.inc b/includes/ui/db_pager_view.inc index 573cae28..4367dc98 100644 --- a/includes/ui/db_pager_view.inc +++ b/includes/ui/db_pager_view.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //-------------------------------------------------------------------------------------------------- function pager_link($link_text, $url, $icon=false) diff --git a/includes/ui/items_cart.inc b/includes/ui/items_cart.inc index 8afd8981..2178fba1 100644 --- a/includes/ui/items_cart.inc +++ b/includes/ui/items_cart.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/prefs/sysprefs.inc"); include_once($path_to_root . "/inventory/includes/inventory_db.inc"); diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index 6e2c664a..8546255b 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //--------------------------------------------------------------------------------- diff --git a/includes/ui/ui_globals.inc b/includes/ui/ui_globals.inc index e85c83d5..b591f290 100644 --- a/includes/ui/ui_globals.inc +++ b/includes/ui/ui_globals.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/reserved.inc"); diff --git a/includes/ui/ui_input.inc b/includes/ui/ui_input.inc index f90da910..3da07206 100644 --- a/includes/ui/ui_input.inc +++ b/includes/ui/ui_input.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function get_post($name, $dflt='') diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index 08e73f02..87526293 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/banking.inc"); include_once($path_to_root . "/includes/reserved.inc"); diff --git a/includes/ui/ui_msgs.inc b/includes/ui/ui_msgs.inc index bc123b78..8925c030 100644 --- a/includes/ui/ui_msgs.inc +++ b/includes/ui/ui_msgs.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function display_error($msg, $center=true) { diff --git a/includes/ui/ui_view.inc b/includes/ui/ui_view.inc index 63040d18..66d42c7f 100644 --- a/includes/ui/ui_view.inc +++ b/includes/ui/ui_view.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/admin/db/voiding_db.inc"); include_once($path_to_root . "/includes/types.inc"); diff --git a/index.php b/index.php index 7157542d..4df1f106 100644 --- a/index.php +++ b/index.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root="."; diff --git a/install/index.php b/install/index.php index 2e70c551..1c78b532 100644 --- a/install/index.php +++ b/install/index.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ error_reporting(E_ALL); ini_set("display_errors", "On"); @@ -281,7 +281,7 @@ function change_os(type) { Please note:   FrontAccounting is released under the - GNU Affero General Public License. By + GNU General Public License. By clicking install, you are accepting the license. @@ -302,11 +302,11 @@ function change_os(type) {
- + FrontAccounting is released under the - GNU Affero General Public License - + GNU General Public License +
diff --git a/install/save.php b/install/save.php index d587dd38..659e9ca6 100644 --- a/install/save.php +++ b/install/save.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ error_reporting(E_ALL); ini_set("display_errors", "On"); diff --git a/inventory/adjustments.php b/inventory/adjustments.php index a500eebc..bf3f290f 100644 --- a/inventory/adjustments.php +++ b/inventory/adjustments.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root=".."; diff --git a/inventory/cost_update.php b/inventory/cost_update.php index ec3ad2bb..c35e81b5 100644 --- a/inventory/cost_update.php +++ b/inventory/cost_update.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root=".."; diff --git a/inventory/includes/db/items_adjust_db.inc b/inventory/includes/db/items_adjust_db.inc index 09e6f417..57f74bb5 100644 --- a/inventory/includes/db/items_adjust_db.inc +++ b/inventory/includes/db/items_adjust_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //------------------------------------------------------------------------------------------------------------- diff --git a/inventory/includes/db/items_category_db.inc b/inventory/includes/db/items_category_db.inc index fb856eae..014b7520 100644 --- a/inventory/includes/db/items_category_db.inc +++ b/inventory/includes/db/items_category_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_item_category($description) diff --git a/inventory/includes/db/items_codes_db.inc b/inventory/includes/db/items_codes_db.inc index dda5ec71..d262ee71 100644 --- a/inventory/includes/db/items_codes_db.inc +++ b/inventory/includes/db/items_codes_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* item_codes table is used to store both multiply foreign codes and diff --git a/inventory/includes/db/items_db.inc b/inventory/includes/db/items_db.inc index 9e2b5f26..e3361552 100644 --- a/inventory/includes/db/items_db.inc +++ b/inventory/includes/db/items_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function update_item($stock_id, $description, $long_description, $category_id, $tax_type_id, $sales_account, $inventory_account, $cogs_account, $adjustment_account, diff --git a/inventory/includes/db/items_locations_db.inc b/inventory/includes/db/items_locations_db.inc index 64908fd4..3df27803 100644 --- a/inventory/includes/db/items_locations_db.inc +++ b/inventory/includes/db/items_locations_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_item_location($loc_code, $location_name, $delivery_address, $phone, $fax, $email, $contact) { diff --git a/inventory/includes/db/items_prices_db.inc b/inventory/includes/db/items_prices_db.inc index 8746b121..13fa14da 100644 --- a/inventory/includes/db/items_prices_db.inc +++ b/inventory/includes/db/items_prices_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_item_price($stock_id, $sales_type_id, $curr_abrev, $price) { diff --git a/inventory/includes/db/items_trans_db.inc b/inventory/includes/db/items_trans_db.inc index acbfc929..9a16d7b3 100644 --- a/inventory/includes/db/items_trans_db.inc +++ b/inventory/includes/db/items_trans_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //------------------------------------------------------------------------------------------------------------- diff --git a/inventory/includes/db/items_transfer_db.inc b/inventory/includes/db/items_transfer_db.inc index 73fe3ae6..dc587e3d 100644 --- a/inventory/includes/db/items_transfer_db.inc +++ b/inventory/includes/db/items_transfer_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //------------------------------------------------------------------------------------------------------------- diff --git a/inventory/includes/db/items_units_db.inc b/inventory/includes/db/items_units_db.inc index 958b6caf..2d232102 100644 --- a/inventory/includes/db/items_units_db.inc +++ b/inventory/includes/db/items_units_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function write_item_unit($selected, $abbr, $description, $decimals) { diff --git a/inventory/includes/db/movement_types_db.inc b/inventory/includes/db/movement_types_db.inc index b6702cc6..78e55a97 100644 --- a/inventory/includes/db/movement_types_db.inc +++ b/inventory/includes/db/movement_types_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_movement_type($name) { diff --git a/inventory/includes/inventory_db.inc b/inventory/includes/inventory_db.inc index 9ef8defa..2e22d692 100644 --- a/inventory/includes/inventory_db.inc +++ b/inventory/includes/inventory_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/banking.inc"); diff --git a/inventory/includes/item_adjustments_ui.inc b/inventory/includes/item_adjustments_ui.inc index 5740eec0..8c115bd3 100644 --- a/inventory/includes/item_adjustments_ui.inc +++ b/inventory/includes/item_adjustments_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/includes/ui/items_cart.inc"); diff --git a/inventory/includes/stock_transfers_ui.inc b/inventory/includes/stock_transfers_ui.inc index 6012afb6..729f8c7a 100644 --- a/inventory/includes/stock_transfers_ui.inc +++ b/inventory/includes/stock_transfers_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/includes/ui/items_cart.inc"); diff --git a/inventory/inquiry/stock_movements.php b/inventory/inquiry/stock_movements.php index a0ca97a4..883720f3 100644 --- a/inventory/inquiry/stock_movements.php +++ b/inventory/inquiry/stock_movements.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; diff --git a/inventory/inquiry/stock_status.php b/inventory/inquiry/stock_status.php index 214fcab6..a073e868 100644 --- a/inventory/inquiry/stock_status.php +++ b/inventory/inquiry/stock_status.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; diff --git a/inventory/manage/item_categories.php b/inventory/manage/item_categories.php index 4e28d189..f5de480a 100644 --- a/inventory/manage/item_categories.php +++ b/inventory/manage/item_categories.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 11; $path_to_root="../.."; diff --git a/inventory/manage/item_codes.php b/inventory/manage/item_codes.php index bbd7d7d8..4b9fcd79 100644 --- a/inventory/manage/item_codes.php +++ b/inventory/manage/item_codes.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 11; $path_to_root="../.."; diff --git a/inventory/manage/item_units.php b/inventory/manage/item_units.php index fa84a350..95473885 100644 --- a/inventory/manage/item_units.php +++ b/inventory/manage/item_units.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 11; $path_to_root="../.."; diff --git a/inventory/manage/items.php b/inventory/manage/items.php index 901bfc1a..fd4e2da2 100644 --- a/inventory/manage/items.php +++ b/inventory/manage/items.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 11; $path_to_root="../.."; diff --git a/inventory/manage/locations.php b/inventory/manage/locations.php index b39a6062..e0c3b146 100644 --- a/inventory/manage/locations.php +++ b/inventory/manage/locations.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 11; $path_to_root="../.."; diff --git a/inventory/manage/movement_types.php b/inventory/manage/movement_types.php index 5d114be7..69e8fe16 100644 --- a/inventory/manage/movement_types.php +++ b/inventory/manage/movement_types.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root="../.."; diff --git a/inventory/manage/sales_kits.php b/inventory/manage/sales_kits.php index 955bd0bc..6040fcd8 100644 --- a/inventory/manage/sales_kits.php +++ b/inventory/manage/sales_kits.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 11; $path_to_root="../.."; diff --git a/inventory/prices.php b/inventory/prices.php index a8c641bd..15a70ae7 100644 --- a/inventory/prices.php +++ b/inventory/prices.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root=".."; diff --git a/inventory/purchasing_data.php b/inventory/purchasing_data.php index 469a5d36..85e8aded 100644 --- a/inventory/purchasing_data.php +++ b/inventory/purchasing_data.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 4; $path_to_root=".."; diff --git a/inventory/reorder_level.php b/inventory/reorder_level.php index c6aa2aee..3b6f8f7d 100644 --- a/inventory/reorder_level.php +++ b/inventory/reorder_level.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 4; $path_to_root=".."; diff --git a/inventory/transfers.php b/inventory/transfers.php index 5407c696..299f4802 100644 --- a/inventory/transfers.php +++ b/inventory/transfers.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root=".."; diff --git a/inventory/view/view_adjustment.php b/inventory/view/view_adjustment.php index 1b0fa636..4aad5a48 100644 --- a/inventory/view/view_adjustment.php +++ b/inventory/view/view_adjustment.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/inventory/view/view_transfer.php b/inventory/view/view_transfer.php index 99f52f05..4d6a4473 100644 --- a/inventory/view/view_transfer.php +++ b/inventory/view/view_transfer.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/js/allocate.js b/js/allocate.js index a26bceba..0294137a 100644 --- a/js/allocate.js +++ b/js/allocate.js @@ -1,12 +1,12 @@ /********************************************************************** Copyright (C) FrontAccounting, LLC. - Released under the terms of the GNU Affero General Public License, - AGPL, as published by the Free Software Foundation, either version - 3 of the License, or (at your option) any later version. + Released under the terms of the GNU General Public License, GPL, + as published by the Free Software Foundation, either version 3 + of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - See the License here . + See the License here . ***********************************************************************/ function focus_alloc(i) { save_focus(i); diff --git a/js/budget.js b/js/budget.js index 450330fd..ad370074 100644 --- a/js/budget.js +++ b/js/budget.js @@ -1,12 +1,12 @@ /********************************************************************** Copyright (C) FrontAccounting, LLC. - Released under the terms of the GNU Affero General Public License, - AGPL, as published by the Free Software Foundation, either version - 3 of the License, or (at your option) any later version. + Released under the terms of the GNU General Public License, GPL, + as published by the Free Software Foundation, either version 3 + of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - See the License here . + See the License here . ***********************************************************************/ function focus_budget(i) { save_focus(i); diff --git a/js/inserts.js b/js/inserts.js index cf2e348d..0c0067fd 100644 --- a/js/inserts.js +++ b/js/inserts.js @@ -1,12 +1,12 @@ /********************************************************************** Copyright (C) FrontAccounting, LLC. - Released under the terms of the GNU Affero General Public License, - AGPL, as published by the Free Software Foundation, either version - 3 of the License, or (at your option) any later version. + Released under the terms of the GNU General Public License, GPL, + as published by the Free Software Foundation, either version 3 + of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - See the License here . + See the License here . ***********************************************************************/ var _focus; var _hotkeys = { diff --git a/js/reconcile.js b/js/reconcile.js index a21c18af..5cac50e5 100644 --- a/js/reconcile.js +++ b/js/reconcile.js @@ -1,12 +1,12 @@ /********************************************************************** Copyright (C) FrontAccounting, LLC. - Released under the terms of the GNU Affero General Public License, - AGPL, as published by the Free Software Foundation, either version - 3 of the License, or (at your option) any later version. + Released under the terms of the GNU General Public License, GPL, + as published by the Free Software Foundation, either version 3 + of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - See the License here . + See the License here . ***********************************************************************/ function focus_amount(i) { save_focus(i); diff --git a/js/utils.js b/js/utils.js index aa8c3879..8f9346cc 100644 --- a/js/utils.js +++ b/js/utils.js @@ -1,12 +1,12 @@ /********************************************************************** Copyright (C) FrontAccounting, LLC. - Released under the terms of the GNU Affero General Public License, - AGPL, as published by the Free Software Foundation, either version - 3 of the License, or (at your option) any later version. + Released under the terms of the GNU General Public License, GPL, + as published by the Free Software Foundation, either version 3 + of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - See the License here . + See the License here . ***********************************************************************/ // // JsHttpRequest class extensions. diff --git a/lang/en_US/LC_MESSAGES/en_US.mo b/lang/en_US/LC_MESSAGES/en_US.mo index f8761bad590e6f218b7330d2be81d8b544e94eae..f97dd8225d7f08d166592fbe27ee6fe3a4638bf5 100644 GIT binary patch delta 204 zcmaFQ*2+G?N7s;vf#Dwm0|Pe@8!$64NC0UYAT0!>LxD6ukj?L%whimSR6<>!?+CMV~Y=9OgTr7PHE=B4F3q=7^e;i8k5GZwIh YhPdfkOjcxC!)Q49ER#2olwb}A0Nn*NIRF3v delta 194 zcmZo=f6q3-M^~DOf#Dwm0|Pe@OEEJrNC0UyAT0!>?SV8ukPZUUJU}{WV&zKZ0RIqO z=c3falFa-(U6;g?R4WA|0|QfC0~1{Xa|J^qD-(msF^tmg7P{29{PPmf8k} z1_oR{iNz(lAw`LK#W{&3`9)R=UiqmC9;JCD3N~5!sd^bemR@pxUU6woNoHQULwasv iX3pdTj0Ieo#re7x7N(ZEhLcU1)=YlH\n" +"POT-Creation-Date: 2009-02-05 22:31+0100\n" +"PO-Revision-Date: 2009-02-05 22:32+0100\n" +"Last-Translator: FrontAccounting \n" "Language-Team: Translators\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -749,11 +749,11 @@ msgstr "" msgid "Forms settings have been updated." msgstr "" -#: c:\Apache2\htdocs\account21/admin/forms_setup.php:45 +#: c:\Apache2\htdocs\account21/admin/forms_setup.php:46 msgid "Form" msgstr "" -#: c:\Apache2\htdocs\account21/admin/forms_setup.php:45 +#: c:\Apache2\htdocs\account21/admin/forms_setup.php:46 msgid "Next Reference" msgstr "" @@ -1056,31 +1056,31 @@ msgstr "" msgid "You should restore company database from latest backup file" msgstr "" -#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:159 +#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:164 msgid "All companies data has been successfully updated" msgstr "" -#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:165 +#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:171 msgid "Sql file" msgstr "" -#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:165 +#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:171 msgid "Install" msgstr "" -#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:166 +#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:172 msgid "Force upgrade" msgstr "" -#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:181 +#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:187 msgid "Installed" msgstr "" -#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:188 +#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:194 msgid "Upgrade system" msgstr "" -#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:188 +#: c:\Apache2\htdocs\account21/admin/inst_upgrade.php:194 msgid "Save database and perform upgrade" msgstr "" @@ -2505,27 +2505,35 @@ msgstr "" msgid "Tax Inquiry" msgstr "" -#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:126 +#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:84 +msgid "Outputs" +msgstr "" + +#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:84 +msgid "Inputs" +msgstr "" + +#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:102 msgid "Charged on sales" msgstr "" -#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:126 +#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:102 msgid "Output Tax" msgstr "" -#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:131 +#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:108 msgid "Paid on purchases" msgstr "" -#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:131 +#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:108 msgid "Input Tax" msgstr "" -#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:136 +#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:114 msgid "Net payable or collectible" msgstr "" -#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:142 +#: c:\Apache2\htdocs\account21/gl/inquiry/tax_inquiry.php:121 msgid "Total payable or refund" msgstr "" @@ -2822,35 +2830,27 @@ msgstr "" msgid "New account" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:241 +#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:240 msgid "Account Code 2:" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:243 +#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:242 msgid "Account Name:" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:245 +#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:244 msgid "Account Group:" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:247 -msgid "Tax Type:" -msgstr "" - -#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:247 -msgid "No Tax" -msgstr "" - -#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:253 +#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:250 msgid "Add Account" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:257 +#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:254 msgid "Update Account" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:258 +#: c:\Apache2\htdocs\account21/gl/manage/gl_accounts.php:255 msgid "Delete account" msgstr "" @@ -2858,48 +2858,52 @@ msgstr "" msgid "GL Account Classes" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:30 +#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:29 +msgid "The account class ID must be numeric." +msgstr "" + +#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:35 msgid "The account class name cannot be empty." msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:49 +#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:54 msgid "Selected account class settings has been updated" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:54 +#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:59 msgid "New account class has been added" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:72 +#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:77 msgid "Cannot delete this account class because GL account types have been created referring to it." msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:88 +#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:93 msgid "Selected account class has been deleted" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:104 +#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:109 msgid "Class ID" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:104 +#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:109 msgid "Class Name" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:104 +#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:109 msgid "Balance Sheet" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:150 -#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:156 +#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:155 +#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:161 msgid "Class ID:" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:159 +#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:164 msgid "Class Name:" msgstr "" -#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:161 +#: c:\Apache2\htdocs\account21/gl/manage/gl_account_classes.php:166 msgid "Balance Sheet:" msgstr "" @@ -3310,11 +3314,15 @@ msgstr "" msgid "Sales Type:" msgstr "" -#: c:\Apache2\htdocs\account21/inventory/prices.php:178 +#: c:\Apache2\htdocs\account21/inventory/prices.php:183 #: c:\Apache2\htdocs\account21/inventory/purchasing_data.php:223 msgid "Price:" msgstr "" +#: c:\Apache2\htdocs\account21/inventory/prices.php:183 +msgid "per" +msgstr "" + #: c:\Apache2\htdocs\account21/inventory/purchasing_data.php:16 msgid "Supplier Purchasing Data" msgstr "" @@ -4996,7 +5004,7 @@ msgid "Allocated" msgstr "" #: c:\Apache2\htdocs\account21/purchasing/inquiry/supplier_allocation_inquiry.php:195 -#: c:\Apache2\htdocs\account21/purchasing/inquiry/supplier_inquiry.php:233 +#: c:\Apache2\htdocs\account21/purchasing/inquiry/supplier_inquiry.php:232 #: c:\Apache2\htdocs\account21/purchasing/view/view_po.php:90 msgid "Marked items are overdue." msgstr "" @@ -5039,7 +5047,7 @@ msgstr "" msgid "Total Balance" msgstr "" -#: c:\Apache2\htdocs\account21/purchasing/inquiry/supplier_inquiry.php:129 +#: c:\Apache2\htdocs\account21/purchasing/inquiry/supplier_inquiry.php:128 msgid "Credit This" msgstr "" @@ -5343,7 +5351,7 @@ msgstr "" msgid "Customer Balances" msgstr "" -#: c:\Apache2\htdocs\account21/reporting/rep101.php:167 +#: c:\Apache2\htdocs\account21/reporting/rep101.php:173 #: c:\Apache2\htdocs\account21/reporting/rep102.php:207 msgid "Grand Total" msgstr "" @@ -5772,78 +5780,41 @@ msgstr "" msgid "Profit and Loss Statement" msgstr "" -#: c:\Apache2\htdocs\account21/reporting/rep709.php:167 +#: c:\Apache2\htdocs\account21/reporting/rep709.php:82 #: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:240 msgid "Tax Report" msgstr "" -#: c:\Apache2\htdocs\account21/reporting/rep709.php:198 +#: c:\Apache2\htdocs\account21/reporting/rep709.php:107 +msgid "Ref" +msgstr "" + +#: c:\Apache2\htdocs\account21/reporting/rep709.php:107 #: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:271 msgid "Branch Name" msgstr "" -#: c:\Apache2\htdocs\account21/reporting/rep709.php:199 +#: c:\Apache2\htdocs\account21/reporting/rep709.php:108 #: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:272 msgid "Net" msgstr "" -#: c:\Apache2\htdocs\account21/reporting/rep709.php:199 -#: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:272 -msgid "Tax" -msgstr "" - -#: c:\Apache2\htdocs\account21/reporting/rep709.php:264 -#: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:341 -msgid "Total Outputs" +#: c:\Apache2\htdocs\account21/reporting/rep709.php:108 +msgid "Rate" msgstr "" -#: c:\Apache2\htdocs\account21/reporting/rep709.php:307 -#: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:385 -msgid "Total Inputs" +#: c:\Apache2\htdocs\account21/reporting/rep709.php:108 +#: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:272 +msgid "Tax" msgstr "" -#: c:\Apache2\htdocs\account21/reporting/rep709.php:314 +#: c:\Apache2\htdocs\account21/reporting/rep709.php:162 #: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:392 msgid "Tax Rate" msgstr "" -#: c:\Apache2\htdocs\account21/reporting/rep709.php:314 -#: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:392 -msgid "Outputs" -msgstr "" - -#: c:\Apache2\htdocs\account21/reporting/rep709.php:314 -#: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:392 -msgid "Inputs" -msgstr "" - -#: c:\Apache2\htdocs\account21/reporting/rep709.php:366 -#: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:450 -msgid "No tax specified" -msgstr "" - -#: c:\Apache2\htdocs\account21/reporting/rep709.php:402 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:170 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:171 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:174 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:183 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:191 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:196 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:203 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:211 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:222 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:229 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:233 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:239 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:246 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:256 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:262 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:265 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:270 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:276 -#: c:\Apache2\htdocs\account21/reporting/reports_main.php:283 -#: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:486 -msgid "General Ledger" +#: c:\Apache2\htdocs\account21/reporting/rep709.php:162 +msgid "Net Tax" msgstr "" #: c:\Apache2\htdocs\account21/reporting/reports_main.php:23 @@ -6052,6 +6023,29 @@ msgstr "" msgid "Bank &Statement" msgstr "" +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:170 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:171 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:174 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:183 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:191 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:196 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:203 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:211 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:222 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:229 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:233 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:239 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:246 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:256 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:262 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:265 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:270 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:276 +#: c:\Apache2\htdocs\account21/reporting/reports_main.php:283 +#: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:486 +msgid "General Ledger" +msgstr "" + #: c:\Apache2\htdocs\account21/reporting/reports_main.php:171 msgid "Chart of &Accounts" msgstr "" @@ -6116,10 +6110,30 @@ msgstr "" msgid "Ta&x Report" msgstr "" +#: c:\Apache2\htdocs\account21/reporting/backup/gl_accounts.php:248 +msgid "Tax Type:" +msgstr "" + +#: c:\Apache2\htdocs\account21/reporting/backup/gl_accounts.php:248 +msgid "No Tax" +msgstr "" + #: c:\Apache2\htdocs\account21/reporting/backup/gl_accounts.php:250 msgid "Purchase Tax?" msgstr "" +#: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:341 +msgid "Total Outputs" +msgstr "" + +#: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:385 +msgid "Total Inputs" +msgstr "" + +#: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:450 +msgid "No tax specified" +msgstr "" + #: c:\Apache2\htdocs\account21/reporting/backup/rep709.php:490 msgid "Calc. Outputs/Inputs" msgstr "" @@ -6209,24 +6223,24 @@ msgstr "" msgid "Please select an account to write the cost of the stock off to, then click on Process again." msgstr "" -#: c:\Apache2\htdocs\account21/sales/credit_note_entry.php:192 +#: c:\Apache2\htdocs\account21/sales/credit_note_entry.php:193 msgid "The quantity must be greater than zero." msgstr "" -#: c:\Apache2\htdocs\account21/sales/credit_note_entry.php:197 +#: c:\Apache2\htdocs\account21/sales/credit_note_entry.php:198 msgid "The entered price is negative or invalid." msgstr "" -#: c:\Apache2\htdocs\account21/sales/credit_note_entry.php:202 +#: c:\Apache2\htdocs\account21/sales/credit_note_entry.php:203 msgid "The entered discount percent is negative, greater than 100 or invalid." msgstr "" -#: c:\Apache2\htdocs\account21/sales/credit_note_entry.php:270 +#: c:\Apache2\htdocs\account21/sales/credit_note_entry.php:271 msgid "Credit Note Items" msgstr "" -#: c:\Apache2\htdocs\account21/sales/credit_note_entry.php:280 -#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:385 +#: c:\Apache2\htdocs\account21/sales/credit_note_entry.php:281 +#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:388 msgid "Process Credit Note" msgstr "" @@ -6274,53 +6288,53 @@ msgstr "" msgid "This page can only be opened if an invoice has been selected for crediting." msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:252 +#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:255 msgid "Crediting Invoice" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:273 +#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:276 msgid "Credit Note Date" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:283 +#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:286 msgid "Invoiced Quantity" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:284 +#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:287 msgid "Credit Quantity" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:284 +#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:287 msgid "Discount %" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:318 +#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:321 msgid "Credit Shipping Cost" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:325 -#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:440 -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:486 +#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:328 +#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:448 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:495 msgid "Sub-total" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:333 +#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:336 msgid "Credit Note Total" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:351 +#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:354 msgid "Credit Note Type" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:359 +#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:362 msgid "Items Returned to Location" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:364 +#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:367 msgid "Write off the cost of the items to" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:383 +#: c:\Apache2\htdocs\account21/sales/customer_credit_invoice.php:386 msgid "Update credit value for quantities entered" msgstr "" @@ -6457,53 +6471,58 @@ msgstr "" msgid "Invoice Dead-line" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:376 +#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:379 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:390 +msgid "The selected customer account is currently on hold. Please contact the credit control personnel to discuss." +msgstr "" + +#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:384 msgid "Delivery Items" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:379 -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:391 +#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:387 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:400 msgid "Delivered" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:380 -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:392 +#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:388 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:401 msgid "Tax Type" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:380 -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:392 +#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:388 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:401 msgid "Discount" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:434 -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:476 +#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:442 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:485 msgid "Shipping Cost" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:447 +#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:455 msgid "Amount Total" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:452 +#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:460 msgid "Marked items have insufficient quantities in stock as on day of delivery." msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:456 +#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:464 msgid "Action For Balance" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:463 -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:504 +#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:471 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:513 msgid "Refresh document page" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:464 +#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:472 msgid "Process Dispatch" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:465 -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:506 +#: c:\Apache2\htdocs\account21/sales/customer_delivery.php:473 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:515 #: c:\Apache2\htdocs\account21/sales/sales_order_entry.php:531 msgid "Check entered data and save document" msgstr "" @@ -6567,7 +6586,7 @@ msgstr "" #: c:\Apache2\htdocs\account21/sales/customer_invoice.php:131 msgid "" -"There in no delivery notes for this invoice.
\n" +"There are no delivery notes for this invoice.
\n" "\t\tMost likely this invoice was created in Front Accounting version prior to 2.0\n" "\t\tand therefore can not be modified." msgstr "" @@ -6609,31 +6628,31 @@ msgstr "" msgid "Delivery Notes:" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:387 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:396 msgid "Invoice Items" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:392 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:401 msgid "This Invoice" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:395 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:404 msgid "DN" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:400 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:409 msgid "Credited" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:446 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:455 msgid "Remove" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:493 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:502 msgid "Invoice Total" msgstr "" -#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:505 +#: c:\Apache2\htdocs\account21/sales/customer_invoice.php:514 msgid "Process Invoice" msgstr "" @@ -7337,7 +7356,6 @@ msgstr "" #: c:\Apache2\htdocs\account21/sales/manage/recurrent_invoices.php:35 #: c:\Apache2\htdocs\account21/sales/manage/sales_areas.php:30 -#: c:\Apache2\htdocs\account21/sales/manage/sales_groups.php:30 msgid "The area description cannot be empty." msgstr "" @@ -7602,13 +7620,6 @@ msgstr "" msgid "CREDIT NOTE #%d" msgstr "" -#: c:\Apache2\htdocs\account21/sales/view/view_credit.php:68 -#: c:\Apache2\htdocs\account21/sales/view/view_sales_order.php:77 -#: c:\Apache2\htdocs\account21/sales/view/view_sales_order.php:110 -#: c:\Apache2\htdocs\account21/sales/view/view_sales_order.php:142 -msgid "Ref" -msgstr "" - #: c:\Apache2\htdocs\account21/sales/view/view_credit.php:126 msgid "There are no line items on this credit note." msgstr "" @@ -7794,6 +7805,14 @@ msgstr "" msgid "Cannot insert stock id into item_codes" msgstr "" +#: c:\Apache2\htdocs\account21/sql/alter2.1.php:135 +msgid "" +"Seems that system upgrade to version 2.1 has \n" +"\t\t\tbeen performed for this company already.
If something has gone \n" +"\t\t\twrong and you want to retry upgrade process you MUST perform \n" +"\t\t\tdatabase restore from last backup file first." +msgstr "" + #: c:\Apache2\htdocs\account21/taxes/item_tax_types.php:17 msgid "Item Tax Types" msgstr "" @@ -7834,10 +7853,6 @@ msgstr "" msgid "Tax Name" msgstr "" -#: c:\Apache2\htdocs\account21/taxes/item_tax_types.php:183 -msgid "Rate" -msgstr "" - #: c:\Apache2\htdocs\account21/taxes/item_tax_types.php:183 msgid "Is exempt" msgstr "" @@ -8048,6 +8063,15 @@ msgstr "" msgid "Balance for this Dimension" msgstr "" +#: c:\Apache2\htdocs\account21/gl/includes/db/gl_db_banking.inc:35 +#: c:\Apache2\htdocs\account21/gl/includes/db/gl_db_banking.inc:38 +msgid "Exchange Variance" +msgstr "" + +#: c:\Apache2\htdocs\account21/gl/includes/db/gl_db_rates.inc:106 +msgid "Cannot retrieve currency rate from ECB page. Please set the rate manually." +msgstr "" + #: c:\Apache2\htdocs\account21/gl/includes/ui/gl_bank_ui.inc:48 msgid "Pay To:" msgstr "" @@ -8061,7 +8085,6 @@ msgid "Work Order:" msgstr "" #: c:\Apache2\htdocs\account21/gl/includes/ui/gl_bank_ui.inc:84 -#: c:\Apache2\htdocs\account21/gl/includes/ui/gl_journal_ui.inc:50 msgid "Go" msgstr "" @@ -8074,17 +8097,14 @@ msgid "Remove line from document" msgstr "" #: c:\Apache2\htdocs\account21/gl/includes/ui/gl_bank_ui.inc:249 -#: c:\Apache2\htdocs\account21/gl/includes/ui/gl_journal_ui.inc:208 msgid "Confirm changes" msgstr "" #: c:\Apache2\htdocs\account21/gl/includes/ui/gl_bank_ui.inc:251 -#: c:\Apache2\htdocs\account21/gl/includes/ui/gl_journal_ui.inc:210 msgid "Cancel changes" msgstr "" #: c:\Apache2\htdocs\account21/gl/includes/ui/gl_bank_ui.inc:256 -#: c:\Apache2\htdocs\account21/gl/includes/ui/gl_journal_ui.inc:214 msgid "Add Item" msgstr "" @@ -8097,6 +8117,7 @@ msgid "Reverse Transaction:" msgstr "" #: c:\Apache2\htdocs\account21/gl/includes/ui/gl_journal_ui.inc:43 +#: c:\Apache2\htdocs\account21/includes/types.inc:161 msgid "Quick Entry" msgstr "" @@ -8500,95 +8521,95 @@ msgstr "" msgid "Total Amount" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:522 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:524 msgid "Total Allocated:" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:526 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:528 msgid "Left to Allocate:" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:561 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:564 msgid "No Quick Entries are defined." msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:744 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:747 msgid "January" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:744 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:747 msgid "February" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:744 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:747 msgid "March" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:744 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:747 msgid "April" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:744 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:747 msgid "May" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:744 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:747 msgid "June" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:744 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:747 msgid "July" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:744 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:747 msgid "August" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:744 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:747 msgid "September" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:744 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:747 msgid "October" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:744 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:747 msgid "November" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:744 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:747 msgid "December" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:745 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:748 msgid "Su" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:745 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:748 msgid "Mo" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:745 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:748 msgid "Tu" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:745 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:748 msgid "We" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:745 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:748 msgid "Th" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:745 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:748 msgid "Fr" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:745 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:748 msgid "Sa" msgstr "" -#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:746 +#: c:\Apache2\htdocs\account21/includes/ui/ui_view.inc:749 msgid "W" msgstr "" @@ -8700,10 +8721,10 @@ msgstr "" msgid "Issue Date:" msgstr "" -#: c:\Apache2\htdocs\account21/purchasing/includes/db/invoice_db.inc:243 -#: c:\Apache2\htdocs\account21/purchasing/includes/db/invoice_db.inc:247 -#: c:\Apache2\htdocs\account21/purchasing/includes/db/invoice_db.inc:446 +#: c:\Apache2\htdocs\account21/purchasing/includes/db/invoice_db.inc:246 +#: c:\Apache2\htdocs\account21/purchasing/includes/db/invoice_db.inc:250 #: c:\Apache2\htdocs\account21/purchasing/includes/db/invoice_db.inc:450 +#: c:\Apache2\htdocs\account21/purchasing/includes/db/invoice_db.inc:454 msgid "Cost diff." msgstr "" @@ -8978,6 +8999,7 @@ msgstr "" #: c:\Apache2\htdocs\account21/reporting/includes/header2.inc:132 #: c:\Apache2\htdocs\account21/reporting/includes/pdf_report.inc:238 +#: c:\Apache2\htdocs\account21/reporting/includes/backup/header2.inc:47 msgid "Page" msgstr "" @@ -9131,7 +9153,7 @@ msgstr "" msgid "This edit session has been abandoned by opening sales document in another browser tab. You cannot edit more than one sales document at once." msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/db/sales_invoice_db.inc:177 +#: c:\Apache2\htdocs\account21/sales/includes/db/sales_invoice_db.inc:181 msgid "Cash invoice" msgstr "" @@ -9151,17 +9173,17 @@ msgid "Please reorder" msgstr "" #: c:\Apache2\htdocs\account21/sales/includes/ui/sales_credit_ui.inc:95 -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:320 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:329 msgid "Customer Currency:" msgstr "" #: c:\Apache2\htdocs\account21/sales/includes/ui/sales_credit_ui.inc:114 -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:568 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:577 msgid "Shipping Company:" msgstr "" #: c:\Apache2\htdocs\account21/sales/includes/ui/sales_credit_ui.inc:116 -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:360 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:369 msgid "Customer Discount:" msgstr "" @@ -9169,10 +9191,6 @@ msgstr "" msgid "This item is already on this order. You have been warned." msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:81 -msgid "The selected customer account is currently on hold. Please contact the credit control personnel to discuss." -msgstr "" - #: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:101 msgid "The selected customer and branch are not valid, or the customer does not have any branches." msgstr "" @@ -9181,93 +9199,93 @@ msgstr "" msgid "Total Excluding Shipping" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:256 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:257 msgid "No customer found for entered text." msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:312 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:321 msgid "Reference number unique for this document type" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:328 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:337 msgid "Payment:" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:350 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:359 msgid "Price List:" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:370 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:379 msgid "Date of order receive" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:514 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:523 msgid "Cash payment" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:516 -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:543 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:525 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:552 msgid "Deliver from Location:" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:519 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:528 msgid "Cash account:" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:520 -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:563 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:529 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:572 msgid "Comments:" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:526 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:535 msgid "Delivery Details" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:531 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:540 msgid "Invoice Delivery Details" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:532 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:541 msgid "Invoice before" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:536 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:545 msgid "Order Delivery Details" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:549 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:558 msgid "Enter requested day of delivery" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:551 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:560 msgid "Deliver To:" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:552 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:561 msgid "Additional identifier for delivery e.g. name of receiving person" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:555 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:564 msgid "Delivery address. Default is address of customer branch" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:556 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:565 msgid "Contact Phone Number:" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:557 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:566 msgid "Phone number of ordering person. Defaults to branch phone number" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:561 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:570 msgid "Customer Reference:" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:562 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:571 msgid "Customer reference number for this order (if any)" msgstr "" -#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:565 +#: c:\Apache2\htdocs\account21/sales/includes/ui/sales_order_ui.inc:574 msgid "Shipping Charge:" msgstr "" diff --git a/lang/new_language_template/locale.inc b/lang/new_language_template/locale.inc index d9bf74af..0ff96ccc 100644 --- a/lang/new_language_template/locale.inc +++ b/lang/new_language_template/locale.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* This file contains templates for all country specific functions. diff --git a/manufacturing/includes/db/work_centres_db.inc b/manufacturing/includes/db/work_centres_db.inc index 0d082439..c01ad50f 100644 --- a/manufacturing/includes/db/work_centres_db.inc +++ b/manufacturing/includes/db/work_centres_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_work_centre($name, $description) { diff --git a/manufacturing/includes/db/work_order_issues_db.inc b/manufacturing/includes/db/work_order_issues_db.inc index 0014b7ce..0df06846 100644 --- a/manufacturing/includes/db/work_order_issues_db.inc +++ b/manufacturing/includes/db/work_order_issues_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //-------------------------------------------------------------------------------------- diff --git a/manufacturing/includes/db/work_order_produce_items_db.inc b/manufacturing/includes/db/work_order_produce_items_db.inc index 804e41cb..5b2dad2d 100644 --- a/manufacturing/includes/db/work_order_produce_items_db.inc +++ b/manufacturing/includes/db/work_order_produce_items_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function work_order_produce($woid, $ref, $quantity, $date_, $memo_, $close_wo) { diff --git a/manufacturing/includes/db/work_order_requirements_db.inc b/manufacturing/includes/db/work_order_requirements_db.inc index a96af69e..71f9e50a 100644 --- a/manufacturing/includes/db/work_order_requirements_db.inc +++ b/manufacturing/includes/db/work_order_requirements_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function get_wo_requirements($woid) { diff --git a/manufacturing/includes/db/work_orders_db.inc b/manufacturing/includes/db/work_orders_db.inc index 6b114193..5df4082b 100644 --- a/manufacturing/includes/db/work_orders_db.inc +++ b/manufacturing/includes/db/work_orders_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //-------------------------------------------------------------------------------------- diff --git a/manufacturing/includes/db/work_orders_quick_db.inc b/manufacturing/includes/db/work_orders_quick_db.inc index 0c7a18d6..a2b3c124 100644 --- a/manufacturing/includes/db/work_orders_quick_db.inc +++ b/manufacturing/includes/db/work_orders_quick_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //-------------------------------------------------------------------------------------- diff --git a/manufacturing/includes/manufacturing_db.inc b/manufacturing/includes/manufacturing_db.inc index 2c0db933..3a599161 100644 --- a/manufacturing/includes/manufacturing_db.inc +++ b/manufacturing/includes/manufacturing_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/manufacturing/includes/db/work_centres_db.inc"); include_once($path_to_root . "/manufacturing/includes/db/work_orders_db.inc"); diff --git a/manufacturing/includes/manufacturing_ui.inc b/manufacturing/includes/manufacturing_ui.inc index 1240f95b..6726fb34 100644 --- a/manufacturing/includes/manufacturing_ui.inc +++ b/manufacturing/includes/manufacturing_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/ui.inc"); diff --git a/manufacturing/includes/work_order_issue_ui.inc b/manufacturing/includes/work_order_issue_ui.inc index fcb194c7..dad39a9c 100644 --- a/manufacturing/includes/work_order_issue_ui.inc +++ b/manufacturing/includes/work_order_issue_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/includes/ui/items_cart.inc"); diff --git a/manufacturing/inquiry/bom_cost_inquiry.php b/manufacturing/inquiry/bom_cost_inquiry.php index 1621a27e..02b25d4a 100644 --- a/manufacturing/inquiry/bom_cost_inquiry.php +++ b/manufacturing/inquiry/bom_cost_inquiry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; diff --git a/manufacturing/inquiry/where_used_inquiry.php b/manufacturing/inquiry/where_used_inquiry.php index 3439fa40..c792330b 100644 --- a/manufacturing/inquiry/where_used_inquiry.php +++ b/manufacturing/inquiry/where_used_inquiry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; diff --git a/manufacturing/manage/bom_edit.php b/manufacturing/manage/bom_edit.php index 49fdccc5..84f60733 100644 --- a/manufacturing/manage/bom_edit.php +++ b/manufacturing/manage/bom_edit.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 9; $path_to_root="../.."; diff --git a/manufacturing/manage/work_centres.php b/manufacturing/manage/work_centres.php index e67bdbfb..19227df8 100644 --- a/manufacturing/manage/work_centres.php +++ b/manufacturing/manage/work_centres.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root="../.."; diff --git a/manufacturing/search_work_orders.php b/manufacturing/search_work_orders.php index 921783db..15b466ce 100644 --- a/manufacturing/search_work_orders.php +++ b/manufacturing/search_work_orders.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root=".."; diff --git a/manufacturing/view/wo_issue_view.php b/manufacturing/view/wo_issue_view.php index 4bb3b936..80f624c4 100644 --- a/manufacturing/view/wo_issue_view.php +++ b/manufacturing/view/wo_issue_view.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 10; $path_to_root="../.."; diff --git a/manufacturing/view/wo_production_view.php b/manufacturing/view/wo_production_view.php index d469d281..1ab3e442 100644 --- a/manufacturing/view/wo_production_view.php +++ b/manufacturing/view/wo_production_view.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 10; $path_to_root="../.."; diff --git a/manufacturing/view/work_order_view.php b/manufacturing/view/work_order_view.php index e2e39ef4..21d2e80b 100644 --- a/manufacturing/view/work_order_view.php +++ b/manufacturing/view/work_order_view.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 10; $path_to_root="../.."; diff --git a/manufacturing/work_order_add_finished.php b/manufacturing/work_order_add_finished.php index ea4af884..b8036c37 100644 --- a/manufacturing/work_order_add_finished.php +++ b/manufacturing/work_order_add_finished.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 10; $path_to_root=".."; diff --git a/manufacturing/work_order_entry.php b/manufacturing/work_order_entry.php index 9ba52cb6..c4d3dd5d 100644 --- a/manufacturing/work_order_entry.php +++ b/manufacturing/work_order_entry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 10; $path_to_root=".."; diff --git a/manufacturing/work_order_issue.php b/manufacturing/work_order_issue.php index 8809b61f..ee2b2950 100644 --- a/manufacturing/work_order_issue.php +++ b/manufacturing/work_order_issue.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root=".."; diff --git a/manufacturing/work_order_release.php b/manufacturing/work_order_release.php index 57375dc8..9cb8e22e 100644 --- a/manufacturing/work_order_release.php +++ b/manufacturing/work_order_release.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 10; $path_to_root=".."; diff --git a/purchasing/allocations/supplier_allocate.php b/purchasing/allocations/supplier_allocate.php index 9001602a..6a0e83e3 100644 --- a/purchasing/allocations/supplier_allocate.php +++ b/purchasing/allocations/supplier_allocate.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root="../.."; $page_security = 3; diff --git a/purchasing/allocations/supplier_allocation_main.php b/purchasing/allocations/supplier_allocation_main.php index 0742a587..f13b7593 100644 --- a/purchasing/allocations/supplier_allocation_main.php +++ b/purchasing/allocations/supplier_allocation_main.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root="../.."; $page_security = 3; diff --git a/purchasing/includes/db/grn_db.inc b/purchasing/includes/db/grn_db.inc index 48410380..c0fdf54a 100644 --- a/purchasing/includes/db/grn_db.inc +++ b/purchasing/includes/db/grn_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //------------------- update average material cost ------------------------------------------ Joe Hunt Mar-03-2008 diff --git a/purchasing/includes/db/invoice_db.inc b/purchasing/includes/db/invoice_db.inc index 3abdf578..2ee49018 100644 --- a/purchasing/includes/db/invoice_db.inc +++ b/purchasing/includes/db/invoice_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/purchasing/includes/db/invoice_items_db.inc"); diff --git a/purchasing/includes/db/invoice_items_db.inc b/purchasing/includes/db/invoice_items_db.inc index 36957354..0d69d868 100644 --- a/purchasing/includes/db/invoice_items_db.inc +++ b/purchasing/includes/db/invoice_items_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //------------------------------------------------------------------------------------------------------------- diff --git a/purchasing/includes/db/po_db.inc b/purchasing/includes/db/po_db.inc index 5c22e8dd..66b306e4 100644 --- a/purchasing/includes/db/po_db.inc +++ b/purchasing/includes/db/po_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //---------------------------------------------------------------------------------------- diff --git a/purchasing/includes/db/supp_payment_db.inc b/purchasing/includes/db/supp_payment_db.inc index 0df56032..35e93db4 100644 --- a/purchasing/includes/db/supp_payment_db.inc +++ b/purchasing/includes/db/supp_payment_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_supp_payment($supplier_id, $date_, $bank_account, $amount, $discount, $ref, $memo_, $rate=0) diff --git a/purchasing/includes/db/supp_trans_db.inc b/purchasing/includes/db/supp_trans_db.inc index ba67f841..207cd7dc 100644 --- a/purchasing/includes/db/supp_trans_db.inc +++ b/purchasing/includes/db/supp_trans_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //------------------------------------------------------------------------------------------------------------- diff --git a/purchasing/includes/db/suppalloc_db.inc b/purchasing/includes/db/suppalloc_db.inc index 3bcc2596..91b53396 100644 --- a/purchasing/includes/db/suppalloc_db.inc +++ b/purchasing/includes/db/suppalloc_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //---------------------------------------------------------------------------------------- @@ -156,7 +156,7 @@ function get_allocatable_to_supp_transactions($supplier_id, $trans_no=null, $typ { if ($trans_no != null && $type!= null) { - $sql = get_alloc_supp_sql("amt", "trans.trans_no = alloc.trans_no_to + $sql = get_alloc_supp_sql("amt, supp_reference", "trans.trans_no = alloc.trans_no_to AND trans.type = alloc.trans_type_to AND alloc.trans_no_from=$trans_no AND alloc.trans_type_from=$type diff --git a/purchasing/includes/db/suppliers_db.inc b/purchasing/includes/db/suppliers_db.inc index 797e75e0..eaead9ec 100644 --- a/purchasing/includes/db/suppliers_db.inc +++ b/purchasing/includes/db/suppliers_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function get_supplier_details($supplier_id, $to=null) { diff --git a/purchasing/includes/po_class.inc b/purchasing/includes/po_class.inc index 198912c0..b3b9c2b2 100644 --- a/purchasing/includes/po_class.inc +++ b/purchasing/includes/po_class.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* Definition of the purch_order class to hold all the information for a purchase order and delivery */ diff --git a/purchasing/includes/purchasing_db.inc b/purchasing/includes/purchasing_db.inc index 8ce4ff0d..7236962f 100644 --- a/purchasing/includes/purchasing_db.inc +++ b/purchasing/includes/purchasing_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/purchasing/includes/supp_trans_class.inc"); diff --git a/purchasing/includes/purchasing_ui.inc b/purchasing/includes/purchasing_ui.inc index adbc064d..8014fe0a 100644 --- a/purchasing/includes/purchasing_ui.inc +++ b/purchasing/includes/purchasing_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/date_functions.inc"); diff --git a/purchasing/includes/supp_trans_class.inc b/purchasing/includes/supp_trans_class.inc index ad630bce..74d95dc7 100644 --- a/purchasing/includes/supp_trans_class.inc +++ b/purchasing/includes/supp_trans_class.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* Definition of the Supplier Transactions class to hold all the information for an accounts payable invoice or credit note */ diff --git a/purchasing/includes/ui/grn_ui.inc b/purchasing/includes/ui/grn_ui.inc index bd5bc45a..2fe18c15 100644 --- a/purchasing/includes/ui/grn_ui.inc +++ b/purchasing/includes/ui/grn_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //--------------------------------------------------------------------------------------------------- diff --git a/purchasing/includes/ui/invoice_ui.inc b/purchasing/includes/ui/invoice_ui.inc index 2e2d17cc..14d02889 100644 --- a/purchasing/includes/ui/invoice_ui.inc +++ b/purchasing/includes/ui/invoice_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //-------------------------------------------------------------------------------------------------- diff --git a/purchasing/includes/ui/po_ui.inc b/purchasing/includes/ui/po_ui.inc index 74015b44..2b3d639b 100644 --- a/purchasing/includes/ui/po_ui.inc +++ b/purchasing/includes/ui/po_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/purchasing/includes/purchasing_db.inc"); diff --git a/purchasing/inquiry/po_search.php b/purchasing/inquiry/po_search.php index 792170c5..a0055c8a 100644 --- a/purchasing/inquiry/po_search.php +++ b/purchasing/inquiry/po_search.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; diff --git a/purchasing/inquiry/po_search_completed.php b/purchasing/inquiry/po_search_completed.php index 3e239d8e..c949d469 100644 --- a/purchasing/inquiry/po_search_completed.php +++ b/purchasing/inquiry/po_search_completed.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; diff --git a/purchasing/inquiry/supplier_allocation_inquiry.php b/purchasing/inquiry/supplier_allocation_inquiry.php index 69e399d4..55ab1678 100644 --- a/purchasing/inquiry/supplier_allocation_inquiry.php +++ b/purchasing/inquiry/supplier_allocation_inquiry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security=2; $path_to_root="../.."; diff --git a/purchasing/inquiry/supplier_inquiry.php b/purchasing/inquiry/supplier_inquiry.php index e292bb8c..cc94acd2 100644 --- a/purchasing/inquiry/supplier_inquiry.php +++ b/purchasing/inquiry/supplier_inquiry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security=2; $path_to_root="../.."; diff --git a/purchasing/manage/suppliers.php b/purchasing/manage/suppliers.php index 9b657ffd..8fc3d870 100644 --- a/purchasing/manage/suppliers.php +++ b/purchasing/manage/suppliers.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security=5; $path_to_root="../.."; diff --git a/purchasing/po_entry_items.php b/purchasing/po_entry_items.php index 9dedf36e..2cb5a364 100644 --- a/purchasing/po_entry_items.php +++ b/purchasing/po_entry_items.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 4; $path_to_root=".."; diff --git a/purchasing/po_receive_items.php b/purchasing/po_receive_items.php index 3f534e59..c8680d85 100644 --- a/purchasing/po_receive_items.php +++ b/purchasing/po_receive_items.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 11; $path_to_root=".."; diff --git a/purchasing/supplier_credit.php b/purchasing/supplier_credit.php index 45f7a6ca..fc16875c 100644 --- a/purchasing/supplier_credit.php +++ b/purchasing/supplier_credit.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root=".."; diff --git a/purchasing/supplier_invoice.php b/purchasing/supplier_invoice.php index 52ce2f7b..148e7b92 100644 --- a/purchasing/supplier_invoice.php +++ b/purchasing/supplier_invoice.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security=5; $path_to_root=".."; diff --git a/purchasing/supplier_payment.php b/purchasing/supplier_payment.php index 6ec57b01..0834f2a1 100644 --- a/purchasing/supplier_payment.php +++ b/purchasing/supplier_payment.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root=".."; $page_security = 5; diff --git a/purchasing/view/view_grn.php b/purchasing/view/view_grn.php index a9dcfbe9..299cf5b6 100644 --- a/purchasing/view/view_grn.php +++ b/purchasing/view/view_grn.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; diff --git a/purchasing/view/view_po.php b/purchasing/view/view_po.php index fa527cf4..57ff3a47 100644 --- a/purchasing/view/view_po.php +++ b/purchasing/view/view_po.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; diff --git a/purchasing/view/view_supp_credit.php b/purchasing/view/view_supp_credit.php index c5cb4a76..b83a24cc 100644 --- a/purchasing/view/view_supp_credit.php +++ b/purchasing/view/view_supp_credit.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/purchasing/view/view_supp_invoice.php b/purchasing/view/view_supp_invoice.php index ac8432dc..0380ccd0 100644 --- a/purchasing/view/view_supp_invoice.php +++ b/purchasing/view/view_supp_invoice.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/purchasing/view/view_supp_payment.php b/purchasing/view/view_supp_payment.php index aca40ec4..3b6d7533 100644 --- a/purchasing/view/view_supp_payment.php +++ b/purchasing/view/view_supp_payment.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/reporting/includes/class.pdf.inc b/reporting/includes/class.pdf.inc index 971e3c3f..0fd5aedc 100644 --- a/reporting/includes/class.pdf.inc +++ b/reporting/includes/class.pdf.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* This class is an extension to the tcpdf class using a syntax that the original reports were written in diff --git a/reporting/includes/doctext.inc b/reporting/includes/doctext.inc index 8a2539ed..3218e262 100644 --- a/reporting/includes/doctext.inc +++ b/reporting/includes/doctext.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ if (isset($header2type)) { diff --git a/reporting/includes/doctext2.inc b/reporting/includes/doctext2.inc index 9107d72a..b76aa9c8 100644 --- a/reporting/includes/doctext2.inc +++ b/reporting/includes/doctext2.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ if (isset($header2type)) { diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index a0ab9c63..2f23a36a 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $this->row = $this->pageHeight - $this->topMargin; diff --git a/reporting/includes/pdf_report.inc b/reporting/includes/pdf_report.inc index c849f98f..fde0b441 100644 --- a/reporting/includes/pdf_report.inc +++ b/reporting/includes/pdf_report.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* $Revision$ */ $page_security = 8; diff --git a/reporting/includes/reporting.inc b/reporting/includes/reporting.inc index e514d769..4f7f574a 100644 --- a/reporting/includes/reporting.inc +++ b/reporting/includes/reporting.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ // Link to printing single document with bulk report template file. // Ex. label_cell(print_document_link($myrow['order_no'], _("Print")), $type); diff --git a/reporting/includes/reports_classes.inc b/reporting/includes/reports_classes.inc index 31e98b8a..98e58324 100644 --- a/reporting/includes/reports_classes.inc +++ b/reporting/includes/reports_classes.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ class BoxReports { diff --git a/reporting/prn_redirect.php b/reporting/prn_redirect.php index a0d4aa61..2a2b7609 100644 --- a/reporting/prn_redirect.php +++ b/reporting/prn_redirect.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* Print request redirector. This file is fired via print link or diff --git a/reporting/rep101.php b/reporting/rep101.php index f8e04caa..cb178908 100644 --- a/reporting/rep101.php +++ b/reporting/rep101.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; diff --git a/reporting/rep102.php b/reporting/rep102.php index 620d5011..cbb8df42 100644 --- a/reporting/rep102.php +++ b/reporting/rep102.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep103.php b/reporting/rep103.php index d6ebfb00..548f88a2 100644 --- a/reporting/rep103.php +++ b/reporting/rep103.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep104.php b/reporting/rep104.php index e127c459..988114ae 100644 --- a/reporting/rep104.php +++ b/reporting/rep104.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep105.php b/reporting/rep105.php index 6832f435..7a0222a7 100644 --- a/reporting/rep105.php +++ b/reporting/rep105.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep106.php b/reporting/rep106.php index 50570839..71fa3474 100644 --- a/reporting/rep106.php +++ b/reporting/rep106.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep107.php b/reporting/rep107.php index 279a3316..774acf92 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep108.php b/reporting/rep108.php index d7b06d5c..0f180dff 100644 --- a/reporting/rep108.php +++ b/reporting/rep108.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep109.php b/reporting/rep109.php index 78e7a1ea..9c99ff03 100644 --- a/reporting/rep109.php +++ b/reporting/rep109.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep110.php b/reporting/rep110.php index 49abe399..7ac70b1b 100644 --- a/reporting/rep110.php +++ b/reporting/rep110.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep201.php b/reporting/rep201.php index cb65f7df..775f04af 100644 --- a/reporting/rep201.php +++ b/reporting/rep201.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep202.php b/reporting/rep202.php index 8e20018d..ae0e287c 100644 --- a/reporting/rep202.php +++ b/reporting/rep202.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep203.php b/reporting/rep203.php index fbfe709b..b483f655 100644 --- a/reporting/rep203.php +++ b/reporting/rep203.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep204.php b/reporting/rep204.php index 8f495ba6..6f63e3b6 100644 --- a/reporting/rep204.php +++ b/reporting/rep204.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep209.php b/reporting/rep209.php index 6639d7c4..ebf0dfaf 100644 --- a/reporting/rep209.php +++ b/reporting/rep209.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep301.php b/reporting/rep301.php index 9e7c1af8..bf189355 100644 --- a/reporting/rep301.php +++ b/reporting/rep301.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep302.php b/reporting/rep302.php index 9c00255e..d40e4038 100644 --- a/reporting/rep302.php +++ b/reporting/rep302.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep303.php b/reporting/rep303.php index 57a011ed..285dd726 100644 --- a/reporting/rep303.php +++ b/reporting/rep303.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep304.php b/reporting/rep304.php index f77251d1..38b0dce2 100644 --- a/reporting/rep304.php +++ b/reporting/rep304.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep401.php b/reporting/rep401.php index 29c89f72..7db56ed3 100644 --- a/reporting/rep401.php +++ b/reporting/rep401.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep501.php b/reporting/rep501.php index 09d6203f..5c2b2422 100644 --- a/reporting/rep501.php +++ b/reporting/rep501.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep601.php b/reporting/rep601.php index 75206499..32a83f51 100644 --- a/reporting/rep601.php +++ b/reporting/rep601.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep701.php b/reporting/rep701.php index f1f11252..a0e7600f 100644 --- a/reporting/rep701.php +++ b/reporting/rep701.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep702.php b/reporting/rep702.php index 841d4f2f..bd3434b1 100644 --- a/reporting/rep702.php +++ b/reporting/rep702.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep704.php b/reporting/rep704.php index b30262b3..0b9a5b31 100644 --- a/reporting/rep704.php +++ b/reporting/rep704.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep705.php b/reporting/rep705.php index c26a1ebb..6942d72d 100644 --- a/reporting/rep705.php +++ b/reporting/rep705.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep706.php b/reporting/rep706.php index b936758b..0788363a 100644 --- a/reporting/rep706.php +++ b/reporting/rep706.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep707.php b/reporting/rep707.php index 30e1d561..7101a73a 100644 --- a/reporting/rep707.php +++ b/reporting/rep707.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep708.php b/reporting/rep708.php index 7f9fa243..120558b5 100644 --- a/reporting/rep708.php +++ b/reporting/rep708.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/rep709.php b/reporting/rep709.php index 213d90a7..668021b2 100644 --- a/reporting/rep709.php +++ b/reporting/rep709.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 83fca3b5..a27d1d0f 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root=".."; $page_security = 5; diff --git a/sales/allocations/customer_allocate.php b/sales/allocations/customer_allocate.php index 4ccde84a..c0785cb1 100644 --- a/sales/allocations/customer_allocate.php +++ b/sales/allocations/customer_allocate.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root="../.."; $page_security = 3; diff --git a/sales/allocations/customer_allocation_main.php b/sales/allocations/customer_allocation_main.php index cb88dd45..ee373036 100644 --- a/sales/allocations/customer_allocation_main.php +++ b/sales/allocations/customer_allocation_main.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root="../.."; $page_security = 3; diff --git a/sales/create_recurrent_invoices.php b/sales/create_recurrent_invoices.php index ce9d5f86..8886e349 100644 --- a/sales/create_recurrent_invoices.php +++ b/sales/create_recurrent_invoices.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root=".."; diff --git a/sales/credit_note_entry.php b/sales/credit_note_entry.php index 1de67a66..c53a080d 100644 --- a/sales/credit_note_entry.php +++ b/sales/credit_note_entry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //--------------------------------------------------------------------------- // diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index 00a6527f..4959c23c 100644 --- a/sales/customer_credit_invoice.php +++ b/sales/customer_credit_invoice.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //--------------------------------------------------------------------------- // diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index 1d11585f..ae077419 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //----------------------------------------------------------------------------- // diff --git a/sales/customer_payments.php b/sales/customer_payments.php index f4fdf794..5c871834 100644 --- a/sales/customer_payments.php +++ b/sales/customer_payments.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root=".."; $page_security = 3; diff --git a/sales/includes/cart_class.inc b/sales/includes/cart_class.inc index 1f54a613..8662bf75 100644 --- a/sales/includes/cart_class.inc +++ b/sales/includes/cart_class.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* Definition of the cart class this class can hold all the information for: diff --git a/sales/includes/db/branches_db.inc b/sales/includes/db/branches_db.inc index ae637373..72a96565 100644 --- a/sales/includes/db/branches_db.inc +++ b/sales/includes/db/branches_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function get_branch($branch_id) { diff --git a/sales/includes/db/credit_status_db.inc b/sales/includes/db/credit_status_db.inc index 040fb324..411cdfd5 100644 --- a/sales/includes/db/credit_status_db.inc +++ b/sales/includes/db/credit_status_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_credit_status($description, $disallow_invoicing) { diff --git a/sales/includes/db/cust_trans_db.inc b/sales/includes/db/cust_trans_db.inc index 4be4af1d..7beb733c 100644 --- a/sales/includes/db/cust_trans_db.inc +++ b/sales/includes/db/cust_trans_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //------------------------------------------------------------------------------ // Retreive parent document number(s) for given transaction diff --git a/sales/includes/db/cust_trans_details_db.inc b/sales/includes/db/cust_trans_details_db.inc index 8d7ce386..17c30c19 100644 --- a/sales/includes/db/cust_trans_details_db.inc +++ b/sales/includes/db/cust_trans_details_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //---------------------------------------------------------------------------------------- diff --git a/sales/includes/db/custalloc_db.inc b/sales/includes/db/custalloc_db.inc index fe523ae4..e9695bbc 100644 --- a/sales/includes/db/custalloc_db.inc +++ b/sales/includes/db/custalloc_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //---------------------------------------------------------------------------------------- diff --git a/sales/includes/db/customers_db.inc b/sales/includes/db/customers_db.inc index e50931e2..db0e47af 100644 --- a/sales/includes/db/customers_db.inc +++ b/sales/includes/db/customers_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function get_customer_details($customer_id, $to=null) { diff --git a/sales/includes/db/payment_db.inc b/sales/includes/db/payment_db.inc index 4a5c932b..12e7cc0f 100644 --- a/sales/includes/db/payment_db.inc +++ b/sales/includes/db/payment_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* Write/update customer payment. diff --git a/sales/includes/db/sales_credit_db.inc b/sales/includes/db/sales_credit_db.inc index 877bb9d7..9172bca5 100644 --- a/sales/includes/db/sales_credit_db.inc +++ b/sales/includes/db/sales_credit_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //---------------------------------------------------------------------------------------- // if ($writeoff_acc==0) return goods into $cart->Location diff --git a/sales/includes/db/sales_delivery_db.inc b/sales/includes/db/sales_delivery_db.inc index 9d1e2673..9155c089 100644 --- a/sales/includes/db/sales_delivery_db.inc +++ b/sales/includes/db/sales_delivery_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //----------------------------------------------------------------------------- // insert/update sales delivery diff --git a/sales/includes/db/sales_invoice_db.inc b/sales/includes/db/sales_invoice_db.inc index faf382ae..de507e63 100644 --- a/sales/includes/db/sales_invoice_db.inc +++ b/sales/includes/db/sales_invoice_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //----------------------------------------------------------------------------- // Add or update Sales Invoice diff --git a/sales/includes/db/sales_order_db.inc b/sales/includes/db/sales_order_db.inc index 90e2ff86..7d650280 100644 --- a/sales/includes/db/sales_order_db.inc +++ b/sales/includes/db/sales_order_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //---------------------------------------------------------------------------------------- function get_demand_qty($stockid, $location) diff --git a/sales/includes/db/sales_points_db.inc b/sales/includes/db/sales_points_db.inc index c9f0d95c..65e045e4 100644 --- a/sales/includes/db/sales_points_db.inc +++ b/sales/includes/db/sales_points_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_sales_point($name, $location, $account, $cash, $credit) { diff --git a/sales/includes/db/sales_types_db.inc b/sales/includes/db/sales_types_db.inc index 2257ad5e..f5237476 100644 --- a/sales/includes/db/sales_types_db.inc +++ b/sales/includes/db/sales_types_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_sales_type($name, $tax_included, $factor) { diff --git a/sales/includes/sales_db.inc b/sales/includes/sales_db.inc index 3708b7f5..4a746940 100644 --- a/sales/includes/sales_db.inc +++ b/sales/includes/sales_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/banking.inc"); include_once($path_to_root . "/includes/db/inventory_db.inc"); diff --git a/sales/includes/sales_ui.inc b/sales/includes/sales_ui.inc index 1c1ebbf9..7e7f7afd 100644 --- a/sales/includes/sales_ui.inc +++ b/sales/includes/sales_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/date_functions.inc"); diff --git a/sales/includes/ui/sales_credit_ui.inc b/sales/includes/ui/sales_credit_ui.inc index 24f3beb4..4594758c 100644 --- a/sales/includes/ui/sales_credit_ui.inc +++ b/sales/includes/ui/sales_credit_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/ui.inc"); diff --git a/sales/includes/ui/sales_order_ui.inc b/sales/includes/ui/sales_order_ui.inc index 3950e133..28b079cd 100644 --- a/sales/includes/ui/sales_order_ui.inc +++ b/sales/includes/ui/sales_order_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/sales/includes/cart_class.inc"); include_once($path_to_root . "/includes/manufacturing.inc"); diff --git a/sales/inquiry/customer_allocation_inquiry.php b/sales/inquiry/customer_allocation_inquiry.php index 9bcab151..325d848f 100644 --- a/sales/inquiry/customer_allocation_inquiry.php +++ b/sales/inquiry/customer_allocation_inquiry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/sales/inquiry/customer_inquiry.php b/sales/inquiry/customer_inquiry.php index b005e5c8..90ac0da6 100644 --- a/sales/inquiry/customer_inquiry.php +++ b/sales/inquiry/customer_inquiry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/sales/inquiry/sales_deliveries_view.php b/sales/inquiry/sales_deliveries_view.php index 3cd838b6..4ea1a824 100644 --- a/sales/inquiry/sales_deliveries_view.php +++ b/sales/inquiry/sales_deliveries_view.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; diff --git a/sales/inquiry/sales_orders_view.php b/sales/inquiry/sales_orders_view.php index f9f1fd3b..125cae8c 100644 --- a/sales/inquiry/sales_orders_view.php +++ b/sales/inquiry/sales_orders_view.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; diff --git a/sales/manage/credit_status.php b/sales/manage/credit_status.php index 1e05949f..8d9400cc 100644 --- a/sales/manage/credit_status.php +++ b/sales/manage/credit_status.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root="../.."; diff --git a/sales/manage/customer_branches.php b/sales/manage/customer_branches.php index 844e9217..3dced4db 100644 --- a/sales/manage/customer_branches.php +++ b/sales/manage/customer_branches.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root="../.."; diff --git a/sales/manage/customers.php b/sales/manage/customers.php index 55435959..ba754756 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root="../.."; diff --git a/sales/manage/recurrent_invoices.php b/sales/manage/recurrent_invoices.php index 70ac0151..eace174d 100644 --- a/sales/manage/recurrent_invoices.php +++ b/sales/manage/recurrent_invoices.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root="../.."; diff --git a/sales/manage/sales_areas.php b/sales/manage/sales_areas.php index e1a54301..c7baeee5 100644 --- a/sales/manage/sales_areas.php +++ b/sales/manage/sales_areas.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root="../.."; diff --git a/sales/manage/sales_groups.php b/sales/manage/sales_groups.php index 0dfa7345..0fb676c6 100644 --- a/sales/manage/sales_groups.php +++ b/sales/manage/sales_groups.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root="../.."; diff --git a/sales/manage/sales_people.php b/sales/manage/sales_people.php index bf4899e5..04e1948d 100644 --- a/sales/manage/sales_people.php +++ b/sales/manage/sales_people.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root="../.."; diff --git a/sales/manage/sales_points.php b/sales/manage/sales_points.php index 6ad6086e..ac949c08 100644 --- a/sales/manage/sales_points.php +++ b/sales/manage/sales_points.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 15; $path_to_root="../.."; diff --git a/sales/manage/sales_types.php b/sales/manage/sales_types.php index 4365a78e..1c4071bf 100644 --- a/sales/manage/sales_types.php +++ b/sales/manage/sales_types.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 14; $path_to_root="../.."; diff --git a/sales/sales_order_entry.php b/sales/sales_order_entry.php index 19f81cb7..40c99ccf 100644 --- a/sales/sales_order_entry.php +++ b/sales/sales_order_entry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //----------------------------------------------------------------------------- // diff --git a/sales/view/view_credit.php b/sales/view/view_credit.php index f488f3a9..f800c3a7 100644 --- a/sales/view/view_credit.php +++ b/sales/view/view_credit.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/sales/view/view_dispatch.php b/sales/view/view_dispatch.php index 6b751ec5..d2edafca 100644 --- a/sales/view/view_dispatch.php +++ b/sales/view/view_dispatch.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/sales/view/view_invoice.php b/sales/view/view_invoice.php index 80124455..6669ca5e 100644 --- a/sales/view/view_invoice.php +++ b/sales/view/view_invoice.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/sales/view/view_receipt.php b/sales/view/view_receipt.php index 597e0213..10dfd0c8 100644 --- a/sales/view/view_receipt.php +++ b/sales/view/view_receipt.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; diff --git a/sales/view/view_sales_order.php b/sales/view/view_sales_order.php index 5f98c6c1..77d41175 100644 --- a/sales/view/view_sales_order.php +++ b/sales/view/view_sales_order.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; diff --git a/sql/alter2.1.php b/sql/alter2.1.php index ddfb6fe2..371c3d6a 100644 --- a/sql/alter2.1.php +++ b/sql/alter2.1.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ class fa2_1 { var $version = '2.1'; // version installed diff --git a/taxes/db/item_tax_types_db.inc b/taxes/db/item_tax_types_db.inc index 5989f1a8..3a99f9ba 100644 --- a/taxes/db/item_tax_types_db.inc +++ b/taxes/db/item_tax_types_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_item_tax_type($name, $exempt, $exempt_from) { diff --git a/taxes/db/tax_groups_db.inc b/taxes/db/tax_groups_db.inc index 7823bcb9..5abe4333 100644 --- a/taxes/db/tax_groups_db.inc +++ b/taxes/db/tax_groups_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function clear_shipping_tax_group() { $sql = "UPDATE ".TB_PREF."tax_groups SET tax_shipping=0 WHERE 1"; diff --git a/taxes/db/tax_types_db.inc b/taxes/db/tax_types_db.inc index ec925042..97a62329 100644 --- a/taxes/db/tax_types_db.inc +++ b/taxes/db/tax_types_db.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ function add_tax_type($name, $sales_gl_code, $purchasing_gl_code, $rate) { diff --git a/taxes/item_tax_types.php b/taxes/item_tax_types.php index eac59b93..91f21c97 100644 --- a/taxes/item_tax_types.php +++ b/taxes/item_tax_types.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root = ".."; $page_security = 3; diff --git a/taxes/tax_calc.inc b/taxes/tax_calc.inc index aa8f9de8..397c5f50 100644 --- a/taxes/tax_calc.inc +++ b/taxes/tax_calc.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/taxes/db/tax_groups_db.inc"); include_once($path_to_root . "/taxes/db/tax_types_db.inc"); diff --git a/taxes/tax_groups.php b/taxes/tax_groups.php index 8df87fab..bc947284 100644 --- a/taxes/tax_groups.php +++ b/taxes/tax_groups.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root=".."; diff --git a/taxes/tax_types.php b/taxes/tax_types.php index a7c53836..6639e05a 100644 --- a/taxes/tax_types.php +++ b/taxes/tax_types.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root=".."; diff --git a/themes/aqua/renderer.php b/themes/aqua/renderer.php index 68647981..bf51fb55 100644 --- a/themes/aqua/renderer.php +++ b/themes/aqua/renderer.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ class renderer { diff --git a/themes/cool/renderer.php b/themes/cool/renderer.php index 68647981..bf51fb55 100644 --- a/themes/cool/renderer.php +++ b/themes/cool/renderer.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ class renderer { diff --git a/themes/default/renderer.php b/themes/default/renderer.php index 21c263fb..fe530663 100644 --- a/themes/default/renderer.php +++ b/themes/default/renderer.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ class renderer { diff --git a/update.html b/update.html index 17f61576..aea7a244 100644 --- a/update.html +++ b/update.html @@ -46,9 +46,12 @@ the new file. process earlier).
  • When -updating release 2.0.X to release 2.1.X, you must immediately, -after login (admin), go to the 'Setup' tab and run 'Software Upgrade'. -Mark the checkbox 'Install' and press 'Upgrade System'.  This will upgrade ALL your companies.
  • If something goes wrong during upgrade, you can enter here again and try 'Force Upgrade', and press 'Upgrade System' again.
  • There are no database changes during a major and minor release. Like from 2.1 to 2.1.1 - 2.1.5 .
  • +updating release 2.0.X to release 2.1.X, you must immediately +login on company 0, the first company you created, as admin +(called the superadmin), go to the 'Setup' tab and run 'Software +Upgrade'. +Mark the checkbox 'Install' and press 'Upgrade System'.  This will +upgrade ALL your companies.
  • If something goes wrong during upgrade, you can enter here again and try 'Force Upgrade', and press 'Upgrade System' again.
  • There are no database changes during a major and minor release. Like from 2.1 to 2.1.1 - 2.1.5 .
  •  

    -- 2.30.2