Cleanup after merge.
[fa-stable.git] / CHANGELOG.txt
index e2e29ac6c9bae8cbbe5d807f32865566f558081b..65cc9284d42e4fad34c2a7114d552a191477b586 100644 (file)
 ------------
 This is a changelog for FrontAccounting All releases.
 
-Legend:
-
-# -> Bug Fix
-+ -> Addition
-! -> Change
-- -> Removed
-! -> Note
-$ -> Affected files
-
-17-Jan-2011 Joe Hunt
-# [0000494] Cannot set second company pref when setup System and General GL 
-$ /admin/db/company_db.inc
-# {0000481] No warning when user does not supply db credentials in create_coy 
-$ /admin/create_coy.php
-
-12-Jan-2011 Janusz Dobrowolski
-+ Added access extensions hook method, cleanup
-$ /includes/hooks.inc
-# Fixed suplier reference allowed length.
-$ /purchasing/includes/ui/invoice_ui.inc
-# Sparse dot.
-$ /sql/alter2.3.sql
-# Backward compatiblity fix in bank account limit check.
-$ /gl/includes/db/gl_db_bank_accounts.inc
-
-------------------------------- Release 2.3.1 ------------------------------------
-04-Jan-2011 Joe Hunt
-! Release 2.3.1
-$ version.php
-  /lang/new_language_template/LC_MESSAGES/empty.po
-
-04-Jan-2011 Janusz Dobrowolski
-! Database host name up to 60 chars allowed.
-$ /admin/create_coy.php
-  /install/index.php
-
-31-Dec-2010 Joe Hunt
-# Fixed bug in earlier invoice_db (GRN Provision should have only one row)
-  Only GRN Clearring on stock items.
-$ /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-! Changed so supplier credit note items shows the invoice price/not grn price
-$ /purchasing/includes/db/grn_db.inc
-  /invoice_ui.inc
-+ Added link for viewing GL Delivery if clearing account
-$ /purchasing/po_receive_items.php
-  /purchasing/po_entry_items.php
-# Bug. $n undefined in /admin/gl_setup.php
-$ /admin/gl_setup.php
-! Added GL trans on Removal GRN items (Supp Invoice) if GRN Clearing
-$ /purchasing/includes/db/invoice_db.inc
-  
-30-Dec-2010 Janusz Dobrowolski
-+ Added option for using GRN Clearing Account for yet non invoiced GRNs.
-$ /purchasing/includes/po_class.inc
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-! Added GRN clearing account setting
-$ /admin/gl_setup.php
-! Added set_company_pref() function
-$ /admin/db/company_db.inc
-# JS error on focus move
-$ /js/reconcile.js
-
-29-Dec-2010 Janusz Dobrowolski
-! Hook files inclusion moved to session.inc
-$ /includes/hooks.inc
-  /includes/session.inc
-# Non-voidable transactions removed from selection on voiding page.
-$ /admin/void_transaction.php
-  /includes/ui/ui_lists.inc
-
-27-Dec-2010 Joe Hunt
-! Prepared for category icons in applications/application.php for themes
-  To activate, set $show_menu_category_icons = 1, in config.php
-$ /config.default.php
-  /applications/application.php
-  /applications/customers.php
-  /applications/dimensions.php
-  /applications/generalledger.php
-  /applications/inventory.php
-  /applications/manufacturing.php
-  /applications/setup.php
-  /applications/supplier.php
-  /themes/aqua/renderer.php
-  /themes/aqua/images/menu_entry.png (new file)
-  /themes/aqua/images/menu_inquiry.png (new file)
-  /themes/aqua/images/menu_maintenance.png (new file)
-  /themes/aqua/images/menu_report.png (new file)
-  /themes/aqua/images/menu_settings.png (new file)
-  /themes/aqua/images/menu_system.png (new file)
-  /themes/aqua/images/menu_transaction.png (new file)
-  /themes/aqua/images/menu_update.png (new file)
-  /themes/cool/renderer.php
-  /themes/cool/images/menu_entry.png (new file)
-  /themes/cool/images/menu_inquiry.png (new file)
-  /themes/cool/images/menu_maintenance.png (new file)
-  /themes/cool/images/menu_report.png (new file)
-  /themes/cool/images/menu_settings.png (new file)
-  /themes/cool/images/menu_system.png (new file)
-  /themes/cool/images/menu_transaction.png (new file)
-  /themes/cool/images/menu_update.png (new file)
-  /themes/default/renderer.php
-  /themes/default/images/menu_entry.png (new file)
-  /themes/default/images/menu_inquiry.png (new file)
-  /themes/default/images/menu_maintenance.png (new file)
-  /themes/default/images/menu_report.png (new file)
-  /themes/default/images/menu_settings.png (new file)
-  /themes/default/images/menu_system.png (new file)
-  /themes/default/images/menu_transaction.png (new file)
-  /themes/default/images/menu_update.png (new file)
-  
-27-Dec-2010 Janusz Dobrowolski
-+ Option for allowing negative prices for dummy/service items [0000343]
-$ /config.default.php
-  /sales/sales_order_entry.php
-# [0000356] Database errror on PO voiding.
-$ /admin/db/transactions_db.inc
-# [0000380] Database error during direct invoice processing in mysql strict mode.
-$ /sales/includes/db/cust_trans_db.inc
-! Added balance limit for payments made from cash accounts
-$ /gl/gl_bank.php
-  /gl/bank_transfer.php
-  /gl/includes/db/gl_db_bank_accounts.inc
-  /purchasing/supplier_payment.php
-
-19-Dec-2010 Janusz Dobrowolski
-# Supressed strict warnings in reporting 
-$ /includes/errors.inc
-# Fixed errors in tax display in purchase transactions
-$ /purchasing/po_receive_items.php
-  /purchasing/includes/po_class.inc
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/po_db.inc
-
-17-Dec-2010 Joe Hunt
-# [0000304] Set locale functionality broken on Windows
-$ /includes/lang/gettext.php
-  /includes/packages.inc (missing include directive for hooks.inc)
-# Bad test code left over, cleaning up
-$ /includes/db/inventory_db.inc
-
-16-Dec-2010 Janusz Dobrowolski
-+ Added hook for session handling, fixed bug [0000315] (session fixation)
-$ /includes/hooks.inc
-  /includes/session.inc
-# Cleanup on add_quick_entry() qid parameter added
-$ /gl/includes/db/gl_db_bank_accounts.inc
-# Could not change quick entry base amount description
-$ /gl/manage/gl_quick_entries.php
-# Fixed error handling
-$ /includes/ui/items_cart.inc
-# Fixed get_gl_trans_from_to return type
-$ /gl/includes/db/gl_db_trans.inc
-
-15-Dec-2010 Janusz Dobrowolski
-+ Added Georgian installer wizard translation by Giorgi Natsvlishvili
-$ /install/isession.inc
-  /install/lang/it_IT/LC_MESSAGES/ka_GE.mo (new)
-  /install/lang/it_IT/LC_MESSAGES/ka_GE.po (new)
-# Nonprintable CR filtered out from pdf texts.
-$ /reporting/includes/pdf_report.inc
-
-13-Dec-2010 Joe Hunt
-! Dispaly group no in Balance Sheet/Profit Loss Drilldown.
-$ /gl/inquiry/balance_sheep.php
-  /gl/inquiry/profit_loss.php
-  
-12-Dec-2010 Joe Hunt
-# Removed Timezone warnings
-$ /config.default.php
-  /includes/date_functions.inc
-  
-12-Dec-2010 Janusz Dobrowolski
-# [0000318] Database error after last changes related to bug 313
-$ /purchasing/includes/ui/po_ui.inc
-
-------------------------------- Release 2.3.0 ------------------------------------
-09-Dec-2010 Joe Hunt
-! Release 2.3.0
-$ version.php
-
-08-Dec-2010 Janusz Dobrowolski
-+ Debug backtace on all errors when go_debug is set to 2
-$ /includes/errors.inc
-  /includes/ui/ui_msgs.inc
-  /includes/ui/ui_view.inc
-+ Added SetFontSize method
-$ /reporting/includes/excel_report.inc
-# Fixedsql assembly in gl_account_types.
-  /gl/includes/db/gl_db_account_types.inc
-# [0000312] Prevented directory traversal (by Mithy)
-$ /admin/display_prefs.php
-  /admin/attachments.php
-  /admin/company_preferences.php
-# [0000314] Fixed session fixation vulnerabilities
-  /includes/session.inc
-# [0000313] Fixed SQL injection vulerabilities (by Mithy)
-$ /dimensions/includes/dimensions_db.inc
-  /includes/banking.inc
-  /includes/data_checks.inc
-  /includes/systypes.inc
-  /purchasing/includes/ui/po_ui.inc
-  /reporting/includes/header2.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/ui/sales_order_ui.inc
-! Updated gettext template
-$ /lang/new_language_template/LC_MESSAGES/empty.po
-
-08-Dec-2010 Janusz Dobrowolski
-# Added errors.inc inclusion
-$ /install/isession.inc
-
-07-Dec-2010 Janusz Dobrowolski
-# Missing tags argument in display_type call
-$ /reporting/rep705.php
-# [0000301] Voided transactions should no be presented in gl inquiry
-$ /gl/includes/db/gl_db_trans.inc
-# [0000306] Fixed upload file name test by Mithy
-$ /admin/backups.php
-# Fixed multiply warnings and error handling on PHP 5.3
-  /config.default.php
-  /reporting/includes/class.pdf.inc
-  /reporting/includes/pdf_report.inc
-  /reporting/includes/tcpdf.php
-# Added missing hooks class methods placeholders
-$ /includes/hooks.inc
-# Improved error handling
-$ /admin/inst_module.php
-  /includes/main.inc
-  /includes/session.inc
-  /includes/errors.inc
-
-03-Dec-2010 Janusz Dobrowolski
-# Fixed company prefs refresh after upgrade/restore
-$ /admin/inst_upgrade.php
-  /admin/backups.php
-  /admin/db/company_db.inc
-! Improved readibility in COA report.
-$ /reporting/rep701.php
-! Added core translation support for modules
-$ /includes/hooks.inc
-  /includes/lang/gettext.php
-! Cleanup.
-$ /includes/ui/ui_lists.inc
-  /sales/includes/ui/sales_order_ui.inc
-
-03-Dec-2010 Joe Hunt
-+ Creating a warning when opening balance in trial balance is not in balance,
-  and a probably cause of that.
-$ /gl/inquiry/gl_trial_balance.php
-  /reporting/rep708.php
-! Fixing year closure for earlier fiscal years. en_US-demo.sql
-$ /sql/en_US-demo.sql
-  
-02-Dec-2010 Joe Hunt
-# When deleting a fiscal year, the open balances should share the same trans no.
-$ /admin/db/fiscalyear_db.inc
-! Changed so it is not possible to select a from date bigger than fiscal year end in trial balance.
-$ /gl/inquiry/gl_trial_balance.php
-
-01-Dec-2010 Joe Hunt
-! Better test for correct balance accounts when closing fiscal year.
-$ /admin/db/fiscalyear_db.inc
-
-29-Nov-2010 Janusz Dobrowolski
-# [0000290] Fixed side bug after last changes (can't upload file).
-$ /admin/backups.php
-# [0000289] Duplicated records in void/view/print transaction pager
-$ /admin/db/transactions_db.inc
-
-28-Nov-2010 Janusz Dobrowolski
-+ Transaction name shortcuts added
-$ /includes/sysnames.inc
-  /reporting/includes/reports_classes.inc
-+ Added Italian installer wizard translation by Paolo Ardoino
-$ /install/isession.inc
-  /install/lang/it_IT/LC_MESSAGES/it_IT.mo (new)
-  /install/lang/it_IT/LC_MESSAGES/it_IT.po (new)
-
-28-Nov-2010 Joe Hunt
-- Removed possibility to use bank account in Direct Invoice. This
-  was an old method for handling Cash Payment. We now have better options.
-$ /sales/includes/db/sales_invoice_db.inc
-  /sales/manage/customer_branches.php
-
-26-Nov-2010 Janusz Dobrowolski
-! [0000282] Improved reports menu display.
-$ /js/inserts.js
-  /js/utils.js
-  /js/reports.js (new)
-  /reporting/reports_main.php
-  /reporting/includes/reports_classes.inc
-# [0000283] Fixed potential vulnerability (Mithy)
-$ /admin/db/security_db.inc
-# Fixed hotkeys support.
-$ /js/inserts.js
-# [0000285] Errors/warning due to obsolete code
-$ /reporting/rep109.php
-# Fixed tabs switching
-$ /sales/manage/customer_branches.php
-
-23-Nov-2010 Janusz Dobrowolski
-# [0000281] Filename input sanitization (Mithy)
-$ /admin/attachments.php
-  /includes/main.inc
-  /admin/db/maintenance_db.inc
-# Fixed sql file view, sanitization.
-$ /admin/backups.php
-# Fixed period type display.
-$ /gl/manage/gl_quick_entries.php
-# Fixed errors disay in included files
-$ /includes/hooks.inc
-
-22-Nov-2010 Janusz Dobrowolski
-+ Rewritten third party module installation according to extended hooks system.
-$ /admin/inst_module.php
-! Tabs/menu/roles extensions moved to module hooks file, added install/uninstall hooks.
-$ /includes/packages.inc
-  /includes/access_levels.inc
-  /sql/alter2.3.php
-! check_table() helper moved.
-$ /admin/inst_upgrade.php
-  /admin/db/maintenance_db.inc
-! Integration of hooks provided by extensions.
-$ /includes/hooks.inc
-  /includes/session.inc
-! Hooks for tabs/menu options added.
-  /frontaccounting.php
-  /applications/application.php
-! Small cleanup.
-$ /includes/main.inc
-! Fixed long timeout on localhost repo.
-$ /includes/remote_url.inc
-! [0000279] Fixed input sanitization by Mithy.
-$ /reporting/prn_redirect.php
-  /.htaccess
-# [0000280] Fixed parameter sanitization in get_company_extensions() by Mithy.
-$ /admin/db/company_db.inc
-# Fixed db_close() helper.
-$ /includes/db/connect_db.inc
-# Fixed bug in update_person_contact()
-$ /includes/db/crm_contacts_db.inc
-# Fixed bug in exrate return
-$ /gl/includes/db/gl_db_rates.inc
-# Item type display incorrect after change saving
-$ /inventory/manage/items.php
-
-18-Nov-2010 Janusz Dobrowolski
-! Updated including exclusive theme messages
-$ /lang/new_language_template/LC_MESSAGES/empty.po
-+ Added Spanish (Mexican) installer wizard translation by Julio C. Perea Pastrana
-$ /install/isession.inc
-  /install/lang/es_MX/LC_MESSAGES/es_MX.po (new)
-  /install/lang/es_MX/LC_MESSAGES/es_MX.mo (new)
-
-18-Nov-2010 Joe Hunt
-# Could not enter a year before other years (removed readonly begin)
-  and better check for first end year.
-$ /adminfiscalyears.php
-  /admin/db/fiscalyears_db.inc
-  
-! Scrambled graphic images to avoid unwanted downloads.
-$ /reporting/rep102.php
-  /reporting/rep202.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-  
-16-Nov-2010 Joe Hunt
-# Minor change in class.graphic.inc
-$ /reporting/includes/class.graphic.inc
-! Added Work Order Entry menu link after Sales Order issue.
-$ /sales/sales_order_entry.php
-
-15-Nov-2010 Janusz Dobrowolski
-# Fixed date legend on po/grn/invoice
-$ /purchasing/includes/ui/po_ui.inc
-# Fixed text encoding in graphics
-$ /reporting/includes/class.graphic.inc
-! Default font for graphics changed from Vera to LiberationSans-Regular
-$ /reporting/fonts/LiberationSans-Regular.ttf (new)
-  /reporting/fonts/Vera.ttf (removed)
-  /reporting/includes/class.graphic.inc
-  /reporting/rep102.php
-  /reporting/rep202.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-
-13-Nov-2010 Janusz Dobrowolski
-+ New hooks system added
-$ /includes/hooks.inc (new)
-  /includes/session.inc
-  /lang/new_language_template/locale.inc
-! Old hooks converted to new hooks API
-$ /gl/includes/db/gl_db_rates.inc
-  /includes/ui/ui_view.inc
-  /reporting/rep709.php
-+ Added transaction db_write/db_void hooks
-$ /gl/includes/db/gl_db_banking.inc
-  /inventory/includes/db/items_adjust_db.inc
-  /inventory/includes/db/items_transfer_db.inc
-  /manufacturing/includes/db/work_order_issues_db.inc
-  /manufacturing/includes/db/work_order_produce_items_db.inc
-  /manufacturing/includes/db/work_orders_db.inc
-  /manufacturing/includes/db/work_orders_quick_db.inc
-  /purchasing/po_entry_items.php
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/db/supp_payment_db.inc
-  /sales/includes/db/payment_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/includes/db/sales_order_db.inc
-
-12-Nov-2010 Janusz Dobrowolski
-# Added missing due date on direct purchase invoice.
-$ /purchasing/po_entry_items.php
-  /purchasing/includes/po_class.inc
-  /purchasing/includes/supp_trans_class.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/ui/po_ui.inc
-# Fixed maximum name length
-$ /inventory/manage/items.php
-# Fixed a couple of edition ui bugs
-$ /gl/manage/gl_quick_entries.php
-+ Added db_close() for optional  use
-$ /includes/db/connect_db.inc
-
-11-Nov-2010 Janusz Dobrowolski
-# Fixed sql_gen for multiply extra where clauses
-$ /includes/db_pager.inc
-# Fixed implode injection vulnerabilities.
-$ /includes/db/crm_contacts_db.inc
-  /sales/includes/db/cust_trans_details_db.inc
-
-10-Nov-2010 Janusz Dobrowolski
-# Additional fix for setting local_path_to_root in find_custom_file()
-$ /includes/main.inc
-# Removed related report class when company does not use dimensions
-$ /reporting/includes/report_classes.inc
-
-09-Nov-2010 Joe Hunt
-! [0000277] Changed so FA suggest the next begin day in new Fiscal Year (read only).
-  But only if there are any fiscal years before. Otherwise it is normal.
-$ /admin/db/fiscalyears_db.inc
-  /admin/fiscalyears.php
-
-09-Nov-2010 Janusz Dobrowolski
-# Session destroy added on install finish, fixed pasword/admin login update, also [0000273].
-$ /install/index.php
-
-08-Nov-2010 Janusz Dobrowolski
-# Fixed support for report translations in extension modules
-$ /includes/main.inc
-  /reporting/includes/class.pdf.inc
-
-07-Nov-2010 Janusz Dobrowolski
-! Separate class for view and print/email links (also fixes conflict with confirmation dialog)
-$ /includes/ui/ui_controls.inc
-! Cleanup
-  /reporting/rep107.php
-  /reporting/rep109.php
-  /reporting/rep110.php
-  /reporting/rep111.php
-  /reporting/rep209.php
-  /reporting/rep210.php
-  /reporting/rep409.php
-  /reporting/includes/pdf_report.inc
-# Fixed multipart mail structure
-$ /reporting/includes/class.mail.inc
-# Enabled javascript updates on ajax _page_body refresh
-$ /includes/ajax.inc
-! Added validation hook on buttons
-$ /js/inserts.js
-
-06-Nov-2010 Janusz Dobrowolski
-# [0000274] Contact edition failed after last security fixes in RC2
-$ /includes/session.inc
-! Rearanged contacts edition
-$ /includes/db/crm_contacts_db.inc
-  /includes/ui/contacts_view.inc
-  /sales/includes/db/branches_db.inc
-+ Helpers for js confirmation dialog before data entry is abandoned
-$ /includes/ui/ui_controls.inc
-  /js/inserts.js
-  /themes/aqua/renderer.php
-  /themes/cool/renderer.php
-  /themes/default/renderer.php
-# Confirmation dialog added before transaction entry is abandoned.
-$ /sales/sales_order_entry.php
-  /sales/includes/sales_ui.inc
-
-05-Nov-2010 Janusz Dobrowolski
-# [0000276] Fixed admin username update and error when no prefix is selected in installer.
-$ /install/index.php
-
-04-Nov-2010 Janusz Dobrowolski
-# Fixed broken excel reports for non-latin encodings.
-$ /reporting/includes/Workbook.php
-
-03-Nov-2010 Janusz Dobrowolski
-# More corrections in cleanup for input
-$ /includes/session.inc
-
-02-Nov-2010 Joe Hunt
-# Report Customer Details didn't show up correctly in Excel
-$ /reporting/rep103.php
-
-30-Oct-2010 Janusz Dobrowolski
-! Added group code in account groups list selector.
-$ /includes/ui/ui_lists.inc
-! Normalized add_domain() parameters in native/ohpgettext classes
-$ /includes/lang/gettext.php
-! submit_js_confirm() fixed to be used also on buttons uploaded with ajax.
-$ /includes/ui/ui_input.inc
-# Validation code was skipped when Esc/ctrlEnter hotkeys used
-$ /js/inserts.js
-# Fixed reference display in credit note edition.
-$ /sales/includes/ui/sales_credit_ui.inc
-
-29-Oct-2010 Janusz Dobrowolski
-# [0000275] Fixed cleanup for input arrays 
-$ /includes/session.inc
-
-28-Oct-2010 Janusz Dobrowolski
-! All mysql specific functions moved to connect_db.inc
-$ /admin/inst_theme.php
-  /admin/db/maintenance_db.inc
-  /includes/current_user.inc
-  /includes/db_pager.inc
-  /includes/db/connect_db.inc
-  /install/index.php
-# Fixed mailing problems under PHP with Suhoshin patch (Michael Hahn)
-$ /reporting/includes/class.mail.inc
-# Fixed db error on freehand credit invoice reedition.
-$ /sales/includes/cart_class.inc
-
-------------------------------- Release 2.3 RC3 --------------------------------
-26-Oct-2010 Janusz Dobrowolski
-! Release 2.3RC3
-$ version.php
-# Small fix to tabbed_content behaviour.
-$ /includes/ui/ui_controls.inc
-# Fixed installer (error in sys_prefs update)
-$ /install/index.php
-
-26-Oct-2010 Joe Hunt
-# 0000272: Manufacturing Bugs. Issue GL items moved to wo_work_order_issues.inc
-$ /manufacturing/includes/db/work_orders_quick_db.inc
-  /manufacturing/includes/db/work_order_issues_db.inc
-  /manufacturing/includes/db/work_order_produce_items.inc
-! Layout improvements in work order inquiry and various work order forms
-$ /manufacturing/search_work_orders.php
-  /manufacturing/work_order_add_finished.php
-  /manufacturing/work_order_costs.php
-  /manufacturing/work_order_issue.php
-  /manufacturing/work_order_release.php
-  /includes/ui/view_package.php
-  
-22-Oct-2010 Janusz Dobrowolski
-+ Added greek installer translation by Kyriakos Tsoukalas
-$ /install/isession.inc
-  /install/lang/el_GR/LC_MESSAGES/el_GR.mo
-  /install/lang/el_GR/LC_MESSAGES/el_GR.po
-# Fixed sql init for manual modules.
-$ /admin/inst_module.php
-# Old package version was not uninstalled on upgrade.
-$ /includes/packages.inc
-
-21-Oct-2010 Joe Hunt
-+ Added credit info in supplier invoice and supplier credit note.
-$ /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/supp_trans_class.inc
-  
-21-Oct-2010 Janusz Dobrowolski
-! Optimized bank transaction edition code, [0000270] invalid next reference update in journal/bank trans
-$ /gl/gl_bank.php
-  /gl/includes/db/gl_db_bank_trans.inc
-  /gl/includes/db/gl_db_banking.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/supp_payment_db.inc
-  /purchasing/includes/db/supp_trans_db.inc
-! Code cleanups
-$ /includes/main.inc
-  /sales/view/view_dispatch.php
-  /sales/view/view_invoice.php
-  /includes/references.inc
-  /includes/db/references_db.inc
-  /gl/includes/db/gl_db_trans.inc
-  /gl/inquiry/journal_inquiry.php
-# Bad amount sign for amount
-  /gl/view/gl_payment_view.php
-# Additonal sql parameters sanitization against SQLI attacks
-$ /gl/includes/db/gl_db_trans.inc
-  /gl/inquiry/journal_inquiry.php
-  /includes/date_functions.inc
-  /includes/references.inc
-  /includes/ui/ui_lists.inc
-  /purchasing/includes/db/suppalloc_db.inc
-  /sales/includes/db/custalloc_db.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/db/sales_order_db.inc
-# Added global input cleanup against reflected XSS attacks
-$ /includes/session.inc
-
-19-Oct-2010 Janusz Dobrowolski
-! Accounts list compares keypresses to starting fragment of GL code (combo3)
-$ /includes/ui/ui_lists.inc
-  /js/inserts.js
-
-17-Oct-2010 Joe Hunt
-! Changed Inventory Sales Report to use average cost by actual trans dates if non zero
-$ /reporting/rep304.php
-
-16-Oct-2010 Joe Hunt
-! [0000266] Added dimension selections in Profit Loss and Balance drilldown and Trial Balance
-$ /gl/inquiry/balance_sheet.php
-  /gl/inquiry/gl_trial_balance.php
-  /gl/inquiry/profit_loss.php
-
-15-Oct-2010 Joe Hunt
-# [0000263] Customer Credit Note didn't update units when shifting items.
-$ /sales/includes/ui/sales_credit_ui.inc
-! [0000265] Changed Report List of Journal Entries to include balances.
-$ /reporting/rep702.php
-
-14-Oct-2010 Joe Hunt
-# Check for empty class ID and better test for type/account id/name.
-$ /gl/manage/gl_account_classes.php
-  /gl/manage/gl_account_types.php
-  /gl/manage/gl_accounts.php
-13-Oct-2010 Janusz Dobrowolski
-! Added inline company switching with set_global_connection()
-$ /admin/inst_upgrade.php
-  /includes/current_user.inc
-  /includes/errors.inc
-  /includes/db/connect_db.inc
-! Warning instead of fatal error when sales_orders table contains invalid records
-$ /sales/includes/db/sales_order_db.inc
-# Fixed document totals update
-$ /sql/alter2.3.php
-# Fixed cash payment terms definition
-$ /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-12-Oct-2010 Janusz Dobrowolski
-# Upgrade failed when MySQL run in strict mode.
-$ /sql/alter2.3.sql
-
-------------------------------- Release 2.3 RC2 --------------------------------
-! Release 2.3RC2
-11-Oct-2010 Joe Hunt
-$ version.php
-  update.html
-
-11-Oct-2010 Janusz Dobrowolski
-+ Added document reference display in cust/supp payments
-$ /includes/ui/allocation_cart.inc
-! Added payment terms categories
-$ /includes/types.inc
-! Added terms category parameter to sale_payment_list
-$ /includes/ui/ui_lists.inc
-  /sales/customer_invoice.php
-! Allowed full edition of bank account if not used yet
-$ /gl/manage/bank_accounts.php
-# Fixed point of sale handling and terms selection.
-$ /sales/sales_order_entry.php
-  /sales/includes/cart_class.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/includes/ui/sales_order_ui.inc
-! Payment terms in so/si view
-$ /sales/view/view_invoice.php
-  /sales/view/view_sales_order.php
-! Updated po template file
-$ /lang/new_language_template/LC_MESSAGES/empty.po
-
-10-Oct-2010 Joe Hunt
-# Master bug in class supp_trans get_items_total. Minor bug in gl_db_trans.inc
-  Wrong tax report and wrong supp trans/gl records with gl item lines.
-  Fixing tax_included in gl_items. Layout improvements.
-$ /purchasing/includes/supp_trans_class.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/view/view_supp_credit.php
-  /gl/includes/db/gl_db_trans.inc
-
-06-Oct-2010 Janusz Dobrowolski
-# Fixed gettext for extension links.
-$ /reporting/includes/reports_classes.inc
-! Added helper for gettext domain switching
-$ /includes/lang/gettext.php
-  /applications/application.php
-  /frontaccounting.php
-
-06-Oct-2010 Joe Hunt
-! Option for saving report selections ($save_report_selections > 0 in config.php means days to save)
-$ /reporting/includes/reports_classes.inc
-  /reporting/prn_redirect.php
-  config.default.php
-# Excel reports were missing their headers (due to change in report system).
-$ /reporting/includes/excel_report.inc
-# [0000259] Item prices not transferring when using kit codes 
-$ /sales/includes/sales_db.inc
-
-05-Oct-2010 Jusz Dobrowolski
-# [0000258] Broken src_id fields after sales document edition.
-$ /sales/includes/cart_class.inc
-  /sales/includes/sales_db.inc
-
-05-Oct-2010 Joe Hunt
-# [00000257] Bad Layout in sales order inquiry etc. (long item descriptions)
-$ /sales/inquiry/sales_orders_view.php
-  /sales/inquiry/sales_deliveries_view.php
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  /inventory/inquiry/stock_movements.php
-  /gl/inquiry/gl_account_inquiry.php
-! Other layour improvements
-  /admin/fiscalyears.php
-  /taxes/tax_groups.php
-  /taxes/tax_types.php
-  
-05-Oct-2010 Janusz Dobrowolski
-# Fixed contact type for language selection
-$ reporting/rep107.php
-# Fixed language file selection
-$ reporting/includes/class.pdf.inc
-
-04-Oct-2010 Janusz Dobrowolski
-# [0000252] Error during credit invoice processing for already allocated sales invoice.
-$ /sales/includes/db/custalloc_db.inc
-
-04-Oct-2010 Joe Hunt
-# Dimension Report doesn't show up with correct references
-$ /reporting/rep501.php
-
-01-Oct-2010 Janusz Dobrowolski/Scott
-+ Added chinese simplified installation wizard translation.
-$ /install/isession.inc
-  /install/lang/de_DE/LC_MESSAGES/zh_CN.mo (new)
-  /install/lang/de_DE/LC_MESSAGES/zh_CN.po (new)
-# Added missing GL/sql messages.
-$ /lang/new_language_template/LC_MESSAGES/empty.po
-
-28-Sep-2010 Janusz Dobrowolski
-# Reference should be updated after SO edition
-$ /sales/includes/db/sales_order_db.inc
-# [0000250] Reference update should not change next reference.
-$ /includes/references.inc
-# Division by zero error in graphics (Joe Hunt)
-$ /reporting/includes/class.graphic.inc
-# Fixed missing gettext calls
-$ /gl/inquiry/gl_account_inquiry.php
-  /purchasing/manage/suppliers.php
-  /sales/manage/customer_branches.php
-  /sales/manage/customers.php
-# Fixed warning on multiply extension access file include
-$ /includes/access_levels.inc
-! Updated po tempate 
-$ /lang/new_language_template/LC_MESSAGES/empty.po
-
-27-Sep-2010 Janusz Dobrowolski
-! Alowed optional path for $icon parameter in set_icon helper
-$ /includes/ui/ui_input.inc
-! pageNumber property of TCPDF class made publicly accesible 
-$ /reporting/includes/fpdi/fpdi2tcpdf_bridge.php
-
-23-Sep-2010 Janusz Dobrowolski
-# Fixed focus behaviour
-$ /includes/ajax.inc
-+ Additional debug logging helper.
-$ /includes/ui/ui_view.inc
-# Fixed gettext for extension menu options.
-$ /applications/application.php
-
-22-Sep-2010 Janusz Dobrowolski
-# Fixed delivery address printing in pdf documents.
-$ /reporting/includes/header2.inc
-
-20-Sep-2010 Janusz Dobrowolski
-# Fixed third party  module installation.
-$ /admin/inst_module.php
-
-17-Sep-2010 Janusz Dobrowolski
-+ [0000248] External url reading made independent of php configuration.
-$ /gl/includes/db/gl_db_rates.inc
-  /includes/packages.inc
-  /includes/remote_url.inc (new)
-# Fixed custom reports includes issue.
-$ /includes/main.inc
-  /reporting/prn_redirect.php
-# Warning fixed
-$ /includes/archive.inc
-
-13-Sep-2010 Joe Hunt/Chaitanya
-! Improved information in Bank Transfers.
-$ /gl/includes/db/gl_db_banking.inc
-
-11-Sep-2010 Janusz Dobrowolski
-# Uniqueness moved from name to debtor_ref key in debtors_master
-$ /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-10-Sep-2010 Joe Hunt
-! Layout improvements
-$ /gl/inquiry/gl_account_inquiry.php
-  /includes/ui/contacts_view.inc
-  /includes/ui/ui_view.inc
-  /manufacturing/manage/bom_edit.php
-
-09-Sep-2010 Janusz Dobrowolski
-# Missing focus on sales entry page
-$ /sales/includes/ui/sales_order_ui.inc
-# Invalid user table name 
-$ /sql/alter2.3rc.sql
-
-08-Sep-2010 Joe Hunt
-# Material cost updated when buying service items. Resulted in double COGS booking.
-$ /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-! Layout improvements in accruals.php
-$ /gl/accruals.php
-
-------------------------------- Release 2.3 RC1 --------------------------------
-07-Sep-2010 Janusz Dobrowolski
-! Release 2.3 RC1
-$ version.php
-# Ugly bug in formating numbers
-$ /js/utils.js
-
-07-Sep-2010 Joe Hunt/Chaitanya
-! Removed all decimal roundings in cost price calculations
-$ /purchasing/includes/db/grn_db.inc
-  /manufacturing/includes/db/work_orders_db.inc
-
-06-Sep-2010 Janusz Dobrowolski
-# [0000247] Fixed error on new contact add.
-$ /includes/ui/contacts_view.inc
-# Fixed crud editor mode passing.
-$ /includes/ui/simple_crud_class.inc
-
-------------------------------- Release 2.3 RC --------------------------------
-05-Sep-2010 Joe Hunt
-! Release 2.3 RC
-$ version.php
-# Wrong stock item gl code when processing supplier invoice
-$ /purchasing/includes/db/invoice_db.inc
-! Changed layout of Direct GRN/Invoice form and check for supp ref in invoice.
-$ /purchasing/po_entry_items.php
-
-04-Sep-2010 Joe Hunt
-# Fixed installed_extensions.php creation
-$ /install/index.php
-# Page blocked during FA upgrade
-$ /sales/sales_order_entry.php
-# Fixed languages update
-$ /sql/alter2.3.php
-! Shorter line comments
-$ /install/lang/new_language_template/LC_MESSAGES/empty.po
-
-03-Sep-2010 Joe Hunt
-+ Added possibility to put dimensions on Delivery from sales order
-$ /sales/customer_delivery.php
-  /sales/customer_invoice.php
-! Changed update.html to be more readable
-$ update.html
-
-02-Sep-2010 Janusz Dobrowolski
-# Preprinted forms folder moved to /reporting where it should be
-$ /reporting/forms
-  /reporting/forms/index.php
-
-29-Aug-2010 Janusz Dobrowolski
-# Fixed maxprec option in number_format2
-$ /includes/current_user.inc
-# Missing tags parameter in display_type call
-$ /reporting/rep706.php
-  /reporting/rep707.php
-
-25-Aug-2010 Janusz Dobrowolski
-+ Added taxes display for sales order/quotation
-$ /sales/includes/cart_class.inc
-  /sales/view/view_sales_order.php
-  /reporting/rep109.php
-
-24-Aug-2010 Joe Hunt
-# Removed old headerfunc in rep111.php (Sales Quotation)
-$ /reporting/rep111.php
-
-23-Aug-2010 Janusz Dobrowolski
-+ Added german translation for install wizard (thanks to iscongroup) 
-$ /install/isession.inc
-  /install/lang/de_DE/LC_MESSAGES/de_DE.mo (new)
-  /install/lang/de_DE/LC_MESSAGES/de_DE.po (new)
-# Small fix in layout
-$ /gl/manage/exchange_rates.php
-# Fixed maxprec formatting
-$ /includes/current_user.inc
-  /js/utils.js
-# Fixed cogs account selection
-$ /purchasing/includes/db/invoice_db.inc
-# Fixed tax_included option update.
-$ /purchasing/manage/suppliers.php
-
-23-Aug-2010 Joe Hunt
-# Period bug caused warning on no fiscal year. Had to be reduces by one.
-$ /gl/accruals.php
-
-22-Aug-2010 Janusz Dobrowolski
-+ Extended number formatting to allow maximum precision numbers with 'max' specifier. 
-  /includes/current_user.inc
-  /js/utils.js
-+ Added purchase account special option for using item's account
-$ /purchasing/manage/suppliers.php
-# Fixed default 'C' locale in listing
-$ /admin/inst_lang.php
-# Fixed mysql extension test
-$ /includes/system_tests.inc
-# Fixed exrate reedition
-$ /gl/manage/exchange_rates.php
-# Maximum precision for factor entry
-$ /inventory/purchasing_data.php
-# Fixed backward compatibility for cogs GL account setup
-$ /purchasing/includes/db/invoice_db.inc
-! Fixed GL account selection on first display
-$ /purchasing/includes/ui/invoice_ui.inc
-# Fixed bug in lang update, changed purchase account for suppliers to default.
-$ /sql/alter2.3rc.sql
-  /sql/en_US-demo.sql
-
-20-Aug-2010 Joe Hunt/Chaitanya
-+ Improvements to bank inquiry credit/debit totals as well.
-$ /gl/inquiry/bank_inquiry.php
-
-18-Aug-2010 Joe Hunt
-# View of backup scripts and attachments didn't work
-$ /admin/attachments.php
-  /admin/backups.php
-  /admin/db/attachments_db.inc
-! Added more memo info in advanced manufacture / Chaitanya
-$ /manufacturing/includes/db/work_orders_quick_db.inc
-! Added total debit/credit in gl_trans_view.inc / Chaitanya
-$ /gl/view/gl_trans_view.php
-
-13-Aug-2010 Joe Hunt/infotechaccountant.com
-+ Added arabic translation for install wizard (thanks to Hameed, infotechaccountants)
-$ /install/lang/ar_EG/LC_MESSAGES/ar_EG.mo (new)
-  /install/lang/ar_EG/LC_MESSAGES/ar_EG.po (new)
-  /install/isession.inc
-
-13-Aug-2010 Janusz Dobrowolski
-# Updated pt_BR instaler translation
-$ /install/lang/pt_BR/LC_MESSAGES/pt_BR.mo
-  /install/lang/pt_BR/LC_MESSAGES/pt_BR.po
-# Fixed mysql extension test
-$ /includes/system_tests.inc
-
-12-Aug-2010 Janusz Dobrowolski
-# [0000242] Database error during credit note processing.
-$ /sales/includes/db/sales_credit_db.inc
-
-11-Aug-2010 Janusz Dobrowolski
-+ Added dutch translation for install wizard (thanks to MorkVonOrk) 
-$ /install/isession.inc
-  /install/lang/nl_BE/LC_MESSAGES/nl_BE.mo (new)
-  /install/lang/nl_BE/LC_MESSAGES/nl_BE.po (new)
-+ Added portuguese (Brasil) translation for install wizard (thanks to InterConnect Brasil)
-$ /install/isession.inc
-  /install/lang/pt_BR/LC_MESSAGES/pt_BR.mo (new)
-  /install/lang/pt_BR/LC_MESSAGES/pt_BR.po (new)
-# Fixed two typos in translated messages.
-$ /includes/system_tests.inc
-  /install/lang/da_DK/LC_MESSAGES/da_DK.mo
-  /install/lang/da_DK/LC_MESSAGES/da_DK.po
-  /install/lang/fr_FR/LC_MESSAGES/fr_FR.mo
-  /install/lang/fr_FR/LC_MESSAGES/fr_FR.po
-  /install/lang/id_ID/LC_MESSAGES/id_ID.mo
-  /install/lang/id_ID/LC_MESSAGES/id_ID.po
-  /install/lang/new_language_template/LC_MESSAGES/empty.po
-  /install/lang/pl_PL/LC_MESSAGES/pl_PL.mo
-  /install/lang/pl_PL/LC_MESSAGES/pl_PL.po
-  /install/lang/sv_SE/LC_MESSAGES/sv_SE.mo
-  /install/lang/sv_SE/LC_MESSAGES/sv_SE.po
-  /lang/new_language_template/LC_MESSAGES/empty.po
-
-10-Aug-2010 Janusz Dobrowolski
-# Fixed tests or fresh new install
-$ /includes/system_tests.inc
-! Warning cleanups
-$ /includes/ajax.inc
-  /includes/lang/language.php
-
-09-Aug-2010 Janusz Dobrowolski
-+ Added French translation (thanks to Gaston)
-$ /install/isession.inc
-  /install/lang/fr_FR/LC_MESSAGES/fr_FR.mo
-  /install/lang/fr_FR/LC_MESSAGES/fr_FR.po
-+ Added Indonesian translation (thanks to Eko Prasetiyo)
-$ /install/isession.inc
-  /install/lang/id_ID/LC_MESSAGES/id_ID.mo
-  /install/lang/id_ID/LC_MESSAGES/id_ID.po
-# Warning in installer cleanup
-$ /includes/ajax.inc
-# Subpage display title update on lang switching
-$ /install/index.php
-
-08-Aug-2010 Janusz Dobrowolski
-+ Multilangage support in installer
-$ /install/lang (new)
-  /install/lang/new_language_template/LC_MESSAGES (new)
-  /install/lang/new_language_template/LC_MESSAGES/empty.po (new)
-  /install/index.php
-  /install/isession.inc
-+ Added Polish installer translation
-$ /install/lang/pl_PL (new)
-  /install/lang/pl_PL/LC_MESSAGES (new)
-  /install/lang/pl_PL/LC_MESSAGES/pl_PL.po (new)
-  /install/lang/pl_PL/LC_MESSAGES/pl_PL.mo (new)
-+ Added Danish/Svedish installer translation (Joe Hunt)
-$ /install/lang/da_DK (new)
-  /install/lang/da_DK/LC_MESSAGES (new)
-  /install/lang/da_DK/LC_MESSAGES/da_DK.po (new)
-  /install/lang/da_DK/LC_MESSAGES/da_DK.mo (new)
-$ /install/lang/sv_SE (new)
-  /install/lang/sv_SE/LC_MESSAGES (new)
-  /install/lang/sv_SE/LC_MESSAGES/sv_SE.po (new)
-  /install/lang/sv_SE/LC_MESSAGES/sv_SE.mo (new)
-  
-! Updated language template
-$ /lang/new_language_template/LC_MESSAGES/empty.po
-
-07-Aug-2010 Janusz Dobrowolski
-+ Added langauges selection in installer.
-$ /install/index.php
-! Testing config_db on start
-$ /index.php
-# Side bug fixed.
-$ /applications/setup.php
-! Default language code changed form 'en_GB' to 'C'
-$ /admin/inst_lang.php
-  /includes/system_tests.inc
-  /includes/lang/gettext.php
-  /includes/lang/language.php
-  /sql/alter2.3rc.sql
-  /sql/alter2.3.php
-  /sql/en_US-demo.sql
-! Cleanup.
-$ /includes/archive.inc
-! Additional error messages
-$ /includes/packages.inc
-! Added descriptions for all existing hooks
-$ /lang/new_language_template/locale.inc
-! Changed hook name from TaxFunction to tax_report_done
-$ /reporting/rep709.php
-
-07-Aut-2010 Joe Hunt
-# Stamping the installed_languags.inc file with 'rtl' = false, causes 'rtl'.
-  The value: 'rtl' = false will make the variable as isset.
-$ /includes/lang/languages.php
-  /includes/session.inc
-  /admin/inst_lang.php
-
-06-Aug-2010 Janusz Dobrowolski
-# Fixed page title
-$ /gl/gl_bank.php
-# Fixed memo dupliactaion after bank payment edition.
-$ /gl/includes/db/gl_db_bank_trans.inc
-! Cleanup.
-$ /install/index.php
-! Improved chart list selection.
-$ /includes/ui/ui_lists.inc
-+ Added Chart of accounts installation.
-$ /admin/inst_chart.php (new)
-  /applications/setup.php
-# Fixed third-party extension installation
-$ /admin/inst_module.php
-# Fixed theme description popup.
-$ /admin/inst_theme.php
-! Added optional type parameter in get_extensions_list()
-$ /includes/packages.inc
-+ Added encoding display for chart packages list
-$ /install/index.php
-# Fixed multiline package property values display.
-$ /includes/ui/view_package.php
-
-06-Aug-2010 Joe Hunt
-# Bank Payment on customer statements shows in credit column, should be debit. Balance ok.
-$ /reporting/rep108.php
-
-04-Aug-2010 Janusz Dobrowolski
-+ Rewritten installation wizard, uploading additional COAs form repository during install
-  /install/index.php
-  /install/stylesheet.css
-  /install/isession.inc (new)
-  /install/save.php (removed)
-! COAs selected from previously uploaded charts.
-$ /admin/create_coy.php
-! Diagnostic tests moved to separate file, to be reused during FA install.
-$ /includes/system_tests.inc (new)
-  /admin/system_diagnostics.php
-! user_theme fixed to be used before login, and warning suppressed in array_search_value 
-$ /includes/current_user.inc
-# Fixed bug in check_write() helper
-$ /includes/main.inc
-! Changed core_version to db_version for better readibility
-$ /admin/db/company_db.inc
-  /sql/alter2.3.php
-  /version.php
-+ Chart packages support added
-$ /includes/packages.inc
-  /includes/ui/ui_lists.inc
-! Update from beta to RC1
-$ /sql/alter2.3rc.sql (new)
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-# Fixed exit on error in check_db_error()
-$ /includes/errors.inc
-! Added css parameter in page();
-$ /includes/page/header.inc
-  /includes/main.inc
-! Changed repository parameteres format.
-$ /version.php
-! Cleanup
-$ /admin/inst_lang.php
-
-04-Aug-2010 Joe Hunt
-+ Added an extra parameter to db_export in maintenance_db.inc for new COAs
-$ /admin/db/maintenance_db.inc
-# Link error in items.php for Pictures
-$ /inventory/manage/items.php
-
-01-Aug-2010 Joe Hunt
-+ Added Email link when updating documents.
-$ /sales/credit_note_entry.php
-  /sales/customer_credit_invoice.php
-  /sales/customer_invoice.php
-  
-30-Jul-2010 Janusz Dobrowolski
-! Skipping hidden files in sql folder during upgrade.
-$ /admin/inst_upgrade.php
-# Warning cleanup
-$ /includes/lang/language.php
-# Bug in src document lines retrieval during edition 
-$ /sales/includes/cart_class.inc
-! Fixing extensions configuration moved to installed() method.
-$ /sql/alter2.3.php
-
-26-Jul-2010 Janusz Dobrowolski
-# Fatal typo in upgrade function fixed.
-$ /sql/alter2.3.php
-
-25-Jul-2010 Janusz Dobrowolski
-# Fixed language file switching on package version change
-  /admin/db/company_db.inc
-  /includes/session.inc
-  /includes/lang/language.php
-  /includes/current_user.inc
-! flush_dir() and company_path() moved to current_user.php 
-$  /includes/main.inc
-+ Added preprinted forms folder
-$ /reporting/includes/forms (new)
-  /reporting/includes/forms/index.php
-# Fixed multilanguage tests 
-$ /admin/system_diagnostics.php
-  /includes/lang/gettext.php
-# Fixed config comments
-$ /admin/db/maintenance_db.inc
-! Cleanup.
-$ /includes/packages.inc
-# Fixed installed_languages config file upgrade.
-$ /sql/alter2.3.php
-
-24-Jul-2010 Janusz Dobrowolski
-# Upgrade routines for extensions configuration
-  /sql/alter2.3.php
-# Cleanup
-$ /admin/inst_module.php
-  /includes/current_user.inc
-  /includes/packages.inc
-
-24-Jul-2010 Joe Hunt
-! Changed so Purchase Order also print taxes.
-$ /reporting/rep209.php
-  /reporting/doctype.inc
-# Fixed Customer Details Report and Pricelist (UOM)
-$ /reporting/rep103.php
-  /reporting/rep104.php
-  
-23-Jul-2010 Janusz Dobrowolski
-+ Added tax information display
-  /purchasing/view/view_grn.php
-  /purchasing/view/view_po.php
-+ Added option for tax included prices.
-$ /purchasing/includes/db/suppliers_db.inc
-  /purchasing/manage/suppliers.php
-+ Added support for transactions with tax included prices
-$ /purchasing/po_entry_items.php
-  /purchasing/po_receive_items.php
-  /purchasing/includes/po_class.inc
-  /purchasing/includes/supp_trans_class.inc
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/db/supp_trans_db.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/ui/po_ui.inc
-+ Added GRNs to supplier transaction inquiry
-  /purchasing/inquiry/supplier_inquiry.php
-! Added upgrade from 2.3beta to 2.3RC
-  /sql/alter2.3.php
-  /sql/alter2.3.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-! Versions information moved to separate file.
-$ /version.php (new) 
-  /config.default.php
-  /includes/session.inc
-! Fixed item list buttons position.
-$ /sales/includes/ui/sales_order_ui.inc
-# Fixed credit links colors
-$ /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/default/default.css
-# SysPrefs restoration after upgrade.
-$ /admin/inst_upgrade.php
-# Warning clenaup
-$ /includes/packages.inc
-+ Supplier transactions list added.
-$ /includes/ui/ui_lists.inc
-# Fixed tax footer descriptions
-$ /includes/ui/ui_view.inc
-
-21-Jul-2010 Joe Hunt
-! Changed Report Statements to accept selector Outstanding Only
-$ /reporting/reports_main.php
-  /reporting/rep108.php
-  
-19-Jul-2010 Joe Hunt
-+ Added Revenue / Cost Accruals to be included in core FA
-$ /applications/generalledger.php
-  /gl/accruals.php (new file)
-  /gl/view/accrual_trans.php (new file)
-  /includes/access_levels.inc
-! Changed Std. Cost to show all decimals, and added UOM
-$ /reporting/rep301.php
-  /reporting/rep303.php
-# Wrong link to Inventory Reports
-$ /applications/inventory.php
-
-18-Jul-2010 Janusz Dobrowolski
-! Improved key_in_foreign_table to check multiply tables
-$ /admin/db/company_db.inc
-! New customer/supplier currency can be edited as long as no transaction is entered.
-$ /purchasing/includes/db/suppliers_db.inc
-  /purchasing/manage/suppliers.php
-  /sales/includes/db/customers_db.inc
-  /sales/manage/customers.php
-
-17-Jul-2010 Janusz Dobrowolski
-+ New packaged extensions system
-$ /modules/_cache/index.php (new)
-  /FA.pem (new)
-  /includes/archive.inc (new)
-  /includes/packages.inc (new)
-  /includes/ui/view_package.php (new)
-  /config.default.php
-  /frontaccounting.php
-  /admin/inst_lang.php
-  /admin/inst_module.php
-  /includes/access_levels.inc
-  /includes/ui/ui_controls.inc
-  /includes/ui/ui_view.inc
-  /admin/db/maintenance_db.inc
-! Changed language file convention to prevent need for apache restart after *.po file change.
-$ /includes/lang/gettext.php
-  /includes/lang/language.php
-! Small cleanup
-$ /includes/page/header.inc
-! Fixed memo string in adjust_deliveries.
-$ /includes/db/inventory_db.inc
-! Fixed call params check message display
-$ /gl/view/gl_trans_view.php
-! Updated MySQL, php, debugging and extension system checks
-$ /admin/system_diagnostics.php
-# Fixed gettext msg typo
-$ /purchasing/supplier_invoice.php
-# Fixed curr_default check
-$ /gl/manage/currencies.php
-# Message typos
-$ /admin/create_coy.php
-  /admin/inst_upgrade.php
-! Updated translation template
-$ /lang/new_language_template/LC_MESSAGES/empty.po
-
-15-Jul-2010 Chaitanya/Joe Hunt
-! Changed calculating of cost update (average material price) for better sync.
-$ /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /manufacturing/includes/db/work_orders_db.inc
-  /includes/db/inventory_db.inc
-  
-------------------------------- Release 2.3 Beta --------------------------------
-28-Jun-2010 Joe Hunt
-! Release 2.3 Beta
-$ config.default.php
-  
-28-Jun-2010 Merged changes from main trunk (2.2.11) as follows
-------------------------------- Release 2.2.11 ----------------------------------
-! Release 2.2.11
-$ config.default.php
-  update.html
-
-22-Jun-2010 Joe Hunt
-# Minor select bug in create recurrent invoices
-$ /sales/create_recurrent_invoices.php
-
-18-Jun-2010 Joe Hunt
-- Removed constraint on day values in Payment Terms
-$ /admin/payment_terms.php
-
-18-Jun-2010 Janusz Dobrowolski
-# Small bug on final credit note screen redirection
-$ /sales/customer_credit_invoice.php
-
-17-Jun-2010 Janusz Dobrowolski
-# [0000235],[0000236] db error in sales order view window.
-$ /sales/view/view_sales_order.php
-
-14-Jun-2010 Tom Moulton/Joe Hunt
-# Bug [0000231] Wrong On Order for Advanced Manufacturing.before final production.
-$ /includes/db/manufacturing_db.inc
-! Allow optional non zero values in reports 101,102,201,202,203 and 303.
-$ /reporting/rep101.php
-  /reporting/rep102.php
-  /reporting/rep201.php
-  /reporting/rep202.php
-  /reporting/rep203.php
-  /reporting/rep303.php
-  /reporting/reports_main.php
-
----------- End of changes from main trunk 2.2.11
-
-27-Jun-2010 Janusz Dobrowolski
-+ Added debtor_trans.src_id update
-$ /sql/alter2.3.php
-  /sql/alter2.3.sql
-+ Added key for debtor_trans_detail.src_id
-$ /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-+ Added company upgrade boundary markers in error log.
-$ /admin/inst_upgrade.php
-! Changed price column name to reflect current pricelist type.
-  /sales/includes/ui/sales_order_ui.inc
-# Fixed sql (removed obsolete email field)
-  /reporting/rep112.php
-# Fixed sql for child/parent lines retrieval
-  /sales/includes/sales_db.inc
-# Removed bank payment print links (not implemented yet)
-  /sales/inquiry/customer_inquiry.php
-# Cleanup
-$ /purchasing/includes/db/po_db.inc
-
-26-Jun-2010 Joe Hunt
-! Option to suppress tax rates on documents. To be used for tax on tax
-  The tax % should be included in the tax name and the calculated
-  rate be set as the rate. $suppress_tax_rates in config.php set to 1.
-$ config.default.php
-  /includes/ui/ui_view.inc
-  /reporting/rep107.php
-  /reporting/rep110.php
-! Improvements to Sales Groups. Presenting the Id too.
-$ /sales/manage/sales_groups.php
-+ Preparing for 2.3 Beta
-$ update.html
-  
-26-Jun-2010 Janusz Dobrowolski
-# Fixed sql for child transaction retrieval
-$  /sales/includes/sales_db.inc
-! Added debtor_trans_details.src_id
-$ /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-25-Jun-2010 Janusz Dobrowolski
-! Allow reuse of references previously used on voided transactions
-$ /includes/references.inc
-! Fixed sales database design to ensure document relations consistency on line level.
-$ /admin/db/fiscalyears_db.inc
-  /admin/db/voiding_db.inc
-  /reporting/includes/header2.inc
-  /sales/customer_invoice.php
-  /sales/includes/cart_class.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/cust_trans_details_db.inc
-  /sales/includes/db/payment_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/view/view_invoice.php
-  /sales/view/view_sales_order.php
-
-24-Jun-2010 Joe Hunt
-# Rewritten function gl_account_in_company_defaults in gl_db_accounts.inc
-$ /gl/includes/db/gl_db_accounts.inc
-# More test on tags due to db error in reports with tags.
-$ /reporting/rep705.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-  
-23-Jun-2010 Chaitanya/Joe Hunt
-! Changed memo message in supp invoice price variance
-$ /purchasing/includes/db/invoice_db.inc
-! Changed Ourstanding GRN Report to use Actual Price instead of Std Cost.
-$ /reporting/rep204.php
-
-23-Jun-2010 Janusz Dobrowolski
-# Restored customer payments display
-$ /sales/includes/db/cust_trans_db.inc
-
-22-Jun-2010 Janusz Dobrowolski
-# Fixed pos parameters retrieval in direct invoice
-$ /sales/includes/cart_class.inc
-
-21-Jun-2010 Janusz Dobrowolski
-+ Support for current credit display
-$ /includes/ui/ui_input.inc
-  /purchasing/po_entry_items.php
-  /purchasing/includes/po_class.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/db/suppliers_db.inc
-  /purchasing/includes/ui/po_ui.inc
-  /sales/customer_delivery.php
-  /sales/includes/cart_class.inc
-  /sales/includes/db/customers_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sales/includes/ui/sales_order_ui.inc
-+ Optional displaying all sql queries in footer for debugging purposes
-  /includes/db/connect_db.inc
-  /includes/page/footer.inc
-  /config.default.php
-  /admin/system_diagnostics.php
-  /includes/errors.inc
-+ Not fully credited invoice can still be credited (automatic payments reallocation)
-$ /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/custalloc_db.inc
-  /sales/includes/db/sales_credit_db.inc
-+ Added payment term types
-$ /includes/sysnames.inc
-  /includes/types.inc
-+ Added popup mode
-$ /sales/inquiry/customer_inquiry.php
-  /purchasing/inquiry/supplier_inquiry.php
-! Reorganized payment terms editor
-$ /admin/payment_terms.php
-  /includes/ui/ui_lists.inc
-! Comments
-$ /includes/ui/allocation_cart.inc
-! Cleanup
-$ /reporting/rep101.php
-# Fixed fatal typo
-$ /sales/customer_credit_invoice.php
-! Fixed final page message text
-$ /sales/customer_invoice.php
-! Removed sparse order allocation code, invoice reallocation routine added
-$ /sales/includes/db/custalloc_db.inc
-# Fixed branch creation for new company
-$ /sales/manage/customer_branches.php
-! Changed line_details class name to po_line_details to avoid conflicts.
-$ /purchasing/includes/po_class.inc
-! Added sales and purchase order totals
-$ /sql/alter2.3.sql
-  /sql/alter2.3.php
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-14-Jun-2010 Janusz Dobrowolski
-# Additional corrections to yesterday commit
-$ /sales/includes/cart_class.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/view/view_sales_order.php
-
-13-Jun-2010 Janusz Dobrowolski
-# Small layout bug in tabs widget
-$ /includes/ui/ui_controls.inc
-! Allowed space and '[' in button names
-$ /includes/ui/ui_input.inc
-! Formatted posts and a couple of improvements
-$ /includes/ui/simple_crud_class.inc
-! Changed method naming convention
-$ /includes/ui/contacts_view.inc
-! is_invoice property superseded by trans_type, removed obsolete Complete property
-$ /purchasing/includes/supp_trans_class.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/view/view_supp_credit.php
-  /purchasing/view/view_supp_invoice.php
-! Cleanups and comments
-$ /purchasing/includes/po_class.inc
-  /sales/includes/cart_class.inc
-! Added document inheritance definitions
-$ /includes/types.inc
-# Smaller technical fixes
-$ /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/po_db.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /purchasing/po_entry_items.php
-  /purchasing/po_receive_items.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-
-13-Jun-2010 Merged changes from main trunk (2.2.10) as follows
-
-------------------------------- Release 2.2.10 ----------------------------------
-11-Jun-2010 Joe Hunt
-! Release 2.2.10
-$ config.default.php
-  update.html
-  
-10-Jun-2010 Joe Hunt
-! Changed Wiki help url and site url in config.default.php
-$ config.default.php
-
-07-Jun-2010 Joe Hunt
-# HTML decode text when printing to Excel.
-$ /reporting/includes/excel_report.inc
-
-06-Jun-2010 Janusz Dobrowolski
-# False overallocation fixed.
-$ /includes/ui/allocation_cart.inc
-+ Allowed optional long timeout on default/cancel/selector buttons
-$ /includes/ui/ui_input.inc
-  /js/behaviour.js
-  /js/inserts.js
-# Long ajax timeout on all reports
-$ /reporting/includes/reports_classes.inc
-# [0000232] Fixed list of related invoices/credits in SO view.
-$ /sales/view/view_sales_order.php
-# Small bug on final screen redirection
-$ /sales/customer_credit_invoice.php
-
-03-Jun-2010 Joe Hunt
-# Rounding bug when decimals greater than or equal to 6.
-$ /includes/current_user.inc
-
-31-May-2010 Joe Hunt
-# No limit on 30 days in Payment terms if end of month.
-$ /admin/payment_terms.php
-
-30-May-2010 Joe Hunt
-! Global variabel, $def_print_destination, config.php can be set to 0 or 1
-$ config.default.php
-  /reporting/includes/reports_classes.inc
-! copy line memo to next line in journal entries and bank payments/deposits
-$ /gl/includes/ui/gl_bank_ui.inc
-  /gl/includes/ui/gl_journal_ui.inc
-! Report GL Transactions now prints line memos
-$ /reporting/rep704.php
-
-29-May-2010 Janusz Dobrowolski
-# Smaller fixes initial COAs
-$ /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
----------- End of changes from main trunk 2.2.10
-
-05-Jun-2010 Joe Hunt
-! Allowing SA_MULTIFISCALYEAR access to enter transactions on open fiscal years
-$ /admin/db/fiscalyears_db.inc
-  /includes/date_functions.inc
-  /includes/acces_levels.inc
-  
-31-May-2010 Joe Hunt
-! Allowing modifying of Bank Payments/Deposits
-$ /gl/gl_bank.php
-  /gl/includes/db/gl_db_banking.inc
-  /gl/includes/db/gl_db_bank_trans.inc
-  /gl/includes/db/gl_db_trans.inc
-  /gl/inquiry/journal_inquiry.php
-  /purchasing/includes/db/supp_trans_db.inc
-  /sales/includes/db/cust_trans_db.inc
-  
-27-May-2010 Merged changes from main trunk (2.2.8, 2.2.9) as follows
-
-------------------------------- Release 2.2.9 ----------------------------------
-24-May-2010 Joe hunt
-! Release 2.2.9
-$ config.default.php
-  update.html
-# [0000230] Incorrect 'On order' quantity of raw materials in the 'Stock Check Sheets' report.   
-$ /reporting/rep303.php
-
-24-May-2010 Janusz Dobrowolski
-# Additional fixes in payment/deposit allocations.
-$ /includes/ui/allocation_cart.inc
-  /js/payalloc.js
-
-22-May-2010 Janusz Dobrowolski
-# Fixed html generation for buttons
-$ /includes/ui/ui_input.inc
-
-13-May-2010 Janusz Dobrowolski
-# [0000229] Payment overallocation is now forbidden (addendum)
-$ /js/payalloc.js
-
-12-May-2010 Janusz Dobrowolski
-# [0000226] Fixed diagnostic checks for javascript cached files, improved readability
-$ /admin/system_diagnostics.php
-# [0000227] Fixed cookie name to enable multiply FA instances on the same server.
-$ /includes/session.inc
-# [0000229] Payment overallocation is now forbidden
-$ /includes/ui/allocation_cart.inc
-  /js/allocate.js
-# Fixed email links to use ajax
-$ /purchasing/po_entry_items.php
-  /sales/credit_note_entry.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-# Fixed shipping tax naming
-$ /taxes/tax_groups.php
-
-12-May-2010 Joe Hunt
-! Changed to allow change of theme in 'allow_demo_mode' during session
-$ /admin/display_prefs.php
-! [0000228] Sales order inquiry using reference number.
-$ /sales/inquiry/sales_orders_view.php
-
-10-May-2010 Joe Hunt/Alvin
-! Changed so Print Statements don't list voided items.
-$ /reporting/rep108.php
-
-04-May-2010 Janusz Dobrowolski/Robert Laussegger
-# Fixed amibiguites and typos in report titles.
-$ /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-
-04-May-2010 Joe Hunt
-# [0000225] Supplier Payment Report showing paid invoices (rounding problem)
-$ /reporting/rep203.php
-! Minor change to balance sheet/profit and loss drilldown
-  Script is modified to display only direct child types
-/gl/inquiry/balance_sheet.php
-/gl/inquiry/profit_loss.php
-! New empty.po for release 2.2.8
-$ /lang/new_language_template/LC_MESSAGES/empty.po
-
-26-Apr-2010 Joe Hunt
-! Allowing the Tax Report to be printed to Excel/OO Calc
-$ /reporting/rep709.php
-  /reporting/reports_main.php
-  /reporting/includes/excel_report.inc
-  
-21-Apr-2010 Joe Hunt
-# [0000223] Incorrect backup of tables with more than 2 digit prefix
-$ /admin/db/maintenance_db.inc
-
-21-Apr-2010 Joe Hunt
-# [0000222] Deleting a Sales Order with reference to a voided delivery causes SQL error when
-  looking at this delivery. Solution, can't delete, but set the deliveries to 0
-  on the lines.
-$ /sales/includes/db/sales_order_db.inc
-
-------------------------------- Release 2.2.8 ----------------------------------
-18-Apr-2010
-! Release 2.2.8
-$ config.default.php
-  update.html
-
-17-Apr-2010 Janusz Dobrowolski
-# Small fix in company creation 
-$ /admin/create_coy.php
-# Checking whether reference is unique before saving transaction.
-$ /sales/sales_order_entry.php
-
-09-Apr-2010 Joe Hunt
-# Creating a new company without a Database script causes unpredictable errors.
-$ /admin/create_coy.php
-
-06-Apr-2010 Joe Hunt/Albin
-# Inactive items should not show in Price List Report. In Item lists they are
-  stamped (Inactive) after the description.
-$ /reporting/rep104.php
-  /reporting/rep301.php
-  /reporting/rep302.php
-  /reporting/rep303.php
-  /reporting/rep304.php
-  /reporting/rep305.php
-  
-03-Apr-2010 Joe Hunt/Chaitanya
-# [0000219] Incorrect behaviors regarding Payment forms
-$ /purchasing/supplier_payment.php
-  /sales/customer_payments.php
-
-20-Mar-2010 Joe Hunt/RodW
-# [0000215} Wrong text in deliver to and not printing it.
-$ /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-  /reporting/includes/header2.inc
-  
-15-Mar-2010 Janusz Dobrowolski
-# Missing check for customer/branch selected ([0000216])
-$ /sales/sales_order_entry.php
-  /sales/customer_payment.php
-# Missing check for supplier selected ([0000217])
-$ /purchasing/supplier_invoice.php
-  /purchasing/supplier_payment.php
-  /purchasing/po_entry_items.php
-# Fixed db error on no supplier selected
-  /purchasing/includes/db/suppalloc_db.inc
-# Smaller clenaups.
-$ /includes/current_user.inc
-  /includes/session.inc
-
-10-Mar-2010 Joe Hunt
-! Print full Location name on reports
-$ /reporting/rep105.php
-  /reporting/rep301.php
-  /reporting/rep302.php
-  /reporting/rep303.php
-# Print reference on email (PO)
-  /reporting/rep209.php
-  
-07-Mar-2010 Joe Hunt
-# Bug in ui_lists.inc, systypes_list_row, too many parameters in
-  call to systypes_list_cells
-$ /includes/ui/ui_lists.inc
-
-06-Mar-2010 Joe Hunt
-# Bug in Text(Col)WrapLines. Doesn't break on space.
-$ /reporting/includes/pdf_report.inc
-# Missing 'Set Global Supplier' in invoice_ui.inc
-$ /purchasing/includes/ui/invoice_ui.inc
-
----------- End of changes from main trunk 2.2.7-2.2.9
-
-15-May-2010 Joe Hunt
-! Layout - added class label for branch link
-$ /sales7manage/customers.php
-
-11-May-2010 Janusz Dobrowolski
-+ Added multiply categorized customer/branch/supplier contacts in separate table,
- per contact report language selection
-$ /admin/crm_categories.php (new)
-  /applications/setup.php
-  /includes/access_levels.inc
-  /includes/sysnames.inc
-  /includes/db/crm_contacts_db.inc (new)
-  /includes/ui/contacts_view.inc (new)
-  /includes/ui/simple_crud_class.inc (new)
-  /manufacturing/includes/db/work_orders_db.inc
-  /purchasing/includes/db/suppliers_db.inc
-  /purchasing/manage/suppliers.php
-  /reporting/rep107.php
-  /reporting/rep108.php
-  /reporting/rep109.php
-  /reporting/rep110.php
-  /reporting/rep111.php
-  /reporting/rep112.php
-  /reporting/rep209.php
-  /reporting/rep210.php
-  /reporting/rep409.php
-  /sales/includes/db/branches_db.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/customers_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/manage/customer_branches.php
-  /sales/manage/customers.php
-  /sql/alter2.3.php
-  /sql/alter2.3.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-+ Added tabbed content widget
-$ /includes/ui/ui_controls.inc
-  /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/default/default.css
-+ Changes in hotkeys system for tabs support
-$ /js/inserts.js
-+ Emailed reports can be send to multiply contacts, fixed email charset selection
-$ /reporting/includes/pdf_report.inc
-+ Added charset selection for email content
-$ /reporting/includes/class.mail.inc
-# Small field name bug
-$ /reporting/reports_main.php
-# Fixed typo and small bug
-$ /reporting/includes/doctext.inc
-# Fixed problem with multiselection in array_combo, added crm related list helpers
-$ /includes/ui/ui_lists.inc
-# Fixed function name
-$ /sales/includes/db/sales_credit_db.inc
-# Fixed email sending links to use ajax.
-$ /sales/credit_note_entry.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-# Fix in array_search_keys
-$ /includes/current_user.inc
-# Fixed bug in company deletion
-$ /admin/create_coy.php
-  /admin/db/company_db.inc
-
-07-May-2010 Joe Hunt
-+ Added Account tags selection in Annual Expense Breakdown, Balanse Sheet
-  and Profit and Loss Sheet
-$ /admin/db/tags_db.inc
-  /reporting/rep705.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-  /reporting/reports_main.php
-  /reporting/includes/reports_classes.inc
-  
-07-May-2010 Janusz Dobrowolski
-# Fixed bug in array_selector for multiply lists
-$ /includes/ui/ui_lists.inc
-
-30-Apr-2010 Janusz Dobrowolski
-+ Recovering next reference after voiding of last reference
-  /admin/db/voiding_db.inc
-  /includes/references.inc
-  /includes/db/references_db.inc
-# Reference column displayed also for journal entries
-  /admin/void_transaction.php
-# Voided transactions excluded form list of transactions
-  /admin/db/transactions_db.inc
-
-26-Apr-2010 Joe Hunt
-! Changed voiding of Direct Invoice to automatically void 'auto' delivery
-  and set SO quantity and qty_sent to 0.
-  And a few small bug fixes.  
-$ /admin/db/voiding_db.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  
-21-Apr-2010 Joe Hunt
-# Bug in systypes selector (no type update)
-$ /admin/attachments.php
-! Better layout
-$ /admin/company_preferences.php
-# Didn't show 'View Attachments' for Journal Entries
-$ /includes/ui/ui_controls.inc
-
-20-Apr-2010 Joe Hunt
-+ Added option for Manual Revaluation of Currency Accounts
-$ /admin/company_preferences.php
-  /applications/generalledger.php
-  /gl/includes/db/gl_db_banking.inc
-  /gl/manage/revaluate_currencies.php (new file)
-  /includes/prefs/sysprefs.inc
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  /sql/alter2.3.sql
-  
-16-Apr-2010 Joe Hunt
-# Minor fixes in voiding transactions
-$ /admin/void_transaction.php
-! Layout improvement in hyperlink_back function
-$ /includes/ui/ui_controls.inc
-
-15-Apr-2010 Joe Hunt
-! Added an alternative way of presenting tax included on invoices.
-  This is done by setting a global variabel $alternative_tax_include_on_docs = 1.
-$ config.default.php 
-  /includes/ui/ui_view.inc
-  /reporting/rep107.php
-  /reporting/rep110.php
-  
-! Added a date column and combined the # and View column in 'View / Print Transactions.
-! Changed Voiding Transaction to also include a pager.
-$ /admin/view_print_transaction.php
-  /admin/void_transaction.php
-  /admin/db/transaction_db.inc
-  /includes/systypes.inc
-  /manufacturing/view/wo_production_view.php
-  /reporting/includes/reporting.inc
-  
-14-Apr-2010 Joe Hunt
-! Replaced the global variables for table styles to defined CSS classes.
-$ all files that includes the call to start_table and start_outer_table
-
-14-Apr-2010 Joe Hunt/ AVB3
-+ Added 'View Attachments' if any in all popup view windows
-$ /admin/db/attachments_db.inc
-  /includes/main.inc
-  /includes/ui/ui_controls.inc
-  /dimensions/view/view_dimension.php
-  /gl/view/bank_transfer_view.php
-  /gl/view/gl_deposit_view.php
-  /gl/view/gl_payment_view.php
-  /gl/view/gl_trans_view.php
-  /inventory/view/view_adjustment.php
-  /inventory/view/view_transfer.php
-  /manufacturing/view/work_order_view.php
-  /manufacturing/view/wo_issue_view.php
-  /manufacturing/view/wo_production_view.php
-  /purchasing/view/view_grn.php
-  /purchasing/view/view_po.php
-  /purchasing/view/view_supp_credit.php
-  /purchasing/view/view_supp_invoice.php
-  /purchasing/view/view_supp_payment.php
-  /sales/view/view_credit.php
-  /sales/view/view_dispatch.php
-  /sales/view/view_invoice.php
-  /sales/view/view_receipt.php
-  /sales/view/view_sales_order.php
-  
-04-Apr-2010 Janusz Dobrowolski
-+ Added supplier/customer document language selection
-$ /purchasing/includes/db/suppliers_db.inc
-  /purchasing/manage/suppliers.php
-  /reporting/rep107.php
-  /reporting/rep108.php
-  /reporting/rep109.php
-  /reporting/rep110.php
-  /reporting/rep111.php
-  /reporting/rep112.php
-  /reporting/rep209.php
-  /reporting/rep210.php
-  /reporting/includes/class.pdf.inc
-  /reporting/includes/pdf_report.inc
-  /sales/includes/db/branches_db.inc
-  /sales/includes/db/customers_db.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sales/manage/customer_branches.php
-  /sales/manage/customers.php
-  /sql/alter2.3.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  /reporting/includes/doctext2.inc (removed)
-
-+ Added company_path() helper
-$ /admin/attachments.php
-  /admin/company_preferences.php
-  /admin/create_coy.php
-  /admin/display_prefs.php
-  /admin/print_profiles.php
-  /admin/system_diagnostics.php
-  /admin/db/fiscalyears_db.inc
-  /includes/main.inc
-  /includes/lang/language.php
-  /includes/page/header.inc
-  /includes/ui/ui_view.inc
-  /inventory/manage/items.php
-  /reporting/rep102.php
-  /reporting/rep104.php
-  /reporting/rep202.php
-  /reporting/rep303.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-  /reporting/includes/excel_report.inc
-  /reporting/includes/header2.inc
-
-! Added all_option parameter to language selectors
-$ /includes/ui/ui_lists.inc
-
-! System names extracted to new separated file to enable re-read after langauge change
-$ /includes/types.inc
-  /includes/sysnames.inc (new)
-
-! Fixed for better extension modules support
-$ /reporting/prn_redirect.php
-  /reporting/includes/tcpdf.php
-
-! Changed addReport method (better support for extension modules)
-$ /reporting/reports_main.php
-  /reporting/includes/reports_classes.inc
-
-! Code cleanup
-$ /gl/inquiry/balance_sheet.php
-  /gl/inquiry/profit_loss.php
-
-26-Mar-2010 Joe Hunt
-# Fixed a sorting problem in gl_account_types_list
-$ /includes/ui/ui_lists.inc
-  /gl/includes/db/gl_db_account_types.inc
-
-24-Mar-2010 Janusz Dobrowolski/Joe Hunt
-# Fixed problem with multiply zeros a value of option in list selectors
-# Parse error in ui_list.inc. Fix in other files.
-$ /includes/ui/ui_lists.inc
-  /gl/includes/db/gl_db_account_types.inc
-  /gl/manage/gl_account_types.php
-
-22-Mar-2010 Joe Hunt
-# Error editing (updating) Account Groups and problem
-  with "00" == "0" in php.
-$ /gl/includes/db/gl_db_account_types.inc
-  /gl/manage/gl_account_classes.php
-  /gl/manage/gl_account_types.php
-  /includes/ui/ui_lists.inc
-  /sql/alter2.3.sql
-  
-12-Mar-2010 Janusz Dobrowolski
-# Small cleanups.
-$ /reporting rep301.php
-  /reporting rep304.php
-  /reporting rep601.php
-
-05-Mar-2010 Merged changes from main trunk up to 2.2. as follows
-------------------------------- Release 2.2.7 ----------------------------------
-05-Mar-2010 Joe Hunt
-! Release 2.2.7
-! Removed redundant variable $use_new_account_types from config.php
-$ config.default.php
-  update.html
-! Removed redundant function get_gl_accounts_all in gl_db_accounts.inc
-$ /gl/includes/db/gl_db_accounts.inc
-
-02-Mar-2010 Joe Hunt
-# Bug sending email to a name with commas. Has been replaced with ''.
-$ /reporting/includes/pdf_report.inc
-
-01-Mar-2010 Janusz Dobrowolski
-# [0000212] Selecting branch from popup was not working.
-$ /sales/manage/customer_branches.php
-# [0000213] Date change on journal entry update.
-$ /gl/gl_journal.php
-
-01-Mar-2010 Joe Hunt
-! Allow change of password without script in Create/Update Company.
-$ /admin/create_coy.php
-
-28-Feb-2010 Joe Hunt
-# Fixed a non esisting voiding of Work Order Advanced and a couple of
-  bugs in the same operation. And a fix according to Vramak on the forum.
-  Wiki will be updated on how does the Work Order work
-$ /manufacturing/includes/db/work_orders_db.inc
-  /manufacturing/includes/db/work_orders_quick_db.inc
-  /manufacturing/includes/db/work_order_produce_items_db.inc
-  /manufacturing/includes/db/work_order_requirements_db.inc
-  /purchasing/includes/db/grn_db.inc
-  
-26-Feb-2010 Janusz Dobrowolski
-# [0000209],[0000210] Improper quantity/price handling on supplier change.
-$ /purchasing/includes/ui/po_ui.inc
-# [0000211] Typo in work order legend.
-$ /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-# Restored Esc hot key on cancel buttons.
-$ /js/inserts.js
-
-26-Feb-2010 Joe Hunt
-# [0000208] Voiding a work order production does not revert raw material quantities 
-$ /manufacturing/includes/db/work_order_produce_items_db.inc
-
-25-Feb-2010 Janusz Dobrowolski
-# Fixed bug in quantity input
-$ /manufacturing/work_order_add_finished.php
-
-24-Feb-2010 Joe Hunt
-# Tax included calculation problem when more than 1 tax type in a group
-$ /taxes/tax_calc.inc
-! Small layout fixes
-$ /admin/backups.php
-  /includes/ui/ui_lists.inc
-  /reporting/rep107.php
-  /reporting/rep110.php
-  
-22-Feb-2010 Janusz Dobrowolski
-# Two smaller fixes in security area codes.
-$ /includes/access_levels.inc
-
-21-Feb-2010 Joe Hunt
-# Exchange rate doesn't update table immediately when adding new rate 
-  and no exchange rates there before.
-$ /gl/manage/exchange_rates.php
-# Bug in exchange variation calculation in certain situations. Again.
-$ /gl/includes/db/gl_db_banking.inc
-21-Feb-2010 Janusz Dobrowolski
-# Fixed check for language session var.
-$ /includes/session.inc
-
-19-Feb-2010 Joe Hunt/Ary Wibowo
-# Bug in exchange variation calculation in certain situations.
-$ /gl/includes/gl_db_banking.inc
-! Better and cleaner layout in graphics
-$ /reporting/includes/class.graphic.inc
-! Fixed better layout in customer delivery form
-$ /sales/customer_delivery.php
-
-17-Feb-2010 Joe Hunt
-# Missing border layout in report centre
-$ /reporting/includes/reports_classes.inc
-
----------- End of changes from main trunk 2.2.6-2.2.7
-
-01-Mar-2010 Janusz Dobrowolski
-+ Rewrite of FrontReport header API to accept externally defined headers in php and/or pdf form.
-$ /reporting/includes/class.pdf.inc
-  /reporting/includes/excel_report.inc
-  /reporting/includes/header2.inc
-  /reporting/includes/pdf_report.inc
-+ Integration of fpdi class
-$ /reporting/includes/fpdi/* (new)
-  /reporting/forms (new)
-! find_report_file() helper moved to main.inc and renamed to ind_custom_file
-$ /reporting/prn_redirect.php
-  /includes/main.inc
-! Reports fixed according to changes in header API in FrontReport class.
-$ /reporting/rep101.php
-  /reporting/rep102.php
-  /reporting/rep103.php
-  /reporting/rep104.php
-  /reporting/rep105.php
-  /reporting/rep106.php
-  /reporting/rep107.php
-  /reporting/rep108.php
-  /reporting/rep109.php
-  /reporting/rep110.php
-  /reporting/rep111.php
-  /reporting/rep112.php
-  /reporting/rep201.php
-  /reporting/rep202.php
-  /reporting/rep203.php
-  /reporting/rep204.php
-  /reporting/rep209.php
-  /reporting/rep210.php
-  /reporting/rep301.php
-  /reporting/rep302.php
-  /reporting/rep303.php
-  /reporting/rep304.php
-  /reporting/rep305.php
-  /reporting/rep401.php
-  /reporting/rep409.php
-  /reporting/rep501.php
-  /reporting/rep601.php
-  /reporting/rep701.php
-  /reporting/rep702.php
-  /reporting/rep704.php
-  /reporting/rep705.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-  /reporting/rep708.php
-  /reporting/rep709.php
-  /reporting/rep710.php
-
-25-Feb-2010 Janusz Dobrowolski
-# Files manipulation helpers added
-$ /includes/main.inc
-# Cleanup
-$ /includes/db/sql_functions.inc
-+ Added radio buttons helper
-$ /includes/ui/ui_input.inc
-# Smaller fixes: lists reset after page reload, nonformatted description for edition, html cleanup
-$ /includes/ui/ui_lists.inc
-! Changed _vd debug function to notification type
-$ /includes/ui/ui_view.inc
-# Layout fix on final screen 
-$ /purchasing/po_entry_items.php
-# Error message when no report file is found
-$ /reporting/prn_redirect.php
-# Code cleanup (missing $row declaration)
-$ /reporting/includes/pdf_report.inc
-
-20-Feb-2010 Joe Hunt
-# Wrong class parameter in Generqal Ledger Reports
-$ /applications/generalledger.php
-
-16-Feb-2010 Merged changes from main trunk up to 2.2.6 as follows
-------------------------------- Release 2.2.6 ----------------------------------
-16-Feb-2010 Joe Hunt
-! Release 2.2.6
-$ config.default.php
-  update.html
-  /lang/new_language_template/LC_MESSAGES/empty.po
-! CSS style is now implemented in all FA.
-! New label style for the themes. Better layout in supp inv/credit
-! A lot of code clean up. New password_row and file_row/cells.
-# Several minor bugs during final CSS implementaion
-  /access/login.php
-  /admin/attachments.php
-  /admin/change_current_user_password.php
-  /admin/company_preferences.php
-  /admin/create_coy.php
-  /admin/display_prefs.php
-  /admin/gl_setup.php
-  /admin/inst_lang.php
-  /admin/inst_module.php
-  /admin/users.php
-  /includes/ui/ui_controls.inc
-  /includes/ui/ui_input.inc
-  /includes/ui/ui_lists.inc
-  /inventory/manage/items.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /purchasing/includes/ui/po_ui.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /reporting/includes/reports_classes.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/view/view_sales_order.php
-  /themes/default/default.css
-  /themes/aqua/default.css
-  /themes/cool/default.css
-  
-
-11-Feb-2010 Janusz Dobrowolski
-# Better check for language session var.
-$ /includes/session.inc
-# Fixed IE related hotkeys problem with AltTab
-$ /js/inserts.js
-
-11-Feb-2010 Joe Hunt/Chaitanya
-# [0000204] GRN Valuation Report shows wrong data
-$ /reporting/rep305.php
-
-10-Feb-2010 Janusz Dobrowolski
-# [0000201] Cannot change item type when item is edited
-$  /inventory/manage/items.php
-# Sparse warning fixed.
-$ includes/db/manufacturing_db.inc
-
-10-Feb-2010 Joe Hunt
-! Changed so 'Allow Negative Stock' will update the GL cogs/inventory when
-  the correct values later are obtained.
-$ /admin/gl_setup.php
-  /includes/db/inventory_db.inc
-  /manufacturing/includes/db/work_orders_db.inc
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-+ Added a selector for decimal values in Balance Sheet and P/L Statement
-$ /reporting/reports_main.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-! Added trans_no in bank deposit/payment final link, by Tom Hallman.
-$ /gl/gl_bank.php
-  
-09-Feb-2010 Joe Hunt/Chaitanya
-# [0000202] Global $path_to_root is missing in function handle_submit() in file admin/create_coy.php 
-$ /admin/create_coy.php
-
-06-Feb-2010 Janusz Dobrowolski
-# Fixed get_standard_cost() for dummy items again.
-$ /includes/db/inventory_db.inc
-# Fixed bug resulting in broken line items relations after edition of multiline SO.
-$ /sales/includes/db/sales_invoice_db.inc
-! Yesterday changes removed
-$ /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-# Prevent saving empty lines in invoices/delivery notes - rerun
-  /reporting/rep107.php
-  /reporting/rep110.php
-
-06-Feb-2010 Joe Hunt/Chaitanya
-! Changed Balance Sheets/PL Statements to be recursive
-$ /gl/inquiry/balance_sheet.php
-  /gl/inquiry/profit_loss.php
-  /reporting/rep701.php
-  /reporting/rep705.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-  
-05-Feb-2010 Joe Hunt/Kalido
-+ Placing a print link in all view windows (without menus).
-$ /includes/main.inc
-  /includes/ui_controls.inc
-! Preparing for new recursive balance sheet/PL Statements
-$ /gl/includes/db/gl_db_accounts.inc
-  /gl/includes/db/gl_db_account_types.inc
-  
-05-Feb-2010 Janusz Dobrowolski
-# Fixed get_standard_cost() for dummy items
-$ /includes/db/inventory_db.inc
-# Prevent saving empty lines in invoices/delivery notes
-$ /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-
-03-Feb-2010 Janusz Dobrowolski
-# Fixed continuation after timeout.
-$ /access/login.php
-  /includes/main.inc
-  /includes/session.inc
-  /includes/page/footer.inc
-  /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/default/default.css
-# Added error message when no file is selected on view or download.
-$ /admin/backups.php
-
-03-Feb-2010 Joe Hunt
-# When buying a service item from a supplier, the delivery produced
-  wrong inventory GL transactions. No GL transactions should be here.
-$ /sales/includes/db/sales_delivery_db.inc
-# [0000200] stock_master material_cost incorrectly updated during GRN when 
-  price format uses thousands seperator. A couple of minor errors too. 
-$ /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoices_db.inc
-# Exchange rate bug when searching a non existing customer
-$ /includes/banking.inc
-
-03-Feb-2010 Chaitanya/Joe
-+ Added a Profit and Loss Drilldown page and changed menu link
-$ /applications/generalledger.php
-  /gl/inquiry/profit_loss.php (New file)
-  /gl/inquiry/balance_sheet.php
-! Better layout
-$ /gl/inquiry/journal_inquiry.php
-
-02-Feb-2010 Chaitanya
-+ Added memo search on journal inquires.
-$ /gl/inquiry/journal_inquiry.php
-
----------- End of changes from main trunk 2.2.5-2.2.6
-
-09-Feb-2010 Janusz Dobrowolski
-+ Improved multilevel database transaction support
-$ /includes/errors.inc
-  /includes/db/connect_db.inc
-  /includes/db/sql_functions.inc
-  /sales/includes/cart_class.inc
-+ Added Direct GRN and Direct Invoice in purchases module
-$ /applications/suppliers.php
-  /includes/current_user.inc
-  /includes/ui/ui_lists.inc
-  /purchasing/po_entry_items.php
-  /purchasing/po_receive_items.php
-  /purchasing/includes/po_class.inc
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/ui/grn_ui.inc
-  /purchasing/includes/ui/po_ui.inc
-+ Added invoice preselection option.
-$ /purchasing/supplier_payment.php
-! Optimized extensions related code.
-$ /applications/application.php
-  /applications/customers.php
-  /applications/dimensions.php
-  /applications/generalledger.php
-  /applications/inventory.php
-  /applications/manufacturing.php
-  /applications/setup.php
-! Cleanup
-$ /purchasing/supplier_invoice.php
-  /sales/includes/ui/sales_order_ui.inc
-# Typo
-$ /sales/sales_order_entry.php
-
-05-Feb-2010 Janusz Dobrowolski
-+ Multiply order items with the same stock_id (with warning), code cleanups
-$ /purchasing/po_entry_items.php
-  /purchasing/includes/po_class.inc
-  /purchasing/includes/supp_trans_class.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/ui/po_ui.inc
-# Fixed typo bugs
-$ /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-
-04-Feb-2010 Joe Hunt
-! Extended account id's to 15 chars. Changed account type to varchar(10)
-  and class id varchar(3). Ability to change account groups online.
-$ /gl/manage/gl_account_classes.php
-  /gl/manage/gl_account_types.php
-  /gl/manage/gl_accounts.php
-  /gl/includes/db/gl_db_account_types.inc
-  /includes/ui/ui_lists.inc
-  /sql/alter2.3.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-03-Feb-2010 Janusz Dobrowolski
-# Payment terms were not retrieved at invoice edit start.
-$ /sales/customer_invoice.php
-# Fixed item selector.
-$ /inventory/prices.php
-
-02-Feb-2010 Janusz Dobrowolski
-# Missing closing bracket
-$ /sql/alter2.3.php
-# Small fixes in sys_prefs update/retrieve
-$ /admin/db/company_db.inc
-
-02-Feb-2010 Merged changes from main trunk 2.2.4-2.2.5 as follows
-------------------------------- Release 2.2.5 ----------------------------------
-02-Feb-2010 Joe Hunt
-! Release 2.2.5
-$ $config.default.php
-  update.html
-# Bug in direct invoice when cash sales and no cash account defined in sales pos.
-$ /sales/sales_order_entry.php
-
-01-Feb-2010 Janusz Dobrowolski
-# Fixed error display hidden during ajax call in some situations
-$ /includes/errors.inc
-! Ajax timeout changed to 6/60s without retries, otherwise multiply 
- errors are generated on fatal failure.
-$ /js/utils.js
-  /js/inserts.js
-
-01-Feb-2010 Joe Hunt
-# [0000198] Bug ignoring shipping cost in Direct Invoice (cash).
-$ /sales/sales_order_entry.php
-# [0000197] Bug in closing some special balance sheet levels.
-$ /gl/inquiry/balance_sheet.php
-  /reporting/rep705.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-
-31-Jan-2010 Joe Hunt
-# Bug in Quick Entries with Tax added.
-$ /includes/ui/ui_view.inc
-
-30-Jan-2010 Joe Hunt/Chaitanya
-+ Added a Balance Sheet drilldown inquiry in Banking and GL.
-  Contributed by Chatanya. Magnificient!
-$ /applications/generalledger.php
-  /gl/inquiry/balance_sheet.php (new file)
-  /gl/inquiry/gl_account_inquiry.php
-+ Added Purchase tax account in en_US-new.sql and en_US-demo.sql
-$ /sql/en_US-demo.sql
-  /sql/en_US_new.sql
-# Fixed bug in gl accounts checks
-  /taxes/tax_types.php
-
-30-Jan-2010 Janusz Dobrowolski
-# [0000194] Fixed tax records from journal entry (voiding problem)
-$ /gl/includes/db/gl_db_trans.inc
-  /reporting/rep709.php
-
-25-Jan-2010 Joe Hunt
-# [0000195] Bug not deleting refs record when deleting Sales Order, Quotation
-# A couple of redirecting bugs
-$ /sales/sales_order_entry.php
-  /sales/includes/db/sales_order_db.inc
-# Bug in the sequence in sales price pickup
-$ /sales/includes/sales_db.inc
-+ Added document Receipt and small rearrangements and bugfixes
-$ /includes/types.inc
-  /includes/ui/ui_view.inc
-  /reporting/rep107.php
-  /reporting/rep108.php
-  /reporting/rep109.php
-  /reporting/rep110.php
-  /reporting/rep111.php
-  /reporting/rep112.php (new document file)
-  /reporting/rep209.php
-  /reporting/rep210.php
-  /reporting/reports_main.php
-  /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-  /reporting/includes/header2.inc
-  /reporting/includes/reporting.inc
-  /reporting/includes/reports_classes.inc
-  /sales/customer_payments.php
-  /sales/sales_order_entry.php
-  /sales/inquiry/customer_inquiry.php
-  
-22-Jan-2010 Tom Hallman/Joe Hunt
-# Exchange rate doesn't update table when adding new or deleting rate
-$ /gl/manage/exchange_rates.php
-! Small adjustments to Bank Statement and GL Transactions Reports
-$ /reporting/rep601.php
-  /reporting/rep704.php
-! Layout fix for Report Selectors in when running in Windows OS.
-$ /reporting/includes/reports_classes.inc
-
-20-Jan-2010 Joe Hunt
-! Put a heavy warning on marking the checkbox 'Allow Negative Inventory'.
-$ /admin/gl_setup.php
-
-18-Jan-2010 Joe Hunt
-# Demand was calculated double from Sales Quotation. Should be 0.
-$ /includes/db/manufacturing_db.inc
-# A back link was still in Bank Transfer.
-$ /gl/bank_transfer.php
-
----------- End of changes from main trunk 2.2.4-2.2.5
-
-26-Jan-2010 Janusz Dobrowolski
-+ Editable sales terms in sales orders and invoices, default terms from customer record.
-$ /admin/db/company_db.inc
-  /includes/ui/ui_lists.inc
-  /reporting/rep102.php
-  /reporting/rep108.php
-  /sales/create_recurrent_invoices.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/sales_order_entry.php
-  /sales/includes/cart_class.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/manage/sales_points.php
-  /sql/alter2.3.php
-  /sql/alter2.3.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-26-Jan-2010 Janusz Dobrowolski
-+ Full support for items with editable descriptions in sales documents
-$ /includes/ui/ui_lists.inc
-  /inventory/prices.php
-  /inventory/includes/db/items_db.inc
-  /inventory/manage/items.php
-  /js/inserts.js
-  /sales/customer_delivery.php
-  /sales/sales_order_entry.php
-  /sales/includes/cart_class.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sql/alter2.3.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-# Fixed warning in debug mode
-$ /sales/inquiry/sales_deliveries_view.php
-  /sales/includes/db/cust_trans_db.inc
-
-23-Jan-2010 Janusz Dobrowolski
-+ Improved locales checking
-$ /includes/lang/gettext.php
-  /includes/lang/language.php
-+ Defaults for get_post also for array submits, added confirm dialog helper
-$ /includes/ui/ui_controls.inc
-+ Added info label in error_log for warnings during upgrade process
-$ /includes/errors.inc
-! System preferences moved from company to new sys_prefs table
-$ /admin/company_preferences.php
-  /admin/display_prefs.php
-  /admin/gl_setup.php
-  /admin/users.php
-  /admin/db/company_db.inc
-  /admin/db/users_db.inc
-  /includes/current_user.inc
-  /includes/session.inc
-  /includes/prefs/sysprefs.inc
-  /includes/prefs/userprefs.inc
-  /sql/alter2.1.php
-  /sql/alter2.3.php
-  /sql/alter2.3.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  /install/save.php
-! Updated locales and database/src compatibility checks
-$ /admin/system_diagnostics.php
-! Added core version for checks against database version_id
-$ /config.default.php
-! System setup re-read after upgrade
-$  /admin/inst_upgrade.php
-! Cached company currency retrieval
-$ /includes/banking.inc
-! Removed sysprefs.inc include
-$ /includes/main.inc
-# Removed archaic error handling
-$ /includes/date_functions.inc
-# Missing path_to_root declaration in handle_submit().
-$ /admin/create_coy.php
-# Message box cleanup before ajax call
-$ /js/utils.js
-
-20-Jan-2010 Merged changes from main trunk 2.2.3-2.2.4 as follows
-
-------------------------------- Release 2.2.4 ----------------------------------
-17-Jan-2010 Joe Hunt
-! Release 2.2.4
-$ $config.default.php
-  update.html
-
-17-Jan-2010 Janusz Dobrowolski
-! Improved error checking.in company update/creation.
-$ /admin/create_coy.php
-# Fixed default value for stock_category.dflt_tax_type
-$ /sql/en_US-new.sql
-# Fixed errors display in ajax mode.
-$ /includes/errors.inc
-# Fixed checks for deleting POS
-$ /sales/manage/sales_points.php
-
-15-Jan-2010 Janusz Dobrowolski
-! Changed so GL Account Types id allows up to 10 digits.
-$ /gl/manage/gl_account_types.php
-# [0000187] Category and description reset after failed check;
-$ /inventory/manage/sales_kits.php
-# Cleaned warnings in errorlog.
-$ /sales/includes/sales_db.inc
-! Default 0 on empty amount fields
-$ /includes/data_checks.inc
-! Empty numeric input fields globaly defaulted to 0.
-$ /includes/data_checks.inc
-  /includes/ui/ui_input.inc
-
-15-Jan-2010 Joe Hunt
-# [0000190] Back link on confirmation only pages removed.
-$ /includes/page/footer.inc
-  /includes/ui/ui_view.inc
-  /includes/main.inc
-# Removed a comma after last item in structure for 0_tax_types, line 1596
-$ /sql/en_US-new.sql
-
-14-Jan-2010 Joe Hunt
-# A couple of small bugs were fixed in average material cost
-$ /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /manufacturing/includes/db/work_orders_db.inc
-
-13-Jan-2010 Joe Hunt
-! Changed so also Item Adjustment and Cost Update allow more than 2 dec in price
-$ /inventory/cost_update.php
-  /inventory/includes/item_adjustments_ui.inc
-  /inventory/view/view_adjustment.php
-! Changed so GL Account Types id allows up to 6 digits.
-$ /gl/manage/gl_account_types.php
-  
-12-Jan-2010 Janusz Dobrowolski
-# Fixed buggy exemptions display
-$ /taxes/item_tax_types.php
-
----------- End of changes from main trunk 2.2.3-2.2.4
-
-12-Jan-2010 Janusz Dobrowolski
-! Added sorting by branch_ref
-$ /sales/includes/db/branches_db.inc
-# Fixed misnamed function parameter.
-  /sales/includes/db/cust_trans_db.inc
-  /sales/inquiry/sales_deliveries_view.php
-
-12-Jan-2010 Merged changes from main trunk 2.2.2-2.2.3 as follows
-------------------------------- Release 2.2.3 ----------------------------------
-12-Jan-2010 Joe Hunt
-! Release 2.2.3
-! Allow using of multi level sub-types when digits are of same length in account types
-$ config.default.php
-  update.html
-  /gl/includes/db/gl_db_accounts.inc
-! Print COA also prints class id and account type id.
-$ /reporting/rep701.php
-
-
-11-Jan-2010 Janusz Dobrowolski
-# Removed invalid constraint on tax_types.
-$ /sql/en_US-new.sql
-
-10-Jan-2010 Janusz Dobrowolski
-! Small fix in new_doc_date()
-$ /includes/date_functions.inc
-# Prevent warnings for sql results without 'inactive' field
-$ /includes/ui/db_pager_view.inc
-# Fixed js error in IE7
-$ /js/inserts.js
-+ Added support for customized doctext.inc/header2.inc
-$ /reporting/prn_redirect.php
-  /reporting/includes/pdf_report.inc
-! Increased number of decimals for tax calculations
-$ /taxes/tax_calc.inc
-! Code cleanup
-$ /includes/current_user.inc
-# Fixed check for missing POST in check_num()
-$ /includes/data_checks.inc
-# [0000187] Category and description reset after failed check;
-$ /inventory/manage/item_codes.php
-# [0000186] Timeout on Refresh button
-$ /sales/allocations/customer_allocate.php
-# [0000185] Update notification missing.
-$ inventory/reorder_level.php
-
-09-Jan-2010 Joe Hunt
-# Bugs in deleting fiscal year. Some transactions weren't deleted.
-$ /admin/fiscalyear.php
-
-07-Jan-2010 Joe Hunt
-! Changed to let the $doctypes in documents follow the types in types.inc
-+ New document, Remittance, to print payment allocations to suppliers
-  Also print/email links from Supplier Payment and Supplier Inquiry.
-$ /purchasing/supplier_payment.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /reporting/rep108.php
-  /reporting/rep109.php
-  /reporting/rep110.php
-  /reporting/rep111.php
-  /reporting/rep209.php
-  /reporting/rep210.php (New file)
-  /reporting/reports_main.php
-  /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-  /reporting/includes/header2.inc
-  /reporting/includes/pdf_report.inc
-  /reporting/includes/reporting.inc
-  /reporting/includes/reports_classes.inc
-# Creating recurrent invoices with date outside fiscal year.  
-  /sales/create_recurrent_invoices.php
-  
-06-Jan-2010 Janusz Dobrowolski
-# Check on existence of locale.inc added to avoid blank pages when the file is broken.
-$ /includes/session.inc
-! Changed reference incrementation algorithm to preserve both number prefix and postfix.
-$ /includes/references.inc
-
-04-Jan-2010 Joe Hunt
-! Making the stretch parameter = 1 on default print pdf all over
-  Improved layout on documents.
-$ /reporting/includes/class.pdf.inc
-  /reporting/includes/pdf_report.inc
-  /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-  /reporting/includes/header2.inc
-  
-31-Dec-2009 Joe Hunt
-# When updating tax rate, it didn't show and calculate correct in documents.
-$ /taxes/db/tax_groups_db.inc
-
-27-Dec-2009 Joe Hunt
-# Problems letting various currency bank accounts sharing the same GL account
-$ /gl/manage/bank_accounts.php
-  /gl/includes/db/gl_db_banking.inc
-
----------- End of changes from main trunk 2.2.2-2.2.3
-
-11-Jan-2010 Janusz Dobrowolski
-! Optimized database indexes.
-$ /sql/alter2.3.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-27-Dec-2009 Janusz Dobrowolski
-+ Remote packages repository support for extensions and languages
-$ /config.default.php
-  /frontaccounting.php
-  /admin/inst_lang.php
-  /admin/inst_module.php
-  /includes/access_levels.inc
-  /includes/ui/ui_lists.inc
-  /sql/alter2.3.php
-# Small fix in handle_submit
-$ /admin/create_coy.php
-! Using var_dump function for storing variables in config files.
-$ /admin/db/maintenance_db.inc
-+ Added copy_file(), check_write() helper functions.
-$ /includes/main.inc
-+ Aded array_search_key() helper.
-$ /includes/lang/gettext.php
-+ Added helper for checking langauge support.
-$ /includes/current_user.inc
-+ Added helper for radio buttons.
-$ /includes/ui/ui_input.inc
-! Extension links support moved to application class.
-$ /applications/application.php
-  /applications/customers.php
-  /applications/dimensions.php
-  /applications/generalledger.php
-  /applications/inventory.php
-  /applications/manufacturing.php
-  /applications/setup.php
-  /applications/suppliers.php
-  /includes/archive.inc (new)
-  /includes/packages.inc (new)
-+ Support for popup buttons
-$ /js/inserts.js
-
-24-Dec-2009 Merged changes from main trunk 2.2.1-2.2.2 as follows
-------------------------------- Release 2.2.2 ----------------------------------
-23-Dec-2009 Joe Hunt
-! Release 2.2.2
-$ /update.html
-! Changed so Printed Sales Order (Quotation) shows TOTAL VAT INCL. if it is.
-$ /reporting/rep109.php
-  /reporting/rep111.php
-  /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-# Restoring journal entry sql to previous without join with bank_trans
-  due to error in joins. Tom Hallman works on it until 2.2.3
-$ /gl/inquiry/journal_inquiry.php  
-! Replaced all deprecated functions so FA runs in php >= 5.3.0 as well.
-$ /admin/db/maintenance_db.inc
-  /gl/gl_bank.php
-  /includes/db_pager.inc
-  /includes/session.inc
-  /includes/lang/language.php
-  /includes/page/header.inc
-  /install/save.php
-  /inventory/adjustments.php
-  /inventory/transfers.php
-  /purchasing/supplier_invoice.php
-  /purchasing/allocations/supplier_allocate.php
-  /purchasing/includes/ui/po_ui.inc
-  /reporting/includes/class.graphic.inc
-  /reporting/includes/tcpdf.php
-  /reporting/includes/Workbook.php
-  /sales/allocations/customer_allocate.php
-  
-22-Dec-2009 Joe Hunt
-! Some additional changes in pdf_report.inc for supporting report extensions.
-$ /reporting/includes/pdf_report.inc
-  /reporting/includes/excel_report.inc
-
-21-Dec-2009 Chaitanya/Janusz Dobrowolski
-# [0000184] Bad source document quantities update and invalid qtys during
-       derivative document entry.
-$ /sales/includes/cart_class.inc
-  /sales/includes/sales_db.inc
-# Fixed quantity columns descriptions in delivery edition.
-$ /sales/customer_delivery.php
-
-21-Dec-2009 Joe Hunt
-# Function money_format function doesn't exist in OS Win. Fix in current_user.inc
-  Some errors in header3() in pdf_report.inc.
-$ /includes/current_user.inc
-  /reporting/includes/pdf_report.inc
-
-18-Dec-2009 Joe Hunt
-# Allowing a quantity of 0 in a PO item line when modifying caused strange result.
-  Fixed depending on the decimals in the stock item to not allow less than minimum.
-$ /purchasing/po_entry_items.php
-
-12-Dec-2009 Joe Hunt
-! Implemented search on categories as well in sales_items_list...
-$ /includes/ui/ui_lists.inc
-
-09-Dec-2009 Janusz Dobrowolski
-+ Added system diagnostics page
-$ /admin/system_diagnostics.php
-  /applications/setup.php
-
-08-Dec-2009 Tom Hallman/Joe Hunt
-+ Extended the Report Engine to better support own reports
-$ /reporting/includes/class.pdf.inc
-  /reporting/includes/excel_report.inc
-  /reporting/includes/pdf_report.inc
-  /reporting/includes/tcpdf.php
-  /reporting/fonts/courier.php (new file)
-  /reporting/fonts/times.php (new file)
-  /reporting/fonts/timesb.php (new file)
-  /reporting/fonts/timesbi.php (new file)
-  /reporting/fonts/timesi.php (new file)
-  /reporting/fonts/symbol.php (new file)
-  /reporting/fonts/zapfdingbats.php (new file)
-  
-07-Dec-2009 Joe Hunt
-! Providing use of alternative providers for exchange rates.
-$ /gl/includes/db/gl_db_rates.inc
-
-06-Dec-2009 Janusz Dobrowolski
-# Safer algorithm for company removal, additional prefix check on company add.
-$ /admin/create_coy.php
-  /admin/db/maintenance_db.inc
-
-04-Dec-2009 Janusz Dobrowolski
-# [0000179] Cannot allocate ST_BANKPAYMENT type payments
-$ /includes/ui/allocation_cart.inc
-# False currency rate error on first opening of sales order page when customer_list is off.
-$ /sales/includes/cart_class.inc
-
-04-Dec-2009 Joe Hunt
-# Print Statement prints balances in wrong place.
-$ /reporting/rep108.php
-! Better date2sql in date_functions.inc
-$ /includes/date_functions.inc
-
-03-Dec-2009 Janusz Dobrowolski
-# Fixed bug [0000178] data error in supplier allocations
-$ /includes/ui/allocation_cart.inc
-
----------- End of changes from main trunk 2.2.1-2.2.2
-
-10-Dec-2009 Joe Hunt
-+ Enhanced Quick Entries to also support Balance Based source amount. Monthly or Yearly (all)
-  Only works with type Journal Entry.
-$ /gl/manage/gl_quick_entries.php
-  /gl/includes/ui/gl_journal_ui.inc
-  /includes/ui/ui_view.inc
-  /sql/alter2.3.sql
-  /sql/en_US-new.sql
-  /sql/en_US-demo.sql
-  .
-05-Dec-2009 Joe Hunt
-! Moved all SQL statements from PHP files into relevant *_db.inc files.
-  All folders done, except reporting/repXXX.php and reporting/includes/reports_classes.inc
-  Awaiting change in report mechanism
-$ /includes/ui/allocation_cart.inc
-  /reporting/includes/header2.inc
-  /reporting/includes/reports_classes.inc (partly)
-  /sales/create_recurrent_invoices.php
-  /sales/customer_payments.php
-  /sales/allocations/customer_allocate.php
-  /sales/includes/sales_db.inc
-  /sales/includes/db/branches_db.inc
-  /sales/includes/db/custalloc_db.inc
-  /sales/includes/db/customers_db.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/recurrent_invoices_db.inc (new file)
-  /sales/includes/db/sales_groups_db.inc (new file)
-  /sales/includes/db/sales_order_db.inc
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-  /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/sales_orders_view.php
-  /sales/manage/credit_status.php
-  /sales/manage/customers.php
-  /sales/manage/customer_branches.php
-  /sales/manage/recurrent_invoices.php
-  /sales/manage/sales_areas.php
-  /sales/manage/sales_groups.php
-  /sales/manage/sales_people.php
-  /sales/manage/sales_points.php
-  /sales/manage/sales_types.php
-  /sales/view/view_sales_order.php
-  /taxes/item_tax_types.php
-  /taxes/tax_groups.php
-  /taxes/tax_types.php
-  /taxes/db/tax_types_db.inc
-
-04-Dec-2009 Janusz Dobrowolski
-+ Next release upgrade skeleton files.
-$ /sql/alter2.3.php (new)
-  /sql/alter2.3.sql (new)
-
-04-Dec-2009 Tom Hallman
-# Added key on type, id in comments to improve performance
-$ /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-04-Dec-2009 Joe Hunt
-! Moved all SQL statements from PHP files into relevant *_db.inc files.
-  Included purchasing folder
-$ /includes/db/manufacturing_db.inc
-  /manufacturing/search_work_orders.php
-  /manufacturing/work_order_costs.php
-  /manufacturing/includes/db/work_orders_db.inc
-  /manufacturing/inquiry/where_used_inquiry.php
-  /manufacturing/manage/bom_edit.php
-  /manufacturing/manage/work_centres.php
-  /purchasing/po_entry_items.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/db/suppalloc_db.inc
-  /purchasing/includes/db/supp_trans_db.inc
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/supplier_allocations_inquiry.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /purchasing/manage/suppliers.php
-
-03-Dec-2009 Joe Hunt
-! Moved all SQL statements from PHP files into relevant *_db.inc files.
-  Included inventory folder
-$ /admin/payment_terms.php
-  /admin/printers.php
-  /admin/print_profiles.php
-  /admin/shipping_companies.php
-  /admin/db/company_db.inc
-  /admin/db/printers_db.inc
-  /admin/db/shipping_db.inc
-  /dimensions/includes/dimens_db.inc
-  /gl/gl_bank.php
-  /gl/includes/db/gl_db_accounts.inc
-  /gl/includes/db/gl_db_account_types.inc
-  /gl/includes/db/gl_db_bank_accounts.inc
-  /gl/includes/db/gl_db_curriencies.inc
-  /gl/manage/bank_accounts.php
-  /gl/manage/currencies.php
-  /gl/manage/gl_accounts.php
-  /gl/manage/gl_account_classes.php
-  /gl/manage/gl_account_types.php
-  /inventory/purchasing_data.php
-  /inventory/includes/inventory_db.inc
-  /inventory/includes/db/items_category_db.inc
-  /inventory/includes/db/items_db.inc
-  /inventory/includes/db/items_locations_db.inc
-  /inventory/includes/db/items_purchases_db.inc (New file)
-  /inventory/includes/db/movement_types_db.inc
-  /inventory/inquiry/stock_movements.php
-  /inventory/manage/items_php
-  /inventory/manage/item_categories.php
-  /inventory/manage/locations.php
-  /inventory/manage/movement_types.php
-  
-02-Dec-2009 Janusz Dobrowolski
-! Merged changed from trunk up to 2.2.1 ---------------------------------------
-
-$ /sql/en_US-demo.sql
-# Fixed to store default null values on export
-$ /admin/db/maintenance_db.inc
-! Display sql in case of duplicate data error when go_debug=1 - redone
-$ /includes/errors.inc
-# Display settings are restored in every login in demo mode.
-$ /admin/display_prefs.php
-  /includes/current_user.inc
-# Fixed view/download backup
-$ /admin/backups.php
-
-$ config.default.php
-  /lang/new_language_template/LC_MESSAGES/empty.po
-  /lang/en_US/LC_MESSAGES/en_US.mo
-# More restrictions on deleting gl_accounts
-$ /gl/manage/gl_accounts.php
-! Changed 'delete' to 'deldump' in backups.php to better satisfy IE8 (Yes!)
-$ /admin/backups.php
-
-01-Dec-2009 Janusz Dobrowolski
-# Removing config.php after error during install. Otherwise misleading message is displayed.
-$ /install/save.php
-! Display sql in case of duplicate data error when go_debug=1.
-$ /includes/errors.inc
-! Next transaction numbers retrieved from transaction table instead of sys_types
-$ /includes/systypes.inc
-
-29-Nov-2009 Janusz Dobrowolski
-# Fixed change of language in display preferences. Removed sparse $_SESSION['languages'] variable
-$ /includes/lang/language.php
-  /includes/session.inc
-! Array helpers moved to current_user. Added array_search_key and array_search_key helpers.
-$ /includes/current_user.inc
-  /includes/main.inc
-
-28-Nov-2009 Chaitanya/Joe Hunt
-# Missing ajax trigger in stock_purchasable_items_list_cells. Prices not updated instantly.
-$ /purchasing/includes/ui/po_ui.inc
-
-26-Nov-2009 Joe Hunt
-# Round to nearest value of 0 produced a division by zero error
-$ /admin/company_preferences.php
-# When printing reference numbers instead of internal numbers on documents
-  it should also refer to reference numbers in deliveries and orders.
-$ /reporting/includes/header2.inc
-
-25-Nov-2009 Joe Hunt/Tom Hallman
-# Fixed so total amount cannot be 0 in Bank Payments/Deposits
-$ /gl/gl_bank.php
-
-21-Nov-2009 Janusz Dobrowolski
-# Fixed bug [0000178] data error in supplier allocations
-$ /includes/ui/allocation_cart.inc
-! Fixed type constant usage.
-$ /purchasing/includes/db/supp_trans_db.inc
-
---------------
-
-01-Dec-2009 Joe Hunt
-! Moved all SQL statements from PHP files into relevant *_db.inc files.
+2012-11-15 16:45 +0100 Joe Hunt
+(3104) Updated update.html
+ update.html
+
+2012-11-15 16:38 +0100 Joe Hunt
+(3103) Rollback of Session Abondoned Error and new variable, $no_check_edit_conflicts in config.php.
+ config.default.php
+ includes/session.inc
+ sales/includes/sales_ui.inc
+
+2012-11-15 15:23 +0100 Joe Hunt
+(3102) New Changelog.txt
+ CHANGELOG.txt
+
+2012-11-15 15:18 +0100 Joe Hunt
+(3101) Release 2.3.13
+ version.php
+
+2012-11-15 15:18 +0100 Joe Hunt
+(3100) Fixed session abandoned error in Windows Servers
+ includes/session.inc
+
+2012-11-12 13:09 +0100 Janusz Dobrowolski
+(3099) Prevent 'Page expired' messages when 'Back' link is used after login.
+ includes/session.inc
+
+2012-11-12 09:52 +0100 Janusz Dobrowolski
+(3098) Cleanup in curent_user.inc/session.inc
+
+ includes/current_user.inc
+ includes/db/connect_db.inc
+ includes/lang/language.php
+ includes/session.inc
+ sql/alter2.4.php
+
+2012-11-12 09:39 +0100 Janusz Dobrowolski
+(3097) Fixed small bug in mail class, added text/hmtl mime type.
+ includes/ui/view_package.php
+ reporting/includes/class.mail.inc
+
+2012-11-10 00:29 +0100 Joe Hunt
+(3096) Dimensions not utilized in Direct Invoice/Delivery
+ sales/includes/cart_class.inc
+
+2012-11-09 09:58 +0100 Joe Hunt
+(3095) Sales quotation and Sales order should not require sufficient stock.
+ sales/includes/ui/sales_order_ui.inc
+
+2012-11-05 23:33 +0100 Janusz Dobrowolski
+(3094) Fixed confirmation on ajax reloaded buttons (small fix for Gecko like browsers).
+ js/utils.js
+
+2012-11-05 17:49 +0100 Janusz Dobrowolski
+(3093) 0001879,0001880: Fixes in htaccess constraints, restricting System Diagnostic view to admin (ApMuthu)
+ .htaccess
+ applications/setup.php
+
+2012-11-05 08:30 +0100 Janusz Dobrowolski
+(3092) Fixed error messages on Sales Groups, updated gettext template.
+ lang/new_language_template/LC_MESSAGES/empty.po
+ sales/manage/sales_groups.php
+
+2012-11-03 22:46 +0100 Janusz Dobrowolski
+(3091) Improved error checking during extension packages installation.
+ includes/packages.inc
+ includes/remote_url.inc
+
+2012-11-03 22:34 +0100 Janusz Dobrowolski
+(3090) Fixed error message in recurrent invoices.
+ sales/manage/recurrent_invoices.php
+
+2012-11-01 01:02 +0100 Joe Hunt
+(3089) Replaced the transaction list in attachments with a pager and made the sorting descent.
+ admin/attachments.php
+ admin/db/attachments_db.inc
+
+2012-10-31 08:56 +0100 Joe Hunt
+(3088) Filter for non-zero values in Bank Statement Report
+ reporting/rep601.php
+ reporting/reports_main.php
+
+2012-10-28 07:30 +0100 Joe Hunt
+(3087) Removed commented deprecated Session_register().
+ includes/page/header.inc
+ inventory/adjustments.php
+ inventory/transfers.php
+ manufacturing/work_order_issue.php
+ purchasing/allocations/supplier_allocate.php
+ sales/allocations/customer_allocate.php
+
+2012-10-17 09:17 +0200 Joe Hunt
+(3086) Db error in invoice.ui.inc for certain MySql setup/releases.
+ purchasing/includes/ui/invoice_ui.inc
+
+2012-10-17 09:00 +0200 Joe Hunt
+(3085) Db error in po_entry_items.php was already fixed. Look at the line below.
+ purchasing/po_entry_items.php
+
+2012-10-16 17:00 +0200 Joe Hunt
+(3083) Cannot insert a supplier transaction record in Direct Supplier Invoice (certain MySql versions and setup).
+ purchasing/po_entry_items.php
+
+2012-10-11 15:18 +0200 Joe Hunt
+(3082) Date format helper complete.
+ js/inserts.js
+
+2012-10-11 15:09 +0200 Joe Hunt
+(3081) Purchase order/Direct GRN/Direct Invoice showed inactive items in item list.
+ purchasing/includes/ui/po_ui.inc
+
+2012-10-11 08:35 +0200 Joe Hunt
+(3080) Small fix and rerun of inserts.js.
+ js/inserts.js
+
+2012-10-11 08:18 +0200 Joe Hunt
+(3078) Fixed date_fix to act like before. day and day-month entrance only.
+ js/inserts.js
+
+2012-10-05 11:17 +0200 Joe Hunt
+(3076) Bug in function is_date when implementing new date formats.
+ includes/date_functions.inc
+
+2012-10-04 10:18 +0200 Joe Hunt
+(3075) Moved declaration of short monthnames from config.default.php. Too early for translations.
+ config.default.php
+ includes/sysnames.inc
+
+2012-10-04 00:58 +0200 Joe Hunt
+(3074) Minor improvement to add_days/months/years for the new dateformats.
+ includes/date_functions.inc
+
+2012-10-02 22:50 +0200 Joe Hunt
+(3073) 0001806: Date problems fixed and new date formats MmmDDYYYY, DDMmmYYYY and YYYYMmmDD implemented.
+ admin/display_prefs.php
+ config.default.php
+ includes/date_functions.inc
+ includes/prefs/userprefs.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_view.inc
+ js/inserts.js
+
+2012-10-02 13:22 +0200 Janusz Dobrowolski
+(3071) Fixed void_stock_move() to avoid sparse lines in Inventory Items Movements register after DN edition.
+ includes/db/inventory_db.inc
+
+2012-10-02 09:42 +0200 Joe Hunt
+(3070) Having memo or comment displayed on bank_inquiry.php.
+ gl/inquiry/bank_inquiry.php
+
+2012-10-01 01:12 +0200 Joe Hunt
+(3069) Improved headers in printing Purchase Orders.
+ reporting/includes/doctext.inc
+ reporting/includes/pdf_report.inc
+ reporting/rep209.php
+
+2012-09-25 18:06 +0200 Joe Hunt
+(3068) Moved access functions from renderer to current_user. They were cluttered into all themes.
+ includes/current_user.inc
+ themes/aqua/renderer.php
+ themes/cool/renderer.php
+ themes/default/renderer.php
+
+2012-09-23 17:56 +0200 Janusz Dobrowolski
+(3067) Invalid input description in account groups for account class parameter.
+ gl/manage/gl_account_types.php
+
+2012-09-17 13:25 +0200 Janusz Dobrowolski
+(3066) Cleanup in check_faillog().
+ includes/session.inc
+
+2012-09-23 09:23 +0200 Joe Hunt
+(3065) 0001792: BLOOMBERG added to Exchange Rate Providers and config fix, improvement
+ gl/includes/db/gl_db_rates.inc
+
+2012-09-22 10:31 +0200 Joe Hunt
+(3064) 0001792: BLOOMBERG added to Exchange Rate Providers and config fix.
+ config.default.php
+ gl/includes/db/gl_db_rates.inc
+ gl/manage/exchange_rates.php
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2012-09-15 10:34 +0200 Janusz Dobrowolski
+(3061) Added tag version_2_3_12 for changeset 05b037ff3c0b
+ .hgtags
+
+2012-09-15 10:09 +0200 Joe Hunt
+(3060) Changelog.txt
+ CHANGELOG.txt
+
+2012-09-15 10:07 +0200 Joe Hunt
+(3059) Changelog.txt
+ CHANGELOG.txt
+
+2012-09-15 10:04 +0200 Joe Hunt
+(3058) Release 2.3.12
+ update.html
+ version.php
+
+2012-09-09 08:07 +0200 Janusz Dobrowolski
+(3033) Security cleanup on 'where' parameter in a couple of list helpers
+ includes/ui/ui_lists.inc
+
+2012-06-25 12:56 +0200 Janusz Dobrowolski
+(3032) Switching database to UTF8 encoding on upgrade to FA 2.4.
+ admin/db/maintenance_db.inc
+ admin/inst_upgrade.php
+ doc/api_changes.txt
+
+2012-06-22 16:05 +0200 Janusz Dobrowolski
+(3031) Standard invoicing icon used in prepayment invoicing inquire.
+ sales/inquiry/sales_orders_view.php
+
+2012-06-22 16:03 +0200 Janusz Dobrowolski
+(3030) Small fixes to deliveries sent in prepayment cycle.
+ sales/customer_delivery.php
+
+2012-06-18 21:13 +0200 Janusz Dobrowolski
+(3029) Further fixes to prepayment mode (updated init scripts and sql query in get_sales_order_header)
+ sales/includes/db/sales_order_db.inc
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2012-06-17 22:18 +0200 Janusz Dobrowolski
+(3028) 0000696: Additional permission level for other user's transactions edition.
+ gl/gl_bank.php
+ gl/gl_journal.php
+ includes/access_levels.inc
+ includes/current_user.inc
+ includes/data_checks.inc
+ purchasing/po_entry_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/sales_order_entry.php
+ sql/alter2.4.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2012-06-16 11:44 +0200 Janusz Dobrowolski
+(3010) 0000593,0001093: Prepayments made against orders implemented.
+ admin/gl_setup.php
+ applications/customers.php
+ applications/suppliers.php
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_trans.inc
+ includes/data_checks.inc
+ includes/db/allocations_db.inc
+ includes/db_pager.inc
+ includes/ui/allocation_cart.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+ lang/new_language_template/LC_MESSAGES/empty.po
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/suppalloc_db.inc
+ purchasing/includes/po_class.inc
+ purchasing/includes/purchasing_db.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+ purchasing/view/view_po.php
+ reporting/includes/doctext.inc
+ reporting/includes/pdf_report.inc
+ reporting/rep107.php
+ reporting/rep109.php
+ reporting/rep112.php
+ reporting/rep210.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/includes/cart_class.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/custalloc_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/sales_orders_view.php
+ sales/sales_order_entry.php
+ sales/view/view_invoice.php
+ sales/view/view_sales_order.php
+ sql/alter2.4.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2012-06-15 13:36 +0200 Janusz Dobrowolski
+(3009) Fixes in sales reports to use debtor_trans.tax_included field instead of trans_tax_details.included_in_price
+ reporting/rep107.php
+ reporting/rep110.php
+ reporting/rep113.php
+ sql/alter2.4.sql
+
+2012-04-15 14:17 +0200 Janusz Dobrowolski
+(3008) Deny access to error.log via http.
+ .htaccess
+
+2012-04-15 13:43 +0200 Janusz Dobrowolski
+(3007) Cleanups
+ gl/gl_bank.php
+ gl/includes/db/gl_db_accounts.inc
+
+2012-04-15 11:23 +0200 Janusz Dobrowolski
+(3006) Correction in accruals to avoid skipping shorter months.
+ gl/accruals.php
+
+2012-04-15 11:10 +0200 Janusz Dobrowolski
+(3005) Cleanup in bank_account_reconcile.
+ gl/bank_account_reconcile.php
+
+2012-04-09 11:32 +0200 Joe Hunt
+(3004) Changed hardcoded trans days in inquiries (30) to be a user preference.
+ admin/display_prefs.php
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/gl_account_inquiry.php
+ gl/inquiry/gl_trial_balance.php
+ gl/inquiry/profit_loss.php
+ gl/inquiry/tax_inquiry.php
+ gl/view/accrual_trans.php
+ includes/current_user.inc
+ includes/prefs/userprefs.inc
+ inventory/inquiry/stock_movements.php
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sql/alter2.4.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2012-04-09 10:13 +0200 Joe Hunt
+(3003) 0001503: Request - fee account included in bank account table
+ gl/bank_transfer.php
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/db/gl_db_banking.inc
+ gl/manage/bank_accounts.php
+ purchasing/includes/db/supp_payment_db.inc
+ purchasing/supplier_payment.php
+ sales/customer_payments.php
+ sales/includes/db/payment_db.inc
+ sql/alter2.4.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2012-03-29 22:58 +0200 Joe Hunt
+(2991) Default Receival Days implemented. Maintained in System and GL Setup.
+ CHANGELOG.txt
+ admin/gl_setup.php
+ includes/prefs/sysprefs.inc
+ purchasing/includes/ui/po_ui.inc
+ sql/alter2.4.php
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2012-03-04 16:52 +0100 Joe Hunt
+(2982) Fixed typo in location variable.
+ purchasing/includes/db/grn_db.inc
+
+2012-03-03 22:35 +0100 Janusz Dobrowolski
+(2981) Stable merged into unstable again (due to failure on binary file during previous merge).
+ .hgtags
+ .htaccess
+ CHANGELOG.txt
+ access/login.php
+ access/logout.php
+ access/timeout.php
+ admin/attachments.php
+ admin/backups.php
+ admin/change_current_user_password.php
+ admin/company_preferences.php
+ admin/create_coy.php
+ admin/db/attachments_db.inc
+ admin/db/company_db.inc
+ admin/db/fiscalyears_db.inc
+ admin/db/maintenance_db.inc
+ admin/db/printers_db.inc
+ admin/db/security_db.inc
+ admin/db/shipping_db.inc
+ admin/db/tags_db.inc
+ admin/db/transactions_db.inc
+ admin/db/users_db.inc
+ admin/db/voiding_db.inc
+ admin/display_prefs.php
+ admin/fiscalyears.php
+ admin/forms_setup.php
+ admin/gl_setup.php
+ admin/inst_lang.php
+ admin/inst_module.php
+ admin/inst_theme.php
+ admin/inst_upgrade.php
+ admin/payment_terms.php
+ admin/print_profiles.php
+ admin/printers.php
+ admin/security_roles.php
+ admin/shipping_companies.php
+ admin/system_diagnostics.php
+ admin/tags.php
+ admin/users.php
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ applications/application.php
+ applications/customers.php
+ applications/dimensions.php
+ applications/generalledger.php
+ applications/inventory.php
+ applications/manufacturing.php
+ applications/setup.php
+ applications/suppliers.php
+ company/0/images/102.jpg
+ config.default.php
+ dimensions/dimension_entry.php
+ dimensions/includes/dimensions_db.inc
+ dimensions/includes/dimensions_ui.inc
+ dimensions/inquiry/search_dimensions.php
+ dimensions/view/view_dimension.php
+ doc/2.1_Beta.txt
+ doc/2.2_Beta.txt
+ doc/access_levels.txt
+ doc/calculate_price.txt
+ doc/license.txt
+ doc/quick_entries.txt
+ frontaccounting.php
+ gl/accruals.php
+ gl/bank_account_reconcile.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/gl_budget.php
+ gl/gl_journal.php
+ gl/includes/db/gl_db_account_types.inc
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_currencies.inc
+ gl/includes/db/gl_db_rates.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/includes/gl_db.inc
+ gl/includes/gl_ui.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/inquiry/balance_sheet.php
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/gl_account_inquiry.php
+ gl/inquiry/gl_trial_balance.php
+ gl/inquiry/journal_inquiry.php
+ gl/inquiry/profit_loss.php
+ gl/inquiry/tax_inquiry.php
+ gl/manage/bank_accounts.php
+ gl/manage/close_period.php
+ gl/manage/currencies.php
+ gl/manage/exchange_rates.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ gl/manage/gl_quick_entries.php
+ gl/manage/revaluate_currencies.php
+ gl/view/bank_transfer_view.php
+ gl/view/gl_deposit_view.php
+ gl/view/gl_payment_view.php
+ gl/view/gl_trans_view.php
+ includes/JsHttpRequest.php
+ includes/access_levels.inc
+ includes/ajax.inc
+ includes/archive.inc
+ includes/banking.inc
+ includes/current_user.inc
+ includes/data_checks.inc
+ includes/date_functions.inc
+ includes/db/audit_trail_db.inc
+ includes/db/comments_db.inc
+ includes/db/connect_db.inc
+ includes/db/crm_contacts_db.inc
+ includes/db/inventory_db.inc
+ includes/db/manufacturing_db.inc
+ includes/db/references_db.inc
+ includes/db/sql_functions.inc
+ includes/db_pager.inc
+ includes/errors.inc
+ includes/hooks.inc
+ includes/lang/gettext.php
+ includes/lang/language.php
+ includes/main.inc
+ includes/manufacturing.inc
+ includes/packages.inc
+ includes/page/footer.inc
+ includes/page/header.inc
+ includes/prefs/sysprefs.inc
+ includes/prefs/userprefs.inc
+ includes/references.inc
+ includes/remote_url.inc
+ includes/session.inc
+ includes/sysnames.inc
+ includes/system_tests.inc
+ includes/systypes.inc
+ includes/types.inc
+ includes/ui.inc
+ includes/ui/allocation_cart.inc
+ includes/ui/contacts_view.inc
+ includes/ui/db_pager_view.inc
+ includes/ui/items_cart.inc
+ includes/ui/simple_crud_class.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_globals.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_msgs.inc
+ includes/ui/ui_view.inc
+ includes/ui/view_package.php
+ index.php
+ install.html
+ install/index.php
+ install/isession.inc
+ install/lang/ar_EG/LC_MESSAGES/ar_EG.mo
+ install/lang/ar_EG/LC_MESSAGES/ar_EG.po
+ install/lang/da_DK/LC_MESSAGES/da_DK.mo
+ install/lang/da_DK/LC_MESSAGES/da_DK.po
+ install/lang/fr_FR/LC_MESSAGES/fr_FR.mo
+ install/lang/fr_FR/LC_MESSAGES/fr_FR.po
+ install/lang/id_ID/LC_MESSAGES/id_ID.mo
+ install/lang/id_ID/LC_MESSAGES/id_ID.po
+ install/lang/in_ID/LC_MESSAGES/in_ID.mo
+ install/lang/in_ID/LC_MESSAGES/in_ID.po
+ install/lang/new_language_template/LC_MESSAGES/empty.po
+ install/lang/pl_PL/LC_MESSAGES/pl_PL.mo
+ install/lang/pl_PL/LC_MESSAGES/pl_PL.po
+ install/lang/pt_BR/LC_MESSAGES/pt_BR.mo
+ install/lang/pt_BR/LC_MESSAGES/pt_BR.po
+ install/lang/sv_SE/LC_MESSAGES/sv_SE.mo
+ install/lang/sv_SE/LC_MESSAGES/sv_SE.po
+ inventory/adjustments.php
+ inventory/cost_update.php
+ inventory/includes/db/items_adjust_db.inc
+ inventory/includes/db/items_category_db.inc
+ inventory/includes/db/items_codes_db.inc
+ inventory/includes/db/items_db.inc
+ inventory/includes/db/items_locations_db.inc
+ inventory/includes/db/items_prices_db.inc
+ inventory/includes/db/items_trans_db.inc
+ inventory/includes/db/items_transfer_db.inc
+ inventory/includes/db/items_units_db.inc
+ inventory/includes/db/movement_types_db.inc
+ inventory/includes/inventory_db.inc
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ inventory/inquiry/stock_movements.php
+ inventory/inquiry/stock_status.php
+ inventory/manage/item_categories.php
+ inventory/manage/item_codes.php
+ inventory/manage/item_units.php
+ inventory/manage/items.php
+ inventory/manage/locations.php
+ inventory/manage/movement_types.php
+ inventory/manage/sales_kits.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ inventory/transfers.php
+ inventory/view/view_adjustment.php
+ inventory/view/view_transfer.php
+ js/JsHttpRequest.js
+ js/allocate.js
+ js/behaviour.js
+ js/budget.js
+ js/inserts.js
+ js/payalloc.js
+ js/reconcile.js
+ js/utils.js
+ lang/en_US/LC_MESSAGES/en_US.mo
+ lang/new_language_template/LC_MESSAGES/empty.po
+ lang/new_language_template/locale.inc
+ manufacturing/includes/db/work_centres_db.inc
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_order_requirements_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ manufacturing/includes/manufacturing_db.inc
+ manufacturing/includes/manufacturing_ui.inc
+ manufacturing/includes/work_order_issue_ui.inc
+ manufacturing/inquiry/bom_cost_inquiry.php
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/manage/work_centres.php
+ manufacturing/search_work_orders.php
+ manufacturing/view/wo_issue_view.php
+ manufacturing/view/wo_production_view.php
+ manufacturing/view/work_order_view.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_costs.php
+ manufacturing/work_order_entry.php
+ manufacturing/work_order_issue.php
+ manufacturing/work_order_release.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/invoice_items_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/supp_payment_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/db/suppalloc_db.inc
+ purchasing/includes/db/suppliers_db.inc
+ purchasing/includes/po_class.inc
+ purchasing/includes/purchasing_db.inc
+ purchasing/includes/purchasing_ui.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/grn_ui.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/manage/suppliers.php
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_payment.php
+ purchasing/view/view_grn.php
+ purchasing/view/view_po.php
+ purchasing/view/view_supp_credit.php
+ purchasing/view/view_supp_invoice.php
+ purchasing/view/view_supp_payment.php
+ reporting/includes/Workbook.php
+ reporting/includes/class.graphic.inc
+ reporting/includes/class.mail.inc
+ reporting/includes/class.pdf.inc
+ reporting/includes/doctext.inc
+ reporting/includes/excel_report.inc
+ reporting/includes/fpdi/fpdi2tcpdf_bridge.php
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/reporting.inc
+ reporting/includes/reports_classes.inc
+ reporting/includes/tcpdf.php
+ reporting/prn_redirect.php
+ reporting/rep101.php
+ reporting/rep102.php
+ reporting/rep103.php
+ reporting/rep104.php
+ reporting/rep105.php
+ reporting/rep106.php
+ reporting/rep107.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep111.php
+ reporting/rep112.php
+ reporting/rep201.php
+ reporting/rep202.php
+ reporting/rep203.php
+ reporting/rep204.php
+ reporting/rep209.php
+ reporting/rep210.php
+ reporting/rep301.php
+ reporting/rep302.php
+ reporting/rep303.php
+ reporting/rep304.php
+ reporting/rep305.php
+ reporting/rep401.php
+ reporting/rep409.php
+ reporting/rep501.php
+ reporting/rep601.php
+ reporting/rep701.php
+ reporting/rep702.php
+ reporting/rep704.php
+ reporting/rep705.php
+ reporting/rep706.php
+ reporting/rep707.php
+ reporting/rep708.php
+ reporting/rep709.php
+ reporting/rep710.php
+ reporting/reports_main.php
+ sales/allocations/customer_allocate.php
+ sales/allocations/customer_allocation_main.php
+ sales/create_recurrent_invoices.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/includes/cart_class.inc
+ sales/includes/db/branches_db.inc
+ sales/includes/db/credit_status_db.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/cust_trans_details_db.inc
+ sales/includes/db/custalloc_db.inc
+ sales/includes/db/customers_db.inc
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/db/sales_points_db.inc
+ sales/includes/db/sales_types_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/sales_ui.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sales/manage/credit_status.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/manage/recurrent_invoices.php
+ sales/manage/sales_areas.php
+ sales/manage/sales_groups.php
+ sales/manage/sales_people.php
+ sales/manage/sales_points.php
+ sales/manage/sales_types.php
+ sales/sales_order_entry.php
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_receipt.php
+ sales/view/view_sales_order.php
+ sql/alter.sql
+ sql/alter2.1.php
+ sql/alter2.1.sql
+ sql/alter2.2.php
+ sql/alter2.2.sql
+ sql/alter2.2rc.sql
+ sql/alter2.3.php
+ sql/alter2.3.sql
+ sql/alter2.3rc.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ taxes/db/item_tax_types_db.inc
+ taxes/db/tax_groups_db.inc
+ taxes/db/tax_types_db.inc
+ taxes/item_tax_types.php
+ taxes/tax_calc.inc
+ taxes/tax_groups.php
+ taxes/tax_types.php
+ themes/aqua/default.css
+ themes/aqua/renderer.php
+ themes/cool/default.css
+ themes/cool/images/sort_asc.gif
+ themes/cool/images/sort_desc.gif
+ themes/cool/renderer.php
+ themes/default/default.css
+ themes/default/login.css
+ themes/default/renderer.php
+ update.html
+ version.php
+
+2012-02-16 23:04 +0100 Janusz Dobrowolski
+(2980) Merged stable branch up to 2.3.10
+ .hgtags
+ access/logout.php
+ admin/attachments.php
+ admin/db/company_db.inc
+ admin/db/maintenance_db.inc
+ admin/db/users_db.inc
+ admin/inst_lang.php
+ admin/void_transaction.php
+ config.default.php
+ dimensions/includes/dimensions_db.inc
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/inquiry/journal_inquiry.php
+ gl/manage/bank_accounts.php
+ gl/manage/currencies.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ includes/current_user.inc
+ includes/db/inventory_db.inc
+ includes/errors.inc
+ includes/hooks.inc
+ includes/lang/gettext.php
+ includes/lang/language.php
+ includes/main.inc
+ includes/packages.inc
+ includes/page/footer.inc
+ includes/session.inc
+ includes/sysnames.inc
+ includes/system_tests.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+ install/index.php
+ install/isession.inc
+
+2012-02-16 13:57 +0100 Janusz Dobrowolski
+(2979) [0000598] Added tax_included field to debtor_trans table.
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sql/alter2.4.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2012-02-16 12:25 +0100 Janusz Dobrowolski
+(2978) Fixed 2.4 upgrade routines (column drop moved to post-upgrade cleanup).
+ sql/alter2.4.php
+ sql/alter2.4.sql
+
+2012-02-16 11:19 +0100 Janusz Dobrowolski
+(2977) [0001174] Added bank account in customer branch record.
+ sql/alter2.4.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2012-02-16 08:46 +0100 Joe Hunt
+(2976) 0000684: Space for Legal Text is not enough. Extended to a text field.
+ sql/alter2.4.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2012-02-14 10:36 +0100 Joe Hunt
+(2975) 0001161: Fix index on stk_code in sales_order_details and item_code in purch_order_details.
+ sql/alter2.4.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2012-02-14 10:17 +0100 Joe Hunt
+(2974) 0000698: Spare 'rate' field in tax_group_items
+ sql/alter2.4.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ taxes/db/tax_groups_db.inc
+ taxes/tax_groups.php
+
+2012-02-16 10:40 +0100 Janusz Dobrowolski
+(2919) [0001174] Adding bank account tnumber to customer branch record.
+ gl/includes/db/gl_db_bank_accounts.inc
+ includes/sysnames.inc
+ includes/types.inc
+ sales/includes/db/branches_db.inc
+ sales/manage/customer_branches.php
+ sql/alter2.4.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2011-09-18 11:03 +0200 Janusz Dobrowolski
+(2880) Additional fixes to last merge.
+ admin/db/company_db.inc
+ gl/includes/db/gl_db_accounts.inc
+
+2011-09-06 10:47 +0200 Janusz Dobrowolski
+(2879) Added tag unstable_2_3_7 for changeset 4a14cd5b8bc8
+ .hgtags
+
+2011-09-06 10:47 +0200 Janusz Dobrowolski
+(2878) Changes up to 2.3.7 merged into unstable branch.
+ .hgtags
+ CHANGELOG.txt
+ admin/backups.php
+ admin/change_current_user_password.php
+ admin/create_coy.php
+ admin/crm_categories.php
+ admin/db/company_db.inc
+ admin/db/fiscalyears_db.inc
+ admin/db/transactions_db.inc
+ admin/db/users_db.inc
+ admin/db/voiding_db.inc
+ admin/gl_setup.php
+ admin/inst_module.php
+ admin/users.php
+ admin/void_transaction.php
+ gl/bank_account_reconcile.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/gl_journal.php
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_rates.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/inquiry/balance_sheet.php
+ gl/inquiry/gl_account_inquiry.php
+ gl/inquiry/gl_trial_balance.php
+ gl/inquiry/journal_inquiry.php
+ gl/manage/bank_accounts.php
+ gl/manage/gl_accounts.php
+ gl/manage/gl_quick_entries.php
+ gl/manage/revaluate_currencies.php
+ gl/view/gl_deposit_view.php
+ includes/current_user.inc
+ includes/data_checks.inc
+ includes/db/audit_trail_db.inc
+ includes/db/inventory_db.inc
+ includes/errors.inc
+ includes/hooks.inc
+ includes/session.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+
+2011-08-31 23:39 +0200 Joe Hunt
+(2874) 0001013: Bank Statement w/Reconcile for print incorporated in core.
+ reporting/rep602.php
+ reporting/reports_main.php
+
+2011-08-19 10:04 +0200 Janusz Dobrowolski
+(2868) Due date should be preserved on purchase invoice edition start.
+ purchasing/includes/db/invoice_db.inc
+
+2011-07-13 14:52 +0200 Joe Hunt
+(2841) Fixed print of taxes on documents
+ reporting/rep107.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep209.php
+
+2011-07-13 14:00 +0200 Joe Hunt
+(2840) Rerun of tax_groups.php
+ taxes/tax_groups.php
+
+2011-07-13 10:57 +0200 Joe Hunt
+(2839) Rerun of tax_groups_db.inc
+ taxes/db/tax_groups_db.inc
+
+2011-07-13 10:52 +0200 Joe Hunt
+(2838) Rerun of new tax group and shipping files
+ includes/ui/ui_view.inc
+ taxes/db/tax_groups_db.inc
+ taxes/tax_calc.inc
+ taxes/tax_groups.php
+
+2011-07-12 17:16 +0200 Joe Hunt
+(2837) Update of default COAs
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2011-07-12 16:50 +0200 Joe Hunt
+(2836) 0000710: Shipping tax on all tax groups. And marking with tax type(s) it shall have.
+ sales/includes/cart_class.inc
+ sql/alter2.4.sql
+ taxes/db/tax_groups_db.inc
+ taxes/tax_calc.inc
+ taxes/tax_groups.php
+
+2011-07-10 23:01 +0200 Janusz Dobrowolski
+(2793) Implemented journal entries with multiply virtual AR/AP subaccounts.
+ admin/db/fiscalyears_db.inc
+ gl/bank_account_reconcile.php
+ gl/gl_journal.php
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/inquiry/bank_inquiry.php
+ gl/view/gl_deposit_view.php
+ gl/view/gl_payment_view.php
+ gl/view/gl_trans_view.php
+ includes/types.inc
+ includes/ui/items_cart.inc
+ includes/ui/ui_lists.inc
+ purchasing/includes/db/invoice_items_db.inc
+ purchasing/includes/ui/invoice_ui.inc
+ reporting/rep601.php
+ reporting/rep702.php
+ sql/alter2.4.sql
+
+2011-05-06 14:07 +0200 Janusz Dobrowolski
+(2767) Added tag unstable_2_3_4 for changeset dd39e5e145c7
+ .hgtags
+
+2011-05-06 14:05 +0200 Janusz Dobrowolski
+(2758) Merged changes up to version 2.3.4 into unstable.
+ CHANGELOG.txt
+ access/login.php
+ access/logout.php
+ admin/create_coy.php
+ admin/db/maintenance_db.inc
+ admin/db/users_db.inc
+ admin/db/voiding_db.inc
+ admin/void_transaction.php
+ config.default.php
+ gl/accruals.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_rates.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/gl_trial_balance.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ gl/view/gl_trans_view.php
+ includes/access_levels.inc
+ includes/data_checks.inc
+ includes/date_functions.inc
+ includes/db/connect_db.inc
+ includes/db/inventory_db.inc
+ includes/db/manufacturing_db.inc
+ includes/errors.inc
+ includes/hooks.inc
+ includes/lang/gettext.php
+ includes/packages.inc
+ includes/references.inc
+ includes/types.inc
+ includes/ui/items_cart.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_msgs.inc
+ includes/ui/ui_view.inc
+ js/login.js
+
+2011-04-27 22:03 +0200 Janusz Dobrowolski
+(2743) Added Purchase Invice edition.
+ includes/app_entries.inc
+ includes/db/inventory_db.inc
+ includes/references.inc
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/invoice_items_db.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+
+2011-04-01 15:54 +0200 Janusz Dobrowolski
+(2708) Added file for FA framework changes documentation.
+ doc/api_changes.txt
+
+2011-04-01 15:45 +0200 Janusz Dobrowolski
+(2707) Fixed upgrade routines, reorganized db_export and company preferences related functions.
+This removes problems with databases spread over multiply hosts and make possible db_export to
+central backup directory.
+ admin/db/company_db.inc
+ admin/db/maintenance_db.inc
+ admin/inst_upgrade.php
+ purchasing/includes/db/po_db.inc
+ sql/alter2.1.php
+ sql/alter2.2.php
+ sql/alter2.3.php
+ sql/alter2.4.php
+
+2011-03-23 18:42 +0100 Janusz Dobrowolski
+(2694) Blocked purchase invoice and delivery entry for closed date.
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_invoice.php
+
+2011-01-26 15:01 +0000 Janusz Dobrowolski
+(2630) Transactions will remain closed after after fiscal year was reopened.
+ admin/db/fiscalyears_db.inc
+
+2011-01-26 14:58 +0000 Janusz Dobrowolski
+(2629) Added date check against closed fiscal year.
+ gl/manage/close_period.php
+
+2011-01-26 13:02 +0000 Janusz Dobrowolski
+(2628) Added closing transactions on selected date, reorganized WO costing.
+ CHANGELOG.txt
+
+2011-01-26 13:01 +0000 Janusz Dobrowolski
+(2627) Fixed transaction date check messages.
+ gl/accruals.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/gl_journal.php
+ gl/manage/revaluate_currencies.php
+ inventory/adjustments.php
+ inventory/transfers.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_payment.php
+ sales/create_recurrent_invoices.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/inquiry/customer_inquiry.php
+ sales/sales_order_entry.php
+
+2011-01-26 12:59 +0000 Janusz Dobrowolski
+(2626) Reorganized work order costing to make corect registration of costs in journal.
+ includes/sysnames.inc
+ includes/types.inc
+ includes/ui/ui_view.inc
+ manufacturing/includes/db/work_order_costing_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ manufacturing/includes/manufacturing_db.inc
+ manufacturing/includes/manufacturing_ui.inc
+ manufacturing/view/wo_costs_view.php
+ manufacturing/work_order_costs.php
+ sql/alter2.4.php
+ sql/alter2.4.sql
+
+2011-01-26 12:56 +0000 Janusz Dobrowolski
+(2625) Fixed transaction date check message.
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_entry.php
+
+2011-01-26 12:53 +0000 Janusz Dobrowolski
+(2624) Added closing transactions up to selected date.
+ applications/generalledger.php
+ config.default.php
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/journal_inquiry.php
+ gl/manage/close_period.php
+ includes/access_levels.inc
+ includes/db/audit_trail_db.inc
+ includes/ui/ui_input.inc
+ purchasing/po_entry_items.php
+ themes/aqua/images/closed.png
+ themes/cool/images/closed.png
+ themes/default/images/closed.png
+
+2011-01-26 12:46 +0000 Janusz Dobrowolski
+(2623) Added system tale for transaction edition entry points.
+ includes/app_entries.inc
+ includes/session.inc
+
+2011-01-26 12:46 +0000 Janusz Dobrowolski
+(2622) Added check_user_access helper.
+ includes/current_user.inc
+
+2011-01-26 12:45 +0000 Janusz Dobrowolski
+(2621) Added check for closed transactions.
+ includes/data_checks.inc
+
+2011-01-26 12:45 +0000 Janusz Dobrowolski
+(2620) Added check for closed date.
+ includes/date_functions.inc
+
+2011-01-26 12:44 +0000 Janusz Dobrowolski
+(2619) Added missing tax_algorithm retrieval in read_po_header()
+ purchasing/includes/db/po_db.inc
+
+2011-01-26 12:42 +0000 Janusz Dobrowolski
+(2618) Fixed bug in set_company_pref()
+ admin/db/company_db.inc
+
+2011-01-26 12:32 +0000 Janusz Dobrowolski
+(2617) Fixed buggy qoh check message.
+ manufacturing/work_order_issue.php
+
+2011-01-06 22:48 +0000 Janusz Dobrowolski
+(2592) Upgrade procedures for 2.4
+ sql/alter2.4.php
+ sql/alter2.4.sql
+
+2011-01-06 21:33 +0000 Janusz Dobrowolski
+(2591) 'grn_clearing_act' pref initialization moved to 2.4 upgrade routines.
+ admin/gl_setup.php
+
+2011-01-06 20:57 +0000 Janusz Dobrowolski
+(2590) Initialized upgrade procedures for FA 2.4
+ CHANGELOG.txt
+
+2011-01-06 20:18 +0000 Janusz Dobrowolski
+(2589) Added cash payment in purchasing Direct Invoice, added tax calculation algorithm selection for company/supplier.
+ CHANGELOG.txt
+
+2011-01-06 20:16 +0000 Janusz Dobrowolski
+(2588) Added tax calcualtion algorithm selection in sales and purchasing, driven by  company/supplier setting.
+ admin/gl_setup.php
+ includes/sysnames.inc
+ includes/types.inc
+ includes/ui/ui_lists.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/db/suppliers_db.inc
+ purchasing/includes/po_class.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/manage/suppliers.php
+ purchasing/supplier_invoice.php
+ reporting/rep209.php
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ taxes/tax_calc.inc
+
+2011-01-06 20:14 +0000 Janusz Dobrowolski
+(2587) Added cash payment and tax calculation algorithm selection in pucrhase Direct Invoice.
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+
+2011-01-06 20:12 +0000 Janusz Dobrowolski
+(2586) Updated sources version.
+ version.php
+
+2011-01-04 17:32 +0000 Janusz Dobrowolski
+(2585) Merged changes from mai trunk up to 2.3.1
+ CHANGELOG.txt
+ admin/create_coy.php
+ admin/db/company_db.inc
+ admin/db/transactions_db.inc
+ admin/gl_setup.php
+ admin/void_transaction.php
+ applications/application.php
+ applications/customers.php
+ applications/dimensions.php
+ applications/generalledger.php
+ applications/inventory.php
+ applications/manufacturing.php
+ applications/setup.php
+ applications/suppliers.php
+ config.default.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/balance_sheet.php
+ gl/inquiry/profit_loss.php
+ gl/manage/gl_quick_entries.php
+ includes/date_functions.inc
+ includes/db/inventory_db.inc
+ includes/errors.inc
+ includes/hooks.inc
+ includes/lang/gettext.php
+ includes/packages.inc
+ includes/session.inc
+ includes/ui/items_cart.inc
+ includes/ui/ui_lists.inc
+ install/index.php
+ install/isession.inc
+ js/reconcile.js
+ lang/new_language_template/LC_MESSAGES/empty.po
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/po_class.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_payment.php
+ reporting/includes/pdf_report.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/sales_order_entry.php
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ themes/aqua/images/menu_entry.png
+ themes/aqua/images/menu_inquiry.png
+ themes/aqua/images/menu_maintenance.png
+ themes/aqua/images/menu_report.png
+ themes/aqua/images/menu_settings.png
+ themes/aqua/images/menu_system.png
+ themes/aqua/images/menu_transaction.png
+ themes/aqua/images/menu_update.png
+ themes/aqua/renderer.php
+ themes/cool/images/menu_entry.png
+ themes/cool/images/menu_inquiry.png
+ themes/cool/images/menu_maintenance.png
+ themes/cool/images/menu_report.png
+ themes/cool/images/menu_settings.png
+ themes/cool/images/menu_system.png
+ themes/cool/images/menu_transaction.png
+ themes/cool/images/menu_update.png
+ themes/cool/renderer.php
+ themes/default/images/menu_entry.png
+ themes/default/images/menu_inquiry.png
+ themes/default/images/menu_maintenance.png
+ themes/default/images/menu_report.png
+ themes/default/images/menu_settings.png
+ themes/default/images/menu_system.png
+ themes/default/images/menu_transaction.png
+ themes/default/images/menu_update.png
+ themes/default/renderer.php
+ version.php
+
+2010-12-09 12:53 +0000 Janusz Dobrowolski
+(2536) Release date in changelog fixed
+ CHANGELOG.txt
+
+2010-12-09 12:45 +0000 Joe Hunt
+(2535) Release 2.3.0
+ CHANGELOG.txt
+ version.php
+
+2010-12-09 11:12 +0000 Janusz Dobrowolski
+(2534) Fixed bugs 312-314, imporved debug error handling, updated gettext template.
+ CHANGELOG.txt
+
+2010-12-09 11:09 +0000 Janusz Dobrowolski
+(2533) [0000313] Fixed multiply vulnerabilities.
+ dimensions/includes/dimensions_db.inc
+ includes/banking.inc
+ includes/data_checks.inc
+ includes/systypes.inc
+ purchasing/includes/ui/po_ui.inc
+ reporting/includes/header2.inc
+ sales/includes/sales_db.inc
+
+2010-12-09 11:07 +0000 Janusz Dobrowolski
+(2532) Debug backtrace on all errors when go_debug is set to 2
+ includes/errors.inc
+ includes/ui/ui_msgs.inc
+ includes/ui/ui_view.inc
+
+2010-12-09 11:06 +0000 Janusz Dobrowolski
+(2531) Added SetFontSize method for better compatibility with pdf version.
+ reporting/includes/excel_report.inc
+
+2010-12-09 11:06 +0000 Janusz Dobrowolski
+(2530) Fixed sql assembly in get_account_types.
+ gl/includes/db/gl_db_account_types.inc
+
+2010-12-09 11:05 +0000 Janusz Dobrowolski
+(2529) [0000312] Prevented directory traversal
+ admin/attachments.php
+ admin/company_preferences.php
+ admin/display_prefs.php
+
+2010-12-09 11:04 +0000 Janusz Dobrowolski
+(2528) [0000314] Fixed session fixation vulnerability
+ includes/session.inc
+
+2010-12-09 11:03 +0000 Janusz Dobrowolski
+(2527) Updated to current sorces
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2010-12-08 13:27 +0000 Janusz Dobrowolski
+(2526) Added errors.inc inclusion in isession.inc
+ CHANGELOG.txt
+ install/isession.inc
+
+2010-12-07 16:04 +0000 Janusz Dobrowolski
+(2525) Additional fix to error handling.
+ CHANGELOG.txt
+ includes/errors.inc
+
+2010-12-07 12:09 +0000 Janusz Dobrowolski
+(2524) Imporved eror handling, aded missing hooks class methods placeholders.
+ CHANGELOG.txt
+
+2010-12-07 12:08 +0000 Janusz Dobrowolski
+(2523) Improved error handling.
+ admin/inst_module.php
+ includes/main.inc
+ includes/session.inc
+
+2010-12-07 12:07 +0000 Janusz Dobrowolski
+(2522) Added missing hook class methods placeholders.
+ includes/hooks.inc
+
+2010-12-07 12:05 +0000 Janusz Dobrowolski
+(2521) Changes error_reporting parameter acording to tip in php manual.
+ config.default.php
+
+2010-12-07 10:12 +0000 Janusz Dobrowolski
+(2520) typo fixed
+ config.default.php
+
+2010-12-07 10:12 +0000 Janusz Dobrowolski
+(2519) Typo fixed.
+ reporting/includes/tcpdf.php
+
+2010-12-07 08:05 +0000 Janusz Dobrowolski
+(2518) Fixed multiply small issues mainly related to php5.3.
+ CHANGELOG.txt
+
+2010-12-07 08:04 +0000 Janusz Dobrowolski
+(2517) Fixed multiply strict warnings, fixed error handling on php 5.3
+ config.default.php
+ reporting/includes/class.pdf.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/tcpdf.php
+
+2010-12-07 08:02 +0000 Janusz Dobrowolski
+(2516) Fixed uploaded file name test
+ admin/backups.php
+
+2010-12-07 08:01 +0000 Janusz Dobrowolski
+(2515) Voided transactions should not be presented in GL inquiry.
+ gl/includes/db/gl_db_trans.inc
+
+2010-12-07 08:00 +0000 Janusz Dobrowolski
+(2514) Missing tags argument in display_type call
+ reporting/rep705.php
+
+2010-12-03 12:34 +0000 Janusz Dobrowolski
+(2513) Fixed company prefs refresh after upgrade/restore, some smaller clenaups.
+ CHANGELOG.txt
+
+2010-12-03 12:32 +0000 Janusz Dobrowolski
+(2512) Clenaups.
+ includes/ui/ui_lists.inc
+ sales/includes/ui/sales_order_ui.inc
+
+2010-12-03 12:32 +0000 Janusz Dobrowolski
+(2511) Added core translation support for modules.
+ includes/hooks.inc
+ includes/lang/gettext.php
+
+2010-12-03 12:28 +0000 Janusz Dobrowolski
+(2510) Imporved readibility.
+ reporting/rep701.php
+
+2010-12-03 12:27 +0000 Janusz Dobrowolski
+(2509) Fixed company prefs refresh after upgrade/restore.
+ admin/backups.php
+ admin/db/company_db.inc
+ admin/inst_upgrade.php
+
+2010-12-03 11:59 +0000 Joe Hunt
+(2508) Fixing year closure for earlier fiscal years. en_US-demo.sql
+Rerun of trial balance.
+ CHANGELOG.txt
+ gl/inquiry/gl_trial_balance.php
+ reporting/rep708.php
+ sql/en_US-demo.sql
+
+2010-12-03 10:25 +0000 Joe Hunt
+(2507) Creating a warning when opening balance in trial balance is not in balance,
+ CHANGELOG.txt
+ gl/inquiry/gl_trial_balance.php
+ reporting/rep708.php
+
+2010-12-03 00:27 +0000 Joe Hunt
+(2506) Changed so it is not possible to select a from date bigger than fiscal year end in trial balance.
+ CHANGELOG.txt
+ gl/inquiry/gl_trial_balance.php
+
+2010-12-02 14:24 +0000 Joe Hunt
+(2505) When deleting a fiscal year, the open balances should share the same trans no.
+ CHANGELOG.txt
+ admin/db/fiscalyears_db.inc
+
+2010-12-01 10:14 +0000 Joe Hunt
+(2504) Better test for correct balance accounts when closing fiscal year.
+ CHANGELOG.txt
+ admin/db/fiscalyears_db.inc
+
+2010-11-29 09:04 +0000 Janusz Dobrowolski
+(2503) Fixed display bug in view/print/void transaction, and problem with uploading sql files.
+ CHANGELOG.txt
+
+2010-11-29 09:03 +0000 Janusz Dobrowolski
+(2502) [0000290] Can't upload files
+ admin/backups.php
+
+2010-11-29 09:02 +0000 Janusz Dobrowolski
+(2501) [0000289] Duplicate records in view/print/void transaction pager
+ admin/db/transactions_db.inc
+
+2010-11-28 20:17 +0000 Janusz Dobrowolski
+(2500) Added Italian install wizard translation by Paolo Ardoino.
+ CHANGELOG.txt
+ install/isession.inc
+ install/lang/it_IT/LC_MESSAGES/it_IT.mo
+ install/lang/it_IT/LC_MESSAGES/it_IT.po
+
+2010-11-28 19:12 +0000 Janusz Dobrowolski
+(2499) Transaction names shortcuts added.
+ CHANGELOG.txt
+ includes/sysnames.inc
+ reporting/includes/reports_classes.inc
+
+2010-11-28 13:06 +0000 Joe Hunt
+(2498) Removed possibility to use bank account in Direct Invoice. This
+was an old method for handling Cash Payment. We now have better options.
+ CHANGELOG.txt
+ sales/includes/db/sales_invoice_db.inc
+ sales/manage/customer_branches.php
+
+2010-11-26 14:24 +0000 Janusz Dobrowolski
+(2497) Improved reports menu display.
+ CHANGELOG.txt
+ js/inserts.js
+ js/reports.js
+ js/utils.js
+ reporting/includes/reports_classes.inc
+ reporting/reports_main.php
+
+2010-11-26 10:10 +0000 Janusz Dobrowolski
+(2496) Fixed ugreports 283,285 and two other small fixes.
+ CHANGELOG.txt
+
+2010-11-26 10:09 +0000 Janusz Dobrowolski
+(2495) Fixed vulnerability on id paramater
+ admin/db/security_db.inc
+
+2010-11-26 10:08 +0000 Janusz Dobrowolski
+(2494) Fixed hotkeys support after validation changes
+ js/inserts.js
+
+2010-11-26 10:07 +0000 Janusz Dobrowolski
+(2493) Fixed errors/warning due to leaved obsolete code.
+ reporting/rep109.php
+
+2010-11-26 10:07 +0000 Janusz Dobrowolski
+(2492) Fixed tabs switching
+ sales/manage/customer_branches.php
+
+2010-11-24 18:02 +0000 Janusz Dobrowolski
+(2491) A couple of additional smaller fixes.
+ CHANGELOG.txt
+
+2010-11-24 18:01 +0000 Janusz Dobrowolski
+(2490) [0000281] Filename saitization added
+ admin/attachments.php
+ admin/db/maintenance_db.inc
+ includes/main.inc
+
+2010-11-24 18:00 +0000 Janusz Dobrowolski
+(2489) Fixed period type display.
+ gl/manage/gl_quick_entries.php
+
+2010-11-24 17:59 +0000 Janusz Dobrowolski
+(2488) Fixed errors display in included files.
+ includes/hooks.inc
+
+2010-11-24 17:58 +0000 Janusz Dobrowolski
+(2487) Fixed backup view, sanitization.
+ admin/backups.php
+
+2010-11-22 21:14 +0000 Janusz Dobrowolski
+(2486) Extended and improved hooks system, multiply smaller fixes.
+ CHANGELOG.txt
+
+2010-11-22 21:13 +0000 Janusz Dobrowolski
+(2485) Rewritten third-party module installation according to extended hooks system.
+ admin/inst_module.php
+
+2010-11-22 21:12 +0000 Janusz Dobrowolski
+(2484) Tabs/menu/roles extensions moved to module hooks file, added (un)install hooks.
+ includes/access_levels.inc
+ includes/packages.inc
+ sql/alter2.3.php
+
+2010-11-22 21:10 +0000 Janusz Dobrowolski
+(2483) check_table helper moved.
+ admin/db/maintenance_db.inc
+ admin/inst_upgrade.php
+
+2010-11-22 21:09 +0000 Janusz Dobrowolski
+(2482) Integration of hooks provided by extensions.
+ includes/hooks.inc
+ includes/session.inc
+
+2010-11-22 21:09 +0000 Janusz Dobrowolski
+(2481) Hooks for tabs/mneu added.
+ applications/application.php
+ frontaccounting.php
+
+2010-11-22 21:08 +0000 Janusz Dobrowolski
+(2480) Cleanup
+ includes/main.inc
+
+2010-11-22 21:08 +0000 Janusz Dobrowolski
+(2479) Fixed long timeouts on localhost repo.
+ includes/remote_url.inc
+
+2010-11-22 21:07 +0000 Janusz Dobrowolski
+(2478) Fixed input sanitization.
+ reporting/prn_redirect.php
+
+2010-11-22 21:06 +0000 Janusz Dobrowolski
+(2477) Additional security related fixes.
+ .htaccess
+
+2010-11-22 21:05 +0000 Janusz Dobrowolski
+(2476) Fixed parameter sanitization in get_compan_extensions().
+ admin/db/company_db.inc
+
+2010-11-22 21:04 +0000 Janusz Dobrowolski
+(2475) Fixed db_close() helper.
+ includes/db/connect_db.inc
+
+2010-11-22 21:04 +0000 Janusz Dobrowolski
+(2474) Fixed bug in update_person_contact().
+ includes/db/crm_contacts_db.inc
+
+2010-11-22 21:03 +0000 Janusz Dobrowolski
+(2473) Fixed bug in exrate return.
+ gl/includes/db/gl_db_rates.inc
+
+2010-11-22 21:02 +0000 Janusz Dobrowolski
+(2472) Item type dispaincorrectd after change saving.
+ inventory/manage/items.php
+
+2010-11-18 22:08 +0000 Joe Hunt
+(2471) Could not enter a year before other years (removed readonly begin)
+and better check for first end year.
+ CHANGELOG.txt
+ admin/db/fiscalyears_db.inc
+ admin/fiscalyears.php
+
+2010-11-18 10:36 +0000 Janusz Dobrowolski
+(2470) Updated language template, added spanish install wizard translation.
+ CHANGELOG.txt
+
+2010-11-18 10:31 +0000 Janusz Dobrowolski
+(2469) Updated including exclusive theme messages.
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2010-11-18 10:30 +0000 Janusz Dobrowolski
+(2468) Added Spanish (Mexico) translation.
+ install/isession.inc
+ install/lang/es_MX/LC_MESSAGES/es_MX.mo
+ install/lang/es_MX/LC_MESSAGES/es_MX.po
+
+2010-11-18 00:49 +0000 Joe Hunt
+(2467) Scrambled graphic images to avoid unwanted downloads.
+ CHANGELOG.txt
+ reporting/rep102.php
+ reporting/rep202.php
+ reporting/rep706.php
+ reporting/rep707.php
+
+2010-11-16 14:10 +0000 Joe Hunt
+(2466) Added Work Order Entry menu link after Sales Order issue.
+ CHANGELOG.txt
+ sales/sales_order_entry.php
+
+2010-11-16 13:52 +0000 Joe Hunt
+(2465) Minor change in class.graphic.inc
+ CHANGELOG.txt
+ reporting/includes/class.graphic.inc
+
+2010-11-15 15:25 +0000 Janusz Dobrowolski
+(2464) Default font for graphics changed from Vera to LiberationSans-Regular.
+ CHANGELOG.txt
+ reporting/fonts/LiberationSans-Regular.ttf
+ reporting/fonts/Vera.ttf
+ reporting/includes/class.graphic.inc
+ reporting/rep102.php
+ reporting/rep202.php
+ reporting/rep706.php
+ reporting/rep707.php
+
+2010-11-15 12:13 +0000 Janusz Dobrowolski
+(2463) Fixed date legend in supplier documents, fixed text encoding in graphics.
+ CHANGELOG.txt
+
+2010-11-15 12:12 +0000 Janusz Dobrowolski
+(2462) Fixed transaction date legend.
+ purchasing/includes/ui/po_ui.inc
+
+2010-11-15 12:11 +0000 Janusz Dobrowolski
+(2461) Fixed text encoding.
+ reporting/includes/class.graphic.inc
+
+2010-11-13 10:14 +0000 Janusz Dobrowolski
+(2460) Removed sparse postread hook.
+ sales/includes/db/sales_order_db.inc
+
+2010-11-13 09:38 +0000 Janusz Dobrowolski
+(2459) Established new hooks class convention.
+ CHANGELOG.txt
+ includes/hooks.inc
+ includes/session.inc
+ lang/new_language_template/locale.inc
+
+2010-11-13 09:19 +0000 Janusz Dobrowolski
+(2458) Added db_write/db_void hooks.
+ gl/includes/db/gl_db_banking.inc
+ inventory/includes/db/items_adjust_db.inc
+ inventory/includes/db/items_transfer_db.inc
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/supp_payment_db.inc
+ purchasing/po_entry_items.php
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+
+2010-11-13 09:18 +0000 Janusz Dobrowolski
+(2457) Old hooks superseded by new hooks API.
+ gl/includes/db/gl_db_rates.inc
+ includes/ui/ui_view.inc
+ reporting/rep709.php
+
+2010-11-13 09:16 +0000 Janusz Dobrowolski
+(2456) New hooks system added.
+ includes/hooks.inc
+ includes/session.inc
+
+2010-11-12 12:17 +0000 Janusz Dobrowolski
+(2455) Added db_close() for optional use.
+ CHANGELOG.txt
+ includes/db/connect_db.inc
+
+2010-11-12 11:37 +0000 Janusz Dobrowolski
+(2454) Added missing due date on direct purchase invoice, fixed QE edition ui, fixed Items name
+ entry field length.
+ CHANGELOG.txt
+
+2010-11-12 11:36 +0000 Janusz Dobrowolski
+(2453) Added missing due date on direct invoice entry.
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/po_class.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+
+2010-11-12 11:26 +0000 Janusz Dobrowolski
+(2452) Fixed maximum nam length.
+ inventory/manage/items.php
+
+2010-11-12 11:25 +0000 Janusz Dobrowolski
+(2451) Fixed a couple of edition ui bugs.
+ gl/manage/gl_quick_entries.php
+
+2010-11-11 10:00 +0000 Janusz Dobrowolski
+(2450) Fixed multiply where cluese in db_pager and two other implode vulnerabilities.
+ CHANGELOG.txt
+
+2010-11-11 09:58 +0000 Janusz Dobrowolski
+(2449) Fixed implode() injection vulnerabilities.
+ includes/db/crm_contacts_db.inc
+ sales/includes/db/cust_trans_details_db.inc
+
+2010-11-11 09:58 +0000 Janusz Dobrowolski
+(2448) Fixed sql_gen method for multiply extra where clauses.
+ includes/db_pager.inc
+
+2010-11-10 13:27 +0000 Janusz Dobrowolski
+(2447) Removed related report class when company does not use dimensions.
+ CHANGELOG.txt
+ reporting/includes/reports_classes.inc
+
+2010-11-10 11:42 +0000 Janusz Dobrowolski
+(2446) Additional fix for setting local_path_to_root in find_custom_file()
+ CHANGELOG.txt
+ includes/main.inc
+
+2010-11-09 16:47 +0000 Joe Hunt
+(2445) [0000277] Changed so FA suggest the next begin day in new Fiscal Year (read only).
+But only if there are any fiscal years before. Otherwise is is normal.
+ CHANGELOG.txt
+ admin/db/fiscalyears_db.inc
+ admin/fiscalyears.php
+
+2010-11-09 14:21 +0000 Janusz Dobrowolski
+(2444) Fixed admin login/password update.
+ CHANGELOG.txt
+ install/index.php
+
+2010-11-09 13:49 +0000 Janusz Dobrowolski
+(2443) Session destroy on install finish added.
+ CHANGELOG.txt
+ install/index.php
+
+2010-11-08 10:50 +0000 Janusz Dobrowolski
+(2442) Fixed support for translations in extensions modules reports.
+ CHANGELOG.txt
+ includes/main.inc
+ reporting/includes/class.pdf.inc
+
+2010-11-07 21:31 +0000 Janusz Dobrowolski
+(2441) Added validation hook on buttons
+ CHANGELOG.txt
+ js/inserts.js
+
+2010-11-07 19:22 +0000 Janusz Dobrowolski
+(2440) Enabled javascript updats on ajax _page_body refresh.
+ CHANGELOG.txt
+ includes/ajax.inc
+
+2010-11-07 16:30 +0000 Janusz Dobrowolski
+(2439) Small fixes to emailing documents and report cleanups.
+ CHANGELOG.txt
+
+2010-11-07 16:28 +0000 Janusz Dobrowolski
+(2438) Cleanup.
+ reporting/includes/pdf_report.inc
+ reporting/rep107.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep111.php
+ reporting/rep209.php
+ reporting/rep210.php
+ reporting/rep409.php
+
+2010-11-07 16:28 +0000 Janusz Dobrowolski
+(2437) Fixed multipart email structure.
+ reporting/includes/class.mail.inc
+
+2010-11-07 16:26 +0000 Janusz Dobrowolski
+(2436) Separate class for view and print links.
+ includes/ui/ui_controls.inc
+
+2010-11-06 19:29 +0000 Janusz Dobrowolski
+(2435) Confirmation dialog added before transaction edition is abandoned, fixed contact edtion
+issues.
+ CHANGELOG.txt
+
+2010-11-06 19:28 +0000 Janusz Dobrowolski
+(2434) Helpers for js confirmation dialog before data entry is abandoned.
+ includes/ui/ui_controls.inc
+ js/inserts.js
+ themes/aqua/renderer.php
+ themes/cool/renderer.php
+ themes/default/renderer.php
+
+2010-11-06 19:27 +0000 Janusz Dobrowolski
+(2433) Confirmaton dialog added before transaction edition is abandoned.
+ sales/includes/sales_ui.inc
+ sales/sales_order_entry.php
+
+2010-11-06 19:25 +0000 Janusz Dobrowolski
+(2432) Rearanged contacts edition.
+ includes/db/crm_contacts_db.inc
+ includes/ui/contacts_view.inc
+ sales/includes/db/branches_db.inc
+
+2010-11-06 19:23 +0000 Janusz Dobrowolski
+(2431) [0000274] Contact edition failed after last security fixes.
+ includes/session.inc
+
+2010-11-05 14:55 +0000 Janusz Dobrowolski
+(2430) Two bugs in installer wizd fixed.
+ CHANGELOG.txt
+ install/index.php
+
+2010-11-04 16:14 +0000 Janusz Dobrowolski
+(2429) Cleanup
+ reporting/includes/Workbook.php
+
+2010-11-04 15:21 +0000 Janusz Dobrowolski
+(2428) Fixed broken excel reportsfor non-latin1 encoding.
+ CHANGELOG.txt
+ reporting/includes/Workbook.php
+
+2010-11-03 07:06 +0000 Janusz Dobrowolski
+(2427) Additional request input cleanup.
+ CHANGELOG.txt
+ includes/session.inc
+
+2010-11-02 11:12 +0000 Joe Hunt
+(2426) Rerun. Bug in amount selection
+ reporting/rep103.php
+
+2010-11-02 09:12 +0000 Joe Hunt
+(2425) Report Customer Details didn't show up correctly in Excel
+ CHANGELOG.txt
+ reporting/rep103.php
+
+2010-10-30 13:35 +0000 Janusz Dobrowolski
+(2424) A couple of various small fixes.
+ CHANGELOG.txt
+
+2010-10-30 13:34 +0000 Janusz Dobrowolski
+(2423) Added group code in account groups list selector.
+ includes/ui/ui_lists.inc
+
+2010-10-30 13:34 +0000 Janusz Dobrowolski
+(2422) Normalized add_domain() params  in native phpgettext classes
+ includes/lang/gettext.php
+
+2010-10-30 13:33 +0000 Janusz Dobrowolski
+(2421) submit_js_confirm() fixed to be used on button loadable via ajax.
+ includes/ui/ui_input.inc
+
+2010-10-30 13:32 +0000 Janusz Dobrowolski
+(2420) Validation code was skipped by esc/ctrlenter hotkeys.
+ js/inserts.js
+
+2010-10-30 13:32 +0000 Janusz Dobrowolski
+(2419) Fixed reference display in  credit note edition.
+ sales/includes/ui/sales_credit_ui.inc
+
+2010-10-29 16:16 +0000 Janusz Dobrowolski
+(2418) Fixed input cleanup for arrays.
+ CHANGELOG.txt
+ includes/session.inc
+
+2010-10-28 16:26 +0000 Janusz Dobrowolski
+(2417) Fixed warning on CN edition due to not existing ref POST.
+ sales/credit_note_entry.php
+
+2010-10-28 16:13 +0000 Janusz Dobrowolski
+(2416) Fixed db error on free hand credit invoice reedition.
+ CHANGELOG.txt
+ sales/includes/cart_class.inc
+
+2010-10-28 09:36 +0000 Janusz Dobrowolski
+(2415) MySQL related functions moved to connect_db.inc, fixed mailing under PHP with suhoshin
+patch.
+ CHANGELOG.txt
+
+2010-10-28 09:30 +0000 Janusz Dobrowolski
+(2414) All mysql specific calls moved to connect_db.inc
+ admin/db/maintenance_db.inc
+ admin/inst_theme.php
+ includes/current_user.inc
+ includes/db/connect_db.inc
+ includes/db_pager.inc
+ install/index.php
+
+2010-10-28 09:29 +0000 Janusz Dobrowolski
+(2413) Fixed mailing problems under php with suhohin patch.
+ reporting/includes/class.mail.inc
+
+2010-10-27 00:02 +0000 Joe Hunt
+(2412) Rerun
+ includes/ui/view_package.php
+
+2010-10-26 23:52 +0000 Joe Hunt
+(2411) Layout improvements
+ CHANGELOG.txt
+ includes/ui/view_package.php
+
+2010-10-26 16:29 +0000 Janusz Dobrowolski
+(2410) Fixed installer (sys_prefs update error).
+ CHANGELOG.txt
+ install/index.php
+
+2010-10-26 11:35 +0000 Joe Hunt
+(2409) 0000272: Manufacturing Bugs. Issue GL items moved to wo_work_order_issues.inc
+Layout improvements in work order inquiry and various work order forms
+ CHANGELOG.txt
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ manufacturing/search_work_orders.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_costs.php
+ manufacturing/work_order_issue.php
+ manufacturing/work_order_release.php
+
+2010-10-25 16:38 +0000 Janusz Dobrowolski
+(2408) Fixed tabbed_content behaviour.
+ CHANGELOG.txt
+ includes/ui/ui_controls.inc
+
+2010-10-25 08:48 +0000 Janusz Dobrowolski
+(2407) Version 2.3RC3
+ CHANGELOG.txt
+ version.php
+
+2010-10-22 13:48 +0000 Janusz Dobrowolski
+(2406) Fixed manuall package install and extension upgrade.
+ CHANGELOG.txt
+
+2010-10-22 13:47 +0000 Janusz Dobrowolski
+(2405) Old package version was not uninstalled on upgrade.
+ includes/packages.inc
+
+2010-10-22 13:46 +0000 Janusz Dobrowolski
+(2404) Fixed sql init for manually added modules.
+ admin/inst_module.php
+
+2010-10-22 13:43 +0000 Janusz Dobrowolski
+(2403) New installer translation.
+ install/lang/el_GR/LC_MESSAGES/el_GR.mo
+ install/lang/el_GR/LC_MESSAGES/el_GR.po
+
+2010-10-22 13:42 +0000 Janusz Dobrowolski
+(2402) Added greek translation.
+ install/isession.inc
+
+2010-10-22 11:59 +0000 Janusz Dobrowolski
+(2401) Added greek installer translation.
+ CHANGELOG.txt
+
+2010-10-21 14:39 +0000 Janusz Dobrowolski
+(2400) Improper amount sign in bank payment view fixed.
+ CHANGELOG.txt
+ gl/view/gl_payment_view.php
+
+2010-10-21 14:38 +0000 Janusz Dobrowolski
+(2399) Fixed cust_trans update on bank trans change.
+ gl/gl_bank.php
+ gl/includes/db/gl_db_banking.inc
+
+2010-10-21 12:28 +0000 Janusz Dobrowolski
+(2398) Fixed foreign currency bank deposit/payment reedition.
+ gl/gl_bank.php
+ gl/includes/ui/gl_bank_ui.inc
+
+2010-10-21 10:39 +0000 Joe Hunt
+(2397) Added credit info in supplier invoice and supplier credit note.
+ CHANGELOG.txt
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/invoice_ui.inc
+
+2010-10-21 10:23 +0000 Janusz Dobrowolski
+(2396) [0000270] fixed invalid next refference update, lots of cleanups and optimizations
+ CHANGELOG.txt
+
+2010-10-21 10:21 +0000 Janusz Dobrowolski
+(2395) Various code cleanups
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/journal_inquiry.php
+ includes/date_functions.inc
+ includes/db/references_db.inc
+ includes/main.inc
+ includes/references.inc
+
+2010-10-21 10:18 +0000 Janusz Dobrowolski
+(2394) Opitimized bank transaction edition code, [0000270] invalid next reference update.
+ gl/gl_bank.php
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_banking.inc
+
+2010-10-21 10:11 +0000 Janusz Dobrowolski
+(2393) add_supp_trans and reinsert_supp_trans merged into write_supp_trans
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/supp_payment_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+
+2010-10-21 10:09 +0000 Janusz Dobrowolski
+(2392) Additional sql parameters cleanup.
+ purchasing/includes/db/suppalloc_db.inc
+
+2010-10-21 10:07 +0000 Janusz Dobrowolski
+(2391) Additional sq parameters cleanup.
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/custalloc_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/sales_db.inc
+
+2010-10-21 10:07 +0000 Janusz Dobrowolski
+(2390) Code cleanup
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+
+2010-10-21 10:04 +0000 Janusz Dobrowolski
+(2389) Added input cleanup
+ includes/session.inc
+
+2010-10-19 08:01 +0000 Janusz Dobrowolski
+(2388) New combo3 class searchable from start of the code (used in gl accounts list).
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+ js/inserts.js
+
+2010-10-17 09:12 +0000 Joe Hunt
+(2387) Changed Inventory Sales Report to use average cost by actual trans dates if non zero
+ CHANGELOG.txt
+ reporting/rep304.php
+
+2010-10-16 08:11 +0000 Joe Hunt
+(2386) [0000266] Added dimension selections in Profit Loss and Balance drilldown and Trial Balance
+ CHANGELOG.txt
+ gl/inquiry/balance_sheet.php
+ gl/inquiry/gl_trial_balance.php
+ gl/inquiry/profit_loss.php
+
+2010-10-15 21:45 +0000 Joe Hunt
+(2385) Rerun
+ reporting/rep702.php
+
+2010-10-15 15:30 +0000 Joe Hunt
+(2384) [0000265] Changed Report List of Journal Entries to include balances.
+ CHANGELOG.txt
+ reporting/rep702.php
+
+2010-10-15 07:38 +0000 Joe Hunt
+(2383) Customer Credit Note didn't update units when shifting items.
+ CHANGELOG.txt
+ sales/includes/ui/sales_credit_ui.inc
+
+2010-10-14 22:06 +0000 Janusz Dobrowolski
+(2382) Fixed changelog
+ CHANGELOG.txt
+
+2010-10-14 09:54 +0000 Joe Hunt
+(2381) Check for empty class ID and better test for type/account id/name
+ CHANGELOG.txt
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+
+2010-10-13 12:39 +0000 Janusz Dobrowolski
+(2380) Added inline company switching with set_global_connection()
+ admin/inst_upgrade.php
+ includes/current_user.inc
+ includes/db/connect_db.inc
+ includes/errors.inc
+
+2010-10-13 12:38 +0000 Janusz Dobrowolski
+(2379) Warning instead of fatal error on invalid sales order document.
+ sales/includes/db/sales_order_db.inc
+
+2010-10-13 12:37 +0000 Janusz Dobrowolski
+(2378) Fixed document totals update.
+ sql/alter2.3.php
+
+2010-10-13 12:36 +0000 Janusz Dobrowolski
+(2377) Fixed cash only payment terms.
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-10-12 06:26 +0000 Janusz Dobrowolski
+(2376) Small strict mode script in upgrade sql file.
+ CHANGELOG.txt
+ sql/alter2.3.sql
+
+2010-10-11 07:49 +0000 Janusz Dobrowolski
+(2375) Updated gettext template.
+ CHANGELOG.txt
+
+2010-10-11 07:47 +0000 Janusz Dobrowolski
+(2374) Updated po template
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2010-10-11 07:01 +0000 Janusz Dobrowolski
+(2373) Allowed full edition of not used bank account.
+ CHANGELOG.txt
+ gl/manage/bank_accounts.php
+
+2010-10-11 06:42 +0000 Janusz Dobrowolski
+(2372) Fixed payment terms selection and POS handling in sales module
+ CHANGELOG.txt
+
+2010-10-11 06:41 +0000 Janusz Dobrowolski
+(2371) Fixed point of sale handling and terms selection
+ sales/includes/cart_class.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+
+2010-10-11 06:40 +0000 Janusz Dobrowolski
+(2370) Added payment terms in SO/SI view
+ sales/view/view_invoice.php
+ sales/view/view_sales_order.php
+
+2010-10-11 06:40 +0000 Janusz Dobrowolski
+(2369) Added payment category parameter in sale_payment_list
+ sales/customer_invoice.php
+
+2010-10-11 06:39 +0000 Janusz Dobrowolski
+(2368) Added temrs category parameter in cale_payment_list
+ includes/ui/ui_lists.inc
+
+2010-10-11 06:38 +0000 Janusz Dobrowolski
+(2367) Added payment terms categories
+ includes/types.inc
+
+2010-10-10 16:14 +0000 Joe Hunt
+(2366) Rerun
+ CHANGELOG.txt
+
+2010-10-10 16:05 +0000 Joe Hunt
+(2365) Release 2.3RC2
+ CHANGELOG.txt
+ update.html
+ version.php
+
+2010-10-10 15:39 +0000 Joe Hunt
+(2364) Layout improvements.
+ CHANGELOG.txt
+ purchasing/view/view_supp_credit.php
+
+2010-10-10 13:29 +0000 Joe Hunt
+(2363) Fixing tax_included in gl_items.
+ CHANGELOG.txt
+ gl/includes/db/gl_db_trans.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/invoice_ui.inc
+
+2010-10-10 09:32 +0000 Janusz Dobrowolski
+(2362) Added transaction ref display in cust/supp payments.
+ CHANGELOG.txt
+ includes/ui/allocation_cart.inc
+
+2010-10-09 23:21 +0000 Joe Hunt
+(2361) Master bug in class supp_trans get_items_total. Minor bug in gl_db_trans.inc
+Wrong tax report and wrong supp trans/gl records with gl item lines.
+ CHANGELOG.txt
+ gl/includes/db/gl_db_trans.inc
+ purchasing/includes/supp_trans_class.inc
+
+2010-10-06 14:18 +0000 Janusz Dobrowolski
+(2360) Smaller fixes in gettext domain switching.
+ CHANGELOG.txt
+
+2010-10-06 14:17 +0000 Janusz Dobrowolski
+(2359) Gettext switching clenaup.
+ applications/application.php
+ frontaccounting.php
+
+2010-10-06 14:16 +0000 Janusz Dobrowolski
+(2358) Added helper for gettext domain switching.
+ includes/lang/gettext.php
+
+2010-10-06 14:15 +0000 Janusz Dobrowolski
+(2357) Fixed gettext for extension links.
+ reporting/includes/reports_classes.inc
+
+2010-10-06 13:34 +0000 Joe Hunt
+(2356) [0000259] Item prices not transferring when using kit codes
+ CHANGELOG.txt
+ sales/includes/sales_db.inc
+
+2010-10-06 10:44 +0000 Joe Hunt
+(2355) Option for saving report selections ($save_report_selection > 0 in config.php means days to save)
+Excel reports were missing their headers (due to change in report system)
+ CHANGELOG.txt
+ config.default.php
+ reporting/includes/excel_report.inc
+ reporting/includes/reports_classes.inc
+ reporting/prn_redirect.php
+
+2010-10-05 19:09 +0000 Janusz Dobrowolski
+(2354) [0000258] Broken src_id fields after sales document edition.
+ CHANGELOG.txt
+ sales/includes/cart_class.inc
+ sales/includes/sales_db.inc
+
+2010-10-05 13:18 +0000 Joe Hunt
+(2353) [00000257] Bad Layout in sales order inquiry etc. (long item descriptions)
+Other layout improvements.
+ CHANGELOG.txt
+ admin/fiscalyears.php
+ gl/inquiry/gl_account_inquiry.php
+ inventory/inquiry/stock_movements.php
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ taxes/tax_groups.php
+ taxes/tax_types.php
+
+2010-10-05 09:42 +0000 Janusz Dobrowolski
+(2352) Fixed 2 small language selection issues in reports.
+ CHANGELOG.txt
+
+2010-10-05 09:41 +0000 Janusz Dobrowolski
+(2351) Fixed language file selection.
+ reporting/includes/class.pdf.inc
+
+2010-10-05 09:40 +0000 Janusz Dobrowolski
+(2350) Fixed contact type for language selection.
+ reporting/rep107.php
+
+2010-10-04 10:28 +0000 Janusz Dobrowolski
+(2349) [0000252] Error during credit invoice processing for already allocated sales invoice.
+ CHANGELOG.txt
+ sales/includes/db/custalloc_db.inc
+
+2010-10-04 08:03 +0000 Joe Hunt
+(2348) Dimension Report doesn't show up with correct references
+ CHANGELOG.txt
+ reporting/rep501.php
+
+2010-10-01 13:16 +0000 Janusz Dobrowolski
+(2347) Added chinese installer translation and updated empty.po.
+ CHANGELOG.txt
+
+2010-10-01 13:14 +0000 Janusz Dobrowolski
+(2346) Added missing GL/sql messages
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2010-10-01 13:10 +0000 Janusz Dobrowolski
+(2345) Added chinese simplified translation.
+ install/isession.inc
+ install/lang/zh_CN/LC_MESSAGES/zh_CN.mo
+ install/lang/zh_CN/LC_MESSAGES/zh_CN.po
+
+2010-09-28 20:54 +0000 Janusz Dobrowolski
+(2344) A couple of smaller fixes.
+ CHANGELOG.txt
+
+2010-09-28 20:53 +0000 Janusz Dobrowolski
+(2343) Missing gettext calls fixed.
+ gl/inquiry/gl_account_inquiry.php
+ purchasing/manage/suppliers.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+
+2010-09-28 20:52 +0000 Janusz Dobrowolski
+(2342) Fixed warning on multiply extesnsion access file inclusion.
+ includes/access_levels.inc
+
+2010-09-28 20:51 +0000 Janusz Dobrowolski
+(2341) Updated template.
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2010-09-28 19:44 +0000 Joe Hunt
+(2340) Division by zero error in graphics (Joe Hunt)
+ CHANGELOG.txt
+ reporting/includes/class.graphic.inc
+
+2010-09-28 17:03 +0000 Janusz Dobrowolski
+(2339) Fixed reference update on SO edition.
+ CHANGELOG.txt
+
+2010-09-28 17:02 +0000 Janusz Dobrowolski
+(2338) Reference update should not change next reference.
+ includes/references.inc
+
+2010-09-28 17:02 +0000 Janusz Dobrowolski
+(2337) Reference update after SO edition.
+ sales/includes/db/sales_order_db.inc
+
+2010-09-27 09:45 +0000 Janusz Dobrowolski
+(2336) Two small extension related fixes.
+ CHANGELOG.txt
+
+2010-09-27 09:43 +0000 Janusz Dobrowolski
+(2335) Allowed optional path usage in set_icon  parameter
+ includes/ui/ui_input.inc
+
+2010-09-27 09:41 +0000 Janusz Dobrowolski
+(2334) pageNumber property of TCPDF class made public.
+ reporting/includes/fpdi/fpdi2tcpdf_bridge.php
+
+2010-09-23 16:22 +0000 Janusz Dobrowolski
+(2333) Three smaller fixes.
+ CHANGELOG.txt
+
+2010-09-23 16:22 +0000 Janusz Dobrowolski
+(2332) Additonal error logging helper.
+ includes/ui/ui_view.inc
+
+2010-09-23 16:21 +0000 Janusz Dobrowolski
+(2331) Fixed translation for extensions menu options.
+ applications/application.php
+
+2010-09-23 16:21 +0000 Janusz Dobrowolski
+(2330) Fixed focus behaviour.
+ includes/ajax.inc
+
+2010-09-23 08:08 +0000 Joe Hunt
+(2329) Rerun
+ includes/lang/gettext.php
+ reporting/includes/header2.inc
+
+2010-09-22 16:06 +0000 Janusz Dobrowolski
+(2328) Fixed delivery adress prinitng on sales documents.
+ CHANGELOG.txt
+ reporting/includes/header2.inc
+
+2010-09-20 20:43 +0000 Janusz Dobrowolski
+(2327) Fixed third party module installation.
+ CHANGELOG.txt
+ admin/inst_module.php
+
+2010-09-17 12:10 +0000 Janusz Dobrowolski
+(2326) Fixed custom reports includes issue.
+ includes/main.inc
+ reporting/prn_redirect.php
+
+2010-09-17 09:08 +0000 Janusz Dobrowolski
+(2325) Failproof repository reading and exchange rate retrieval.
+ CHANGELOG.txt
+
+2010-09-17 09:01 +0000 Janusz Dobrowolski
+(2324) External url reading made independent of php configuration.
+ gl/includes/db/gl_db_rates.inc
+ includes/packages.inc
+ includes/remote_url.inc
+
+2010-09-17 08:50 +0000 Janusz Dobrowolski
+(2323) Warning fixed
+ includes/archive.inc
+
+2010-09-12 22:10 +0000 Joe Hunt
+(2322) Improved information in Bank Transfers
+ CHANGELOG.txt
+ gl/includes/db/gl_db_banking.inc
+
+2010-09-11 07:01 +0000 Janusz Dobrowolski
+(2321) Changed keys in debtors_master
+ CHANGELOG.txt
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-09-10 08:47 +0000 Joe Hunt
+(2320) Layout improvements
+ CHANGELOG.txt
+ gl/inquiry/gl_account_inquiry.php
+ includes/ui/contacts_view.inc
+ includes/ui/ui_view.inc
+ manufacturing/manage/bom_edit.php
+
+2010-09-09 20:06 +0000 Janusz Dobrowolski
+(2319) Two smaller fixes.
+ CHANGELOG.txt
+
+2010-09-09 20:05 +0000 Janusz Dobrowolski
+(2318) Missing focus on first page display.
+ sales/includes/ui/sales_order_ui.inc
+
+2010-09-09 20:04 +0000 Janusz Dobrowolski
+(2317) Invalid users table ne.
+ sql/alter2.3rc.sql
+
+2010-09-08 13:42 +0000 Joe Hunt
+(2316) Layout improvements in accruals.php
+ CHANGELOG.txt
+ gl/accruals.php
+
+2010-09-08 11:14 +0000 Joe Hunt
+(2315) Material cost updated when buying service items. Resulted in double COGS booking.
+ CHANGELOG.txt
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ sales/includes/db/sales_delivery_db.inc
+
+2010-09-07 07:22 +0000 Joe Hunt
+(2314) Release 2.3 RC1
+ CHANGELOG.txt
+ version.php
+
+2010-09-07 06:33 +0000 Janusz Dobrowolski
+(2313) Ugly bug in javascript number entry formatting code.
+ CHANGELOG.txt
+ js/utils.js
+
+2010-09-06 22:23 +0000 Joe Hunt
+(2312) Removed all decimal roundings in cost price calculations
+ CHANGELOG.txt
+ manufacturing/includes/db/work_orders_db.inc
+ purchasing/includes/db/grn_db.inc
+
+2010-09-06 14:14 +0000 Janusz Dobrowolski
+(2311) Fixed new contact addition.
+ CHANGELOG.txt
+
+2010-09-06 14:13 +0000 Janusz Dobrowolski
+(2310) Fixed error on new contact add.
+ includes/ui/contacts_view.inc
+
+2010-09-06 14:13 +0000 Janusz Dobrowolski
+(2309) Fixed crud editor mode passing.
+ includes/ui/simple_crud_class.inc
+
+2010-09-05 15:59 +0000 Joe Hunt
+(2308) Rerun
+ CHANGELOG.txt
+
+2010-09-05 15:48 +0000 Joe Hunt
+(2307) Changed layout of Direct GRN/Invoice form and check for supp ref in invoice
+ CHANGELOG.txt
+ purchasing/po_entry_items.php
+
+2010-09-05 09:14 +0000 Joe Hunt
+(2306) Wrong stock item code when processing supplier invoice
+ CHANGELOG.txt
+ purchasing/includes/db/invoice_db.inc
+
+2010-09-05 07:15 +0000 Joe Hunt
+(2305) Release 2.3RC
+ CHANGELOG.txt
+ version.php
+
+2010-09-04 19:37 +0000 Janusz Dobrowolski
+(2304) Additonal fixes in install wizard.
+ CHANGELOG.txt
+
+2010-09-04 19:31 +0000 Janusz Dobrowolski
+(2303) Shorter line comments
+ install/lang/new_language_template/LC_MESSAGES/empty.po
+
+2010-09-04 19:29 +0000 Janusz Dobrowolski
+(2302) Fixed installed_languages.php creation.
+ install/index.php
+
+2010-09-04 19:28 +0000 Janusz Dobrowolski
+(2301) Page blocked during FA upgrade
+ sales/sales_order_entry.php
+
+2010-09-04 19:25 +0000 Janusz Dobrowolski
+(2300) Fixed languages upgrade.
+ sql/alter2.3.php
+
+2010-09-03 13:57 +0000 Joe Hunt
+(2299) Rerun
+ sales/customer_invoice.php
+
+2010-09-03 07:42 +0000 Joe Hunt
+(2298) Added possibility to put dimensions on Delivery from sales order
+ CHANGELOG.txt
+ sales/customer_invoice.php
+
+2010-09-02 23:58 +0000 Joe Hunt
+(2297) Added possibility to put dimensions on Delivery from sales order
+Changed update.html to be more readable
+ CHANGELOG.txt
+ sales/customer_delivery.php
+ update.html
+
+2010-09-02 10:45 +0000 Janusz Dobrowolski
+(2296) Report form template dir moved to /reporting
+ CHANGELOG.txt
+
+2010-09-02 09:36 +0000 Janusz Dobrowolski
+(2295) Forms dir moved to /reporting
+ reporting/forms/index.php
+
+2010-09-02 09:35 +0000 Janusz Dobrowolski
+(2294) Forms dir moved to /reporting.
+ reporting/includes/forms/index.php
+
+2010-08-30 16:13 +0000 Janusz Dobrowolski
+(2293) Missing parameter in display_type call in rep707
+ CHANGELOG.txt
+ reporting/rep707.php
+
+2010-08-30 12:29 +0000 Janusz Dobrowolski
+(2292) Two small fixes.
+ CHANGELOG.txt
+
+2010-08-30 12:28 +0000 Janusz Dobrowolski
+(2291) Missing tags parameter in disply_type call
+ reporting/rep706.php
+
+2010-08-30 12:27 +0000 Janusz Dobrowolski
+(2290) Fixed maxprec option in numer_format2
+ includes/current_user.inc
+
+2010-08-25 12:28 +0000 Janusz Dobrowolski
+(2289) Added taxes display for sales order/quotation.
+ CHANGELOG.txt
+ reporting/rep109.php
+ sales/includes/cart_class.inc
+ sales/view/view_sales_order.php
+
+2010-08-24 13:39 +0000 Joe Hunt
+(2288) Removed old headerfunc in rep111.php (Sales Quotation)
+ CHANGELOG.txt
+ reporting/rep111.php
+
+2010-08-23 15:23 +0000 Janusz Dobrowolski
+(2287) Added german transaltion for install wizard.
+ install/isession.inc
+ install/lang/de_DE/LC_MESSAGES/de_DE.mo
+ install/lang/de_DE/LC_MESSAGES/de_DE.po
+
+2010-08-23 15:20 +0000 Janusz Dobrowolski
+(2286) Added german translation for install wizard.
+ CHANGELOG.txt
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2010-08-23 09:22 +0000 Janusz Dobrowolski
+(2285) A couple of bugfixes to last changes.
+ CHANGELOG.txt
+
+2010-08-23 09:22 +0000 Janusz Dobrowolski
+(2284) Fixed maxprec formatting.
+ includes/current_user.inc
+ js/utils.js
+
+2010-08-23 09:21 +0000 Janusz Dobrowolski
+(2283) Fixed cogs account selection.
+ purchasing/includes/db/invoice_db.inc
+
+2010-08-23 09:21 +0000 Janusz Dobrowolski
+(2282) Fixed itax_included option update.
+ purchasing/manage/suppliers.php
+
+2010-08-23 09:20 +0000 Janusz Dobrowolski
+(2281) Small fix in layout
+ gl/manage/exchange_rates.php
+
+2010-08-23 08:54 +0000 Joe Hunt
+(2280) Period bug caused warning on no fiscal year. Had to be reduces by one.
+ CHANGELOG.txt
+ gl/accruals.php
+
+2010-08-22 19:27 +0000 Janusz Dobrowolski
+(2279) Compatibility bug in purchase posting and a couple of smaller fixes.
+ CHANGELOG.txt
+
+2010-08-22 19:26 +0000 Janusz Dobrowolski
+(2278) Extended number formatting to allow use maximum precision for 'max' specification.
+ includes/current_user.inc
+ js/utils.js
+
+2010-08-22 19:25 +0000 Janusz Dobrowolski
+(2277) Added purchase account special option for useing item's GL account.
+ purchasing/manage/suppliers.php
+
+2010-08-22 19:24 +0000 Janusz Dobrowolski
+(2276) Excluded default C locale frm listing
+ admin/inst_lang.php
+
+2010-08-22 19:23 +0000 Janusz Dobrowolski
+(2275) Fixed mysql php extension test.
+ includes/system_tests.inc
+
+2010-08-22 19:22 +0000 Janusz Dobrowolski
+(2274) Fixed exrate reedition.
+ gl/manage/exchange_rates.php
+
+2010-08-22 19:22 +0000 Janusz Dobrowolski
+(2273) Maximum precision for factor entry
+ inventory/purchasing_data.php
+
+2010-08-22 19:21 +0000 Janusz Dobrowolski
+(2272) Fixed backward compatibility for cogs GL account setup
+ purchasing/includes/db/invoice_db.inc
+
+2010-08-22 19:20 +0000 Janusz Dobrowolski
+(2271) Fixed  GL account selection on first display.
+ purchasing/includes/ui/invoice_ui.inc
+
+2010-08-22 19:19 +0000 Janusz Dobrowolski
+(2270) Fixed bug in lang update, changed purchase account for suppliers to default
+ sql/alter2.3rc.sql
+ sql/en_US-demo.sql
+
+2010-08-20 08:08 +0000 Joe Hunt
+(2269) Improvements to bank inquiry credit/debit totals as well.
+ CHANGELOG.txt
+ gl/inquiry/bank_inquiry.php
+
+2010-08-19 16:14 +0000 Joe Hunt
+(2268) View of backup scripts and attachments didn't work
+Added more memo info in advanced manufacture / Chaitanya
+Added total debit/credit in gl_trans_view.inc / Chaitanya
+ CHANGELOG.txt
+ admin/attachments.php
+ admin/backups.php
+ admin/db/attachments_db.inc
+ gl/view/gl_trans_view.php
+ manufacturing/includes/db/work_orders_quick_db.inc
+
+2010-08-13 16:24 +0000 Janusz Dobrowolski
+(2267) Fixed 'Continue' button direction
+ install/lang/ar_EG/LC_MESSAGES/ar_EG.mo
+ install/lang/ar_EG/LC_MESSAGES/ar_EG.po
+
+2010-08-13 07:27 +0000 Joe Hunt
+(2266) Added arabic translation for install wizard (thanks to Hameed, infotechaccountants)
+ CHANGELOG.txt
+ install/isession.inc
+ install/lang/ar_EG/LC_MESSAGES/ar_EG.mo
+ install/lang/ar_EG/LC_MESSAGES/ar_EG.po
+
+2010-08-13 07:20 +0000 Janusz Dobrowolski
+(2265) Updated pt_BR installer translation.
+ CHANGELOG.txt
+ install/lang/pt_BR/LC_MESSAGES/pt_BR.mo
+ install/lang/pt_BR/LC_MESSAGES/pt_BR.po
+
+2010-08-12 08:24 +0000 Janusz Dobrowolski
+(2264) [0000242] Databse error during credit note processing.
+ sales/includes/db/sales_credit_db.inc
+
+2010-08-11 20:20 +0000 Janusz Dobrowolski
+(2263) Fixed portuguese language name.
+ install/isession.inc
+
+2010-08-11 20:05 +0000 Janusz Dobrowolski
+(2262) Added portuguese (Brasil) translation.
+ CHANGELOG.txt
+
+2010-08-11 19:59 +0000 Janusz Dobrowolski
+(2261) Added portuguese translation.
+ install/isession.inc
+ install/lang/pt_BR/LC_MESSAGES/pt_BR.mo
+ install/lang/pt_BR/LC_MESSAGES/pt_BR.po
+
+2010-08-11 19:59 +0000 Janusz Dobrowolski
+(2260) Fixed encoding in header.
+ install/lang/new_language_template/LC_MESSAGES/empty.po
+
+2010-08-11 19:17 +0000 Janusz Dobrowolski
+(2259) Added dutch translation for install wizard, fixed two typos in gettextized messages.
+ CHANGELOG.txt
+
+2010-08-11 19:16 +0000 Janusz Dobrowolski
+(2258) Fixed two typos in translated messages.
+ includes/system_tests.inc
+ install/lang/da_DK/LC_MESSAGES/da_DK.mo
+ install/lang/da_DK/LC_MESSAGES/da_DK.po
+ install/lang/fr_FR/LC_MESSAGES/fr_FR.mo
+ install/lang/fr_FR/LC_MESSAGES/fr_FR.po
+ install/lang/id_ID/LC_MESSAGES/id_ID.mo
+ install/lang/id_ID/LC_MESSAGES/id_ID.po
+ install/lang/new_language_template/LC_MESSAGES/empty.po
+ install/lang/pl_PL/LC_MESSAGES/pl_PL.mo
+ install/lang/pl_PL/LC_MESSAGES/pl_PL.po
+ install/lang/sv_SE/LC_MESSAGES/sv_SE.mo
+ install/lang/sv_SE/LC_MESSAGES/sv_SE.po
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2010-08-11 19:15 +0000 Janusz Dobrowolski
+(2257) Added dutch translation for install wizard.
+ install/isession.inc
+ install/lang/nl_BE/LC_MESSAGES/nl_BE.mo
+ install/lang/nl_BE/LC_MESSAGES/nl_BE.po
+
+2010-08-10 07:40 +0000 Janusz Dobrowolski
+(2256) Warning cleanup.
+ includes/ajax.inc
+ includes/lang/language.php
+
+2010-08-10 07:39 +0000 Janusz Dobrowolski
+(2255) Fixed tests for fresh new install.
+ includes/system_tests.inc
+
+2010-08-09 14:16 +0000 Janusz Dobrowolski
+(2254) Changed indonesian locale name to correct id_ID.
+ CHANGELOG.txt
+ install/isession.inc
+ install/lang/id_ID/LC_MESSAGES/id_ID.mo
+ install/lang/id_ID/LC_MESSAGES/id_ID.po
+
+2010-08-09 14:08 +0000 Janusz Dobrowolski
+(2253) Added indonesian translation for install wizard.
+ CHANGELOG.txt
+
+2010-08-09 14:07 +0000 Janusz Dobrowolski
+(2252) Fixed Back button translation.
+ install/lang/fr_FR/LC_MESSAGES/fr_FR.mo
+ install/lang/fr_FR/LC_MESSAGES/fr_FR.po
+
+2010-08-09 14:02 +0000 Janusz Dobrowolski
+(2251) Added Indonesian translation for install wizard.
+ install/lang/in_ID/LC_MESSAGES/in_ID.mo
+ install/lang/in_ID/LC_MESSAGES/in_ID.po
+
+2010-08-08 22:47 +0000 Janusz Dobrowolski
+(2250) Added French translation and smaller fixes in installer.
+ CHANGELOG.txt
+
+2010-08-08 22:46 +0000 Janusz Dobrowolski
+(2249) Added French transaltion from Gaston.
+ install/isession.inc
+ install/lang/fr_FR/LC_MESSAGES/fr_FR.mo
+ install/lang/fr_FR/LC_MESSAGES/fr_FR.po
+
+2010-08-08 22:42 +0000 Janusz Dobrowolski
+(2248) Waring in installer cleanup.
+ install/index.php
+
+2010-08-08 21:03 +0000 Joe Hunt
+(2247) Rerun
+ install/isession.inc
+
+2010-08-08 16:43 +0000 Janusz Dobrowolski
+(2246) Activated danish and swedish languages
+ install/isession.inc
+
+2010-08-08 15:22 +0000 Joe Hunt
+(2245) Added Danish/Svedish installer translation (Joe Hunt)
+ CHANGELOG.txt
+ install/lang/da_DK/LC_MESSAGES/da_DK.mo
+ install/lang/da_DK/LC_MESSAGES/da_DK.po
+ install/lang/sv_SE/LC_MESSAGES/sv_SE.mo
+ install/lang/sv_SE/LC_MESSAGES/sv_SE.po
+
+2010-08-08 11:23 +0000 Janusz Dobrowolski
+(2244) Added multilanguage installer support, polish installer translation added.
+ CHANGELOG.txt
+
+2010-08-08 11:22 +0000 Janusz Dobrowolski
+(2243) Updated gettext template.
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2010-08-08 11:21 +0000 Janusz Dobrowolski
+(2242) Added multilanguage support.
+ install/index.php
+ install/isession.inc
+
+2010-08-08 11:15 +0000 Janusz Dobrowolski
+(2241) Installer polish translation - initial version.
+ install/lang/pl_PL/LC_MESSAGES/pl_PL.mo
+ install/lang/pl_PL/LC_MESSAGES/pl_PL.po
+
+2010-08-08 11:14 +0000 Janusz Dobrowolski
+(2240) Gettext installer template.
+ install/lang/new_language_template/LC_MESSAGES/empty.po
+
+2010-08-07 10:04 +0000 Janusz Dobrowolski
+(2239) Added languages selection in installer, changed default language to 'C', other fixes.
+ CHANGELOG.txt
+
+2010-08-07 10:02 +0000 Janusz Dobrowolski
+(2238) Default language code changed from 'en_GB' to 'C'.
+ admin/inst_lang.php
+ includes/lang/gettext.php
+ includes/lang/language.php
+ includes/system_tests.inc
+ sql/alter2.3.php
+ sql/alter2.3rc.sql
+ sql/en_US-demo.sql
+
+2010-08-07 10:00 +0000 Janusz Dobrowolski
+(2237) Side bug fixed.
+ applications/setup.php
+
+2010-08-07 10:00 +0000 Janusz Dobrowolski
+(2236) Testing config_db.php on start.
+ index.php
+
+2010-08-07 10:00 +0000 Janusz Dobrowolski
+(2235) Added languages selection.
+ install/index.php
+
+2010-08-07 09:59 +0000 Janusz Dobrowolski
+(2234) Clanup.
+ includes/archive.inc
+
+2010-08-07 09:59 +0000 Janusz Dobrowolski
+(2233) Additional error messages.
+ includes/packages.inc
+
+2010-08-07 09:58 +0000 Janusz Dobrowolski
+(2232) Added descriptions for all existing hooks.
+ lang/new_language_template/locale.inc
+
+2010-08-07 09:57 +0000 Janusz Dobrowolski
+(2231) Changed hook function name from TaxFunction to tax_report_done.
+ reporting/rep709.php
+
+2010-08-07 09:44 +0000 Joe Hunt
+(2230) Bug in inst_lang.php
+ CHANGELOG.txt
+ admin/inst_lang.php
+
+2010-08-07 09:27 +0000 Joe Hunt
+(2229) Stamping the installed_languags.inc file with 'rtl' = false, causes 'rtl'.
+The value: 'rtl' = false will make the variable as isset.
+ CHANGELOG.txt
+ includes/lang/language.php
+ includes/session.inc
+
+2010-08-06 16:16 +0000 Janusz Dobrowolski
+(2228) Fixed multiline package property value display.
+ CHANGELOG.txt
+ includes/ui/view_package.php
+
+2010-08-06 14:51 +0000 Janusz Dobrowolski
+(2227) Added COA packages installation.
+ CHANGELOG.txt
+
+2010-08-06 14:50 +0000 Janusz Dobrowolski
+(2226) Added chart packages installation.
+ admin/inst_chart.php
+ applications/setup.php
+
+2010-08-06 14:49 +0000 Janusz Dobrowolski
+(2225) Fixed third-party extension installation.
+ admin/inst_module.php
+
+2010-08-06 14:49 +0000 Janusz Dobrowolski
+(2224) Fixed description popup.
+ admin/inst_theme.php
+
+2010-08-06 14:48 +0000 Janusz Dobrowolski
+(2223) Optional type parameter in get_extensions_list().
+ includes/packages.inc
+
+2010-08-06 14:47 +0000 Janusz Dobrowolski
+(2222) Added COA encoding display.
+ install/index.php
+
+2010-08-06 12:29 +0000 Janusz Dobrowolski
+(2221) Other 2 small fixes
+ CHANGELOG.txt
+
+2010-08-06 12:28 +0000 Janusz Dobrowolski
+(2220) Improved chart list selection.
+ includes/ui/ui_lists.inc
+
+2010-08-06 12:27 +0000 Janusz Dobrowolski
+(2219) Cleanup.
+ install/index.php
+
+2010-08-06 07:57 +0000 Janusz Dobrowolski
+(2218) Two small bugs fixed in bank payment edition.
+ CHANGELOG.txt
+
+2010-08-06 07:56 +0000 Janusz Dobrowolski
+(2217) Fixed memo duplication after bank payment edition.
+ gl/includes/db/gl_db_bank_trans.inc
+
+2010-08-06 07:55 +0000 Janusz Dobrowolski
+(2216) Fixed page title.
+ gl/gl_bank.php
+
+2010-08-06 07:22 +0000 Joe Hunt
+(2215) Bank Payment on customer statements shows in credit column, should be debit. Balance ok.
+ CHANGELOG.txt
+ reporting/rep108.php
+
+2010-08-05 11:58 +0000 Janusz Dobrowolski
+(2214) Cleanup.
+ install/index.php
+
+2010-08-05 10:11 +0000 Janusz Dobrowolski
+(2213) Rewriten installation wizard, chart packages support added, other smaller fixes.
+ CHANGELOG.txt
+
+2010-08-05 10:09 +0000 Janusz Dobrowolski
+(2212) Install wizard rewritten, added uploading COAs during install.
+ install/index.php
+ install/isession.inc
+ install/save.php
+ install/stylesheet.css
+
+2010-08-05 10:05 +0000 Janusz Dobrowolski
+(2211) COA selected form preiously uploaded charts.
+ admin/create_coy.php
+
+2010-08-05 10:04 +0000 Janusz Dobrowolski
+(2210) Diagnostic tests movedto separate file to be reused in install wizard.
+ admin/system_diagnostics.php
+ includes/system_tests.inc
+
+2010-08-05 10:03 +0000 Janusz Dobrowolski
+(2209) user_theme() fixed to be used also before login, warning suppressed in array_search_value
+ includes/current_user.inc
+
+2010-08-05 10:01 +0000 Janusz Dobrowolski
+(2208) Fixed bug in check_write, css parameter in page()
+ includes/main.inc
+
+2010-08-05 10:00 +0000 Janusz Dobrowolski
+(2207) Update to 2.3RC1
+ sql/alter2.3rc.sql
+
+2010-08-05 09:59 +0000 Janusz Dobrowolski
+(2206) Changed core_version to db_version for better readibility.
+ admin/db/company_db.inc
+
+2010-08-05 09:59 +0000 Janusz Dobrowolski
+(2205) Chart packages support added.
+ includes/packages.inc
+ includes/ui/ui_lists.inc
+
+2010-08-05 09:57 +0000 Janusz Dobrowolski
+(2204) Update from beta to RC1
+ sql/alter2.3.php
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-08-05 09:57 +0000 Janusz Dobrowolski
+(2203) Fixed exit on error in check_db_error
+ includes/errors.inc
+
+2010-08-05 09:56 +0000 Janusz Dobrowolski
+(2202) Added css parameter in page()
+ includes/page/header.inc
+
+2010-08-05 09:56 +0000 Janusz Dobrowolski
+(2201) Changed repo_auth format.
+ version.php
+
+2010-08-05 09:55 +0000 Janusz Dobrowolski
+(2200) Cleanup.
+ admin/inst_lang.php
+
+2010-08-04 10:59 +0000 Joe Hunt
+(2199) Added an extra parameter to db_export in maintenance_db.inc for new COAs
+Link error in items.php for Pictures
+ CHANGELOG.txt
+ admin/db/maintenance_db.inc
+ inventory/manage/items.php
+ version.php
+
+2010-08-01 07:35 +0000 Joe Hunt
+(2198) Added Email link when updating documents.
+ CHANGELOG.txt
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_invoice.php
+
+2010-07-30 08:43 +0000 Janusz Dobrowolski
+(2197) Fixed bug in parent lines retrieval during sales doc edition and a couple of smaller
+cleanups.
+ CHANGELOG.txt
+
+2010-07-30 08:42 +0000 Janusz Dobrowolski
+(2196) Skipping hidden iles in sql directory during upgrade.
+ admin/inst_upgrade.php
+
+2010-07-30 08:41 +0000 Janusz Dobrowolski
+(2195) Warning ceanup.
+ includes/lang/language.php
+
+2010-07-30 08:40 +0000 Janusz Dobrowolski
+(2194) Fixed bug in parent lines retrieveal during document edition.
+ sales/includes/cart_class.inc
+
+2010-07-30 08:39 +0000 Janusz Dobrowolski
+(2193) Fixing extension configurion file moved to installed() method.
+ sql/alter2.3.php
+
+2010-07-26 07:45 +0000 Janusz Dobrowolski
+(2192) Fixed language update function.
+ sql/alter2.3.php
+
+2010-07-26 07:37 +0000 Janusz Dobrowolski
+(2191) Fatal typo in upgrade function fixed.
+ CHANGELOG.txt
+ sql/alter2.3.php
+
+2010-07-25 15:29 +0000 Janusz Dobrowolski
+(2190) Warning on non existing language version fixed.
+ includes/lang/language.php
+
+2010-07-25 12:24 +0000 Janusz Dobrowolski
+(2189) Fixed multilangauge tests and cleanups.
+ CHANGELOG.txt
+
+2010-07-25 12:24 +0000 Janusz Dobrowolski
+(2188) Fixed multilanguage tests.
+ admin/system_diagnostics.php
+ includes/lang/gettext.php
+
+2010-07-25 12:23 +0000 Janusz Dobrowolski
+(2187) Cleanup.
+ includes/packages.inc
+
+2010-07-25 12:22 +0000 Janusz Dobrowolski
+(2186) Added language config upgrade.
+ sql/alter2.3.php
+
+2010-07-25 12:22 +0000 Janusz Dobrowolski
+(2185) Fixed config file comments.
+ admin/db/maintenance_db.inc
+
+2010-07-25 09:23 +0000 Janusz Dobrowolski
+(2184) Fixed langiage version swicting, added preprinted forms folder.
+ CHANGELOG.txt
+
+2010-07-25 09:22 +0000 Janusz Dobrowolski
+(2183) Fixed language file switching on package version change.
+ admin/db/company_db.inc
+ includes/current_user.inc
+ includes/lang/language.php
+ includes/session.inc
+
+2010-07-25 09:21 +0000 Janusz Dobrowolski
+(2182) flush_dir() and company_path() moved to current_uer.php file.
+ includes/main.inc
+
+2010-07-25 09:21 +0000 Janusz Dobrowolski
+(2181) New.
+ reporting/includes/forms/index.php
+
+2010-07-24 22:01 +0000 Janusz Dobrowolski
+(2180) Extension system upgrade routine and cleanups.
+ CHANGELOG.txt
+
+2010-07-24 22:00 +0000 Janusz Dobrowolski
+(2179) Cleanups
+ admin/inst_module.php
+ includes/current_user.inc
+ includes/packages.inc
+
+2010-07-24 22:00 +0000 Janusz Dobrowolski
+(2178) Upgrade routines for extensions configuration.
+ sql/alter2.3.php
+
+2010-07-24 15:32 +0000 Joe Hunt
+(2177) Fixed Customer Details Report and Pricelist (UOM) and Supp.aged Report
+ CHANGELOG.txt
+ reporting/rep103.php
+ reporting/rep104.php
+ reporting/rep202.php
+
+2010-07-24 10:07 +0000 Joe Hunt
+(2176) Changed so Purchase Order also print taxes.
+ CHANGELOG.txt
+ reporting/includes/doctext.inc
+ reporting/rep209.php
+
+2010-07-23 13:13 +0000 Janusz Dobrowolski
+(2175) Added support for tax included prices in pucrhase module, a couple of other smaller fixes.
+ CHANGELOG.txt
+
+2010-07-23 13:12 +0000 Janusz Dobrowolski
+(2174) Added support for tax included prices in transactions.
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/po_class.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+
+2010-07-23 13:11 +0000 Janusz Dobrowolski
+(2173) Fixed line items section button position.
+ sales/includes/ui/sales_order_ui.inc
+
+2010-07-23 13:09 +0000 Janusz Dobrowolski
+(2172) Tax included option added.
+ purchasing/includes/db/suppliers_db.inc
+
+2010-07-23 13:09 +0000 Janusz Dobrowolski
+(2171) Tax included ption added.
+ purchasing/manage/suppliers.php
+
+2010-07-23 13:08 +0000 Janusz Dobrowolski
+(2170) Added tax information
+ purchasing/view/view_grn.php
+ purchasing/view/view_po.php
+
+2010-07-23 13:07 +0000 Janusz Dobrowolski
+(2169) Added GRNs to inquire result.
+ purchasing/inquiry/supplier_inquiry.php
+
+2010-07-23 13:07 +0000 Janusz Dobrowolski
+(2168) Added upgrade from 2.3beta to 2.3RC.
+ sql/alter2.3.php
+ sql/alter2.3.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-07-23 13:06 +0000 Janusz Dobrowolski
+(2167) Versions information moved to separate file.
+ config.default.php
+ includes/session.inc
+ version.php
+
+2010-07-23 13:04 +0000 Janusz Dobrowolski
+(2166) Fixed credit credit links color.
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2010-07-23 13:03 +0000 Janusz Dobrowolski
+(2165) SysPrefs restoration after upgrade.
+ admin/inst_upgrade.php
+
+2010-07-23 13:03 +0000 Janusz Dobrowolski
+(2164) Warning cleanup.
+ includes/packages.inc
+
+2010-07-23 13:02 +0000 Janusz Dobrowolski
+(2163) Supplier transactions list added.
+ includes/ui/ui_lists.inc
+
+2010-07-23 13:02 +0000 Janusz Dobrowolski
+(2162) Fixed tax footer descriptions.
+ includes/ui/ui_view.inc
+
+2010-07-21 14:24 +0000 Joe Hunt
+(2161) Changed Report Statements to accept selector Outstanding Only
+ CHANGELOG.txt
+ reporting/rep108.php
+ reporting/reports_main.php
+
+2010-07-19 22:43 +0000 Joe Hunt
+(2160) Changed Std. Cost to show all decimals, and added UOM
+ CHANGELOG.txt
+ applications/inventory.php
+ reporting/rep301.php
+ reporting/rep303.php
+
+2010-07-19 00:16 +0000 Joe Hunt
+(2159) Added Revenue / Cost Accruals to be included in core FA
+ CHANGELOG.txt
+ applications/generalledger.php
+ gl/accruals.php
+ gl/view/accrual_trans.php
+ includes/access_levels.inc
+
+2010-07-18 16:39 +0000 Janusz Dobrowolski
+(2158) Released constraint on currency edition for new customer/supplier.
+ CHANGELOG.txt
+
+2010-07-18 16:39 +0000 Janusz Dobrowolski
+(2157) New customer/supplier currency can be changed as long as no transaction is entered.
+ purchasing/includes/db/suppliers_db.inc
+ purchasing/manage/suppliers.php
+ sales/includes/db/customers_db.inc
+ sales/manage/customers.php
+
+2010-07-18 16:38 +0000 Janusz Dobrowolski
+(2156) Improved key_in_foreign table function to check in multiply tables.
+ admin/db/company_db.inc
+
+2010-07-17 17:01 +0000 Janusz Dobrowolski
+(2155) New file.
+ admin/inst_theme.php
+
+2010-07-17 16:35 +0000 Janusz Dobrowolski
+(2154) New extensions system, a couple of other smaller fixes.
+ CHANGELOG.txt
+
+2010-07-17 16:33 +0000 Janusz Dobrowolski
+(2153) Added repo address.
+ config.default.php
+
+2010-07-17 16:31 +0000 Janusz Dobrowolski
+(2152) Support for new packaged extensions system.
+ FA.pem
+ admin/db/maintenance_db.inc
+ admin/inst_lang.php
+ admin/inst_module.php
+ config.default.php
+ frontaccounting.php
+ includes/access_levels.inc
+ includes/archive.inc
+ includes/packages.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_view.inc
+ includes/ui/view_package.php
+ modules/_cache/index.php
+
+2010-07-17 16:19 +0000 Janusz Dobrowolski
+(2151) Changedlang file convention to avoid need for server restart after *.po file change.
+ includes/lang/gettext.php
+ includes/lang/language.php
+
+2010-07-17 16:18 +0000 Janusz Dobrowolski
+(2150) Small cleanup
+ includes/page/header.inc
+
+2010-07-17 16:18 +0000 Janusz Dobrowolski
+(2149) Fixed memo string in adjust_deliveries.
+ includes/db/inventory_db.inc
+
+2010-07-17 16:17 +0000 Janusz Dobrowolski
+(2148) Fixed callparams check message display
+ gl/view/gl_trans_view.php
+
+2010-07-17 16:16 +0000 Janusz Dobrowolski
+(2147) Updated mysql,php,debugging and extension system checks.
+ admin/system_diagnostics.php
+
+2010-07-17 16:15 +0000 Janusz Dobrowolski
+(2146) Fixed gettext msg typo
+ purchasing/supplier_invoice.php
+
+2010-07-17 16:14 +0000 Janusz Dobrowolski
+(2145) Fixed curr_defualt check
+ gl/manage/currencies.php
+
+2010-07-17 16:13 +0000 Janusz Dobrowolski
+(2144) Message typos
+ admin/create_coy.php
+ admin/inst_upgrade.php
+
+2010-07-17 16:13 +0000 Janusz Dobrowolski
+(2143) Fixed a couple of typos.
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2010-07-16 09:38 +0000 Joe Hunt
+(2142) Changed calculating of cost update (average material price) for better sync.
+ CHANGELOG.txt
+ includes/db/inventory_db.inc
+
+2010-07-15 14:16 +0000 Joe Hunt
+(2141) Changed calculating of cost update (average material price) for better sync.
+ CHANGELOG.txt
+ manufacturing/includes/db/work_orders_db.inc
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+
+2010-06-28 12:22 +0000 Joe Hunt
+(2138) Rerun
+ update.html
+
+2010-06-28 12:04 +0000 Joe Hunt
+(2137) Release 2.3 Beta
+ CHANGELOG.txt
+ config.default.php
+
+2010-06-28 10:57 +0000 Janusz Dobrowolski
+(2136) Marged fixes from ain trunk up to 2.2.11
+ CHANGELOG.txt
+ admin/payment_terms.php
+ config.default.php
+ includes/db/manufacturing_db.inc
+ reporting/rep101.php
+ reporting/rep102.php
+ reporting/rep201.php
+ reporting/rep202.php
+ reporting/rep203.php
+ reporting/rep303.php
+ reporting/reports_main.php
+ sales/create_recurrent_invoices.php
+ sales/customer_credit_invoice.php
+ sales/includes/db/custalloc_db.inc
+
+2010-06-27 17:47 +0000 Janusz Dobrowolski
+(2133) Updated version for 2.3beta
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2010-06-27 14:38 +0000 Janusz Dobrowolski
+(2132) Changed Price column name to reflect current pricelist type on SO/Direct document
+entry.
+ CHANGELOG.txt
+
+2010-06-27 14:36 +0000 Janusz Dobrowolski
+(2131) Changed Price column name to reflect type of pricelist.
+ sales/includes/ui/sales_order_ui.inc
+
+2010-06-27 14:10 +0000 Janusz Dobrowolski
+(2130) Fixed debtor_trans insert.
+ sql/en_US-demo.sql
+
+2010-06-27 13:37 +0000 Janusz Dobrowolski
+(2129) Added tax_included firld in suppliers table.
+ sql/alter2.3.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-06-27 13:09 +0000 Janusz Dobrowolski
+(2128) Updated upgrade routines for changed in sales module, a couple of side
+bugfixes/improvements.
+ CHANGELOG.txt
+
+2010-06-27 13:08 +0000 Janusz Dobrowolski
+(2127) Cleanup.
+ purchasing/includes/db/po_db.inc
+
+2010-06-27 13:07 +0000 Janusz Dobrowolski
+(2126) Removed bank payment print links (not implemented yet).
+ sales/inquiry/customer_inquiry.php
+
+2010-06-27 13:07 +0000 Janusz Dobrowolski
+(2125) Fixed child/parent lines retrieval sql query.
+ sales/includes/sales_db.inc
+
+2010-06-27 13:06 +0000 Janusz Dobrowolski
+(2124) Removed obsolete emial field from sql query.
+ reporting/rep112.php
+
+2010-06-27 13:05 +0000 Janusz Dobrowolski
+(2123) Added company db upgrade boundary markers in error log.
+ admin/inst_upgrade.php
+
+2010-06-27 13:04 +0000 Janusz Dobrowolski
+(2122) Added debtor_trans_details.src_id update
+ sql/alter2.3.php
+ sql/alter2.3.sql
+
+2010-06-27 13:03 +0000 Janusz Dobrowolski
+(2121) Added key for debtor_trans_details.src_id
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-06-26 16:28 +0000 Joe Hunt
+(2120) Improvements to Sales Groups. Presenting the Id too.
+ CHANGELOG.txt
+ sales/manage/sales_groups.php
+
+2010-06-26 08:04 +0000 Joe Hunt
+(2119) Option to suppress tax rates on documents. To be used for tax on tax
+The tax % should be included in the tax name and the calculated
+rate be set as the rate. $suppress_tax_rates in config.php set to 1.
+Preparing for 2.3. Beta
+ CHANGELOG.txt
+ config.default.php
+ includes/ui/ui_view.inc
+ reporting/rep107.php
+ reporting/rep110.php
+ update.html
+
+2010-06-26 07:54 +0000 Janusz Dobrowolski
+(2118) Fixed sql for child transaction lines retrieval
+ CHANGELOG.txt
+ sales/includes/sales_db.inc
+
+2010-06-26 06:57 +0000 Janusz Dobrowolski
+(2117) Added debtor_trans_details.src_id field
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-06-25 22:15 +0000 Janusz Dobrowolski
+(2116) Changed sales document relations scheme, voided documents references reuse allowed.
+ CHANGELOG.txt
+
+2010-06-25 22:13 +0000 Janusz Dobrowolski
+(2115) Fixed sales database design to ensure document relations consistency on line level.
+ admin/db/fiscalyears_db.inc
+ admin/db/voiding_db.inc
+ reporting/includes/header2.inc
+ sales/customer_invoice.php
+ sales/includes/cart_class.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/cust_trans_details_db.inc
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/sales_db.inc
+ sales/view/view_invoice.php
+ sales/view/view_sales_order.php
+
+2010-06-25 22:12 +0000 Janusz Dobrowolski
+(2114) Allow reuse of references previously used on voided documents.
+ includes/references.inc
+
+2010-06-24 11:18 +0000 Joe Hunt
+(2113) Rewritten function gl_account_in_company_defaults in gl_db_accounts.inc
+More test on tags due to db error in reports with tags.
+ CHANGELOG.txt
+ gl/includes/db/gl_db_accounts.inc
+ reporting/rep705.php
+ reporting/rep706.php
+ reporting/rep707.php
+
+2010-06-23 07:56 +0000 Joe Hunt
+(2112) Changed memo message in supp invoice price variance
+Changed Ourstanding GRN Report to use Actual Price instead of Std Cost.
+ CHANGELOG.txt
+ purchasing/includes/db/invoice_db.inc
+ reporting/rep204.php
+
+2010-06-23 06:28 +0000 Janusz Dobrowolski
+(2111) Restored customer payment display in cutomer transactions inquire.
+ CHANGELOG.txt
+ sales/includes/db/cust_trans_db.inc
+
+2010-06-22 09:54 +0000 Janusz Dobrowolski
+(2110) Fixed POS parameters retrieval in cart_class
+ CHANGELOG.txt
+ sales/includes/cart_class.inc
+
+2010-06-21 17:21 +0000 Janusz Dobrowolski
+(2108) Current credit splay in sales & purchase, crediting allocated invoices allowed, sql
+debugging supoport improved and a couple of other fixes.
+ CHANGELOG.txt
+
+2010-06-21 17:19 +0000 Janusz Dobrowolski
+(2107) Current credit display implemented.
+ includes/sysnames.inc
+ includes/ui/ui_input.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/suppliers_db.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+ sales/customer_delivery.php
+ sales/includes/cart_class.inc
+ sales/includes/db/customers_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/ui/sales_order_ui.inc
+
+2010-06-21 17:17 +0000 Janusz Dobrowolski
+(2106) Support for debugging sql queries in page footer.
+ admin/system_diagnostics.php
+ config.default.php
+ includes/db/connect_db.inc
+ includes/errors.inc
+ includes/page/footer.inc
+
+2010-06-21 17:15 +0000 Janusz Dobrowolski
+(2105) Not fully credited invoice still can be credited (with invoice reallocation).
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/sales_credit_db.inc
+
+2010-06-21 17:13 +0000 Janusz Dobrowolski
+(2104) Added Payment term types.
+ includes/types.inc
+
+2010-06-21 17:13 +0000 Janusz Dobrowolski
+(2103) Added popup mode
+ purchasing/inquiry/supplier_inquiry.php
+
+2010-06-21 17:10 +0000 Janusz Dobrowolski
+(2102) Added popup mode.
+ sales/inquiry/customer_inquiry.php
+
+2010-06-21 17:10 +0000 Janusz Dobrowolski
+(2101) Reorganized using payment term type selector.
+ admin/payment_terms.php
+
+2010-06-21 17:09 +0000 Janusz Dobrowolski
+(2100) Payment terms types list added
+ includes/ui/ui_lists.inc
+
+2010-06-21 17:08 +0000 Janusz Dobrowolski
+(2099) Comments added
+ includes/ui/allocation_cart.inc
+
+2010-06-21 17:08 +0000 Janusz Dobrowolski
+(2098) Cleanup
+ reporting/rep101.php
+
+2010-06-21 17:07 +0000 Janusz Dobrowolski
+(2097) Fixed fatal typo
+ sales/customer_credit_invoice.php
+
+2010-06-21 17:07 +0000 Janusz Dobrowolski
+(2096) Fixed final page message text.
+ sales/customer_invoice.php
+
+2010-06-21 17:06 +0000 Janusz Dobrowolski
+(2095) Invoice reallocation routine added, removed sparse order allocation code
+ sales/includes/db/custalloc_db.inc
+
+2010-06-21 17:05 +0000 Janusz Dobrowolski
+(2094) Fixed branch creation for new company.
+ sales/manage/customer_branches.php
+
+2010-06-21 17:03 +0000 Janusz Dobrowolski
+(2093) Changed line_items class name to po_line_items,support for current credit display
+ purchasing/includes/po_class.inc
+
+2010-06-21 17:01 +0000 Janusz Dobrowolski
+(2092) Added sales/purchase order totals
+ sql/alter2.3.php
+ sql/alter2.3.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-06-14 13:26 +0000 Janusz Dobrowolski
+(2087) Additional fixes to yesterday commit.
+ CHANGELOG.txt
+
+2010-06-14 13:25 +0000 Janusz Dobrowolski
+(2086) Fixed credit note list display.
+ sales/view/view_sales_order.php
+
+2010-06-14 12:59 +0000 Janusz Dobrowolski
+(2084) Additional fix to last rewrite
+ sales/includes/cart_class.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/custalloc_db.inc
+
+2010-06-13 19:05 +0000 Janusz Dobrowolski
+(2083) Removed obsolete complete parameter.
+ purchasing/supplier_credit.php
+
+2010-06-13 18:48 +0000 Janusz Dobrowolski
+(2082) Multiply technical changes, cleanups and improvements.
+ CHANGELOG.txt
+
+2010-06-13 18:47 +0000 Janusz Dobrowolski
+(2081) Smaller technical fixes.
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/sales_db.inc
+
+2010-06-13 18:40 +0000 Janusz Dobrowolski
+(2080) is_invoice => trans_type
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/view/view_supp_credit.php
+ purchasing/view/view_supp_invoice.php
+
+2010-06-13 18:37 +0000 Janusz Dobrowolski
+(2079) Documents inheritance added.
+ includes/types.inc
+
+2010-06-13 18:36 +0000 Janusz Dobrowolski
+(2078) clenaups and comments.
+ purchasing/includes/po_class.inc
+
+2010-06-13 18:36 +0000 Janusz Dobrowolski
+(2077) Cleanups and comments
+ sales/includes/cart_class.inc
+
+2010-06-13 18:34 +0000 Janusz Dobrowolski
+(2076) Changed method name convention
+ includes/ui/contacts_view.inc
+
+2010-06-13 18:33 +0000 Janusz Dobrowolski
+(2075) Post formatting and a couple of other improvements
+ includes/ui/simple_crud_class.inc
+
+2010-06-13 18:32 +0000 Janusz Dobrowolski
+(2074) Allowed space and square brackets in button names
+ includes/ui/ui_input.inc
+
+2010-06-13 18:31 +0000 Janusz Dobrowolski
+(2073) Fixed small layout bug in tabs widget.
+ includes/ui/ui_controls.inc
+
+2010-06-13 16:33 +0000 Janusz Dobrowolski
+(2072) Merged changes from main CVS (up to 2.2.10)
+ CHANGELOG.txt
+ admin/payment_terms.php
+ config.default.php
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ includes/current_user.inc
+ includes/ui/allocation_cart.inc
+ includes/ui/ui_input.inc
+ js/behaviour.js
+ js/inserts.js
+ reporting/includes/excel_report.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep704.php
+ sales/customer_credit_invoice.php
+ sales/includes/db/cust_trans_db.inc
+ sales/view/view_sales_order.php
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ update.html
+
+2010-06-06 15:25 +0000 Joe Hunt
+(2060) Allowing SA_MULTIFISCALYEAR access to enter transactions on open fiscal years
+ CHANGELOG.txt
+ includes/access_levels.inc
+ includes/date_functions.inc
+
+2010-06-05 09:01 +0000 Joe Hunt
+(2059) Rerun
+ includes/date_functions.inc
+
+2010-06-04 22:55 +0000 Joe Hunt
+(2058) Rerun
+
+2010-06-04 22:32 +0000 Joe Hunt
+(2057) Allowing SA_FISCALYEAR access to enter transactions on open fiscal years
+ CHANGELOG.txt
+ admin/db/fiscalyears_db.inc
+ includes/date_functions.inc
+
+2010-05-30 23:37 +0000 Joe Hunt
+(2053) Allowing modifying of Bank Payments/Deposits
+ CHANGELOG.txt
+ gl/gl_bank.php
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/journal_inquiry.php
+ purchasing/includes/db/supp_trans_db.inc
+ sales/includes/db/cust_trans_db.inc
+
+2010-05-27 06:57 +0000 Janusz Dobrowolski
+(2050) Merged changes form main trunk (2.2.8, 2.2.9)
+ CHANGELOG.txt
+ admin/create_coy.php
+ admin/db/maintenance_db.inc
+ admin/display_prefs.php
+ admin/system_diagnostics.php
+ config.default.php
+ gl/inquiry/balance_sheet.php
+ gl/inquiry/profit_loss.php
+ includes/current_user.inc
+ includes/session.inc
+ includes/ui/allocation_cart.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ js/allocate.js
+ js/payalloc.js
+ lang/new_language_template/LC_MESSAGES/empty.po
+ purchasing/includes/db/suppalloc_db.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/po_entry_items.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_payment.php
+ reporting/includes/doctext.inc
+ reporting/includes/excel_report.inc
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+ reporting/rep104.php
+ reporting/rep105.php
+ reporting/rep108.php
+ reporting/rep203.php
+ reporting/rep209.php
+ reporting/rep301.php
+ reporting/rep302.php
+ reporting/rep303.php
+ reporting/rep304.php
+ reporting/rep305.php
+ reporting/rep709.php
+ reporting/reports_main.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/includes/db/sales_order_db.inc
+ sales/inquiry/sales_orders_view.php
+ sales/sales_order_entry.php
+ taxes/tax_groups.php
+ update.html
+
+2010-05-15 20:37 +0000 Joe Hunt
+(2044) Layout - added class label for branch link
+ CHANGELOG.txt
+ sales/manage/customers.php
+
+2010-05-11 21:51 +0000 Janusz Dobrowolski
+(2035) Fixed bugs in company deletion and soft upgrade, updated en_US-*.sql scripts.
+ CHANGELOG.txt
+
+2010-05-11 21:50 +0000 Janusz Dobrowolski
+(2034) Updated to current dev state.
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-05-11 21:49 +0000 Janusz Dobrowolski
+(2033) Fixed upgrae routine
+ sql/alter2.3.php
+
+2010-05-11 21:48 +0000 Janusz Dobrowolski
+(2032) Fixed bug in company upgrade.
+ admin/create_coy.php
+ admin/db/company_db.inc
+
+2010-05-11 15:21 +0000 Janusz Dobrowolski
+(2031) Removed obsolete email field from SO.
+ sales/includes/db/sales_order_db.inc
+
+2010-05-11 12:28 +0000 Janusz Dobrowolski
+(2030) Contact CRUD class.
+ includes/ui/contacts_view.inc
+
+2010-05-11 12:27 +0000 Janusz Dobrowolski
+(2029) Initialversion of contacts db support.
+ includes/db/crm_contacts_db.inc
+
+2010-05-11 12:26 +0000 Janusz Dobrowolski
+(2028) Added support for multiply contacts for supplier/customer.
+ CHANGELOG.txt
+
+2010-05-11 11:55 +0000 Janusz Dobrowolski
+(2027) Fixes for tabbed content.
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2010-05-11 11:55 +0000 Janusz Dobrowolski
+(2026) Contact categories support added.
+ includes/access_levels.inc
+ includes/sysnames.inc
+
+2010-05-11 11:50 +0000 Janusz Dobrowolski
+(2025) Multiply contacts spport added.
+ manufacturing/includes/db/work_orders_db.inc
+ purchasing/includes/db/suppliers_db.inc
+ purchasing/manage/suppliers.php
+ reporting/rep107.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep111.php
+ reporting/rep112.php
+ reporting/rep209.php
+ reporting/rep210.php
+ reporting/rep409.php
+ sales/includes/db/branches_db.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/customers_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sql/alter2.3.php
+ sql/alter2.3.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-05-11 11:48 +0000 Janusz Dobrowolski
+(2024) Cleanup.
+ includes/ui/simple_crud_class.inc
+
+2010-05-11 11:45 +0000 Janusz Dobrowolski
+(2023) Simple abstract CRUD class
+ includes/ui/simple_crud_class.inc
+
+2010-05-11 11:42 +0000 Janusz Dobrowolski
+(2022) Added tabs control widget
+ includes/ui/ui_controls.inc
+
+2010-05-11 11:40 +0000 Janusz Dobrowolski
+(2021) Added contact categories option.
+ applications/setup.php
+
+2010-05-11 11:39 +0000 Janusz Dobrowolski
+(2020) Contact categories - initial version
+ admin/crm_categories.php
+
+2010-05-11 11:34 +0000 Janusz Dobrowolski
+(2019) Changes in hotkeys system for tas support.
+ js/inserts.js
+
+2010-05-11 11:33 +0000 Janusz Dobrowolski
+(2018) Emailed reports can be send to multiply destinations, fixed email charset selection.
+ reporting/includes/pdf_report.inc
+
+2010-05-11 11:32 +0000 Janusz Dobrowolski
+(2017) Added charset selection for email content.
+ reporting/includes/class.mail.inc
+
+2010-05-11 11:30 +0000 Janusz Dobrowolski
+(2016) Smallfield naming bug.
+ reporting/reports_main.php
+
+2010-05-11 11:30 +0000 Janusz Dobrowolski
+(2015) Fixed typo and small bug.
+ reporting/includes/doctext.inc
+
+2010-05-11 11:29 +0000 Janusz Dobrowolski
+(2014) Fixed problem with multiselection in array_combo, added crm related list helpers.
+ includes/ui/ui_lists.inc
+
+2010-05-11 11:28 +0000 Janusz Dobrowolski
+(2013) Fixed function name convention.
+ sales/includes/db/sales_credit_db.inc
+
+2010-05-11 11:27 +0000 Janusz Dobrowolski
+(2012) Fixed email sending links to use ajax.
+ sales/credit_note_entry.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+
+2010-05-11 11:26 +0000 Janusz Dobrowolski
+(2011) Fix in array_search_keys
+ includes/current_user.inc
+
+2010-05-07 16:31 +0000 Joe Hunt
+(2009) Added Account tags selection in Annual Expense Breakdown, Balanse Sheet
+and Profit and Loss Sheet
+ CHANGELOG.txt
+ admin/db/tags_db.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep705.php
+ reporting/rep706.php
+ reporting/rep707.php
+ reporting/reports_main.php
+
+2010-05-07 13:37 +0000 Janusz Dobrowolski
+(2008) Fixed bug in array_selector
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+
+2010-04-30 13:10 +0000 Janusz Dobrowolski
+(2002) Recovering next reference after voiding last enterd transaction, improvements in voiding.
+ CHANGELOG.txt
+
+2010-04-30 13:08 +0000 Janusz Dobrowolski
+(2001) Reference recover afer voiding of last transaction in sequence.
+ admin/db/voiding_db.inc
+ includes/db/references_db.inc
+ includes/references.inc
+
+2010-04-30 13:06 +0000 Janusz Dobrowolski
+(2000) Search only for not voided transactions.
+ admin/db/transactions_db.inc
+
+2010-04-30 13:05 +0000 Janusz Dobrowolski
+(1999) Reference column visible also for journal entries.
+ admin/void_transaction.php
+
+2010-04-26 15:11 +0000 Joe Hunt
+(1998) Changed voiding of Direct Invoice to automatically void 'auto' delivery and set SO quantity and qty_sent to 0.
+And a few small bug fixes.
+ CHANGELOG.txt
+ admin/db/voiding_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/sales_db.inc
+
+2010-04-20 22:24 +0000 Joe Hunt
+(1994) Didn't show 'View Attachments' for Journal Entries
+ CHANGELOG.txt
+ includes/ui/ui_controls.inc
+
+2010-04-20 22:06 +0000 Joe Hunt
+(1993) Bug in systypes selector (no type update)
+and better layout in company preferences
+ CHANGELOG.txt
+ admin/attachments.php
+ admin/company_preferences.php
+
+2010-04-20 12:52 +0000 Joe Hunt
+(1992) Added option for Manual Revaluation of Currency Accounts
+ CHANGELOG.txt
+ admin/company_preferences.php
+ applications/generalledger.php
+ gl/includes/db/gl_db_banking.inc
+ gl/manage/revaluate_currencies.php
+ includes/prefs/sysprefs.inc
+ sql/alter2.3.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-04-16 14:18 +0000 Joe Hunt
+(1987) Layout improvement in hyperlink_back function
+ CHANGELOG.txt
+ includes/ui/ui_controls.inc
+
+2010-04-16 09:42 +0000 Joe Hunt
+(1986) Minor fixes in voiding transactions
+ CHANGELOG.txt
+ admin/void_transaction.php
+
+2010-04-15 11:12 +0000 Joe Hunt
+(1985) Added an alternative way of presenting tax included on invoices.
+This is done by setting a global variabel $alternative_tax_include_on_docs = 1.
+ CHANGELOG.txt
+ config.default.php
+ includes/ui/ui_view.inc
+ reporting/rep107.php
+ reporting/rep110.php
+
+2010-04-15 08:50 +0000 Joe Hunt
+(1984) Added a date column and combined the # and View column in 'View / Print Transactions.
+Changed Voiding Transaction to also include a pager.
+ CHANGELOG.txt
+ admin/db/transactions_db.inc
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ includes/systypes.inc
+ manufacturing/view/wo_production_view.php
+ reporting/includes/reporting.inc
+
+2010-04-14 21:01 +0000 Joe Hunt
+(1983) Replaced the global variables for table styles to defined CSS classes.
+ CHANGELOG.txt
+ access/login.php
+ admin/attachments.php
+ admin/backups.php
+ admin/change_current_user_password.php
+ admin/company_preferences.php
+ admin/create_coy.php
+ admin/display_prefs.php
+ admin/fiscalyears.php
+ admin/forms_setup.php
+ admin/gl_setup.php
+ admin/inst_lang.php
+ admin/inst_module.php
+ admin/inst_upgrade.php
+ admin/payment_terms.php
+ admin/print_profiles.php
+ admin/printers.php
+ admin/security_roles.php
+ admin/shipping_companies.php
+ admin/system_diagnostics.php
+ admin/tags.php
+ admin/users.php
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ dimensions/dimension_entry.php
+ dimensions/includes/dimensions_ui.inc
+ dimensions/inquiry/search_dimensions.php
+ dimensions/view/view_dimension.php
+ gl/bank_account_reconcile.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/gl_budget.php
+ gl/gl_journal.php
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/inquiry/balance_sheet.php
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/gl_account_inquiry.php
+ gl/inquiry/gl_trial_balance.php
+ gl/inquiry/journal_inquiry.php
+ gl/inquiry/profit_loss.php
+ gl/inquiry/tax_inquiry.php
+ gl/manage/bank_accounts.php
+ gl/manage/currencies.php
+ gl/manage/exchange_rates.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ gl/manage/gl_quick_entries.php
+ gl/view/bank_transfer_view.php
+ gl/view/gl_deposit_view.php
+ gl/view/gl_payment_view.php
+ gl/view/gl_trans_view.php
+ includes/db_pager.inc
+ includes/types.inc
+ includes/ui/allocation_cart.inc
+ includes/ui/db_pager_view.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_view.inc
+ inventory/adjustments.php
+ inventory/cost_update.php
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ inventory/inquiry/stock_movements.php
+ inventory/inquiry/stock_status.php
+ inventory/manage/item_categories.php
+ inventory/manage/item_codes.php
+ inventory/manage/item_units.php
+ inventory/manage/items.php
+ inventory/manage/locations.php
+ inventory/manage/movement_types.php
+ inventory/manage/sales_kits.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ inventory/transfers.php
+ inventory/view/view_adjustment.php
+ inventory/view/view_transfer.php
+ manufacturing/includes/manufacturing_ui.inc
+ manufacturing/includes/work_order_issue_ui.inc
+ manufacturing/inquiry/bom_cost_inquiry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/manage/work_centres.php
+ manufacturing/search_work_orders.php
+ manufacturing/view/wo_issue_view.php
+ manufacturing/view/wo_production_view.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_costs.php
+ manufacturing/work_order_entry.php
+ manufacturing/work_order_issue.php
+ manufacturing/work_order_release.php
+ purchasing/includes/ui/grn_ui.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/manage/suppliers.php
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_payment.php
+ purchasing/view/view_grn.php
+ purchasing/view/view_po.php
+ purchasing/view/view_supp_credit.php
+ purchasing/view/view_supp_invoice.php
+ purchasing/view/view_supp_payment.php
+ reporting/includes/reports_classes.inc
+ sales/create_recurrent_invoices.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sales/manage/credit_status.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/manage/recurrent_invoices.php
+ sales/manage/sales_areas.php
+ sales/manage/sales_groups.php
+ sales/manage/sales_people.php
+ sales/manage/sales_points.php
+ sales/manage/sales_types.php
+ sales/sales_order_entry.php
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_receipt.php
+ sales/view/view_sales_order.php
+ taxes/item_tax_types.php
+ taxes/tax_groups.php
+ taxes/tax_types.php
+ themes/aqua/renderer.php
+ themes/cool/renderer.php
+ themes/default/renderer.php
+
+2010-04-13 23:00 +0000 Joe Hunt
+(1982) Added 'View Attachments' if any in all popup view windows
+ CHANGELOG.txt
+ admin/db/attachments_db.inc
+ dimensions/view/view_dimension.php
+ gl/view/bank_transfer_view.php
+ gl/view/gl_deposit_view.php
+ gl/view/gl_payment_view.php
+ gl/view/gl_trans_view.php
+ includes/main.inc
+ includes/ui/ui_controls.inc
+ inventory/view/view_adjustment.php
+ inventory/view/view_transfer.php
+ manufacturing/view/wo_issue_view.php
+ manufacturing/view/wo_production_view.php
+ manufacturing/view/work_order_view.php
+ purchasing/view/view_grn.php
+ purchasing/view/view_po.php
+ purchasing/view/view_supp_credit.php
+ purchasing/view/view_supp_invoice.php
+ purchasing/view/view_supp_payment.php
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_receipt.php
+ sales/view/view_sales_order.php
+
+2010-04-04 12:22 +0000 Janusz Dobrowolski
+(1978) Customer/supplier/branch document language selection, changes for better support for
+reports provided by extension modules.
+ CHANGELOG.txt
+
+2010-04-04 12:20 +0000 Janusz Dobrowolski
+(1977) Document language for new supplier set to system default.
+ purchasing/manage/suppliers.php
+
+2010-04-04 12:17 +0000 Janusz Dobrowolski
+(1976) Added per customer document language.
+ sales/includes/db/branches_db.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/customers_db.inc
+ sales/includes/db/sales_order_db.inc
+
+2010-04-04 12:16 +0000 Janusz Dobrowolski
+(1975) Added report langauge selector
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+
+2010-04-04 12:14 +0000 Janusz Dobrowolski
+(1974) Added per supplier/customer document language selection.
+ purchasing/includes/db/suppliers_db.inc
+ purchasing/manage/suppliers.php
+ reporting/includes/class.pdf.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/pdf_report.inc
+ reporting/rep107.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep111.php
+ reporting/rep112.php
+ reporting/rep209.php
+ reporting/rep210.php
+ sql/alter2.3.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-04-04 12:11 +0000 Janusz Dobrowolski
+(1973) company_path() helper used.
+ admin/attachments.php
+ admin/company_preferences.php
+ admin/create_coy.php
+ admin/db/fiscalyears_db.inc
+ admin/display_prefs.php
+ admin/print_profiles.php
+ admin/system_diagnostics.php
+ includes/lang/language.php
+ includes/page/header.inc
+ includes/ui/ui_view.inc
+ inventory/manage/items.php
+ reporting/includes/excel_report.inc
+ reporting/includes/header2.inc
+ reporting/rep102.php
+ reporting/rep104.php
+ reporting/rep202.php
+ reporting/rep303.php
+ reporting/rep706.php
+ reporting/rep707.php
+
+2010-04-04 12:09 +0000 Janusz Dobrowolski
+(1972) Added company_path() helper.
+ includes/main.inc
+
+2010-04-04 12:04 +0000 Janusz Dobrowolski
+(1971) Added all_option parameter to language selectors.
+ includes/ui/ui_lists.inc
+
+2010-04-04 12:03 +0000 Janusz Dobrowolski
+(1970) System names extracted to new separated file to enable re-read after language change.
+ includes/sysnames.inc
+ includes/types.inc
+
+2010-04-04 12:02 +0000 Janusz Dobrowolski
+(1969) Fixed for better extension modules support.
+ reporting/includes/tcpdf.php
+ reporting/prn_redirect.php
+
+2010-04-04 12:01 +0000 Janusz Dobrowolski
+(1968) Changed addReport method (better support for extension modules).
+ reporting/includes/reports_classes.inc
+ reporting/reports_main.php
+
+2010-04-04 11:58 +0000 Janusz Dobrowolski
+(1967) Code cleanup
+ gl/inquiry/balance_sheet.php
+ gl/inquiry/profit_loss.php
+
+2010-03-26 16:30 +0000 Joe Hunt
+(1965) Another problem with 'parent != false'. should be 'parent !== false'.
+ CHANGELOG.txt
+ gl/includes/db/gl_db_account_types.inc
+
+2010-03-26 15:16 +0000 Joe Hunt
+(1964) Fixed a sorting problem in gl_account_types_list
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+
+2010-03-24 09:33 +0000 Joe Hunt
+(1963) Parse error in ui_list.inc. Fix in other files
+ CHANGELOG.txt
+ gl/includes/db/gl_db_account_types.inc
+ gl/manage/gl_account_types.php
+ includes/ui/ui_lists.inc
+
+2010-03-24 08:28 +0000 Janusz Dobrowolski
+(1962) Same for array_selector.
+ includes/ui/ui_lists.inc
+
+2010-03-24 08:25 +0000 Janusz Dobrowolski
+(1961) Fixed problem with multiply zero values in selector options.
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+
+2010-03-23 15:17 +0000 Joe Hunt
+(1960) problem with "00" == "0" in php.
+ CHANGELOG.txt
+ gl/manage/gl_account_types.php
+
+2010-03-23 09:12 +0000 Joe Hunt
+(1959) Update of old 0 and -1 parents in chart_types to an empty string
+ CHANGELOG.txt
+ sql/alter2.3.sql
+
+2010-03-22 16:28 +0000 Joe Hunt
+(1958) Error editing (updating) Account Groups
+ gl/includes/db/gl_db_account_types.inc
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ includes/ui/ui_lists.inc
+
+2010-03-12 21:29 +0000 Janusz Dobrowolski
+(1950) Small cleanups in reports 301,304,601.
+ CHANGELOG.txt
+
+2010-03-12 21:27 +0000 Janusz Dobrowolski
+(1949) Small cleanups.
+ reporting/rep301.php
+ reporting/rep304.php
+ reporting/rep601.php
+
+2010-03-05 13:08 +0000 Janusz Dobrowolski
+(1943) Merged changes from main trunk up to 2.2.7
+ CHANGELOG.txt
+ admin/backups.php
+ admin/create_coy.php
+ config.default.php
+ gl/gl_journal.php
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_banking.inc
+ gl/manage/exchange_rates.php
+ includes/access_levels.inc
+ includes/session.inc
+ includes/ui/ui_lists.inc
+ js/inserts.js
+ lang/new_language_template/LC_MESSAGES/empty.po
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_order_requirements_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ manufacturing/work_order_add_finished.php
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/ui/po_ui.inc
+ reporting/includes/class.graphic.inc
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep107.php
+ reporting/rep110.php
+ sales/customer_delivery.php
+ sales/manage/customer_branches.php
+ taxes/tax_calc.inc
+ update.html
+
+2010-03-01 10:00 +0000 Janusz Dobrowolski
+(1937) Reritten FrontReport API to accept header layouts externally defined in pdf and php files.
+ CHANGELOG.txt
+
+2010-03-01 09:58 +0000 Janusz Dobrowolski
+(1936) Rewrte of FrontReport header API to accept external layouts in pdf and php files.
+ reporting/includes/class.pdf.inc
+ reporting/includes/excel_report.inc
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+
+2010-03-01 09:56 +0000 Janusz Dobrowolski
+(1935) Integration of fpdi class.
+ reporting/includes/fpdi/decoders/ASCII85Decode.php
+ reporting/includes/fpdi/decoders/LZWDecode.php
+ reporting/includes/fpdi/fpdf_tpl.php
+ reporting/includes/fpdi/fpdi.php
+ reporting/includes/fpdi/fpdi2tcpdf_bridge.php
+ reporting/includes/fpdi/fpdi_pdf_parser.php
+ reporting/includes/fpdi/pdf_context.php
+ reporting/includes/fpdi/pdf_parser.php
+ reporting/includes/fpdi/wrapper_functions.php
+
+2010-03-01 09:54 +0000 Janusz Dobrowolski
+(1934) Report fixed according to changed headers API in FrontReport class.
+ reporting/rep101.php
+ reporting/rep102.php
+ reporting/rep103.php
+ reporting/rep104.php
+ reporting/rep105.php
+ reporting/rep106.php
+ reporting/rep107.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep111.php
+ reporting/rep112.php
+ reporting/rep201.php
+ reporting/rep202.php
+ reporting/rep203.php
+ reporting/rep204.php
+ reporting/rep209.php
+ reporting/rep210.php
+ reporting/rep301.php
+ reporting/rep302.php
+ reporting/rep303.php
+ reporting/rep304.php
+ reporting/rep305.php
+ reporting/rep401.php
+ reporting/rep409.php
+ reporting/rep501.php
+ reporting/rep601.php
+ reporting/rep701.php
+ reporting/rep702.php
+ reporting/rep704.php
+ reporting/rep705.php
+ reporting/rep706.php
+ reporting/rep707.php
+ reporting/rep708.php
+ reporting/rep709.php
+ reporting/rep710.php
+
+2010-03-01 09:53 +0000 Janusz Dobrowolski
+(1933) find_report_file() heler moved to main.inc and renamed to find_custom_file()
+ includes/main.inc
+ reporting/prn_redirect.php
+
+2010-02-25 21:18 +0000 Janusz Dobrowolski
+(1925) A couple of smaller various fixes and improvements.
+ CHANGELOG.txt
+
+2010-02-25 21:17 +0000 Janusz Dobrowolski
+(1924) Cleanup (missing $row declaration).
+ reporting/includes/pdf_report.inc
+
+2010-02-25 21:16 +0000 Janusz Dobrowolski
+(1923) Error message displayed when no report file is found.
+ reporting/prn_redirect.php
+
+2010-02-25 21:15 +0000 Janusz Dobrowolski
+(1922) Small layout fix on final screen.
+ purchasing/po_entry_items.php
+
+2010-02-25 21:14 +0000 Janusz Dobrowolski
+(1921) Changed _vd() debug function to display notification instead of error.
+ includes/ui/ui_view.inc
+
+2010-02-25 21:13 +0000 Janusz Dobrowolski
+(1920) Lists reset after page reload, nonformatted descriptions for edition, html cleanup.
+ includes/ui/ui_lists.inc
+
+2010-02-25 21:12 +0000 Janusz Dobrowolski
+(1919) Added radio buttons helper
+ includes/ui/ui_input.inc
+
+2010-02-25 21:11 +0000 Janusz Dobrowolski
+(1918) Cleanup
+ includes/db/sql_functions.inc
+
+2010-02-25 21:11 +0000 Janusz Dobrowolski
+(1917) Files manipulation helpers added.
+ includes/main.inc
+
+2010-02-20 08:19 +0000 Joe Hunt
+(1905) Wrong class parameter in Generqal Ledger Reports
+ CHANGELOG.txt
+ applications/generalledger.php
+
+2010-02-16 20:09 +0000 Janusz Dobrowolski
+(1902) Merging changes form main trunk 2.2.5-2.2.6
+ CHANGELOG.txt
+ access/login.php
+ admin/attachments.php
+ admin/backups.php
+ admin/change_current_user_password.php
+ admin/company_preferences.php
+ admin/create_coy.php
+ admin/display_prefs.php
+ admin/gl_setup.php
+ admin/inst_lang.php
+ admin/inst_module.php
+ admin/users.php
+ applications/generalledger.php
+ config.default.php
+ gl/gl_bank.php
+ gl/includes/db/gl_db_account_types.inc
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/balance_sheet.php
+ gl/inquiry/journal_inquiry.php
+ gl/inquiry/profit_loss.php
+ includes/banking.inc
+ includes/db/inventory_db.inc
+ includes/db/manufacturing_db.inc
+ includes/main.inc
+ includes/page/footer.inc
+ includes/session.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ inventory/manage/items.php
+ js/inserts.js
+ lang/new_language_template/LC_MESSAGES/empty.po
+ manufacturing/includes/db/work_orders_db.inc
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ reporting/includes/reports_classes.inc
+ reporting/rep107.php
+ reporting/rep110.php
+ reporting/rep305.php
+ reporting/rep701.php
+ reporting/rep705.php
+ reporting/rep706.php
+ reporting/rep707.php
+ reporting/reports_main.php
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/view/view_sales_order.php
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+ update.html
+
+2010-02-09 13:13 +0000 Janusz Dobrowolski
+(1889) Direct Purchase Invoice/GRN, improved db transaction support, other optimizations.
+ CHANGELOG.txt
+
+2010-02-09 13:12 +0000 Janusz Dobrowolski
+(1888) Added Direct GRN and Direct invice in Purchases module.
+ includes/current_user.inc
+ includes/ui/ui_lists.inc
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/po_class.inc
+ purchasing/includes/ui/grn_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+
+2010-02-09 13:10 +0000 Janusz Dobrowolski
+(1887) Improved transactions support (multilevel).
+ includes/db/connect_db.inc
+ includes/db/sql_functions.inc
+ includes/errors.inc
+ sales/includes/cart_class.inc
+
+2010-02-09 13:07 +0000 Janusz Dobrowolski
+(1886) Added invoice preselection option.
+ purchasing/supplier_payment.php
+
+2010-02-09 13:06 +0000 Janusz Dobrowolski
+(1885) Optimized extensions related code.
+ applications/application.php
+ applications/customers.php
+ applications/dimensions.php
+ applications/generalledger.php
+ applications/inventory.php
+ applications/manufacturing.php
+ applications/setup.php
+ applications/suppliers.php
+
+2010-02-09 13:05 +0000 Janusz Dobrowolski
+(1884) Cleanup.
+ purchasing/supplier_invoice.php
+ sales/includes/ui/sales_order_ui.inc
+
+2010-02-09 13:03 +0000 Janusz Dobrowolski
+(1883) Typo fixed.
+ sales/sales_order_entry.php
+
+2010-02-06 21:55 +0000 Janusz Dobrowolski
+(1881) Multiply lines with same stock_id supported in purchase documents.
+ CHANGELOG.txt
+
+2010-02-06 21:54 +0000 Janusz Dobrowolski
+(1880) Multiply order items with same stock_id (with warning), code cleanups.
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/po_class.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+
+2010-02-06 21:53 +0000 Janusz Dobrowolski
+(1879) Type bugs.
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+
+2010-02-04 14:48 +0000 Joe Hunt
+(1864) Better sorting in new gl types and gl accounts
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+
+2010-02-04 11:41 +0000 Joe Hunt
+(1863) Rerun. Stuff forgotten.
+ CHANGELOG.txt
+ gl/includes/db/gl_db_account_types.inc
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+
+2010-02-04 11:18 +0000 Joe Hunt
+(1862) Extended account id's to 15 chars. Changed account type to varchar(10)
+and class id varchar(3). Ability to change account groups online.
+ CHANGELOG.txt
+ gl/includes/db/gl_db_account_types.inc
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ sql/alter2.3.php
+ sql/alter2.3.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-02-03 18:05 +0000 Janusz Dobrowolski
+(1861) Fixed edtable item selector in prices.php
+ CHANGELOG.txt
+ inventory/prices.php
+
+2010-02-03 16:32 +0000 Janusz Dobrowolski
+(1860) Payment terms were not retrieved on invoice edit start.
+ CHANGELOG.txt
+ sales/customer_invoice.php
+
+2010-02-02 12:01 +0000 Janusz Dobrowolski
+(1854) Small fixes in sys_prefs update/retrieval.
+ CHANGELOG.txt
+ admin/db/company_db.inc
+
+2010-02-02 10:51 +0000 Janusz Dobrowolski
+(1853) Missing closing bracket in 2.3 installer class
+ CHANGELOG.txt
+
+2010-02-02 10:02 +0000 Janusz Dobrowolski
+(1852) Merged changes from main trunk up to 2.2.5
+ CHANGELOG.txt
+ admin/gl_setup.php
+ applications/generalledger.php
+ config.default.php
+ gl/bank_transfer.php
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/balance_sheet.php
+ gl/inquiry/gl_account_inquiry.php
+ gl/manage/exchange_rates.php
+ includes/db/manufacturing_db.inc
+ includes/errors.inc
+ includes/types.inc
+ includes/ui/ui_view.inc
+ js/inserts.js
+ js/utils.js
+ purchasing/supplier_payment.php
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/header2.inc
+ reporting/includes/reporting.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep107.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep111.php
+ reporting/rep112.php
+ reporting/rep209.php
+ reporting/rep210.php
+ reporting/rep601.php
+ reporting/rep704.php
+ reporting/rep705.php
+ reporting/rep706.php
+ reporting/rep707.php
+ reporting/rep709.php
+ reporting/reports_main.php
+ sales/customer_payments.php
+ sales/includes/db/sales_order_db.inc
+ sales/includes/sales_db.inc
+ sales/inquiry/customer_inquiry.php
+ sales/sales_order_entry.php
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ taxes/tax_types.php
+ update.html
+
+2010-01-31 22:14 +0000 Janusz Dobrowolski
+(1843) Editable sales terms in sales orders and invoices.
+ CHANGELOG.txt
+ sales/create_recurrent_invoices.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/includes/cart_class.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/manage/sales_points.php
+ sales/sales_order_entry.php
+ sql/alter2.3.php
+ sql/alter2.3.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-01-31 22:12 +0000 Janusz Dobrowolski
+(1842) payment_tems retrieved from debtor_trans
+ reporting/rep102.php
+ reporting/rep108.php
+
+2010-01-31 22:11 +0000 Janusz Dobrowolski
+(1841) Added sale_payment_list
+ includes/ui/ui_lists.inc
+
+2010-01-31 22:09 +0000 Janusz Dobrowolski
+(1840) Added cash_sale return form get_payment_term
+ admin/db/company_db.inc
+
+2010-01-26 17:40 +0000 Janusz Dobrowolski
+(1834) Additional fixes for editable item descriptions.
+ CHANGELOG.txt
+ sales/customer_delivery.php
+
+2010-01-26 17:36 +0000 Janusz Dobrowolski
+(1833) Additional fixed in combo_input related to editable lists
+ includes/ui/ui_lists.inc
+
+2010-01-26 14:21 +0000 Janusz Dobrowolski
+(1832) Full suport for editable items descriptions in sales documents, warning fix in deliveries
+inquiry.
+ CHANGELOG.txt
+
+2010-01-26 14:19 +0000 Janusz Dobrowolski
+(1831) Added full support for editable item descriptions in sales
+ includes/ui/ui_lists.inc
+ inventory/includes/db/items_db.inc
+ inventory/manage/items.php
+ inventory/prices.php
+ js/inserts.js
+ sales/includes/cart_class.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+
+2010-01-26 14:16 +0000 Janusz Dobrowolski
+(1830) Added 'editable' field in stock_master
+ sql/alter2.3.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-01-26 14:15 +0000 Janusz Dobrowolski
+(1829) Fixed warning in debug mode
+ sales/includes/db/cust_trans_db.inc
+
+2010-01-26 14:14 +0000 Janusz Dobrowolski
+(1828) Fixed warning in debug mode.
+ sales/inquiry/sales_deliveries_view.php
+
+2010-01-23 18:46 +0000 Janusz Dobrowolski
+(1820) Changed company name storage.
+ install/save.php
+
+2010-01-23 18:45 +0000 Janusz Dobrowolski
+(1819) Added save.php to last changes.
+ CHANGELOG.txt
+
+2010-01-23 18:41 +0000 Janusz Dobrowolski
+(1818) Cahnged get_base_sales_type()
+ admin/db/company_db.inc
+
+2010-01-23 18:33 +0000 Janusz Dobrowolski
+(1817) System preferences moved to new sys_prefs table, a couple of smaller fixes and improvements.
+ CHANGELOG.txt
+
+2010-01-23 18:32 +0000 Janusz Dobrowolski
+(1816) System preferences moved form company to new sys_prefs table
+ admin/company_preferences.php
+ admin/db/company_db.inc
+ admin/db/users_db.inc
+ admin/display_prefs.php
+ admin/gl_setup.php
+ admin/users.php
+ includes/current_user.inc
+ includes/prefs/sysprefs.inc
+ includes/prefs/userprefs.inc
+ includes/session.inc
+ sql/alter2.1.php
+ sql/alter2.3.php
+ sql/alter2.3.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2010-01-23 18:30 +0000 Janusz Dobrowolski
+(1815) Updated locales and data/src compatibility checks.
+ admin/system_diagnostics.php
+
+2010-01-23 18:27 +0000 Janusz Dobrowolski
+(1814) Improved locales checking.
+ includes/lang/gettext.php
+ includes/lang/language.php
+
+2010-01-23 18:26 +0000 Janusz Dobrowolski
+(1813) Defaults for get_post also for array submits, added confirm dialog helper.
+ includes/ui/ui_controls.inc
+
+2010-01-23 18:25 +0000 Janusz Dobrowolski
+(1812) Added info label in error_log for warnings during upgrade process.
+ includes/errors.inc
+
+2010-01-23 18:22 +0000 Janusz Dobrowolski
+(1811) Added core version for checks against database version_id
+ config.default.php
+
+2010-01-23 18:21 +0000 Janusz Dobrowolski
+(1810) System setup re-read after upgrade.
+ admin/inst_upgrade.php
+
+2010-01-23 18:21 +0000 Janusz Dobrowolski
+(1809) Cached company currency retrieval.
+ includes/banking.inc
+
+2010-01-23 18:20 +0000 Janusz Dobrowolski
+(1808) Removed sysprefs.inc include
+ includes/main.inc
+
+2010-01-23 18:20 +0000 Janusz Dobrowolski
+(1807) Removed archaic erro handling.
+ includes/date_functions.inc
+
+2010-01-23 18:18 +0000 Janusz Dobrowolski
+(1806) Missing path_to_root declaration in handle_submit()
+ admin/create_coy.php
+
+2010-01-23 18:18 +0000 Janusz Dobrowolski
+(1805) Message box cleanup before ajax call.
+ js/utils.js
+
+2010-01-20 11:23 +0000 Janusz Dobrowolski
+(1800) Merged changes form main trunk up to 2.2.4
+ CHANGELOG.txt
+ admin/create_coy.php
+ config.default.php
+ gl/manage/gl_account_types.php
+ includes/data_checks.inc
+ includes/errors.inc
+ includes/main.inc
+ includes/page/footer.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_view.inc
+ inventory/cost_update.php
+ inventory/includes/item_adjustments_ui.inc
+ inventory/manage/sales_kits.php
+ inventory/view/view_adjustment.php
+ manufacturing/includes/db/work_orders_db.inc
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ sales/includes/sales_db.inc
+ sales/manage/sales_points.php
+ sql/en_US-new.sql
+ taxes/item_tax_types.php
+ update.html
+
+2010-01-12 15:14 +0000 Janusz Dobrowolski
+(1777) Two smaller fixes.
+ CHANGELOG.txt
+
+2010-01-12 15:13 +0000 Janusz Dobrowolski
+(1776) Fixed misnamed function parameter.
+ sales/inquiry/sales_deliveries_view.php
+
+2010-01-12 15:12 +0000 Janusz Dobrowolski
+(1775) Added sorting branches by branch_ref.
+ sales/includes/db/branches_db.inc
+ sales/includes/db/cust_trans_db.inc
+
+2010-01-12 14:04 +0000 Janusz Dobrowolski
+(1774) Merged changes from main trunk up to 2.2.3
+ CHANGELOG.txt
+ admin/db/fiscalyears_db.inc
+ admin/fiscalyears.php
+ config.default.php
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_banking.inc
+ includes/current_user.inc
+ includes/data_checks.inc
+ includes/date_functions.inc
+ includes/references.inc
+ includes/session.inc
+ includes/ui/db_pager_view.inc
+ inventory/manage/item_codes.php
+ inventory/reorder_level.php
+ js/inserts.js
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/supplier_payment.php
+ reporting/includes/class.pdf.inc
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/reporting.inc
+ reporting/includes/reports_classes.inc
+ reporting/prn_redirect.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep111.php
+ reporting/rep209.php
+ reporting/rep210.php
+ reporting/rep701.php
+ reporting/reports_main.php
+ sales/allocations/customer_allocate.php
+ sales/create_recurrent_invoices.php
+ taxes/db/tax_groups_db.inc
+ taxes/tax_calc.inc
+ update.html
+
+2010-01-11 11:55 +0000 Janusz Dobrowolski
+(1771) Optimized database indexes.
+ CHANGELOG.txt
+ sql/alter2.3.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-12-24 13:17 +0000 Joe Hunt
+(1743) Restore of old sql (didn't get updated correctly)
+ gl/includes/db/gl_db_trans.inc
+
+2009-12-24 11:29 +0000 Janusz Dobrowolski
+(1742) Merged changes from main trunk 2.2.1-2.2.2
+ CHANGELOG.txt
+ admin/create_coy.php
+ admin/db/maintenance_db.inc
+ admin/system_diagnostics.php
+ applications/setup.php
+ config.default.php
+ gl/gl_bank.php
+ gl/includes/db/gl_db_rates.inc
+ gl/inquiry/journal_inquiry.php
+ includes/current_user.inc
+ includes/date_functions.inc
+ includes/db_pager.inc
+ includes/lang/language.php
+ includes/page/header.inc
+ includes/session.inc
+ includes/ui/allocation_cart.inc
+ includes/ui/ui_lists.inc
+ install/save.php
+ inventory/adjustments.php
+ inventory/transfers.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+ purchasing/supplier_invoice.php
+ reporting/fonts/courier.php
+ reporting/fonts/symbol.php
+ reporting/fonts/times.php
+ reporting/fonts/timesb.php
+ reporting/fonts/timesbi.php
+ reporting/fonts/timesi.php
+ reporting/fonts/zapfdingbats.php
+ reporting/includes/Workbook.php
+ reporting/includes/class.graphic.inc
+ reporting/includes/class.pdf.inc
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/excel_report.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/tcpdf.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep111.php
+ sales/allocations/customer_allocate.php
+ sales/customer_delivery.php
+ sales/includes/cart_class.inc
+ sales/includes/sales_db.inc
+ update.html
+
+2009-12-10 09:46 +0000 Joe Hunt
+(1729) Enhanced Quick Entries to also support Balance Based source amount. Monthly or Yearly (all)
+Only works with type Journal Entry.
+ CHANGELOG.txt
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/manage/gl_quick_entries.php
+ includes/ui/ui_view.inc
+ sql/alter2.3.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-12-05 09:27 +0000 Joe Hunt
+(1724) Moved all SQL statements from PHP files into relevant *_db.inc files.
+All folders done, except reporting/repXXX.php and reporting/includes/reports_classes.inc
+Awaiting change in report mechanism
+ CHANGELOG.txt
+ includes/ui/allocation_cart.inc
+ reporting/includes/header2.inc
+ reporting/includes/reports_classes.inc
+ sales/create_recurrent_invoices.php
+ sales/customer_payments.php
+ sales/includes/db/branches_db.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/custalloc_db.inc
+ sales/includes/db/customers_db.inc
+ sales/includes/db/recurrent_invoices_db.inc
+ sales/includes/db/sales_groups_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/sales_db.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sales/manage/credit_status.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/manage/recurrent_invoices.php
+ sales/manage/sales_areas.php
+ sales/manage/sales_groups.php
+ sales/manage/sales_people.php
+ sales/manage/sales_points.php
+ sales/manage/sales_types.php
+ sales/view/view_sales_order.php
+ taxes/db/tax_types_db.inc
+ taxes/item_tax_types.php
+ taxes/tax_calc.inc
+ taxes/tax_groups.php
+ taxes/tax_types.php
+
+2009-12-04 23:31 +0000 Janusz Dobrowolski
+(1723) Upgrade to 2.3 skeleton files added, added key on comments table.
+ CHANGELOG.txt
+
+2009-12-04 23:31 +0000 Janusz Dobrowolski
+(1722) Added key on comments table for better performance.
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-12-04 23:30 +0000 Janusz Dobrowolski
+(1721) Upgrade skeleton files for 2.3 release.
+ sql/alter2.3.php
+ sql/alter2.3.sql
+
+2009-12-04 00:39 +0000 Joe Hunt
+(1716) Moved all SQL statements from PHP files into relevant *_db.inc files.
+Included purchasing folder
+ CHANGELOG.txt
+ includes/db/manufacturing_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/manage/work_centres.php
+ manufacturing/search_work_orders.php
+ manufacturing/work_order_costs.php
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/db/suppalloc_db.inc
+ purchasing/includes/db/suppliers_db.inc
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/manage/suppliers.php
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+
+2009-12-03 23:20 +0000 Joe Hunt
+(1715) New file
+ inventory/includes/db/items_purchases_db.inc
+
+2009-12-02 23:46 +0000 Joe Hunt
+(1713) Moved all SQL statements from PHP files into relevant *_db.inc files.
+Included inventory folder
+ CHANGELOG.txt
+ admin/db/company_db.inc
+ admin/db/printers_db.inc
+ admin/db/shipping_db.inc
+ admin/payment_terms.php
+ admin/print_profiles.php
+ admin/printers.php
+ admin/shipping_companies.php
+ dimensions/includes/dimensions_db.inc
+ gl/includes/db/gl_db_account_types.inc
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/db/gl_db_currencies.inc
+ gl/manage/bank_accounts.php
+ gl/manage/currencies.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ inventory/includes/db/items_category_db.inc
+ inventory/includes/db/items_db.inc
+ inventory/includes/db/items_locations_db.inc
+ inventory/includes/db/movement_types_db.inc
+ inventory/includes/inventory_db.inc
+ inventory/inquiry/stock_movements.php
+ inventory/manage/item_categories.php
+ inventory/manage/items.php
+ inventory/manage/locations.php
+ inventory/manage/movement_types.php
+ inventory/purchasing_data.php
+
+2009-12-02 20:16 +0000 Janusz Dobrowolski
+(1712) Merged changes from main branch up to release 2.2.1
+ CHANGELOG.txt
+ admin/backups.php
+ admin/company_preferences.php
+ admin/db/maintenance_db.inc
+ admin/display_prefs.php
+ config.default.php
+ gl/gl_bank.php
+ includes/current_user.inc
+ includes/errors.inc
+ includes/lang/language.php
+ includes/main.inc
+ includes/session.inc
+ includes/systypes.inc
+ includes/ui/allocation_cart.inc
+ install/save.php
+ lang/en_US/LC_MESSAGES/en_US.mo
+ lang/new_language_template/LC_MESSAGES/empty.po
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/ui/po_ui.inc
+ reporting/includes/header2.inc
+ sql/en_US-demo.sql
+
+2009-12-01 16:55 +0000 Joe Hunt
+(1702) Moved all SQL statements from PHP files into relevant *_db.inc files.
   included gl folder
-$ /dimensions/includes/dimensions_db.inc
-  /dimensions/includes/dimensions_ui.inc
-  /dimensions/inquiry/search_dimensions.php
-  /gl/bank_account_reconcile.pph
-  /gl/gl_budget.php
-  /gl/includes/db/gl_db_accounts.inc
-  /gl/includes/db/gl_db_account_types.inc
-  /gl/includes/db/gl_db_bank_accounts.inc
-  /gl/includes/db/gl_db_bank_trans.inc
-  /gl/includes/db/gl_db_currencies.inc
-  /gl/includes/db/gl_db_rates.inc
-  /gl/includes/db/gl_db_trans.inc
-  /gl/inquiry/bank_inquiry.php
-  /gl/inquiry/journal_inquiry.php
-  /gl/manage/bank_accounts.php
-  /gl/manage/currencies.php
-  /gl/manage/exchange_rates.php
-  /gl/manage/gl_accounts.php
-  /gl/manage/gl_account_classes.php
-  /gl/manage/gl_account_types.php
-  /gl/view/gl_trans_view.php
-  
-30-Nov-2009 Joe Hunt
-! Moved all SQL statements from PHP files into relevant *_db.inc files.
-  admin folder
-$ /admin/attachments.php
-  /admin/create_coy.php
-  /admin/fiscalyears.php
-  /admin/gl_setup.php
-  /admin/payment_terms.php
-  /admin/printers.php
-  /admin/shipping_companies.php
-  /admin/view_print_transaction.php
-  /admin/db/attachments_db.inc (New file)
-  /admin/db/company_db.inc
-  /admin/db/fiscalyears_db.inc (New file)
-  /admin/db/maintenance_db.inc
-  /admin/db/printers_db.inc
-  /admin/db/shipping_db.inc (New file)
-  /admin/db/transactions_db.inc (New file)
-  /includes/date_functions.inc
-  /reporting/includes/excel_report.inc
-  /reporting/includes/pdf_report.inc
-
-------------------------------- Release 2.2 ----------------------------------
-18-Nov-2009 Joe Hunt
-! Release 2.2
-$ config.default.php
-# Allow null references in trans to show up in gl_trans_view
-$ /gl/view/gl_trans_view.php
-# Fixed side bug after last sql update.
-$ /gl/bank_account_reconcile.php
-
-17-Nov-2009 Joe Hunt/Tom Hallman
-! Moved payment terms in documents for better view. Increased
-  space for legal text.
-$ /reporting/includes/header2.inc
-  /reporting/includes/pdf_report.inc
-! Changed sorting in get_gl_transactions to sort by tran_date, counter
-  Changed period in Journal Entries to one month instead of one year.
-$ /gl/includes/db/gl_db_trans.inc
-  /gl/inquiry/journal_inquiry.php
-! Changed rep705 to show fiscal year instead of year
-$ /reporting/rep705.php
-  /reporting/includes/reports_classes.inc
-! updated fles
-$ update.html
-  /lang/new_language_template/LC_MESSAGES/empty.po
-  
-15-Nov-2009 Janusz Dobrowolski
-+ Added integration of custom and extended reports into reporting module; optimizations.
-$ /reporting/prn_redirect.php
-  /reporting/reports_main.php
-  /reporting/includes/reports_classes.inc
-! All *_list() helper functions now return html code, while *_list_cells/*_list_row() display the controls directly.
-$ /includes/ui/ui_lists.inc
-  /admin/backups.php
-  /admin/inst_module.php
-  /admin/print_profiles.php
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/includes/ui/gl_journal_ui.inc
-  /gl/manage/exchange_rates.php
-  /includes/ui/ui_input.inc
-  /inventory/cost_update.php
-  /inventory/prices.php
-  /inventory/purchasing_data.php
-  /inventory/reorder_level.php
-  /inventory/inquiry/stock_status.php
-  /inventory/manage/item_codes.php
-  /inventory/manage/items.php
-  /inventory/manage/sales_kits.php
-  /manufacturing/inquiry/where_used_inquiry.php
-  /manufacturing/manage/bom_edit.php
-  /purchasing/allocations/supplier_allocation_main.php
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/ui/po_ui.inc
-  /sales/allocations/customer_allocation_main.php
-  /sales/manage/customer_branches.php
-
-13-Nov-2009 Tom Hallman/Joe Hunt
-! Allow editing account when editing a row in GL Bank and GL Journal Entry
-$ /gl/gl_bank.php
-  /gl/gl_journal.php
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/includes/ui/gl_journal_ui.inc
-  /includes/ui/items_cart.inc
-# Transaction bug in void_journal_trans()
-$ /gl/includes/db/gl_db_trans.inc
-
-12-Nov-2009 Tom Hallman/Joe Hunt
-! Cleaning the CHANGELOG.txt file
-! Changed to allow change of reference in GL modifying
-$ /gl/includes/db/gl_db_trans.inc
-  /gl/gl_journal.php
-  /gl/includes/ui/bl_journal_ui.inc
-  /gl/view/gl_trans_view.php
-  /includes/references.inc
-  /includes/db/references_db.inc
-  
-12-Nov-2009 Tom Hallman/Janusz Dobrowolski
-+ Added amount range in gl inquires.
-$ /gl/includes/db/gl_db_trans.inc
-  /gl/inquiry/gl_account_inquiry.php
-! Changed menu option text for GL inquiry
-$ /applications/generalledger.php
-# Fixed typo
-$ /doc/access_levels.txt
-# Fixed maximal memo line length.
-$ /gl/includes/ui/gl_bank_ui.inc
-  /gl/includes/ui/gl_journal_ui.inc
-
-12-Nov-2009 Tom Hallman/Joe Hunt
-! Changed Journal Inquiries so it shows the Bank Deposit/Payment amount
-  instead of sum of positive transaction.
-$ /gl/inquiry/journal_inquiry.php
-
-10-Nov-2009 Janusz Dobrowolski
-# Fixed value for SA_SUPPBULKREP access area.
-$ /includes/access_levels.inc
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-10-Nov-2009 Joe Hunt
-# disallow bank accounts in accounts list in Bank Deposits/Payments.
-  It produces double records in bank inquiry otherwise..
-$ /gl/includes/ui/gl_bank_ui.inc
-# disallow bank accounts in accounts list when type is Bank Deposits
-  or Payments. See above.
-$ /gl/manage/gl_quick_entries.php
-# type warning in dimension tags
-$ /admin/tags.php
-
-09-Nov-2009 Janusz Dobrowolski
-! Fixed help link to provide ctxhelp switch and clean the page context string.
-$ /includes/page/header.inc
-
-08-Nov-2009 Joe Hunt
-# Bug in adding freight cost to sales order/quotation
-$ /sales/inquiry/sales_orders_view.php
-! Additional improvements on layout display
-$ /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/view/view_po.php
-  /sales/view/view_sales_order.php
-! Changed the Running Balance column in Customer Transaction
-  to only show when the type is selected. The order is not
-  good before sorting in date order
-$ /sales/inquiry/customer_inquiry.php  
-
-07-Nov-2009 Janusz Dobrowolski
-# Added missing help_context
-$ /sales/inquiry/sales_orders_view.php
-
-07-Nov-2009 Joe Hunt
-! More improvements on layout display.
-$ /purchases/includes/ui/po_ui.inc
-  /inventory/includes/item_adjustments_ui.inc
-
-06-Nov-2009 Janusz Dobrowolski
-# Include sequence fixed.
-$ /admin/tags.php
-  
-06-Nov-2009 Joe Hunt
-! Improved layout in the new tax info display. Also old ones.
-$ /sales/credit_invoice.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-
-05-Nov-2009 Joe Hunt
-! Display tax info in Sales Quotation, Order, Direct Delivery and Invoice.
-$ /sales/includes/ui/sales_order_ui.inc
-  /sales/sales_order_entry.php
-! Include freight_cost in Sales Quotations, Orders in inquiries.
-$ /sales/inquiry/sales_orders_view.php
-# Bug on line 215 in /sales/customer_delivery.php
-$ /sales/customer_delivery.php
-
-04-Nov-2009 Tom Hallman/Joe Hunt
-! Included dimension(s) in Bank Deposit/Payment View and correct signs.
-$ /gl/view/gl_deposit_view.php
-  /gl/view/gl_payment_view.php
-  
-04-Nov-2009 Janusz Dobrowolski
-# Fixed bug introduced during security update and merged from main trunk.
-$ /admin/db/printers_db.inc
-
-03-Nov-2009 Janusz Dobrowolski
-! Added optional parameter to add_bank_transaction
-$ /gl/includes/db/gl_db_banking.inc
-# Fixed missing default price_dec.
-$ /includes/prefs/userprefs.inc
-
-03-Nov-2009 Joe Hunt
-# Bad debit account when debiting service items.
-$ /purchasing/includes/db/invoice_db.inc
-# Removed unneeded reference to $result in db_num_rows. Gave warnings.
-$ /includes/db/connect_db.inc
-! Better formatting of update.html
-$ update.html
-# Wrong presentation on reference and order in Customer Allocation Inquiry
-$ /sales/inquiry/customer_allocation_inquiry.php
-! Changed so reference no in QUOTE/SO/INV/CRE/PO is printed instead of trans_no 
-  if global variable in config.php, $print_invoice_no = 0 (default).
-$ /reporting/includes/header2.inc
-  /reporting/includes/reports_classes.inc
-  
-02-Nov-2009 Janusz Dobrowolski
-# Bad default value retrieved for service COGS account.
-$ /inventory/manage/items.php
-
-01-Nov-2009 Joe Hunt
-! Changed $date_system value of 3 to be traditional, but non-workday is Friday 
-  and start of week is Saturday. For DatePicker.
-$ config.default.php
-  /includes/date_functions.inc
-  /includes/ui/ui_view.inc
-# Bugs in function show_users_online in users_db.inc
-$ /admin/db/users_db.inc
-
-01-Nov-2009 Janusz Dobrowolski
-+ Added default date format and date separator used before login.
-$ /config.default.php
-  /includes/prefs/userprefs.inc
-
-30-Oct-2009 Janusz Dobrowolski
-# Fixed non-default company selection bug on login.
-$ /includes/session.inc
-! Code cleanup.
-$ /includes/db/connect_db.inc
-
-30-Oct-2009 Joe Hunt
-! Changed name on folder for global help url to fawiki.
-$ /config.default.php
-
-29-Oct-2009 Janusz Dobrowolski
-! Changed context help organization to enable use of central multilanguage wiki.
-$ /config.default.php
-  /admin/*.php
-  /applications/*.php
-  /dimensions/dimension_entry.php
-  /dimensions/inquiry/search_dimensions.php
-  /dimensions/view/view_dimension.php
-  /gl/*.php
-  /gl/inquiry/*.php
-  /gl/manage/*.php
-  /gl/view/*.php
-  /includes/page/header.inc
-  /inventory/*.php
-  /inventory/inquiry/*.php
-  /inventory/manage/*.php
-  /inventory/view/*.php
-  /manufacturing/*.php
-  /manufacturing/inquiry/*.php
-  /manufacturing/manage/*.php
-  /manufacturing/view/*.php
-  /purchasing/*.php
-  /purchasing/allocations/*.php
-  /purchasing/inquiry/*.php
-  /purchasing/manage/suppliers.php
-  /purchasing/view/*.php
-  /reporting/reports_main.php
-  /sales/*.php
-  /sales/allocations/*.php
-  /sales/inquiry/*.php
-  /sales/manage/*.php
-  /sales/view/*.php
-  /taxes/item_tax_types.php
-  /taxes/tax_groups.php
-  /taxes/tax_types.php
-  /themes/aqua/renderer.php
-  /themes/cool/renderer.php
-  /themes/default/renderer.php
-
-28-Oct-2009 Joe Hunt
-! Changed report Annual Expense Breakdown to follow the fiscal year instead of 
-  calendar year. The year selector selects the start of the fiscal year.
-  Only the last 12 months are shown.
-$ /reporting/rep705.php
-
-27-Oct-2009 Joe Hunt
-# Database error when updating item.
-$ /inventory/includes/db/items_db.inc
-# Removed unneeded double forms in scripts with db_pager. Missing $_POST variables.
-$ /dimensions/inquiry/search_dimensions.php
-  /manufacturing/search_work_orders.php
-  /purchasing/allocations/supplier_allocation_main.php
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/sales_orders_view.php
-  /sales/inquiry/customer_inquiry.php
-  
-26-Oct-2009 Janusz Dobrowolski
-# [0000177] Fixed error during gl class update.
-$ /gl/includes/db/gl_db_account_types.inc
-
-26-Oct-2009 Joe Hunt
-# Fixed another compatibility issue with MySQL 3.xx (DATE)
-$ /reporting/rep710.php
-! Late changes in empty.po and en_US.mo
-$ /lang/new_language_template/LC_MESSAGES/empty.po
-  /lang/en_US/LC_MESSAGES/en_US.mo
-
-24-Oct-2009 Janusz Dobrowolski
-# Fixed compatibility issue with MySQL 3.xx
-$ /admin/db/tags_db.inc
-
-24-Oct-2009 Janusz Dobrowolski
-+ Default add/update button, ajax update.
-$ /dimensions/dimension_entry.php
-  /gl/manage/gl_accounts.php
-! Removed obsolete $tabs global array (tab ids retrieved from $_SESSION['App'])
-$ /includes/types.inc
-  /includes/ui/ui_lists.inc
-  /admin/inst_module.php
-  /includes/page/header.inc
-# Fixed ajax support for multiply selects.
-$ /js/utils.js
-# Fixed buggy php behaviour when foreach is used on global array.
-$ /frontaccounting.php
-
-------------------------------- Release 2.2 RC ----------------------------------
-24-Oct-2009 Joe Hunt
-! Changed so -1 as parameters to dimensions in get_transactions db routines only 
-  fetches NO dimensions. 
-$ /gl/includes/db/gl_db_trans.inc
-  /reporting/rep705.php
-  /reporting/includes/reports_classes.inc
-
-24-Oct-2009 Janusz Dobrowolski
-# Added text fields sanitiozation during upgrade to 2.2.
-$ /sql/alter2.2.php
-# Fixed error log warning (missing installed_extensions()) during upgrade .
-$ /includes/session.inc
-# CVS folders exluded from flush_dir to avoid unwanted warnings in error log on devel boxes.
-$ /includes/main.inc
-
-23-Oct-2009 Janusz Dobrowolski
-# Fixed 2.2 upgrade pre_check
-$ /sql/alter2.2.php
-# Fixed check_table() to avoid sparse messages in error log
-$ /admin/inst_update.php
-# Fixed module update and deletion.
-$ /admin/inst_module.php
-
-22-Oct-2009 Tom Hallman
-+ Added generic tags support and tags for dimensions/gl accounts.
-$ /applications/dimensions.php
-  /applications/generalledger.php
-  /dimensions/dimension_entry.php
-  /gl/manage/gl_accounts.php
-  /includes/data_checks.inc
-  /includes/ui/ui_lists.inc
-  /admin/tags.php (new)
-  /admin/db/tags_db.inc (new)
-
-22-Oct-2009 Janusz Dobrowolski
-# Fixed bug in setting default value in array_selector, fixed default fo systypes selector.
-$ /includes/ui/ui_lists.inc
-# Fixed double escaping during add/update.
-$ /dimensions/includes/dimensions_db.inc
-# More security fixes in sql statements.
-$ /gl/manage/bank_accounts.php
-  /gl/manage/currencies.php
-  /gl/manage/exchange_rates.php
-  /gl/manage/gl_account_types.php
-  /gl/manage/gl_accounts.php
-  /includes/db/audit_trail_db.inc
-  /includes/db/comments_db.inc
-  /includes/db/inventory_db.inc
-  /includes/db/manufacturing_db.inc
-  /includes/db/references_db.inc
-# Initial value for $next_extension_id added.
-$ /admin/db/maintenance_db.inc
-# Added fixing special chars in refs table during upgrade
-$ /sql/alter2.2.php
-
-21-Oct-2009 Joe Hunt
-! Changed install.html, update.html and empty.po files
-$ install.html
-  update.html
-  /lang/new_language_template/LC_MESSAGES/empty.po
-! Enabled a global flag in config.default.php (config.php), $show_users_online = 0.
-  If this flag is set to 1 FA will show discretely the users online in the footer.
-$ config.default.php
-  /admin/db/users_db.inc
-
-21-Oct-2009 Janusz Dobrowolski
-! Upgrade scripts modified to be used with 2.1 or 2.2beta
-$ /sql/alter2.1.php
-  /sql/alter2.2.php
-  /sql/alter2.2rc.sql (new)
-  /admin/inst_upgrade.php
-# Fixed help link.
-$ /includes/page/header.inc
-# Fixed upgrade of reference table to avoid duplicate record error.
-$ /sql/alter2.2.php
-# Fixed bug in array_selector 
-$ /includes/ui/ui_lists.inc
-
-20-Oct-2009 Janusz Dobrowolski
-! Conditional config files generation - prevents overwrite during upgrade.
-$ /config.php (removed)
-  /installed_extensions.php (removed)
-  /company/0/installed_extensions.php (removed)
-  /config.default.php  (new initial default)
-  /config_db.php (removed initial version)
-  /admin/db/maintenance_db.inc
-  /includes/session.inc
-  /install/index.php
-  /install/save.php
-  /lang/installed_languages.inc (removed initial version)
-! Moving control to install wizard when config file does not exists.
-$ /index.php
-# Fixed db error message
-$ /dimensions/includes/db/dimension_db.inc
-
-18-Oct-2009 Janusz Dobrowolski (merged changes for 2.1.7 from main branch)
-! Added html_entity_decode() in db_escape() for correct INSERT>SELECT>INSERT sequences.
-$ /includes/db/connect_db.inc
-# Fixed warnings on first page display
-$ /admin/company_preferences.php
-# Fixed erroneous message
-$ /gl/manage/gl_account_types.php
-# Security sql statements update against sql injection attacks.
-$ /admin/attachments.php
-  /admin/payment_terms.php
-  /admin/print_profiles.php
-  /admin/printers.php
-  /admin/shipping_companies.php
-  /admin/view_print_transaction.php
-  /admin/db/company_db.inc
-  /admin/db/printers_db.inc
-  /admin/db/voiding_db.inc
-  /admin/db/users_db.inc
-  /dimensions/includes/dimensions_db.inc
-  /dimensions/inquiry/search_dimensions.php
-  /gl/bank_account_reconcile.php
-  /gl/gl_budget.php
-  /gl/includes/db/gl_db_account_types.inc
-  /gl/includes/db/gl_db_accounts.inc
-  /gl/includes/db/gl_db_bank_accounts.inc
-  /gl/includes/db/gl_db_bank_trans.inc
-  /gl/includes/db/gl_db_banking.inc
-  /gl/includes/db/gl_db_currencies.inc
-  /gl/includes/db/gl_db_rates.inc
-  /gl/includes/db/gl_db_trans.inc
-  /gl/inquiry/bank_inquiry.php
-  /gl/view/bank_transfer_view.php
-  /gl/view/gl_trans_view.php
-  /inventory/cost_update.php
-  /inventory/purchasing_data.php
-  /inventory/includes/db/items_category_db.inc
-  /inventory/includes/db/items_codes_db.inc
-  /inventory/includes/db/items_db.inc
-  /inventory/includes/db/items_locations_db.inc
-  /inventory/includes/db/items_prices_db.inc
-  /inventory/includes/db/items_trans_db.inc
-  /inventory/includes/db/items_units_db.inc
-  /inventory/includes/db/movement_types_db.inc
-  /inventory/inquiry/stock_movements.php
-  /inventory/manage/item_categories.php
-  /inventory/manage/item_units.php
-  /inventory/manage/items.php
-  /inventory/manage/locations.php
-  /inventory/manage/movement_types.php
-  /manufacturing/search_work_orders.php
-  /manufacturing/includes/db/work_centres_db.inc
-  /manufacturing/includes/db/work_order_issues_db.inc
-  /manufacturing/includes/db/work_order_produce_items_db.inc
-  /manufacturing/includes/db/work_order_requirements_db.inc
-  /manufacturing/includes/db/work_orders_db.inc
-  /manufacturing/includes/db/work_orders_quick_db.inc
-  /manufacturing/inquiry/where_used_inquiry.php
-  /manufacturing/manage/bom_edit.php
-  /manufacturing/manage/work_centres.php
-  /purchasing/po_entry_items.php
-  /purchasing/po_receive_items.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /purchasing/includes/purchasing_db.inc
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/invoice_items_db.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/db/supp_trans_db.inc
-  /purchasing/includes/db/suppalloc_db.inc
-  /purchasing/includes/db/suppliers_db.inc
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /purchasing/manage/suppliers.php
-
-12-Oct-2009 Janusz Dobrowolski (merged)
-# Fixed sql injection vulnerability on some php/mysql configurations
-$ /admin/db/users_db.inc
-! Single quotes also encoded before database data insert
-$ /admin/db/maintenance_db.inc
-  /includes/db/connect_db.inc
-  /reporting/includes/tcpdf.php
-  /sales/includes/cart_class.inc
-
-16-Oct-2009 Janusz Dobrowolski
-+ Access control system description.
-$ /doc/access_levels.txt (new)
-
-14-Oct-2009 Janusz Dobrowolski
-# [0000173] Missing global systypes_array declaration.
-$ /purchasing/allocations/supplier_allocate.php
-
-14-Oct-2009 Joe Hunt
-# [0000172] Difference between Customer Balances and Print Statements
-$ /reporting/rep108.pp
-
-13-Oct-2009 Janusz Dobrowolski
-# Fixed default page access.
-$ /sales/inquiry/sales_orders_view.php
-
-13-Oct-2009 Joe Hunt
-+ Added discrete users online in footer (from Wish List Forum) (New rerun)
-$ /admin/db/users_db.inc
-  /sql/alter2.2.sql
-  /sql/en_US-new.sql
-  /sql/en_US-demo.sql
-  /themes/aqua/renderer.php
-  /themes/cool/renderer.php
-  /themes/default/renderer.php
-! Changed Tag types in reports_classes to be the same as defined in types.inc. Suitable height=5
-$ /reporting/includes/reports_classes.inc
-! Code cleanup (old code removed)
-$ /includes/ui_view.inc
-  
-12-Oct-2009 Janusz Dobrowolski
-# Fixed sql injection vulnerability on some php/mysql configurations
-$ /admin/db/users_db.inc
-# Fixed broken table editor page layout on duplicate record.
-$ /gl/includes/db/gl_db_account_types.inc
-  /gl/includes/db/gl_db_accounts.inc
-  /gl/manage/gl_account_classes.php
-  /gl/manage/gl_account_types.php
-  /gl/manage/gl_accounts.php
-# [0000169],[0000174] Removed sparse session var unset firing error.
-  /sales/allocations/customer_allocation_main.php
-  /purchasing/allocations/supplier_allocation_main.php
-
-11-Oct-2000 Joe Hunt
-# [0000168] Undefined variable: paylink in file rep110.php
-$ /reporting/rep110.php
-  /reporting/includes/pdf_report.inc
-  
-11-Oct-2009 Janusz Dobrowolski
-+ Added security area for sales quotes entry
-$ /applications/customers.php
-  /includes/access_levels.inc
-  /sql/alter2.2.php
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-+ Standard SA_DENIED access level added.
-$ /includes/current_user.inc
-+ Added helper function for setting page_security level depending on GET content and/or expression value
-$ /includes/session.inc
-# Fixed security areas sort order
-$ /admin/security_roles.php
-# Fixed page_security for various usage types.
-$ /sales/sales_order_entry.php
-  /sales/inquiry/sales_orders_view.php
-
-10-Oct-2009 Janusz Dobrowolski
-! Changed access control extensions support for modules/plugins to use unique extension ids
-$ /admin/inst_module.php
-  /admin/security_roles.php
-  /admin/db/maintenance_db.inc
-  /includes/access_levels.inc
-  /includes/current_user.inc
-  /installed_extensions.php
-  /index.php
-# Enabled error handling for extensions
-$ /frontaccounting.php
-# Page code rewrite
-$ /admin/inst_module.php
-# Fixed missing parameters in update_user_display_prefs call
-$ /admin/users.php
-! Non-accesable menu options displayed as text instead of link
-$ /applications/customers.php
-  /applications/dimensions.php
-  /applications/generalledger.php
-  /applications/inventory.php
-  /applications/manufacturing.php
-  /applications/setup.php
-  /applications/suppliers.php
-# Fixed error handling for duplicate table records
-$ /includes/errors.inc
-# Fixed php 5.3 function name conflict
-$ /includes/main.inc
-  /sales/inquiry/sales_orders_view.php
-# Fixed delivery note edition bug (introduced during systypes rewrite)
-$ /sales/includes/cart_class.inc
-! Changed page_security to SASALESINVOICE
-$ /sales/inquiry/sales_deliveries_view.php
-
-09-Oct-2009 Joe Hunt
-+ Added option to print delivery notes as packing slip in reports and links.
-$ /includes/ui/ui_controls.inc 
-  /reporting/rep110.php
-  /reporting/reports_main.php
-  /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-  /reporting/includes/header2.inc
-  /reporting/includes/pdf_report.inc
-  /reporting/includes/reporting.inc
-  /sales/customer_delivery.php
-  /sales/sales_order_entry.php
-  
-08-Oct-2009 Joe Hunt
-+ Prepared the Report Engine for Tags handling.
-! Changed report::getDisplay() to use combo_input from ui_lists.inc insted of local function
-  dup_simple_codeandname_list().
-$ /reporting/includes/reports_classes.inc
-! Changed a parameter in report 301.php to be Summary Only instead of Detailed report.
-$ /reporting/reports_main.php
-  /reporting/rep301.php
-
-06-Oct-2009 Tom Hallman
-# moved commit_transaction and added a default use_transaction param in write_journal_entries
-$ /gl/includes/db/gl_db_trans.inc
-# Show Journal Entries from 2.1 as closed in Journal Inquiries.
-$ /gl/inquiry/journal_inquiry.php
-
-03-Oct-2009 Janusz Dobrowolski
-# Fixed false upgrade related error displayed in some situations on logout.
-$ /access/logout.php
-# Missing old_db declaration fixed.
-$ /includes/current_user.inc
-# Fixed combo_input and array_selector to accept array of selected items from POST.
-$ /includes/ui/ui_lists.inc
-!  Changed structure of tag_associations table.
-$ /sql/alter2.sql
-  /sql/en_US-new.sql
-  /sql/en_US-demo.sql
-
-03-Oct-2009 Joe Hunt
-# Bad conversion of timestamp value in report audit trail.
-$ /reporting/rep710.php
-
-01-Oct-2009 Janusz Dobrowolski
-! Added comment on add_access_extensions usage.
-$ /includes/access_levels.inc
-# Removed sparse add_access_extensions() call.
-$ /includes/session.inc
-+ Added support for multiply select options in combo_input.
-$ /includes/ui/ui_lists.inc
-! Unaccesable menu options are now displayed as grey text.
-$ /themes/aqua/default.css
-  /themes/aqua/renderer.php
-  /themes/cool/default.css
-  /themes/cool/renderer.php
-  /themes/default/default.css
-  /themes/default/renderer.php
-
-------------------------------- Release 2.2 Beta ----------------------------------
-30-Sep-2009 Joe Hunt
-! Release 2.2 Beta
-$ config.php
-  update.html
-# Errors in the 2 last user variables in userprefs and parse error in alter2.2.php 
-$ /includes/prefs/userprefs.inc
-  /sql/alter2.2.php
-# Trivial errors in not set bank charge account, retained earnings or profit/loss year account
-$ /admin/fiscalyears.php
-  /purchasing/supplier_payment.php
-  /sales/customer_payments.php
-# Parse error in view_supp_payment.php
-$ /purchasing/view/view_supp_payment.php
-
-30-Sep-2009 Janusz Dobrowolski
-! Single quotes also encoded before database data insert
-$ /admin/db/maintenance_db.inc
-  /includes/db/connect_db.inc
-  /reporting/includes/tcpdf.php
-  /sales/includes/cart_class.inc
-# Included missing dimension configuration section.
-$ /includes/access_levels.inc
-! Changed tag types array name
-$ /includes/types.inc
-# Message typo
-$ /sql/alter2.2.php
-# Fixed false error on payment without allocation.
-$ /purchasing/supplier_payment.php
-  /sales/customer_payments.php
-# Fixed access to payments when deposits are disabled.
-$ /gl/gl_bank.php
-! Access level checking moved to page() function to make session start 
-       and page access checks independent.
-$ /includes/main.inc
-  /includes/session.inc
-# Back link on upgrade help page
-  /includes/current_user.inc
-
-29-Sep-2009 Tom Hallman
-! Changes in tags table structure, tags related security areas
-$ /includes/access_levels.inc
-  /includes/types.inc
-  /sql/alter2.2.php
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-29-Sep-2009 Janusz Dobrowolski
-# Fixed sql error during sales order line update with line cancelation.
-$ /sales/includes/db/sales_order_db.inc
-
-29-Sep-2009 Joe Hunt
-! Improved layout on documents etc and new empty language file.
-$ /doc/*.txt
-  update.html
-  /lang/new_language_template/LC_MESSAGES/empty.po
-  
-28-Sep-2009 Janusz Dobrowolski
-+ Rewritten extensions system to enable per company module/plugin activation. 
-$ /frontaccounting.php
-  /installed_extensions.php
-  /admin/create_coy.php
-  /admin/inst_module.php
-  /admin/inst_lang.php
-  /admin/db/maintenance_db.inc
-  /applications/customers.php
-  /applications/dimensions.php
-  /applications/generalledger.php
-  /applications/inventory.php
-  /applications/manufacturing.php
-  /applications/setup.php
-  /applications/suppliers.php
-  /includes/access_levels.inc
-  /includes/current_user.inc
-  /includes/main.inc
-  /includes/session.inc
-  /includes/ui/ui_lists.inc
-  /sql/alter2.2.php
-  /modules/installed_modules.php (Removed)
-# Prevented switching off access to security role editor for current role.
-$ /admin/security_roles.php
-
-25-Sep-2009 Joe Hunt
-# Wrong presentation of qty decimals when trans_no != 0 (delivered)
-$ /sales/includes/ui/sales_order_ui.inc
-! Improved layout of login screen
-$ /addess/login.php
-  /themes/default/login.css
-  
-24-Sep-2009 Janusz Dobrowolski
-+ Additional fields for secondary phone and/or general notes in customers, 
- cust_branches, shippers, locations and suppliers tables.
-$ /admin/shipping_companies.php
-  /inventory/includes/db/items_locations_db.inc
-  /inventory/manage/locations.php
-  /purchasing/manage/suppliers.php
-  /sales/manage/customer_branches.php
-  /sales/manage/customers.php
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-24-Sep-2009 Joe Hunt
-# Parse error
-$ /sales/inquiry/customer_inquiry.php
-
-23-Sep-2009 Janusz Dobrowolski
-# Fixed crash for all transaction types report
-$ /reporting/rep702.php
-
-23-Sep-2009 Joe Hunt
-# Cleaning from javascript errors.
-$ /access/login.php
-  /admin/fiscalyears.php
-# missing unset of post variable (DayNumber).
-$ /admin/payment_terms.php
-! Changed login to be dependent only by login.css
-$ /themes/default/login.css
-  
-22-Sep-2009 Joe Hunt
-! Changed copyright notice in installer files to credit the original copyrighter. GPLv3.
-$ /install/index.php
-  /install/save.php
-! Updated the install.html and created a doc txt file, about sales quotations.
-$ install.html
-  /doc/2.2_Beta.txt
-  /doc/sales_quotations.txt
-! Changed login.php and logout.php to be neutral and tried to use our own api.
-$ /access/login.php
-  /access/logout.php
-# parse error in login_fail
-$ /includes/session.inc
-  
-21-Sep-2009 Janusz Dobrowolski/Tom Hallman
-! Added info on timeout and default bank accounts.
-$ /doc/2.2_Beta.txt
-! Tags support related changes in database
-$ /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-20-Sep-2009 Joe Hunt
-! Removed editable rate field in tax_group_items.
-$ /taxes/tax_groups.php
-# Fixed report layout
-$ /reporting/rep704.php
-
-20-Sep-2009 Janusz Dobrowolski
-+ Optional demo data checkbox on install page.
-$ /install/index.php
-  /install/save.php
-# Fixed previous interface mode after timeout.
-$ /access/login.php
-+ Optional additional security roles includable from modules/extensions
-$ /admin/inst_module.php
-  /admin/security_roles.php
-  /includes/access_levels.inc
-  /installed_extensions.php
-! Bug with rates display fixed in single form layout.
-$ /taxes/tax_groups.php
-# Fixed 'bad password' info screen to be usable also in non-js mode.
-$ /includes/session.inc
-# Fixed debtors_master name size.
-$ /sql/en_US-new.sql
-  /sql/en_US-demow.sql
-
-19-Sep-2009 Janusz Dobrowolski
-+ Support for inactive record control added, optimizations.
-$ /includes/db_pager.inc
-  /includes/ui/db_pager_view.inc
-! db_pager instead of simple table used for table of branches
-$ /sales/manage/customer_branches.php
-! Cleanup after db_pager optimization
-$ /admin/view_print_transaction.php
-  /dimensions/inquiry/search_dimensions.php
-  /gl/bank_account_reconcile.php
-  /gl/inquiry/journal_inquiry.php
-  /gl/manage/exchange_rates.php
-  /manufacturing/search_work_orders.php
-  /manufacturing/inquiry/where_used_inquiry.php
-  /purchasing/allocations/supplier_allocation_main.php
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /sales/allocations/customer_allocation_main.php
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-  /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/sales_orders_view.php
-# Additional fix after removal of bank account report parameter
-$ /sales/create_recurrent_invoices.php
-  /reporting/rep107.php
-
-19-Sep-2009 Joe Hunt
-# Eliminate PT_WORKORDER from payment_person_types_list
-$ /includes/ui/ui_lists.inc
-! Error msg in Bank Transfer if no Bank Charge Account set.
-$ /gl/bank_transfer.php
-
-18-Sep-2009 Janusz Dobrowolski
-+ Added currency default bank accounts used in reporting instead of manual account selector.
-$ /gl/includes/db/gl_db_bank_accounts.inc
-  /gl/manage/bank_accounts.php
-  /reporting/rep107.php
-  /reporting/rep108.php
-  /reporting/rep109.php
-  /reporting/rep111.php
-  /reporting/rep209.php
-  /reporting/reports_main.php
-  /reporting/includes/reporting.inc
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-17-Sep-2009 Joe Hunt
-+ Added release note file for 2.2.
-$ /doc/2.2-Beta.txt
-
-16-Sep-2009 Joe Hunt
-! Clean ups in default themes.
-$ config.php
-  /admin/display_prefs.php
-  /themes/default/default.css
-  /themes/aqua/default.css
-  /themes/cool/default.css
-# Removing php5 date warnings
-$ /includes/date_functions.inc
-  
-15-Sep-2009 Janusz Dobrowolski/Joe Hunt
-# Fixed journal entry type and systype selectors
-# Restore of the 4 include files in types.inc
-$ /includes/types.inc
-! Cleanup
-$ /includes/ui/ui_lists.inc
-  /reporting/includes/reports_classes.inc
-! Changed security roles in default COAs.
-$ /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-# Fixed GET call continuation after timeout and logout page access without authorization
-$ /access/login.php
-  /includes/session.inc
-  /includes/prefs/userprefs.inc
-
-14-Sep-2009 Joe Hunt
-! Changed all numeric constants to the new defined constants. A huge task.
-$ /admin/fiscalyears.php
-  /admin/forms_setup.php
-  /admin/view_print_transaction.php
-  /admin/void_transaction.php
-  /gl/includes/db/gl_db_banking.inc
-  /gl_includes/db/gl_db_trans.inc
-  /gl/inquiry/journal_inquiry.php
-  /includes/systypes.inc
-  /includes/ui/allocation_cart.inc
-  /includes/ui/ui_view.inc
-  /inventory/inquiry/stock_movements.php
-  /manufacturing/includes/db/work_order_issues_db.inc
-  /manufacturing/includes/db/work_order_produce_items.inc
-  /manufacturing/view/wo_production_view.php
-  /purchasing/po_receive_items.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /purchasing/supplier_payment.php
-  /purchasing/allocations/supplier_allocation_main.php
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/suballoc_db.inc
-  /purchasing/includes/db/suppliers_db.inc
-  /purchasing/includes/db/supp_payment_db.inc
-  /purchasing/includes/db/supp_trans_db.inc
-  /purchasing/includes/ui/grn_ui.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /purchasing/view/view_grn.php
-  /purchasing/view/view_po.php
-  /purchasing/view/view_supp_credit.php
-  /purchasing/view/view_supp_invoice.php
-  /purchasing/view/view_supp_payment.php
-  /reporting/rep101.php
-  /reporting/rep102.php
-  /reporting/rep103.php
-  /reporting/rep105.php
-  /reporting/rep106.php
-  /reporting/rep107.php
-  /reporting/rep108.php
-  /reporting/rep109.php
-  /reporting/rep110.php
-  /reporting/rep111.php
-  /reporting/rep201.php
-  /reporting/rep202.php
-  /reporting/rep203.php
-  /reporting/rep304.php
-  /reporting/rep409.php
-  /reporting/rep709.php
-  /reporting/includes/reporting.inc
-  /reporting/includes/reports_classes.inc
-  /sales/create_recurrent_invoices.php
-  /sales/credit_note_entry.php
-  /sales/customer_credit_invoice.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/customer_payments.php
-  /sales/sales_order_entry.php
-  /sales/includes/cart_class.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/db/custalloc_db.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/payment_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-  /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/sales_orders_view.php
-  /sales/manage/recurrent_invoices.php
-  /sales/view/view_credit.php
-  /sales/view/view_dispatch.php
-  /sales/view/view_invoice.php
-  /sales/view/view_sales_order.php
-  
-13-Sep-2009 Janusz Dobrowolski
-! Eliminated non-static method calls and some more fixes to avoid log warnings on both php 4 and 5:
- Classes systypes, bank_account_types, payment_person_types, wo_types, reserved replaced by
-simple arrays and defines, removed wrapper get_text class, static method calls replaced by
-calls to singleton variables or defines. Suppressed warnings generated by html_entity_decode()
-and htmlspecialchars() for unsupported encodings.
-$ /frontaccounting.php
-  /admin/display_prefs.php
-  /admin/fiscalyears.php
-  /admin/forms_setup.php
-  /admin/view_print_transaction.php
-  /admin/void_transaction.php
-  /admin/db/voiding_db.inc
-  /dimensions/dimension_entry.php
-  /dimensions/includes/dimensions_db.inc
-  /dimensions/inquiry/search_dimensions.php
-  /dimensions/view/view_dimension.php
-  /gl/bank_account_reconcile.php
-  /gl/bank_transfer.php
-  /gl/gl_bank.php
-  /gl/gl_journal.php
-  /gl/includes/db/gl_db_banking.inc
-  /gl/includes/db/gl_db_trans.inc
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/inquiry/bank_inquiry.php
-  /gl/inquiry/gl_account_inquiry.php
-  /gl/inquiry/journal_inquiry.php
-  /gl/manage/bank_accounts.php
-  /gl/manage/gl_account_types.php
-  /gl/view/bank_transfer_view.php
-  /gl/view/gl_deposit_view.php
-  /gl/view/gl_payment_view.php
-  /gl/view/gl_trans_view.php
-  /includes/reserved.inc (Removed)
-  /includes/JsHttpRequest.php
-  /includes/banking.inc
-  /includes/errors.inc
-  /includes/main.inc
-  /includes/references.inc
-  /includes/session.inc
-  /includes/types.inc
-  /includes/lang/gettext.php
-  /includes/lang/language.php
-  /includes/page/footer.inc
-  /includes/prefs/sysprefs.inc
-  /includes/prefs/userprefs.inc
-  /includes/ui/allocation_cart.inc
-  /includes/ui/items_cart.inc
-  /includes/ui/ui_globals.inc
-  /includes/ui/ui_lists.inc
-  /includes/ui/ui_view.inc
-  /inventory/adjustments.php
-  /inventory/cost_update.php
-  /inventory/transfers.php
-  /inventory/includes/item_adjustments_ui.inc
-  /inventory/includes/stock_transfers_ui.inc
-  /inventory/includes/db/items_adjust_db.inc
-  /inventory/includes/db/items_trans_db.inc
-  /inventory/includes/db/items_transfer_db.inc
-  /inventory/inquiry/stock_movements.php
-  /inventory/manage/movement_types.php
-  /inventory/view/view_adjustment.php
-  /inventory/view/view_transfer.php
-  /manufacturing/search_work_orders.php
-  /manufacturing/work_order_add_finished.php
-  /manufacturing/work_order_costs.php
-  /manufacturing/work_order_entry.php
-  /manufacturing/work_order_issue.php
-  /manufacturing/work_order_release.php
-  /manufacturing/includes/manufacturing_ui.inc
-  /manufacturing/includes/work_order_issue_ui.inc
-  /manufacturing/includes/db/work_order_issues_db.inc
-  /manufacturing/includes/db/work_order_produce_items_db.inc
-  /manufacturing/includes/db/work_orders_db.inc
-  /manufacturing/includes/db/work_orders_quick_db.inc
-  /manufacturing/view/wo_issue_view.php
-  /manufacturing/view/wo_production_view.php
-  /manufacturing/view/work_order_view.php
-  /purchasing/po_entry_items.php
-  /purchasing/po_receive_items.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /purchasing/supplier_payment.php
-  /purchasing/allocations/supplier_allocate.php
-  /purchasing/allocations/supplier_allocation_main.php
-  /purchasing/includes/purchasing_db.inc
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/db/supp_payment_db.inc
-  /purchasing/includes/db/suppalloc_db.inc
-  /purchasing/includes/ui/grn_ui.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/ui/po_ui.inc
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /purchasing/view/view_supp_credit.php
-  /purchasing/view/view_supp_payment.php
-  /reporting/rep101.php
-  /reporting/rep102.php
-  /reporting/rep103.php
-  /reporting/rep104.php
-  /reporting/rep105.php
-  /reporting/rep108.php
-  /reporting/rep201.php
-  /reporting/rep202.php
-  /reporting/rep203.php
-  /reporting/rep204.php
-  /reporting/rep301.php
-  /reporting/rep302.php
-  /reporting/rep303.php
-  /reporting/rep304.php
-  /reporting/rep409.php
-  /reporting/rep601.php
-  /reporting/rep702.php
-  /reporting/rep704.php
-  /reporting/rep709.php
-  /reporting/rep710.php
-  /reporting/includes/header2.inc
-  /reporting/includes/reporting.inc
-  /reporting/includes/reports_classes.inc
-  /sales/create_recurrent_invoices.php
-  /sales/credit_note_entry.php
-  /sales/customer_credit_invoice.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/customer_payments.php
-  /sales/sales_order_entry.php
-  /sales/allocations/customer_allocate.php
-  /sales/allocations/customer_allocation_main.php
-  /sales/includes/cart_class.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/custalloc_db.inc
-  /sales/includes/db/payment_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-  /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/sales_orders_view.php
-  /sales/manage/customers.php
-  /sales/view/view_credit.php
-  /sales/view/view_dispatch.php
-  /sales/view/view_invoice.php
-  /sales/view/view_receipt.php
-  /taxes/tax_groups.php
-
-11-Sep-2009 Joe Hunt
-! Changed so deleting of fiscal year also handles sales quotations
-! Check that new closing accounts have been set before closure.
-$ /admin/fiscalyears.php
-! Check that new bank charge account have been set before adding bank charge.
-$ /sales/customer_payments.php
-  /purchasing/supplier_payment.php
-
-10-Sep-2009 Joe Hunt
-! By changing a simple sentence in allocation_cart.inc, the customer/supplier payments works with prompt payment discounts
-$ /includes/ui/allocation_cart.inc
-# Small typo error in types.inc
-/includes/types.inc
-
-09-Sep-2009 Janusz Dobrowolski
-# Added two special access areas for bank gl postings and grn removal.
-$ /gl/gl_journal.php
-  /gl/includes/ui/gl_journal_ui.inc
-  /includes/access_levels.inc
-  /purchasing/supplier_invoice.php
-  /purchasing/includes/ui/invoice_ui.inc
-  /sql/alter2.2.php
-! Added generic access level checking function can_access().
-$ /includes/current_user.inc
-! Code cleanup
-$ /admin/users.php
-# Activated javascript confirm dialogs
-$ /js/inserts.js
-# Fixed dialogs containing newlines.
-$ /includes/ui/ui_input.inc
-+ Added js confirm dialogs for deleting and restoring backup files.
-$ /admin/backups.php
-
-08-Sep-2009 Joe Hunt
-! Changed so voiding and view/print is working with the new Sales Order/Sales Quotation
-$ /admin/view_print_transaction.php
-  /admin/void_transaction.php
-  /admin/db/voiding_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sales/view/view_sales_order.php
-  
-08-Sep-2009 Janusz Dobrowolski
-+ Added detection of partial db upgrade.
-$ /admin/inst_upgrade.php
-  /sql/alter2.1.php
-  /sql/alter2.2.php
-# Small fixes to db upgrade for quotations
-$ /sql/alter2.2.php
-  /sql/alter2.2.sql
-# Added missing sys info for quotations, fixed reference for SO
-$ /includes/systypes.inc
-# Removed obsolete field in sys_types
-$ /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-# date_diff function name changed to date_diff2 for php5.3 compatibility 
-$ /dimensions/inquiry/search_dimensions.php
-  /includes/date_functions.inc
-  /manufacturing/search_work_orders.php
-  /manufacturing/work_order_add_finished.php
-  /manufacturing/work_order_costs.php
-  /sales/sales_order_entry.php
-  /sales/includes/cart_class.inc
-  /sales/includes/ui/sales_order_ui.inc
-
-08-Sep-2009 Joe Hunt
-+ Added Sales Quotations, inquiry and report
-$ /applications/customers.php
-  /includes/types.inc
-  /includes/ui/ui_view.inc
-  /reporting/rep105.php
-  /reporting/rep107.php
-  /reporting/rep109.php
-  /reporting/rep110.php
-  /reporting/rep111.php (new file)
-  /reporting/reports_main.php
-  /reporting/includes/doctext.php
-  /reporting/includes/doctext2.php
-  /reporting/includes/header2.inc
-  /reporting/includes/reporting.inc
-  /reporting/includes/reports_classes.inc
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/sales_order_entry.php
-  /sales/includes/cart_class.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/inquiry/sales_orders_view.php
-  /sales/view/view_dispatch.php
-  /sales/view/view_invoice.php
-  /sales/view/view_sales_order.php
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-! Allow re-opening of Dimensions
-$ /dimensions/dimension_entry.php
-  /dimensions/includes/dimensions_db.inc
-  /dimensions/inquiry/search_dimensions.php
-  
-01-Sep-2009 Janusz Dobrowolski
-# Fixed security sections db update.
-$ /admin/security_roles.php
-# Fixed ui behaviour during FA ugrade.
-$ /includes/current_user.inc
-  /includes/session.inc
-  /access/login.php
-# Company directory where not deleted during company removal.
-$ /admin/create_coy.php
-  /includes/main.inc
-# Fixed old security settings import.
-  /sql/alter2.2.php
-  /sql/alter2.2.sql
-
-31-Aug-2009 Janusz Dobrowolski
-! gl accounts selector ordered by account class id
-$ /includes/ui/ui_lists.inc
-! Changed security modules to sections
-$ /admin/security_roles.php
-  /admin/db/security_db.inc
-! Fine tuned security sections/areas.
-$ /includes/access_levels.inc
-+ Optimized js compressor (up to 5 times faster)
-$ /includes/main.inc
-! Changed order of gl account selector, added security roles list.
-$ /includes/ui/ui_lists.inc
-! Switch to new access levels system
-$ /config.php
-  /index.php
-  /access/logout.php
-  /access/timeout.php
-  /admin/*.php
-  /admin/db/users_db.inc
-  /applications/application.php
-  /applications/setup.php
-  /dimensions/dimension_entry.php
-  /dimensions/inquiry/search_dimensions.php
-  /dimensions/view/view_dimension.php
-  /gl/*.php
-  /gl/inquiry/*.php
-  /gl/manage/*.php
-  /gl/view/*.php
-  /includes/current_user.inc
-  /includes/session.inc
-  /inventory/*.php
-  /inventory/inquiry/*.php
-  /inventory/manage/*.php
-  /inventory/view/*.php
-  /manufacturing/*.php
-  /manufacturing/inquiry/*.php
-  /manufacturing/manage/*.php
-  /manufacturing/view/*.php
-  /purchasing/*.php
-  /purchasing/allocations/*.php
-  /purchasing/inquiry/*.php
-  /purchasing/manage/suppliers.php
-  /purchasing/view/*.php
-  /reporting/prn_redirect.php
-  /reporting/rep*.php
-  /reporting/reports_main.php
-  /reporting/includes/pdf_report.inc
-  /sales/*.php
-  /sales/allocations/*.php
-  /sales/inquiry/*.php
-  /sales/manage/*.php
-  /sales/view/*.php
-  /sql/alter2.2.php
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  /taxes/*.php
-
-28-Aug-2009 Joe Hunt
-# The reference for deposits and payments didn't show up in Tax Report
-$ /reporting/rep709.php
-# Minor bug in Quick Entries display
-$ /includes/ui/ui_view.inc
-  
-27-Aug-2009 Joe Hunt
-# bank_trans_type_id removed from bank_trans in en_US-demo.sql and en_US-new.sql.
-$ /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  
-26-Aug-2009 Janusz Dobrowolski
-! Merged changes from main trunk  2.1.4-2.1.5 (see below)
-
-$ /config.php
-  /includes/ui/ui_view.inc
-  /includes/current_user.inc
-  /includes/ui/ui_input.inc
-  /inventory/purchasing_data.php
-  /install/save.php
-  /gl/manage/gl_accounts.php
-  /gl/includes/gl_db_accounts.inc
-  /gl/includes/db/gl_db_bank_accounts.inc
-  /gl/manage/gl_quick_entries.php
-  /gl/manage/gl_account_classes.php
-  /gl/includes/db/gl_db_bank_trans.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/ui/po_ui.inc
-  /purchasing/includes/supp_trans_class.inc
-  /purchasing/po_receive_items.php
-  /purchasing/view/view_grn.php
-  /purchasing/view/view_po.php
-  /purchasing/supplier_payment.php
-  /purchasing/includes/purchasing_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /reporting/reports_main.php
-  /reporting/includes/header2.inc
-  /reporting/rep209.php
-  /reporting/rep109.php
-  /reporting/rep702.php
-  /sales/customer_payments.php
-  /sales/customer_credit_invoice.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/includes/db/payments_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sales/manage/sales_points.php
-  /taxes/tax_calc.inc
-
-26-Aug-2009 Joe Hunt
-# Changed the text Manifactoring => Manifacturing
-$ /reporting/reports_main.php
-
-25-Aug-2009 Joe Hunt
-+ Added reference number in report List of Journal Entries.
-$ /reporting/rep702.php
-! Changed default startup_up app to be in user preferences. Default 'Sales'.
+ CHANGELOG.txt
+ dimensions/includes/dimensions_db.inc
+ dimensions/includes/dimensions_ui.inc
+ dimensions/inquiry/search_dimensions.php
+ gl/bank_account_reconcile.php
+ gl/gl_budget.php
+ gl/includes/db/gl_db_account_types.inc
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_currencies.inc
+ gl/includes/db/gl_db_rates.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/journal_inquiry.php
+ gl/manage/bank_accounts.php
+ gl/manage/currencies.php
+ gl/manage/exchange_rates.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ gl/view/gl_trans_view.php
+
+2009-11-30 09:02 +0000 Joe Hunt
+(1694) Moved all SQL statements from PHP files into relevant *_db.inc files.
+ admin/attachments.php
+ admin/create_coy.php
+ admin/db/attachments_db.inc
+ admin/db/company_db.inc
+ admin/db/fiscalyears_db.inc
+ admin/db/maintenance_db.inc
+ admin/db/printers_db.inc
+ admin/db/shipping_db.inc
+ admin/db/transactions_db.inc
+ admin/fiscalyears.php
+ admin/gl_setup.php
+ admin/payment_terms.php
+ admin/printers.php
+ admin/shipping_companies.php
+ admin/view_print_transaction.php
+ includes/date_functions.inc
+ lang/en_US/LC_MESSAGES/en_US.mo
+ reporting/includes/excel_report.inc
+ reporting/includes/pdf_report.inc
+
+2009-11-18 13:08 +0000 Janusz Dobrowolski
+(1679) Fixed side bug after last sql update.
+ CHANGELOG.txt
+ gl/bank_account_reconcile.php
+
+2009-11-18 09:54 +0000 Joe Hunt
+(1678) Allow null references in trans to show up in gl_trans_view
+ CHANGELOG.txt
+ gl/view/gl_trans_view.php
+
+2009-11-18 07:53 +0000 Joe Hunt
+(1677) Release 2.2
+ CHANGELOG.txt
+ config.default.php
+
+2009-11-17 22:34 +0000 Joe Hunt
+(1676) Changed rep705 to show fiscal year instead of year
+ CHANGELOG.txt
+ lang/new_language_template/LC_MESSAGES/empty.po
+ reporting/includes/reports_classes.inc
+ reporting/rep705.php
+ update.html
+
+2009-11-17 21:09 +0000 Joe Hunt
+(1675) Moved payment terms in documents for better view. Increased space for legal text.
+Changed sorting in get_gl_transactions to sort by tran_date, counter
+Changed period in Journal Entries to one month instead of one year.
+ CHANGELOG.txt
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/journal_inquiry.php
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+
+2009-11-15 22:07 +0000 Janusz Dobrowolski
+(1674) Variable ctrl_handlers moved to BoxReports.
+ reporting/includes/reports_classes.inc
+
+2009-11-15 21:00 +0000 Janusz Dobrowolski
+(1673) Added integrtion ofcustom and extended reports to reporting menu; ui_list cleanup.
+ CHANGELOG.txt
+
+2009-11-15 20:58 +0000 Janusz Dobrowolski
+(1672) All *_list() functions now does not display html directly - added echo when needed.
+ admin/backups.php
+ admin/inst_module.php
+ admin/print_profiles.php
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/manage/exchange_rates.php
+ includes/ui/ui_input.inc
+ inventory/cost_update.php
+ inventory/inquiry/stock_status.php
+ inventory/manage/item_codes.php
+ inventory/manage/items.php
+ inventory/manage/sales_kits.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/manage/bom_edit.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ sales/allocations/customer_allocation_main.php
+ sales/manage/customer_branches.php
+
+2009-11-15 20:55 +0000 Janusz Dobrowolski
+(1671) Adde integration of custom/extended reports; optimizations.
+ reporting/includes/reports_classes.inc
+ reporting/prn_redirect.php
+ reporting/reports_main.php
+
+2009-11-15 20:53 +0000 Janusz Dobrowolski
+(1670) All *_list() functions now return html code instead direct display, *_list_cells() and
+*_list_row() work as before.
+ includes/ui/ui_lists.inc
+
+2009-11-13 15:50 +0000 Joe Hunt
+(1669) Allow editing account when editing a row in GL Bank and GL Journal Entry
+Transaction bug in void_journal_trans()
+ CHANGELOG.txt
+ gl/gl_bank.php
+ gl/gl_journal.php
+ gl/includes/db/gl_db_trans.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ includes/ui/items_cart.inc
+
+2009-11-13 13:45 +0000 Joe Hunt
+(1668) Cleaning CHANGELOG.txt and small fix in references.inc
+ CHANGELOG.txt
+ includes/references.inc
+
+2009-11-12 21:11 +0000 Joe Hunt
+(1667) Changed to allow change of reference in GL modifying
+Added reference in gl_trans_view.php
+ CHANGELOG.txt
+ gl/gl_journal.php
+ gl/includes/db/gl_db_trans.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/view/gl_trans_view.php
+ includes/db/references_db.inc
+ includes/references.inc
+
+2009-11-12 20:33 +0000 Janusz Dobrowolski
+(1666) Fixed maksimum length of memo for gl postings in entry forms.
+ CHANGELOG.txt
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+
+2009-11-12 10:36 +0000 Janusz Dobrowolski
+(1665) Added amount range in gl inquires.
+ CHANGELOG.txt
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/gl_account_inquiry.php
+
+2009-11-12 10:35 +0000 Janusz Dobrowolski
+(1664) Fixed typo
+ doc/access_levels.txt
+
+2009-11-12 10:35 +0000 Janusz Dobrowolski
+(1663) Changed menu option text for GL inquiry.
+ applications/generalledger.php
+
+2009-11-12 10:29 +0000 Joe Hunt
+(1662) Changed Journal Inquiries so it shows the Bank Deposit/Payment amount instead of sum of positive transaction.
+ CHANGELOG.txt
+ gl/inquiry/journal_inquiry.php
+
+2009-11-10 22:58 +0000 Joe Hunt
+(1661) type warning in dimension tags
+ CHANGELOG.txt
+ admin/tags.php
+
+2009-11-10 22:02 +0000 Janusz Dobrowolski
+(1660) Fixed value for SA_SUPPBULKREP access area.
+ CHANGELOG.txt
+ includes/access_levels.inc
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-11-10 00:23 +0000 Joe Hunt
+(1659) disallow bank accounts in accounts list in Bank Deposits/Payments.
+It produces double records in bank inquiry otherwise.
+ CHANGELOG.txt
+ gl/includes/ui/gl_bank_ui.inc
+ gl/manage/gl_quick_entries.php
+
+2009-11-09 11:00 +0000 Janusz Dobrowolski
+(1658) Fixed help link generation to clean page context string.
+ CHANGELOG.txt
+ includes/page/header.inc
+
+2009-11-08 14:29 +0000 Joe Hunt
+(1657) Changed the Running Balance column in Customer Transaction  to only show when the type is selected. The order is not good before sorting in date order
+ CHANGELOG.txt
+ sales/inquiry/customer_inquiry.php
+
+2009-11-08 10:54 +0000 Joe Hunt
+(1656) Bug in adding freight cost to sales order/quotation
+Additional improvements on layout display
+ CHANGELOG.txt
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/view/view_po.php
+ sales/inquiry/sales_orders_view.php
+ sales/view/view_sales_order.php
+
+2009-11-07 15:35 +0000 Janusz Dobrowolski
+(1655) Added mising help context in sales inquires.
+ CHANGELOG.txt
+
+2009-11-07 15:34 +0000 Janusz Dobrowolski
+(1654) Added missing help_context
+ sales/inquiry/sales_orders_view.php
+
+2009-11-07 10:45 +0000 Joe Hunt
+(1653) More improvements on layout display.
+ CHANGELOG.txt
+ inventory/includes/item_adjustments_ui.inc
+ purchasing/includes/ui/po_ui.inc
+
+2009-11-06 11:01 +0000 Joe Hunt
+(1652) Improved layout in the new tax info display. Also old ones.
+ CHANGELOG.txt
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+
+2009-11-06 09:27 +0000 Janusz Dobrowolski
+(1651) Fixed include file sequence.
+ admin/tags.php
+
+2009-11-05 09:57 +0000 Joe Hunt
+(1650) Bug on line 215 in /sales/customer_delivery.php
+ CHANGELOG.txt
+ sales/customer_delivery.php
+
+2009-11-05 09:32 +0000 Joe Hunt
+(1649) Rerun. Modifying need an extra column.
+ sales/includes/ui/sales_order_ui.inc
+
+2009-11-05 09:20 +0000 Joe Hunt
+(1648) Rerun. Update button for change of shipping
+ CHANGELOG.txt
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+
+2009-11-05 00:40 +0000 Joe Hunt
+(1647) Include freight_cost in Sales Quotations, Orders in inquiries.
+ CHANGELOG.txt
+ sales/inquiry/sales_orders_view.php
+
+2009-11-05 00:12 +0000 Joe Hunt
+(1646) Display tax info in Sales Quotation, Order, Direct Delivery and Invoice.
+ CHANGELOG.txt
+ sales/includes/ui/sales_order_ui.inc
+
+2009-11-04 23:02 +0000 Joe Hunt
+(1645) Included dimension(s) in Bank Deposit/Payment View and correct signs.
+ CHANGELOG.txt
+ gl/view/gl_deposit_view.php
+ gl/view/gl_payment_view.php
+
+2009-11-04 14:28 +0000 Janusz Dobrowolski
+(1644) Fixed bug in printer selection introduced during security update and
+merged from main trunk.
+ CHANGELOG.txt
+ admin/db/printers_db.inc
+
+2009-11-03 16:29 +0000 Joe Hunt
+(1643) Changed so reference no in QUOTE/SO/INV/CRE/PO is printed instead of trans_no
+if global variable in config.php, $print_invoice_no = 0 (default).
+ CHANGELOG.txt
+ reporting/includes/header2.inc
+ reporting/includes/reports_classes.inc
+
+2009-11-03 15:34 +0000 Janusz Dobrowolski
+(1642) Fixed js bug on logout screen, optional transactions support in
+add_bank_transaction
+ CHANGELOG.txt
+
+2009-11-03 15:32 +0000 Janusz Dobrowolski
+(1641) Added optional parameter in add_bank_transaction
+ gl/includes/db/gl_db_banking.inc
+
+2009-11-03 15:32 +0000 Janusz Dobrowolski
+(1640) Fixed missing defualt for price_dec setting.
+ includes/prefs/userprefs.inc
+
+2009-11-03 10:37 +0000 Joe Hunt
+(1639) Wrong presentation on reference and order in Customer Allocation Inquiry
+ CHANGELOG.txt
+ sales/inquiry/customer_allocation_inquiry.php
+
+2009-11-03 00:43 +0000 Joe Hunt
+(1638) Bad debit account when debiting service items.
+Removed unneeded reference to $result in db_num_rows. Gave warnings
+Better formatting of update.html
+ CHANGELOG.txt
+ includes/db/connect_db.inc
+ purchasing/includes/db/invoice_db.inc
+ update.html
+
+2009-11-02 16:06 +0000 Janusz Dobrowolski
+(1637) Bad value for COGS acount retrieved from category for new service type
+item entry.
+ CHANGELOG.txt
+ inventory/manage/items.php
+
+2009-11-01 22:42 +0000 Janusz Dobrowolski
+(1636) Added default date format used before login.
+ CHANGELOG.txt
+ config.default.php
+ includes/prefs/userprefs.inc
+
+2009-11-01 10:50 +0000 Joe Hunt
+(1635) Bugs in function show_users_online in users_db.inc
+Small sideeffect in date_functions after correction of $date_system
+ CHANGELOG.txt
+ admin/db/users_db.inc
+ includes/date_functions.inc
+
+2009-11-01 08:22 +0000 Joe Hunt
+(1634) Changed $date_system value of 3 to be traditional, but non-workday is Friday  and start of week is Saturday. For DatePicker.
+ CHANGELOG.txt
+ config.default.php
+ includes/ui/ui_view.inc
+
+2009-10-30 13:23 +0000 Janusz Dobrowolski
+(1633) Fixed non-default company selection bug on login.
+ CHANGELOG.txt
+ includes/session.inc
+
+2009-10-30 13:22 +0000 Janusz Dobrowolski
+(1632) Code cleanup.
+ includes/db/connect_db.inc
+
+2009-10-30 08:28 +0000 Joe Hunt
+(1631) Changed name on folder for global help url to fawiki.
+ CHANGELOG.txt
+ config.default.php
+
+2009-10-29 22:11 +0000 Janusz Dobrowolski
+(1630) Changed context help system organization to enable use of central multilanguage wiki.
+ CHANGELOG.txt
+ config.default.php
+
+2009-10-29 22:05 +0000 Janusz Dobrowolski
+(1629) Changed context help organization to enable use of central, multilanguage wiki.
+ admin/attachments.php
+ admin/backups.php
+ admin/change_current_user_password.php
+ admin/company_preferences.php
+ admin/create_coy.php
+ admin/display_prefs.php
+ admin/fiscalyears.php
+ admin/forms_setup.php
+ admin/gl_setup.php
+ admin/inst_lang.php
+ admin/inst_module.php
+ admin/inst_upgrade.php
+ admin/payment_terms.php
+ admin/print_profiles.php
+ admin/printers.php
+ admin/security_roles.php
+ admin/shipping_companies.php
+ admin/tags.php
+ admin/users.php
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ applications/application.php
+ applications/customers.php
+ applications/dimensions.php
+ applications/generalledger.php
+ applications/inventory.php
+ applications/manufacturing.php
+ applications/setup.php
+ applications/suppliers.php
+ dimensions/dimension_entry.php
+ dimensions/inquiry/search_dimensions.php
+ dimensions/view/view_dimension.php
+ gl/bank_account_reconcile.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/gl_budget.php
+ gl/gl_journal.php
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/gl_account_inquiry.php
+ gl/inquiry/gl_trial_balance.php
+ gl/inquiry/journal_inquiry.php
+ gl/inquiry/tax_inquiry.php
+ gl/manage/bank_accounts.php
+ gl/manage/currencies.php
+ gl/manage/exchange_rates.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ gl/manage/gl_quick_entries.php
+ gl/view/bank_transfer_view.php
+ gl/view/gl_deposit_view.php
+ gl/view/gl_payment_view.php
+ gl/view/gl_trans_view.php
+ includes/page/header.inc
+ inventory/adjustments.php
+ inventory/cost_update.php
+ inventory/inquiry/stock_movements.php
+ inventory/inquiry/stock_status.php
+ inventory/manage/item_categories.php
+ inventory/manage/item_codes.php
+ inventory/manage/item_units.php
+ inventory/manage/items.php
+ inventory/manage/locations.php
+ inventory/manage/movement_types.php
+ inventory/manage/sales_kits.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ inventory/transfers.php
+ inventory/view/view_adjustment.php
+ inventory/view/view_transfer.php
+ manufacturing/inquiry/bom_cost_inquiry.php
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/manage/work_centres.php
+ manufacturing/search_work_orders.php
+ manufacturing/view/wo_issue_view.php
+ manufacturing/view/wo_production_view.php
+ manufacturing/view/work_order_view.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_costs.php
+ manufacturing/work_order_entry.php
+ manufacturing/work_order_issue.php
+ manufacturing/work_order_release.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/manage/suppliers.php
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_payment.php
+ purchasing/view/view_grn.php
+ purchasing/view/view_po.php
+ purchasing/view/view_supp_credit.php
+ purchasing/view/view_supp_invoice.php
+ purchasing/view/view_supp_payment.php
+ reporting/reports_main.php
+ sales/allocations/customer_allocate.php
+ sales/allocations/customer_allocation_main.php
+ sales/create_recurrent_invoices.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/manage/credit_status.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/manage/recurrent_invoices.php
+ sales/manage/sales_areas.php
+ sales/manage/sales_groups.php
+ sales/manage/sales_people.php
+ sales/manage/sales_points.php
+ sales/manage/sales_types.php
+ sales/sales_order_entry.php
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_receipt.php
+ sales/view/view_sales_order.php
+ taxes/item_tax_types.php
+ taxes/tax_groups.php
+ taxes/tax_types.php
+ themes/aqua/renderer.php
+ themes/cool/renderer.php
+ themes/default/renderer.php
+
+2009-10-28 11:11 +0000 Joe Hunt
+(1628) Changed report Annual Expense Breakdown to follow the fiscal year instead of
+calendar year. The year selector selects the start of the fiscal year.
+Only the last 12 months are shown.
+ CHANGELOG.txt
+ reporting/rep705.php
+
+2009-10-27 13:53 +0000 Joe Hunt
+(1627) Database error when updating item.
+ CHANGELOG.txt
+ inventory/includes/db/items_db.inc
+
+2009-10-27 13:44 +0000 Joe Hunt
+(1626) Removed unneeded double forms in scripts with db_pager. Missing $_POST variables.
+ CHANGELOG.txt
+ dimensions/inquiry/search_dimensions.php
+ manufacturing/search_work_orders.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+
+2009-10-26 16:54 +0000 Janusz Dobrowolski
+(1625) Fixed error during gl class update [0000177]
+ CHANGELOG.txt
+ gl/includes/db/gl_db_account_types.inc
+
+2009-10-26 15:43 +0000 Joe Hunt
+(1624) Fixed another compatibility issue with MySQL 3.xx (DATE)
+Late language changes
+ CHANGELOG.txt
+ lang/en_US/LC_MESSAGES/en_US.mo
+ lang/new_language_template/LC_MESSAGES/empty.po
+ reporting/rep710.php
+
+2009-10-25 12:27 +0000 Janusz Dobrowolski
+(1623) Fixed compatibility issue with MySQL 3.xx
+ CHANGELOG.txt
+ admin/db/tags_db.inc
+
+2009-10-24 20:01 +0000 Janusz Dobrowolski
+(1622) Fixed ajax support for multiply selects, obsoleted #tags array some other small fixes
+ CHANGELOG.txt
+
+2009-10-24 19:59 +0000 Janusz Dobrowolski
+(1621) Removed obsolete $tabs global array, tab ids retrieved from $_SESSION['App']
+ admin/inst_module.php
+ includes/page/header.inc
+ includes/types.inc
+ includes/ui/ui_lists.inc
+
+2009-10-24 19:58 +0000 Janusz Dobrowolski
+(1620) Defualt add/update button, ajax page update.
+ dimensions/dimension_entry.php
+ gl/manage/gl_accounts.php
+
+2009-10-24 19:57 +0000 Janusz Dobrowolski
+(1619) Fixed ajax support for multiply selects.
+ js/utils.js
+
+2009-10-24 19:56 +0000 Janusz Dobrowolski
+(1618) Fixed buggy php behaviour when foreach is used on global array.
+ frontaccounting.php
+
+2009-10-24 13:22 +0000 Janusz Dobrowolski
+(1617) Cleanup of not important error log messages.
+ CHANGELOG.txt
+
+2009-10-24 13:21 +0000 Janusz Dobrowolski
+(1616) Fixed error log warning (missing installed_extensions.inc) during upgrade to 2.2.
+ includes/session.inc
+
+2009-10-24 13:20 +0000 Janusz Dobrowolski
+(1615) CVS folders excluded from flush_dir to avoid unwanted messages in error log on devel boxes.
+ includes/main.inc
+
+2009-10-24 09:05 +0000 Joe Hunt
+(1614) *** empty log message ***
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2009-10-24 09:04 +0000 Janusz Dobrowolski
+(1613) Fixed table selection query in sanitize_database().
+ sql/alter2.2.php
+
+2009-10-23 23:31 +0000 Joe Hunt
+(1612) Better format.
+ update.html
+
+2009-10-23 22:46 +0000 Janusz Dobrowolski
+(1611) Added text fields sanitization on upgrdae to 2.2.
+ CHANGELOG.txt
+ sql/alter2.2.php
+
+2009-10-23 22:41 +0000 Joe Hunt
+(1610) Changed so -1 as parameters to dimensions in get_transactions db routines only  fetches NO dimensions.
+ CHANGELOG.txt
+ gl/includes/db/gl_db_trans.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep705.php
+
+2009-10-23 20:32 +0000 Janusz Dobrowolski
+(1609) Fixed extension module update and deletion.
+ CHANGELOG.txt
+ admin/inst_module.php
+
+2009-10-23 14:22 +0000 Janusz Dobrowolski
+(1608) Fixed check_table to avoid errors in log file.
+ admin/inst_upgrade.php
+
+2009-10-23 13:46 +0000 Joe Hunt
+(1607) Additional update instructions
+ update.html
+
+2009-10-23 09:50 +0000 Janusz Dobrowolski
+(1606) Fixed pre_check.
+ sql/alter2.2.php
+
+2009-10-22 17:14 +0000 Janusz Dobrowolski
+(1605) More sql security fixes, two issues in upgrade fixed.
+ CHANGELOG.txt
+
+2009-10-22 17:13 +0000 Janusz Dobrowolski
+(1604) Initial value for next_extension_id added.
+ admin/db/maintenance_db.inc
+
+2009-10-22 17:11 +0000 Janusz Dobrowolski
+(1603) Additional security fixes in sql statements.
+ gl/manage/bank_accounts.php
+ gl/manage/currencies.php
+ gl/manage/exchange_rates.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ includes/db/audit_trail_db.inc
+ includes/db/comments_db.inc
+ includes/db/inventory_db.inc
+ includes/db/references_db.inc
+
+2009-10-22 17:10 +0000 Janusz Dobrowolski
+(1602) Added fixing special chars in refs table during upgrade.
+ sql/alter2.2.php
+
+2009-10-22 17:08 +0000 Janusz Dobrowolski
+(1601) Added initial value for $next_extension_id
+ includes/db/manufacturing_db.inc
+
+2009-10-22 12:01 +0000 Janusz Dobrowolski
+(1600) Fixed error on add/update with no tags selected.
+ dimensions/dimension_entry.php
+ gl/manage/gl_accounts.php
+
+2009-10-22 11:47 +0000 Janusz Dobrowolski
+(1599) *** empty log message ***
+ dimensions/includes/dimensions_db.inc
+
+2009-10-22 11:32 +0000 Janusz Dobrowolski
+(1598) Fixed double db_escape in add/update.
+ dimensions/includes/dimensions_db.inc
+
+2009-10-22 11:29 +0000 Janusz Dobrowolski
+(1597) Fixed default value for systypes slector.
+ includes/ui/ui_lists.inc
+
+2009-10-22 11:26 +0000 Janusz Dobrowolski
+(1596) Fixed double escaping on dimensions.
+ dimensions/includes/dimensions_db.inc
+
+2009-10-22 11:25 +0000 Janusz Dobrowolski
+(1595) Fixed include order.
+ admin/tags.php
+
+2009-10-22 11:24 +0000 Janusz Dobrowolski
+(1594) Removed debug code.
+ admin/db/tags_db.inc
+
+2009-10-22 10:35 +0000 Janusz Dobrowolski
+(1593) Added tags support, fixed bug in array_selector.
+ CHANGELOG.txt
+
+2009-10-22 10:34 +0000 Janusz Dobrowolski
+(1592) Added generic tags support; tags for dimensions/gl accounts.
+ admin/db/tags_db.inc
+ admin/tags.php
+ applications/dimensions.php
+ applications/generalledger.php
+ dimensions/dimension_entry.php
+ gl/manage/gl_accounts.php
+ includes/data_checks.inc
+
+2009-10-22 10:32 +0000 Janusz Dobrowolski
+(1591) Fixed bug in default selection in array selector, added tags lists.
+ includes/ui/ui_lists.inc
+
+2009-10-21 16:28 +0000 Janusz Dobrowolski
+(1590) Fixed help link generation and upgrade of refs table.
+ CHANGELOG.txt
+
+2009-10-21 16:27 +0000 Janusz Dobrowolski
+(1589) Fixed refs table upgrade to avoid duplicate record errors.
+ sql/alter2.2.php
+
+2009-10-21 16:26 +0000 Janusz Dobrowolski
+(1588) Fixed help link generation.
+ includes/page/header.inc
+
+2009-10-21 14:06 +0000 Joe Hunt
+(1587) A couple of new strings from upgrade...
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2009-10-21 13:49 +0000 Joe Hunt
+(1586) Enabled a global flag in config.default.php (config.php), $show_users_online = 0.
+If this flag is set to 1 FA will show discretely the users online in the footer.
+ CHANGELOG.txt
+ admin/db/users_db.inc
+ config.default.php
+
+2009-10-21 12:20 +0000 Janusz Dobrowolski
+(1585) Missing argument in pre_check call.
+ admin/inst_upgrade.php
+
+2009-10-21 11:44 +0000 Janusz Dobrowolski
+(1584) Additional fixes to upgrade scripts.
+ CHANGELOG.txt
+ admin/inst_upgrade.php
+ sql/alter2.1.php
+ sql/alter2.2.php
+ sql/alter2.2rc.sql
+
+2009-10-21 11:07 +0000 Janusz Dobrowolski
+(1583) Upgrade scripts modified to be used with FA 2.1 and 2.2beta
+ CHANGELOG.txt
+ sql/alter2.1.php
+ sql/alter2.2.php
+
+2009-10-21 11:06 +0000 Janusz Dobrowolski
+(1582) Upgrade script from 2.2beta to 2.2RC/final.
+ sql/alter2.2rc.sql
+
+2009-10-21 07:54 +0000 Joe Hunt
+(1581) Changed install.html, update.html and empty.po files
+ CHANGELOG.txt
+ install.html
+ lang/new_language_template/LC_MESSAGES/empty.po
+ update.html
+
+2009-10-20 21:51 +0000 Janusz Dobrowolski
+(1580) Small error message fix in dimension db.
+ CHANGELOG.txt
+ dimensions/includes/dimensions_db.inc
+
+2009-10-20 21:47 +0000 Janusz Dobrowolski
+(1579) Conditional config files generation - prevents overwrite during upgrade.
+ CHANGELOG.txt
+ admin/db/maintenance_db.inc
+ admin/inst_lang.php
+ company/0/installed_extensions.php
+ config.default.php
+ config.php
+ config_db.php
+ includes/session.inc
+ install/index.php
+ install/save.php
+ installed_extensions.php
+ lang/installed_languages.inc
+
+2009-10-20 21:45 +0000 Janusz Dobrowolski
+(1578) Moving control to install wizard when config file does not exists.
+ index.php
+
+2009-10-18 19:01 +0000 Janusz Dobrowolski
+(1575) Fixed duplicate db_escape() im add_gl_account and update_gl_account
+ gl/includes/db/gl_db_accounts.inc
+
+2009-10-18 18:43 +0000 Janusz Dobrowolski
+(1574) Security update merged from 2.1.
+ CHANGELOG.txt
+ admin/attachments.php
+ admin/db/company_db.inc
+ admin/db/printers_db.inc
+ admin/db/voiding_db.inc
+ admin/payment_terms.php
+ admin/print_profiles.php
+ admin/printers.php
+ admin/shipping_companies.php
+ admin/view_print_transaction.php
+ dimensions/includes/dimensions_db.inc
+ dimensions/inquiry/search_dimensions.php
+ gl/bank_account_reconcile.php
+ gl/gl_budget.php
+ gl/includes/db/gl_db_account_types.inc
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_currencies.inc
+ gl/includes/db/gl_db_rates.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/bank_inquiry.php
+ gl/manage/gl_account_types.php
+ gl/view/bank_transfer_view.php
+ gl/view/gl_trans_view.php
+ includes/db/connect_db.inc
+ inventory/cost_update.php
+ inventory/includes/db/items_category_db.inc
+ inventory/includes/db/items_codes_db.inc
+ inventory/includes/db/items_db.inc
+ inventory/includes/db/items_locations_db.inc
+ inventory/includes/db/items_prices_db.inc
+ inventory/includes/db/items_trans_db.inc
+ inventory/includes/db/items_units_db.inc
+ inventory/includes/db/movement_types_db.inc
+ inventory/inquiry/stock_movements.php
+ inventory/manage/item_categories.php
+ inventory/manage/item_units.php
+ inventory/manage/items.php
+ inventory/manage/locations.php
+ inventory/manage/movement_types.php
+ inventory/purchasing_data.php
+ manufacturing/includes/db/work_centres_db.inc
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_order_requirements_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/manage/work_centres.php
+ manufacturing/search_work_orders.php
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/invoice_items_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/db/suppalloc_db.inc
+ purchasing/includes/db/suppliers_db.inc
+ purchasing/includes/purchasing_db.inc
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/manage/suppliers.php
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ reporting/rep101.php
+ reporting/rep102.php
+ reporting/rep103.php
+ reporting/rep104.php
+ reporting/rep105.php
+ reporting/rep108.php
+ reporting/rep201.php
+ reporting/rep202.php
+ reporting/rep203.php
+ reporting/rep204.php
+ reporting/rep209.php
+ reporting/rep301.php
+ reporting/rep302.php
+ reporting/rep303.php
+ reporting/rep304.php
+ reporting/rep401.php
+ reporting/rep501.php
+ reporting/rep705.php
+ sales/create_recurrent_invoices.php
+ sales/customer_payments.php
+ sales/includes/db/branches_db.inc
+ sales/includes/db/credit_status_db.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/cust_trans_details_db.inc
+ sales/includes/db/custalloc_db.inc
+ sales/includes/db/customers_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/db/sales_points_db.inc
+ sales/includes/db/sales_types_db.inc
+ sales/includes/sales_db.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sales/manage/credit_status.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/manage/recurrent_invoices.php
+ sales/manage/sales_areas.php
+ sales/manage/sales_groups.php
+ sales/manage/sales_people.php
+ sales/manage/sales_types.php
+ sales/view/view_sales_order.php
+ taxes/db/item_tax_types_db.inc
+ taxes/db/tax_groups_db.inc
+ taxes/db/tax_types_db.inc
+ taxes/item_tax_types.php
+ taxes/tax_calc.inc
+ taxes/tax_groups.php
+ taxes/tax_types.php
+
+2009-10-16 14:35 +0000 Janusz Dobrowolski
+(1573) Access control system description.
+ CHANGELOG.txt
+ doc/access_levels.txt
+
+2009-10-14 18:39 +0000 Janusz Dobrowolski
+(1564) [0000173] Missing systypes_array global declaration.
+ CHANGELOG.txt
+ purchasing/allocations/supplier_allocate.php
+
+2009-10-14 14:36 +0000 Joe Hunt
+(1563) [0000172] Difference between Customer Balances and Print Statements
+ CHANGELOG.txt
+ reporting/rep108.php
+
+2009-10-13 22:16 +0000 Joe Hunt
+(1562) Rerun with better algorithm.
+ admin/db/users_db.inc
+
+2009-10-13 21:49 +0000 Joe Hunt
+(1561) Code cleanup (old code removed)
+ CHANGELOG.txt
+ includes/ui/ui_view.inc
+
+2009-10-13 16:06 +0000 Joe Hunt
+(1560) Added discrete users online in footer (from Wish List Forum) (New rerun)
+ CHANGELOG.txt
+ admin/db/users_db.inc
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-10-13 14:11 +0000 Joe Hunt
+(1559) Changed Tag types in reports_classes to be the same as defined in types.inc. Suitable height=5
+ CHANGELOG.txt
+ reporting/includes/reports_classes.inc
+
+2009-10-13 09:53 +0000 Janusz Dobrowolski
+(1558) Fixed page usage type check.
+ sales/inquiry/sales_orders_view.php
+
+2009-10-13 09:47 +0000 Janusz Dobrowolski
+(1557) Fixed default access for sales order inquiry.
+ CHANGELOG.txt
+ sales/inquiry/sales_orders_view.php
+
+2009-10-12 23:29 +0000 Joe Hunt
+(1556) 2 more files
+ CHANGELOG.txt
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-10-12 23:24 +0000 Joe Hunt
+(1555) Added discrete users online in footer (from Wish List Forum)
+ CHANGELOG.txt
+ admin/db/users_db.inc
+ sql/alter2.2.sql
+ themes/aqua/renderer.php
+ themes/cool/renderer.php
+ themes/default/renderer.php
+
+2009-10-12 22:12 +0000 Janusz Dobrowolski
+(1554) Broken gl_acount_classes/type editor layout fixed, fixed side error in allocations
+ CHANGELOG.txt
+
+2009-10-12 22:09 +0000 Janusz Dobrowolski
+(1553) q
+ purchasing/allocations/supplier_allocation_main.php
+ sales/allocations/customer_allocation_main.php
+
+2009-10-12 22:08 +0000 Janusz Dobrowolski
+(1552) Fixed broken table editor page layout on duplicate record error.
+ gl/includes/db/gl_db_account_types.inc
+ gl/includes/db/gl_db_accounts.inc
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+
+2009-10-12 10:34 +0000 Janusz Dobrowolski
+(1550) SQL injection fix
+ CHANGELOG.txt
+
+2009-10-12 10:31 +0000 Janusz Dobrowolski
+(1549) Fixed SQL injection vulnerability on some mysql/php configurations.
+ admin/db/users_db.inc
+
+2009-10-11 21:51 +0000 Joe Hunt
+(1548) [0000168] Undefined variable: paylink in file rep110.php
+ CHANGELOG.txt
+ reporting/includes/pdf_report.inc
+ reporting/rep110.php
+
+2009-10-11 09:34 +0000 Janusz Dobrowolski
+(1547) Added security area for sales quotes and some smaller fixes to access control.
+ CHANGELOG.txt
+
+2009-10-11 09:33 +0000 Janusz Dobrowolski
+(1546) Added security area for sales quotes entry.
+ applications/customers.php
+ includes/access_levels.inc
+ sql/alter2.2.php
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-10-11 09:31 +0000 Janusz Dobrowolski
+(1545) Standard SA_DENIED access level added.
+ includes/current_user.inc
+
+2009-10-11 09:29 +0000 Janusz Dobrowolski
+(1544) Added helper function for setting page_security for multiusage pages.
+ includes/session.inc
+
+2009-10-11 09:27 +0000 Janusz Dobrowolski
+(1543) Fixed security areas sort order.
+ admin/security_roles.php
+
+2009-10-11 09:27 +0000 Janusz Dobrowolski
+(1542) Fixed page_security for various page usages.
+ sales/inquiry/sales_orders_view.php
+ sales/sales_order_entry.php
+
+2009-10-10 16:34 +0000 Janusz Dobrowolski
+(1541) Fixed page_security for sales_deliveries_view.php file.
+ CHANGELOG.txt
+
+2009-10-10 16:33 +0000 Janusz Dobrowolski
+(1540) Updated security areas for all menu options.
+ applications/customers.php
+ applications/dimensions.php
+ applications/generalledger.php
+ applications/inventory.php
+ applications/manufacturing.php
+ applications/setup.php
+ applications/suppliers.php
+
+2009-10-10 16:31 +0000 Janusz Dobrowolski
+(1539) Changed page_security to SA_SALESINVOICE.
+ sales/inquiry/sales_deliveries_view.php
+
+2009-10-10 14:45 +0000 Janusz Dobrowolski
+(1538) Fixed bug during edition of old delivery notes.
+ CHANGELOG.txt
+
+2009-10-10 14:43 +0000 Janusz Dobrowolski
+(1537) Fixed side bug on transaction numbers rewrite (edition of old delivery notes)
+ sales/includes/cart_class.inc
+
+2009-10-10 12:31 +0000 Janusz Dobrowolski
+(1536) Changes in access control support for modules/plugins, a couple of other bugfixes.
+ CHANGELOG.txt
+
+2009-10-10 12:30 +0000 Janusz Dobrowolski
+(1535) Enabled error handling for extensions.
+ frontaccounting.php
+
+2009-10-10 12:29 +0000 Janusz Dobrowolski
+(1534) Changed access control extensions support for modules/plugins to use unique extension ids.
+ admin/db/maintenance_db.inc
+ admin/security_roles.php
+ includes/access_levels.inc
+ includes/current_user.inc
+ index.php
+ installed_extensions.php
+
+2009-10-10 12:26 +0000 Janusz Dobrowolski
+(1533) Page code rewrite, unique extension ids for modules/plugins.
+ admin/inst_module.php
+
+2009-10-10 12:25 +0000 Janusz Dobrowolski
+(1532) Fixed missing paraeters in  update_user_display_prefs() call.
+ admin/users.php
+
+2009-10-10 12:25 +0000 Janusz Dobrowolski
+(1531) Fixed php 5.3 function name conflict.
+ includes/main.inc
+ sales/inquiry/sales_orders_view.php
+
+2009-10-10 12:23 +0000 Janusz Dobrowolski
+(1530) Fixed error handling for duplicate records.
+ includes/errors.inc
+
+2009-10-10 12:23 +0000 Janusz Dobrowolski
+(1529) Nonaccesable extension menu options dsplayed as text instead of link
+ applications/customers.php
+ applications/dimensions.php
+ applications/generalledger.php
+ applications/inventory.php
+ applications/manufacturing.php
+ applications/setup.php
+ applications/suppliers.php
+
+2009-10-09 16:21 +0000 Joe Hunt
+(1528) Added option to print delivery notes as packing slip in reports and links.
+ CHANGELOG.txt
+ includes/ui/ui_controls.inc
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/reporting.inc
+ reporting/rep110.php
+ reporting/reports_main.php
+ sales/customer_delivery.php
+ sales/sales_order_entry.php
+
+2009-10-08 22:08 +0000 Joe Hunt
+(1527) Minor adjustments
+ reporting/includes/class.graphic.inc
+ reporting/includes/reports_classes.inc
+
+2009-10-08 10:25 +0000 Joe Hunt
+(1526) Minor bug in currency
+ reporting/includes/reports_classes.inc
+
+2009-10-08 09:36 +0000 Joe Hunt
+(1525) Prepared the Report Engine for Tags handling.
+Changed report::getDisplay() to use combo_input from ui_lists.inc insted of local function  dup_simple_codeandname_list().
+Changed a parameter in report 301.php to be Summary Only instead of Detailed report.
+ CHANGELOG.txt
+ reporting/includes/reports_classes.inc
+ reporting/rep301.php
+ reporting/reports_main.php
+
+2009-10-06 22:02 +0000 Joe Hunt
+(1524) Show Journal Entries from 2.1 as closed in Journal Inquiries.
+ CHANGELOG.txt
+ gl/inquiry/journal_inquiry.php
+
+2009-10-06 11:47 +0000 Joe Hunt
+(1523) moved commit_transaction and added a default use_transaction param in write_journal_entries
+ CHANGELOG.txt
+ gl/includes/db/gl_db_trans.inc
+
+2009-10-03 15:17 +0000 Joe Hunt
+(1522) Bad conversion of timestamp value in report audit trail
+ CHANGELOG.txt
+ lang/en_US/LC_MESSAGES/en_US.mo
+ lang/new_language_template/LC_MESSAGES/empty.po
+ reporting/rep710.php
+
+2009-10-03 08:37 +0000 Janusz Dobrowolski
+(1521) Changed structure of tag_association table
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-10-03 08:33 +0000 Janusz Dobrowolski
+(1520) Fixed false upgrade error displayed in some situations.
+ access/logout.php
+
+2009-10-03 08:32 +0000 Janusz Dobrowolski
+(1519) Missing old_db declaration
+ includes/current_user.inc
+
+2009-10-03 08:31 +0000 Janusz Dobrowolski
+(1518) Fixed combo_input and array_selector to to accept array of selected options from POST.
+ includes/ui/ui_lists.inc
+
+2009-10-01 20:19 +0000 Janusz Dobrowolski
+(1517) Added multiply selection support in array_selector.
+ includes/ui/ui_lists.inc
+
+2009-10-01 20:11 +0000 Janusz Dobrowolski
+(1516) Added support for multiselect lists, bugfix for modules/plugins access extensions
+ CHANGELOG.txt
+
+2009-10-01 20:09 +0000 Janusz Dobrowolski
+(1515) Removed sparse add_access_extensions call.
+ includes/session.inc
+
+2009-10-01 20:08 +0000 Janusz Dobrowolski
+(1514) Added comment on add_access_extensions usage
+ includes/access_levels.inc
+
+2009-10-01 20:07 +0000 Janusz Dobrowolski
+(1513) Added support for multily selection in combo_input lists.
+ includes/ui/ui_lists.inc
+
+2009-10-01 20:07 +0000 Janusz Dobrowolski
+(1512) Unaccesable menu options are now displayed in grey.
+ themes/aqua/default.css
+ themes/aqua/renderer.php
+ themes/cool/default.css
+ themes/cool/renderer.php
+ themes/default/default.css
+ themes/default/renderer.php
+
+2009-09-30 22:21 +0000 Janusz Dobrowolski
+(1511) Fixes to page access checking.
+ CHANGELOG.txt
+
+2009-09-30 22:20 +0000 Janusz Dobrowolski
+(1510) Fixed access to payment when deposits are disabled.
+ gl/gl_bank.php
+
+2009-09-30 22:19 +0000 Janusz Dobrowolski
+(1509) Access level checking moved to page() function  to make  session start and access checking independent
+ includes/main.inc
+ includes/session.inc
+
+2009-09-30 22:17 +0000 Janusz Dobrowolski
+(1508) Back link on upgrade help page.
+ includes/current_user.inc
+
+2009-09-30 17:02 +0000 Joe Hunt
+(1507) Renaming sales_quotations.txt
+ doc/sales_quotations.txt
+ doc/sales_quotatoins.txt
+
+2009-09-30 16:38 +0000 Janusz Dobrowolski
+(1506) Fixed false error on entry of payment without allocation.
+ CHANGELOG.txt
+ purchasing/supplier_payment.php
+ sales/customer_payments.php
+
+2009-09-30 16:03 +0000 Joe Hunt
+(1505) Parse error in view_supp_payment.php
+ CHANGELOG.txt
+ purchasing/view/view_supp_payment.php
+
+2009-09-30 15:01 +0000 Joe Hunt
+(1504) Last minute update of update.html
+ CHANGELOG.txt
+ update.html
+
+2009-09-30 14:36 +0000 Janusz Dobrowolski
+(1503) Three smaller fixes
+ CHANGELOG.txt
+
+2009-09-30 14:35 +0000 Janusz Dobrowolski
+(1502) Message typo fixed
+ sql/alter2.2.php
+
+2009-09-30 14:35 +0000 Janusz Dobrowolski
+(1501) Changed tag types array name.
+ includes/types.inc
+
+2009-09-30 14:34 +0000 Janusz Dobrowolski
+(1500) Added missing dimension configuration section
+ includes/access_levels.inc
+
+2009-09-30 13:27 +0000 Joe Hunt
+(1499) Trivial errors in not set bank charge account, retained earnings or profit/loss year account
+ CHANGELOG.txt
+ admin/fiscalyears.php
+ purchasing/supplier_payment.php
+ sales/customer_payments.php
+
+2009-09-30 13:19 +0000 Janusz Dobrowolski
+(1498) Single quotes encoded before database data insert.
+ CHANGELOG.txt
+ admin/db/maintenance_db.inc
+ includes/db/connect_db.inc
+ reporting/includes/tcpdf.php
+ sales/includes/cart_class.inc
+
+2009-09-30 10:35 +0000 Joe Hunt
+(1497) Updated update.html
+ includes/prefs/userprefs.inc
+ sql/alter2.2.php
+ update.html
+
+2009-09-30 10:11 +0000 Joe Hunt
+(1496) Release 2.2 Beta
+Errors in the 2 last user variables in userprefs and parse error in alter2.2.php
+ CHANGELOG.txt
+ config.php
+ doc/2.2_Beta.txt
+
+2009-09-29 21:11 +0000 Janusz Dobrowolski
+(1495) Fixed error on inserting refs with single quotes.
+ sql/alter2.2.php
+
+2009-09-29 19:36 +0000 Janusz Dobrowolski
+(1494) Changes in tags table structure, tags related security areas added.
+ CHANGELOG.txt
+ includes/access_levels.inc
+ includes/types.inc
+ sql/alter2.2.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-09-29 09:12 +0000 Janusz Dobrowolski
+(1490) Fixed sql error during sales order line update  with line cancelation
+(ported).
+ CHANGELOG.txt
+ sales/includes/db/sales_order_db.inc
+
+2009-09-29 07:11 +0000 Joe Hunt
+(1489) Improved layout on documents etc and new empty language file.
+ CHANGELOG.txt
+ doc/2.1_Beta.txt
+ doc/2.2_Beta.txt
+ doc/attachments.txt
+ doc/calculate_price.txt
+ doc/dim_on_invoice.txt
+ doc/extensions.txt
+ doc/quick_entries.txt
+ doc/recurrent_invoice.txt
+ doc/sales_quotatoins.txt
+ lang/new_language_template/LC_MESSAGES/empty.po
+ update.html
+
+2009-09-28 20:37 +0000 Janusz Dobrowolski
+(1488) Removed duplicated natsort function in inst_lang.php
+ CHANGELOG.txt
+ admin/inst_lang.php
+
+2009-09-28 20:29 +0000 Janusz Dobrowolski
+(1487) Fixed modules/plugins security extensions inclusion.
+ includes/access_levels.inc
+ includes/session.inc
+
+2009-09-28 15:43 +0000 Janusz Dobrowolski
+(1486) initial per company extensions file
+ company/0/installed_extensions.php
+
+2009-09-28 15:35 +0000 Janusz Dobrowolski
+(1485) Plugins are now registered in installed_extensions.php
+ modules/installed_modules.php
+
+2009-09-28 14:52 +0000 Janusz Dobrowolski
+(1484) Access level extension inclusions only for active extensions.
+ includes/access_levels.inc
+
+2009-09-28 14:51 +0000 Janusz Dobrowolski
+(1483) get_company_extensions() moved.
+ admin/db/company_db.inc
+ admin/inst_module.php
+
+2009-09-28 13:53 +0000 Janusz Dobrowolski
+(1482) Additional extension system related fixes.
+ CHANGELOG.txt
+ admin/db/maintenance_db.inc
+ admin/inst_module.php
+
+2009-09-28 13:18 +0000 Janusz Dobrowolski
+(1481) Rewritten extensions system, lock up prevention in security roles
+editor.
+ CHANGELOG.txt
+
+2009-09-28 13:17 +0000 Janusz Dobrowolski
+(1480) Rewritten extensions system to enable per company module/plugin
+activation.
+ admin/create_coy.php
+ admin/db/maintenance_db.inc
+ admin/inst_module.php
+ applications/customers.php
+ applications/dimensions.php
+ applications/generalledger.php
+ applications/inventory.php
+ applications/manufacturing.php
+ applications/setup.php
+ applications/suppliers.php
+ frontaccounting.php
+ includes/access_levels.inc
+ includes/current_user.inc
+ includes/main.inc
+ includes/session.inc
+ includes/ui/ui_lists.inc
+ installed_extensions.php
+ sql/alter2.2.php
+
+2009-09-28 13:15 +0000 Janusz Dobrowolski
+(1479) Prevented switching off access to security roles editor for current
+user role.
+ admin/security_roles.php
+
+2009-09-25 08:54 +0000 Joe Hunt
+(1478) Improved login screen.
+ CHANGELOG.txt
+ access/login.php
+ themes/default/login.css
+
+2009-09-24 23:43 +0000 Joe Hunt
+(1477) Wrong presentation of qty decimals when trans_no != 0 (delivered)
+ CHANGELOG.txt
+ sales/includes/ui/sales_order_ui.inc
+
+2009-09-24 19:00 +0000 Janusz Dobrowolski
+(1476) Additional secondary phone and/or general notes fields in customers, branches, suppliers,
+locations and shippers tables.
+ CHANGELOG.txt
+ admin/shipping_companies.php
+ inventory/includes/db/items_locations_db.inc
+ inventory/manage/locations.php
+ purchasing/manage/suppliers.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-09-24 08:49 +0000 Joe Hunt
+(1475) Parse error
+ CHANGELOG.txt
+ sales/inquiry/customer_inquiry.php
+
+2009-09-24 00:08 +0000 Joe Hunt
+(1474) Changed login to be dependent only by login.css
+ CHANGELOG.txt
+ access/login.php
+ themes/default/login.css
+
+2009-09-23 21:20 +0000 Janusz Dobrowolski
+(1473) Bug in report 702
+ CHANGELOG.txt
+
+2009-09-23 21:20 +0000 Janusz Dobrowolski
+(1472) Fixed blank page when all transaction types were selected.
+ reporting/rep702.php
+
+2009-09-23 13:07 +0000 Joe Hunt
+(1471) missing unset of post variable (DayNumber)
+ CHANGELOG.txt
+ admin/payment_terms.php
+
+2009-09-23 09:30 +0000 Joe Hunt
+(1470) Cleaning from javascript errors.
+ CHANGELOG.txt
+ access/login.php
+ admin/fiscalyears.php
+
+2009-09-23 08:59 +0000 Joe Hunt
+(1469) Slightly better layout
+ access/login.php
+
+2009-09-23 00:24 +0000 Joe Hunt
+(1468) Changed login.php and logout.php to be neutral and tried to use our own api.
+Parse error in login_fail
+ CHANGELOG.txt
+ access/login.php
+ access/logout.php
+ includes/session.inc
+
+2009-09-22 09:10 +0000 Joe Hunt
+(1467) Changed copyright notice in installer files to credit the original copyrighter. GPLv3.
+Updated the install.html and created a doc txt file, about sales quotations.
+ CHANGELOG.txt
+ doc/2.2_Beta.txt
+ doc/sales_quotatoins.txt
+ install.html
+ install/index.php
+ install/save.php
+
+2009-09-21 19:59 +0000 Janusz Dobrowolski
+(1466) Tags related db changes and small changes in 2.2 info file.
+ CHANGELOG.txt
+
+2009-09-21 19:58 +0000 Janusz Dobrowolski
+(1465) Added default bank_accounts and imeout info.
+ doc/2.2_Beta.txt
+
+2009-09-21 19:58 +0000 Janusz Dobrowolski
+(1464) Tags support related changes.
+ sql/alter2.2.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-09-20 17:21 +0000 Janusz Dobrowolski
+(1463) Fixed debtors_master name size.
+ CHANGELOG.txt
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-09-20 16:36 +0000 Janusz Dobrowolski
+(1462) Finished security roles for modules/extensions, a couple of smaller fixes.
+ CHANGELOG.txt
+
+2009-09-20 16:34 +0000 Janusz Dobrowolski
+(1461) Optional additional security roles inscludable from modules/extensions.
+ admin/inst_module.php
+ admin/security_roles.php
+ includes/access_levels.inc
+ installed_extensions.php
+
+2009-09-20 16:32 +0000 Janusz Dobrowolski
+(1460) Fixed 'bad password' info screen to be usable also in non-js mode.
+ includes/session.inc
+
+2009-09-20 16:31 +0000 Janusz Dobrowolski
+(1459) Bug in rates display fixed in single form layout.
+ taxes/tax_groups.php
+
+2009-09-20 16:29 +0000 Janusz Dobrowolski
+(1458) Fixed previous interface mode after timeout.
+ access/login.php
+
+2009-09-20 10:15 +0000 Joe Hunt
+(1457) Removed editable rate field in tax_group_items.
+A start_form and end_form was missing
+Design improvement in rep704
+ CHANGELOG.txt
+ reporting/rep704.php
+ taxes/tax_groups.php
+
+2009-09-20 08:33 +0000 Janusz Dobrowolski
+(1456) Optional demo data checkbox on install page.
+ CHANGELOG.txt
+ install/index.php
+ install/save.php
+
+2009-09-19 20:25 +0000 Janusz Dobrowolski
+(1455) Improved db_pager class, improved customer branches layout, additional fixes.
+ CHANGELOG.txt
+
+2009-09-19 20:24 +0000 Janusz Dobrowolski
+(1454) Code cleanup after db_pager optimization.
+ admin/view_print_transaction.php
+ dimensions/inquiry/search_dimensions.php
+ gl/bank_account_reconcile.php
+ gl/inquiry/journal_inquiry.php
+ gl/manage/exchange_rates.php
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/search_work_orders.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ sales/allocations/customer_allocation_main.php
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+
+2009-09-19 20:21 +0000 Janusz Dobrowolski
+(1453) db_pager used instaed of simple table.
+ sales/manage/customer_branches.php
+
+2009-09-19 20:20 +0000 Janusz Dobrowolski
+(1452) Support for inactive record control added, optimizations.
+ includes/db_pager.inc
+ includes/ui/db_pager_view.inc
+
+2009-09-19 20:18 +0000 Janusz Dobrowolski
+(1451) Additional fix after removal of bank account report parameter
+ reporting/rep107.php
+ sales/create_recurrent_invoices.php
+
+2009-09-19 10:22 +0000 Joe Hunt
+(1450) Removed auto increment on order_no in sales_orders table
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-09-19 09:11 +0000 Joe Hunt
+(1449) Error msg in Bank Transfer if no Bank Charge Account set.
+ CHANGELOG.txt
+ gl/bank_transfer.php
+
+2009-09-19 08:55 +0000 Joe Hunt
+(1448) Eliminate PT_WORKORDER from payment_person_types_list
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+
+2009-09-18 22:15 +0000 Janusz Dobrowolski
+(1447) Added currency defualt bank accounts used in reporting instead of manually selected account.
+ CHANGELOG.txt
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/manage/bank_accounts.php
+ reporting/includes/reporting.inc
+ reporting/rep107.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep111.php
+ reporting/rep209.php
+ reporting/reports_main.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-09-17 15:08 +0000 Joe Hunt
+(1446) Added release note file for 2.2
+ CHANGELOG.txt
+ doc/2.2_Beta.txt
+
+2009-09-16 22:30 +0000 Joe Hunt
+(1445) Removing php5 date warnings
+ CHANGELOG.txt
+ includes/date_functions.inc
+
+2009-09-16 21:48 +0000 Joe Hunt
+(1444) Session bordercolor and clean up.
+ CHANGELOG.txt
+ admin/display_prefs.php
+ config.php
+ update.html
+
+2009-09-16 11:30 +0000 Joe Hunt
+(1443) Clean ups in default themes.
+ CHANGELOG.txt
+ config.php
+ reporting/rep101.php
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2009-09-15 17:32 +0000 Janusz Dobrowolski
+(1441) Fixed GET continuation after timeot and logout page access without authorization.
+ CHANGELOG.txt
+ access/login.php
+ includes/prefs/userprefs.inc
+ includes/session.inc
+
+2009-09-15 10:06 +0000 Joe Hunt
+(1440) Changed security roles in default COAs
+ CHANGELOG.txt
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-09-15 09:21 +0000 Joe Hunt
+(1439) Restore of the 4 include files in types.inc
+ CHANGELOG.txt
+ includes/types.inc
+
+2009-09-15 07:56 +0000 Joe Hunt
+(1438) A couple of minor bugs
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+ reporting/includes/reports_classes.inc
+
+2009-09-15 07:23 +0000 Janusz Dobrowolski
+(1437) Fixed journal entry type and system type lists, code cleanup.
+ CHANGELOG.txt
+ includes/types.inc
+ includes/ui/ui_lists.inc
+
+2009-09-14 21:46 +0000 Joe Hunt
+(1436) *** empty log message ***
+ sales/includes/cart_class.inc
+
+2009-09-14 21:34 +0000 Joe Hunt
+(1435) Changed all numeric constants to the new defined constants. A huge task.
+ CHANGELOG.txt
+ admin/db/voiding_db.inc
+ admin/fiscalyears.php
+ admin/forms_setup.php
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/journal_inquiry.php
+ includes/systypes.inc
+ includes/ui/allocation_cart.inc
+ includes/ui/ui_view.inc
+ inventory/inquiry/stock_movements.php
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/view/wo_production_view.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/supp_payment_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/db/suppalloc_db.inc
+ purchasing/includes/db/suppliers_db.inc
+ purchasing/includes/ui/grn_ui.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_payment.php
+ purchasing/view/view_grn.php
+ purchasing/view/view_po.php
+ purchasing/view/view_supp_credit.php
+ purchasing/view/view_supp_invoice.php
+ purchasing/view/view_supp_payment.php
+ reporting/includes/reporting.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep101.php
+ reporting/rep102.php
+ reporting/rep103.php
+ reporting/rep105.php
+ reporting/rep106.php
+ reporting/rep107.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep111.php
+ reporting/rep201.php
+ reporting/rep202.php
+ reporting/rep203.php
+ reporting/rep304.php
+ reporting/rep409.php
+ reporting/rep709.php
+ sales/create_recurrent_invoices.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/includes/cart_class.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/custalloc_db.inc
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sales/manage/recurrent_invoices.php
+ sales/sales_order_entry.php
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_sales_order.php
+
+2009-09-14 06:15 +0000 Janusz Dobrowolski
+(1433) Fixed syntax typo.
+ gl/view/gl_trans_view.php
+
+2009-09-13 21:33 +0000 Janusz Dobrowolski
+(1432) *** empty log message ***
+ CHANGELOG.txt
+
+2009-09-13 21:21 +0000 Janusz Dobrowolski
+(1431) Big rewrite to eleminate sparse warnings in error log.
+ CHANGELOG.txt
+
+2009-09-13 21:17 +0000 Janusz Dobrowolski
+(1430) Eliminated non-static method calls and some more fixes to avoid log warnings on php4&5
+ includes/JsHttpRequest.php
+ includes/banking.inc
+ includes/errors.inc
+ includes/lang/gettext.php
+ includes/lang/language.php
+ includes/main.inc
+ includes/page/footer.inc
+ includes/prefs/sysprefs.inc
+ includes/prefs/userprefs.inc
+ includes/references.inc
+ includes/reserved.inc
+ includes/session.inc
+ includes/types.inc
+ includes/ui/allocation_cart.inc
+ includes/ui/items_cart.inc
+ includes/ui/ui_globals.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+
+2009-09-13 21:14 +0000 Janusz Dobrowolski
+(1429) Eliminated non-static method calls and other bulk fixes to fix php5 warnings
+ admin/db/voiding_db.inc
+ admin/display_prefs.php
+ admin/fiscalyears.php
+ admin/forms_setup.php
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ dimensions/dimension_entry.php
+ dimensions/includes/dimensions_db.inc
+ dimensions/inquiry/search_dimensions.php
+ dimensions/view/view_dimension.php
+ frontaccounting.php
+ gl/bank_account_reconcile.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/gl_journal.php
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/gl_account_inquiry.php
+ gl/inquiry/journal_inquiry.php
+ gl/manage/bank_accounts.php
+ gl/manage/gl_account_types.php
+ gl/view/bank_transfer_view.php
+ gl/view/gl_deposit_view.php
+ gl/view/gl_payment_view.php
+ gl/view/gl_trans_view.php
+ inventory/adjustments.php
+ inventory/cost_update.php
+ inventory/includes/db/items_adjust_db.inc
+ inventory/includes/db/items_trans_db.inc
+ inventory/includes/db/items_transfer_db.inc
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ inventory/inquiry/stock_movements.php
+ inventory/manage/movement_types.php
+ inventory/transfers.php
+ inventory/view/view_adjustment.php
+ inventory/view/view_transfer.php
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ manufacturing/includes/manufacturing_ui.inc
+ manufacturing/includes/work_order_issue_ui.inc
+ manufacturing/search_work_orders.php
+ manufacturing/view/wo_issue_view.php
+ manufacturing/view/wo_production_view.php
+ manufacturing/view/work_order_view.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_costs.php
+ manufacturing/work_order_entry.php
+ manufacturing/work_order_issue.php
+ manufacturing/work_order_release.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/supp_payment_db.inc
+ purchasing/includes/db/suppalloc_db.inc
+ purchasing/includes/purchasing_db.inc
+ purchasing/includes/ui/grn_ui.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_payment.php
+ purchasing/view/view_supp_credit.php
+ purchasing/view/view_supp_payment.php
+ reporting/includes/header2.inc
+ reporting/includes/reporting.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep101.php
+ reporting/rep102.php
+ reporting/rep103.php
+ reporting/rep104.php
+ reporting/rep105.php
+ reporting/rep108.php
+ reporting/rep201.php
+ reporting/rep202.php
+ reporting/rep203.php
+ reporting/rep204.php
+ reporting/rep301.php
+ reporting/rep302.php
+ reporting/rep303.php
+ reporting/rep304.php
+ reporting/rep409.php
+ reporting/rep601.php
+ reporting/rep702.php
+ reporting/rep704.php
+ reporting/rep709.php
+ reporting/rep710.php
+ sales/allocations/customer_allocate.php
+ sales/allocations/customer_allocation_main.php
+ sales/create_recurrent_invoices.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/includes/cart_class.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/custalloc_db.inc
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sales/manage/customers.php
+ sales/sales_order_entry.php
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_receipt.php
+ taxes/tax_groups.php
+
+2009-09-11 16:02 +0000 Joe Hunt
+(1428) Check that new bank charge account has been set before adding bank charge.
+Check that new closing accounts have been set before closure.
+ CHANGELOG.txt
+ admin/fiscalyears.php
+ purchasing/supplier_payment.php
+ sales/customer_payments.php
+
+2009-09-11 15:06 +0000 Joe Hunt
+(1427) Changed so deleting of fiscal year also handles sales quotations
+ CHANGELOG.txt
+ admin/fiscalyears.php
+
+2009-09-09 23:06 +0000 Joe Hunt
+(1426) Small typo error in types.inc
+ CHANGELOG.txt
+ includes/types.inc
+
+2009-09-09 22:28 +0000 Joe Hunt
+(1425) By changing a simple sentence in allocation_cart.inc, the customer/supplier payments works with prompt payment discounts
+ CHANGELOG.txt
+ includes/ui/allocation_cart.inc
+
+2009-09-09 10:24 +0000 Janusz Dobrowolski
+(1424) Syntax typo.
+ admin/users.php
+
+2009-09-09 09:55 +0000 Janusz Dobrowolski
+(1423) Added js dialogs on deleting and restoring backup file.
+ CHANGELOG.txt
+
+2009-09-09 09:54 +0000 Janusz Dobrowolski
+(1422) Added confirmation js dialogs for deleting and restoring backup file.
+ admin/backups.php
+
+2009-09-09 09:53 +0000 Janusz Dobrowolski
+(1421) Fixed newlines in js submit dialogs.
+ includes/ui/ui_input.inc
+
+2009-09-09 09:25 +0000 Janusz Dobrowolski
+(1420) More fixes to changed access system, activated js confirm dialogs.
+ CHANGELOG.txt
+
+2009-09-09 09:24 +0000 Janusz Dobrowolski
+(1419) Added two special access areas for bank gl postings and GRN removal.
+ gl/gl_journal.php
+ gl/includes/ui/gl_journal_ui.inc
+ includes/access_levels.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/supplier_invoice.php
+
+2009-09-09 09:20 +0000 Janusz Dobrowolski
+(1418) Added generic acess level checking function can_access()
+ includes/current_user.inc
+
+2009-09-09 09:20 +0000 Janusz Dobrowolski
+(1417) Code clenaup.
+ admin/users.php
+
+2009-09-09 09:19 +0000 Janusz Dobrowolski
+(1416) Activated javascript confirm dialogs.
+ js/inserts.js
+
+2009-09-08 18:57 +0000 Janusz Dobrowolski
+(1415) date_diff function name changed to date_diff for php5.3 compatibility.
+ CHANGELOG.txt
+ dimensions/inquiry/search_dimensions.php
+ includes/date_functions.inc
+ manufacturing/search_work_orders.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_costs.php
+ sales/includes/cart_class.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+
+2009-09-08 15:50 +0000 Joe Hunt
+(1414) Changed so voiding and view/print is working with the new Sales Order/Sales Quotation
+ CHANGELOG.txt
+ admin/db/voiding_db.inc
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ sales/includes/db/sales_order_db.inc
+ sales/view/view_sales_order.php
+
+2009-09-08 14:31 +0000 Janusz Dobrowolski
+(1413) Small 2.2 upgrade fixes.
+ CHANGELOG.txt
+
+2009-09-08 14:30 +0000 Janusz Dobrowolski
+(1412) Added missing systype for quotations, hanged reference for SO.
+ includes/systypes.inc
+
+2009-09-08 14:29 +0000 Janusz Dobrowolski
+(1411) Added detecion of partial db upgrade.
+ admin/inst_upgrade.php
+
+2009-09-08 14:28 +0000 Janusz Dobrowolski
+(1410) Added detection of partial db upgrade.
+ sql/alter2.1.php
+
+2009-09-08 14:27 +0000 Janusz Dobrowolski
+(1409) Small fixes to db upgrade for quotations
+ sql/alter2.2.php
+ sql/alter2.2.sql
+
+2009-09-08 14:26 +0000 Janusz Dobrowolski
+(1408) Removed obsolete field in systypes
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-09-08 09:50 +0000 Joe Hunt
+(1407) Minor change (show all quotations)
+ sales/inquiry/sales_orders_view.php
+
+2009-09-08 08:43 +0000 Joe Hunt
+(1406) Allow re-opening of Dimensions
+ CHANGELOG.txt
+ dimensions/dimension_entry.php
+ dimensions/includes/dimensions_db.inc
+ dimensions/inquiry/search_dimensions.php
+
+2009-09-07 22:58 +0000 Joe Hunt
+(1405) Added Sales Quotations, inquiry and report
+ CHANGELOG.txt
+ applications/customers.php
+ includes/types.inc
+ includes/ui/ui_view.inc
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/header2.inc
+ reporting/includes/reporting.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep105.php
+ reporting/rep107.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep111.php
+ reporting/reports_main.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/includes/cart_class.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/inquiry/sales_orders_view.php
+ sales/sales_order_entry.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_sales_order.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-09-01 11:26 +0000 Janusz Dobrowolski
+(1401) Some fixes to security system switch.
+ CHANGELOG.txt
+
+2009-09-01 11:25 +0000 Janusz Dobrowolski
+(1400) Company directory was not deleted after company removal.
+ admin/create_coy.php
+ includes/main.inc
+
+2009-09-01 11:24 +0000 Janusz Dobrowolski
+(1399) Fixed ui behaviour during FA upgrdae.
+ access/login.php
+
+2009-09-01 11:23 +0000 Janusz Dobrowolski
+(1398) Fixed security sections update.
+ admin/security_roles.php
+
+2009-09-01 11:20 +0000 Janusz Dobrowolski
+(1397) Fixed old security settings import.
+ sql/alter2.2.php
+ sql/alter2.2.sql
+
+2009-09-01 11:19 +0000 Janusz Dobrowolski
+(1396) Fixed ui behaviour during FA upgrade.
+ includes/current_user.inc
+ includes/session.inc
+
+2009-08-31 14:08 +0000 Janusz Dobrowolski
+(1395) Switch to new access levels system, some minor cleanups.
+ CHANGELOG.txt
+
+2009-08-31 13:52 +0000 Janusz Dobrowolski
+(1394) Switch to new access levels system
+ access/logout.php
+ access/timeout.php
+ admin/attachments.php
+ admin/backups.php
+ admin/change_current_user_password.php
+ admin/company_preferences.php
+ admin/create_coy.php
+ admin/db/users_db.inc
+ admin/display_prefs.php
+ admin/fiscalyears.php
+ admin/forms_setup.php
+ admin/gl_setup.php
+ admin/inst_lang.php
+ admin/inst_module.php
+ admin/inst_upgrade.php
+ admin/payment_terms.php
+ admin/print_profiles.php
+ admin/printers.php
+ admin/shipping_companies.php
+ admin/users.php
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ applications/application.php
+ applications/setup.php
+ config.php
+ dimensions/dimension_entry.php
+ dimensions/inquiry/search_dimensions.php
+ dimensions/view/view_dimension.php
+ gl/bank_account_reconcile.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/gl_budget.php
+ gl/gl_journal.php
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/gl_account_inquiry.php
+ gl/inquiry/gl_trial_balance.php
+ gl/inquiry/journal_inquiry.php
+ gl/inquiry/tax_inquiry.php
+ gl/manage/bank_accounts.php
+ gl/manage/currencies.php
+ gl/manage/exchange_rates.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ gl/manage/gl_quick_entries.php
+ gl/view/bank_transfer_view.php
+ gl/view/gl_deposit_view.php
+ gl/view/gl_payment_view.php
+ gl/view/gl_trans_view.php
+ includes/access_levels.inc
+ includes/current_user.inc
+ includes/session.inc
+ index.php
+ inventory/adjustments.php
+ inventory/cost_update.php
+ inventory/inquiry/stock_movements.php
+ inventory/inquiry/stock_status.php
+ inventory/manage/item_categories.php
+ inventory/manage/item_codes.php
+ inventory/manage/item_units.php
+ inventory/manage/items.php
+ inventory/manage/locations.php
+ inventory/manage/movement_types.php
+ inventory/manage/sales_kits.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ inventory/transfers.php
+ inventory/view/view_adjustment.php
+ inventory/view/view_transfer.php
+ manufacturing/inquiry/bom_cost_inquiry.php
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/manage/work_centres.php
+ manufacturing/search_work_orders.php
+ manufacturing/view/wo_issue_view.php
+ manufacturing/view/wo_production_view.php
+ manufacturing/view/work_order_view.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_costs.php
+ manufacturing/work_order_entry.php
+ manufacturing/work_order_issue.php
+ manufacturing/work_order_release.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/manage/suppliers.php
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_payment.php
+ purchasing/view/view_grn.php
+ purchasing/view/view_po.php
+ purchasing/view/view_supp_credit.php
+ purchasing/view/view_supp_invoice.php
+ purchasing/view/view_supp_payment.php
+ reporting/includes/pdf_report.inc
+ reporting/prn_redirect.php
+ reporting/rep101.php
+ reporting/rep102.php
+ reporting/rep103.php
+ reporting/rep104.php
+ reporting/rep105.php
+ reporting/rep106.php
+ reporting/rep107.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep201.php
+ reporting/rep202.php
+ reporting/rep203.php
+ reporting/rep204.php
+ reporting/rep209.php
+ reporting/rep301.php
+ reporting/rep302.php
+ reporting/rep303.php
+ reporting/rep304.php
+ reporting/rep305.php
+ reporting/rep401.php
+ reporting/rep409.php
+ reporting/rep501.php
+ reporting/rep601.php
+ reporting/rep701.php
+ reporting/rep702.php
+ reporting/rep704.php
+ reporting/rep705.php
+ reporting/rep706.php
+ reporting/rep707.php
+ reporting/rep708.php
+ reporting/rep709.php
+ reporting/rep710.php
+ reporting/reports_main.php
+ sales/allocations/customer_allocate.php
+ sales/allocations/customer_allocation_main.php
+ sales/create_recurrent_invoices.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sales/manage/credit_status.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/manage/recurrent_invoices.php
+ sales/manage/sales_areas.php
+ sales/manage/sales_groups.php
+ sales/manage/sales_people.php
+ sales/manage/sales_points.php
+ sales/manage/sales_types.php
+ sales/sales_order_entry.php
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_receipt.php
+ sales/view/view_sales_order.php
+ sql/alter2.2.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ taxes/item_tax_types.php
+ taxes/tax_groups.php
+ taxes/tax_types.php
+
+2009-08-31 13:49 +0000 Janusz Dobrowolski
+(1393) Optimized javascript compressor.
+ includes/main.inc
+
+2009-08-31 13:47 +0000 Janusz Dobrowolski
+(1392) Added security_roles list, changed gl acount list order to class id
+ includes/ui/ui_lists.inc
+
+2009-08-31 13:45 +0000 Janusz Dobrowolski
+(1391) Changed  security moduls to sections.
+ admin/db/security_db.inc
+ admin/security_roles.php
+
+2009-08-28 10:36 +0000 Joe Hunt
+(1389) The reference for deposits and payments didn't show up in Tax Report
+ CHANGELOG.txt
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_trans.inc
+ reporting/rep709.php
+
+2009-08-28 07:48 +0000 Joe Hunt
+(1388) The reference for deposits and payments didn't show up in Tax Report
+Minor bug in Quick Entries display
+ CHANGELOG.txt
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_trans.inc
+ includes/ui/ui_view.inc
+
+2009-08-27 09:38 +0000 Joe Hunt
+(1387) bank_trans_type_id removed from bank_trans in en_US-demo.sql and en_US-new.sql.
+ CHANGELOG.txt
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-08-26 22:34 +0000 Joe Hunt
+(1385) Small mismatch
+ gl/includes/db/gl_db_accounts.inc
+
+2009-08-26 22:12 +0000 Janusz Dobrowolski
+(1384) *** empty log message ***
+ CHANGELOG.txt
+
+2009-08-26 22:11 +0000 Janusz Dobrowolski
+(1383) Merged changes from main CVS up to 2.1.5
+ CHANGELOG.txt
+ config.php
+ doc/quick_entries.txt
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_accounts.php
+ gl/manage/gl_quick_entries.php
+ includes/current_user.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_view.inc
+ install/save.php
+ inventory/purchasing_data.php
+ lang/new_language_template/LC_MESSAGES/empty.po
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/purchasing_db.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_receive_items.php
+ purchasing/view/view_grn.php
+ purchasing/view/view_po.php
+ reporting/includes/header2.inc
+ reporting/rep109.php
+ reporting/rep209.php
+ reporting/rep702.php
+ reporting/reports_main.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/manage/sales_points.php
+ taxes/tax_calc.inc
+ update.html
+
+2009-08-26 20:29 +0000 Joe Hunt
+(1382) Changed the text Manifactoring => Manifacturing
+ CHANGELOG.txt
+ reporting/reports_main.php
+
+2009-08-25 09:20 +0000 Joe Hunt
+(1379) Changed default startup_up app to be in user preferences. Default 'Sales'.
   Moved tab_list_row to ui_lists.inc and changed the global $tabs to be in types.inc
-$ config.php
-  /admin/display_prefs.php
-  /admin/inst_module.php
-  /admin/db/users_db.inc
-  /includes/current_user.inc
-  /includes/types.inc
-  /includes/page/header.inc
-  /includes/prefs/userprefs.inc
-  /includes/ui/ui_lists.inc
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  
-
-24-Aug-2009 Janusz Dobrowolski
-# Fixed warning displayed before db upgrade.
-$ /includes/current_user.inc
-# Small final page layout fix
-$ /purchasing/po_entry_items.php
-+ Additional links to next document on final pages.
-$ /purchasing/po_receive_items.php
-  /purchasing/supplier_invoice.php
-# Fixed focus issues on hyperlinks
-$ /includes/ui/ui_controls.inc
-
-23-Aug-2009 Janusz Dobrowolski
-+ Implemented customizable authentication timeout.
-$ /access/timeout.php (new)
-  /access/login.php
-  /admin/company_preferences.php
-  /admin/db/company_db.inc
-  /includes/current_user.inc
-  /includes/session.inc
-  /includes/ui/ui_input.inc
-  /sql/alter2.2.php
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-! Reorganized access control structures for easier customizing.
-$ /includes/access_levels.inc
-  /admin/security_roles.php
-
-20-Aug-2009 Janusz Dobrowolski
-! Tax Item Types moved to Setup module
-$ /applications/inventory.php
-  /applications/setup.php
-+ Partial changes for new access control.
-$ /admin/security_roles.php (new)
-  /admin/db/security_db.inc (new)
-  /includes/access_levels.inc
-  /includes/ui/ui_lists.inc
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-
-04-Aug-2009 Joe Hunt
-+ Added email links after creating documents
-$ /includes/ui/ui_controls.inc
-  /manufacturing/work_order_entry.php
-  /purchasing/po_entry_items.php
-  /reporting/reports_main.php
-  /reporting/includes/reporting.inc
-  /sales/create_recurrent_invoices.php
-  /sales/credit_note_entry.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/sales_order_entry.php
-! Added new access levels
-$ /includes/access_levels.inc (new file)
-  
-03-Aug-2009 Janusz Dobrowolski
-+ Clone record option added.
-$ /includes/ui/ui_input.inc
-  /inventory/manage/item_categories.php
-  /inventory/manage/items.php
-# Fixed default focus for some controls
-$ /includes/ui/ui_input.inc
-# Fixed popup top placement on FF2
-$ /js/inserts.js
-! Default submit changed
-$ /purchasing/po_receive_items.php
-
-+ Customer/branch/supplier selectable by additional short name instead of full name.
-$ /purchasing/manage/suppliers.php
-  /sales/manage/customer_branches.php
-  /sales/manage/customers.php
-  /includes/ui/ui_lists.inc
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-01-Aug-2009 Joe Hunt
-! Reduced size of the icons to 12 pix.
-$ /includes/ui/ui_input.inc
-
-31-Jul-2009 Janusz Dobrowolski
-! Merged changes from main trunk  2.1.3-2.1.4 (see below)
-$ /admin/attachments.php
-  /inventory/purchasing_data.php
-  /includes/db/manufacturing.inc
-  /gl/manage/bank_accounts.php
-  /gl/includes/db/gl_db_banking.inc
-  /gl/includes/db/gl_db_trans.inc
-  /purchasing/includes/purchasing_db.inc
-  /purchasing/manage/suppliers.php
-  /purchasing/view/view_grn.php
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/view/view_supp_payment.php
-  /reporting/reports_main.php
-  /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-  /reporting/includes/header2.inc
-  /reporting/includes/pdf_report.inc
-  /reporting/rep101.php
-  /reporting/rep109.php
-  /reporting/rep201.php
-  /reporting/rep304.php
-  /reporting/rep709.php
-  /sales/includes/db/cust_trans_db.inc
-  /sales/create_recurrent_invoices.php
-  /sales/sales_order_entry.php
-  /sales/view/view_receipt.php
-
-27-Jul-2009 Janusz Dobrowolski
-# Fixed default selection in popup
-$ /js/inserts.js
-# Fixed branch selection by url
-$ /sales/manage/customer_branches.php
-# Fixed print links's default class.
-$ /reporting/includes/reporting.inc
-
-25-Jul-2009 Janusz Dobrowolski
-! Popup editor now available as option for some list selectors.
-$ /includes/ui/ui_lists.inc
-  /gl/gl_bank.php
-  /gl/includes/ui/gl_bank_ui.inc
-  /includes/session.inc
-  /includes/page/footer.inc
-  /includes/ui/ui_controls.inc
-  /inventory/purchasing_data.php
-  /js/inserts.js
-  /purchasing/po_entry_items.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /purchasing/supplier_payment.php
-  /purchasing/allocations/supplier_allocation_main.php
-  /purchasing/includes/ui/po_ui.inc
-  /sales/credit_note_entry.php
-  /sales/customer_payments.php
-  /sales/sales_order_entry.php
-  /sales/allocations/customer_allocation_main.php
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /themes/aqua/default.css
-  /themes/aqua/renderer.php
-  /themes/cool/default.css
-  /themes/cool/renderer.php
-  /themes/default/default.css
-  /themes/default/renderer.php
-
-21-Jul-2009 Janusz Dobrowolski
-! Asynchronous customer/supplier/item selection now use popup window.
-$ /index.php
-  /gl/gl_bank.php
-  /includes/session.inc
-  /includes/page/footer.inc
-  /includes/ui/ui_controls.inc
-  /includes/ui/ui_input.inc
-  /includes/ui/ui_lists.inc
-  /inventory/purchasing_data.php
-  /inventory/manage/items.php
-  /js/inserts.js
-  /js/utils.js
-  /purchasing/po_entry_items.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /purchasing/supplier_payment.php
-  /purchasing/allocations/supplier_allocation_main.php
-  /purchasing/manage/suppliers.php
-  /sales/credit_note_entry.php
-  /sales/customer_payments.php
-  /sales/sales_order_entry.php
-  /sales/allocations/customer_allocation_main.php
-  /sales/manage/customer_branches.php
-  /sales/manage/customers.php
-
-15-Jul-2009 Joe Hunt
-! Replaced sys_types names from table to systypes::name in reports
-  Now the English names in table are never used in inquiries or reports
-$ /reporting/rep101.php
-  /reporting/rep102.php
-  /reporting/rep108.php
-  /reporting/rep201.php
-  /reporting/rep202.php
-  /reporting/rep203.php
-  /reporting/rep709.php
-  /sql/alter2.2.sql
-! Audit-Trail report (systypes selector should include all systypes, extra parameter to function dup_systypes_list.
-$ /reporting/rep710.php
-  /reporting/reports_main.php
-  /reporting/includes/reports_classes.inc
-# Removed warning from COA report
-$ /gl/includes/db/gl_db_accounts.inc
-  /includes/date_functions.inc
-  /reporting/rep701.php
-  
-13-Jul-2009 Joe Hunt
-+ Added Audit Trail Report
-$ /reporting/rep710.php (new file)
-$ /reporting/reports_main.php
-! Changed so $page_security works with reports (displays an error message on top)
-$ /reporting/includes/pdf_report.inc
-  /reporting/includes/excel_report.inc
-  
-10-Jul-2009 Janusz Dobrowolski
-+ Added direct allocations in payments.
-$ /purchasing/supplier_payment.php
-  /sales/customer_payments.php
-! Allocations related code reuse.
-$ /includes/ui/allocation_cart.inc
-  /purchasing/allocations/supplier_allocate.php
-  /sales/allocations/customer_allocate.php
-
-02-Jul-2009 Joe Hunt
-! Always show 0.00 in debit column when using display_debit_or_credit
-$ /includes/ui/ui_view.inc
-
-01-Jul-2009 Joe Hunt
-! Small adjustment in /inventory/prices.php to see the calculated prices if they are set.
-$ /inventory/prices.php
-# Small bug/layout fixes
-$ /inventory/manage/item_categories.php
-  /inventory/manage/locations.php
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-30-Jun-2009 Joe Hunt
-# Small annoying bug-fixes in items.php and items_trans_db.inc
-$ /inventory/manage/items.php
-  /inventory/includes/db/items_trans_db.inc
-  
-30-Jun-2009 Joe Hunt
-+ Implemented automatic price calculation of items from std. cost.
-$ /admin/company_preferences.php
-  /admin/db/company_db.inc
-  /doc/calculate_price.txt (new file)
-  /sales/includes/sales_db.inc
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  
-29-Jun-2009 Joe Hunt
-! Small layout improments in Customer Payments
-$ /sales/customer_payments.php
-
-28-Jun-2009 Joe Hunt
-# Fixed link bugs in sales order entry and optimized a couple of functions in ui_controls.inc
-$ /includes/ui/ui_controls.inc
-  /sales/sales_order_entry.php
-  
-27-Jun-2009 Joe Hunt
-# Corrections to default COAs.
-$ /sql/alter2.2.sql
-  /sql/en_US-new.sql
-  /sql/en_US-demo.sql
-  
-26-Jun-2009 Joe Hunt
-+ Added Print of Work Order and GRN Valuation Report
-# Small bug in company preferences
-$ /admin/company_preferences.php
-  /manufacturing/includes/db/work_orders_db.inc
-  /manufacturing/work_order_entry.php
-  /reporting/rep305.php (new file)
-  /reporting/rep409.php (new file)
-  /reporting/reports_main.php
-  /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-  /reporting/includes/header2.inc
-  /reporting/includes/pdf_report.inc
-  /reporting/includes/reports_classes.inc
-  
-26-Jun-2009 Joe Hunt
-+ Added Bank Charge field to Customer Payment, Supplier Payment and Bank Transfer and a new default bank charge account in gl_setup.
-$ /admin/gl_setup.php
-  /admin/db/company_db.inc
-  /gl/bank_transfer.php
-  /gl/includes/db/gl_db_banking.inc
-  /purchasing/supplier_payment.php
-  /purchasing/includes/db/supp_payment_db.inc
-  /sales/customer_payment.php
-  /sales/includes/db/payment_db.inc
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  
-25-Jun-2009 Joe Hunt
-! Changed balance_sheet field in account class to ctype and fixed class editing.
-# Parse error in ui_lists.inc. Masked include_once(/validation.inc) in main.inc.
-$ /admin/fiscalyears.php
-  /gl/includes/db/gl_db_accounts.inc
-  /gl/includes/db/gl_db_account_types.inc
-  /gl/includes/db/gl_db_trans.inc
-  /gl/manage/gl_account_classes.php
-  /includes/main.inc
-  /includes/ui/ui_lists.inc
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  /sql/alter2.2.sql
-  
-25-Jun-2009 Janusz Dobrowolski
-! Merged changes from main trunk  2.1.2-2.1.3 (see below)
-$ /admin/backups.php
-  /admin/company_preferences.php
-  /admin/view_print_transaction.php
-  /applications/setup.php
-  /config.php
-  /dimensions/inquiry/search_dimensions.php
-  /gl/gl_journal.php
-  /gl/includes/db/gl_db_accounts.inc
-  /gl/includes/db/gl_db_account_types.inc
-  /gl/includes/db/gl_db_trans.inc
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/inquiry/gl_trial_balance.php
-  /gl/inquiry/tax_inquiry.php
-  /gl/manage/gl_account_classes.php
-  /includes/data_checks.inc
-  /includes/db/manufacturing_db.inc
-  /includes/errors.inc
-  /includes/main.inc
-  /includes/references.inc
-  /includes/session.inc
-  /includes/types.inc
-  /includes/ui/db_pager_view.inc
-  /includes/ui/ui_lists.inc
-  /includes/ui/ui_view.inc
-  /inventory/inquiry/stock_status.php
-  /inventory/manage/items.php
-  /inventory/manage/locations.php
-  /inventory/manage/sales_kits.php
-  /inventory/prices.php
-  /inventory/purchasing_data.php
-  /lang/new_language_template/LC_MESSAGES/empty.po
-  /manufacturing/includes/db/work_orders_db.inc
-  /manufacturing/includes/db/work_orders_produce_items_db.inc
-  /manufacturing/includes/db/work_orders_quick_db.inc
-  /manufacturing/includes/manufacturing_ui.inc
-  /manufacturing/inquiry/bom_cost_inquiry.php
-  /manufacturing/manage/bom_edit.php
-  /manufacturing/search_work_orders.php
-  /manufacturing/view/work_order_view.php
-  /manufacturing/work_order_add_finished.php
-  /manufacturing/work_order_costs.php (new file)
-  /manufacturing/work_order_entry.php
-  /manufacturing/work_order_issue.php
-  /manufacturing/work_order_release.php
-  /purchase/po_receive_items.php
-  /purchasing/allocations/supplier_allocation_main.php
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/purchasing_db.inc
-  /purchasing/includes/ui/po_ui.inc
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /reporting/includes/class.mail.inc
-  /reporting/includes/pdf.report.inc
-  /reporting/includes/reports_classes.inc
-  /reporting/rep109.php
-  /reporting/rep209.php
-  /reporting/rep302.php
-  /reporting/rep302.php
-  /reporting/rep303.php
-  /reporting/rep303.php
-  /reporting/rep701.php
-  /reporting/rep705.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-  /reporting/rep708.php
-  /reporting/reports_main.php
-  /sales/create_recurrent_invoices.php
-  /sales/customer_delivery.php
-  /sales/includes/db/sales_order_db.inc
-  /sales/includessales_order_ui.inc
-  /sales/inquiry/sales_orders_view.php
-  /sales/manage/customer_branches.php
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  /taxes/db/tax_types_db.inc
-  /taxes/tax_types.php
-
-17-Jun-2009 Janusz Dobrowolski
-# Fixed supplier payment view link
-$ /includes/ui/ui_view.inc
-
-03-Jun-2009 Janusz Dobrowolski
-! Delete buttons prepared for js confirmation.
-$ /admin/fiscalyears.php
-
-02-Jun-2009 Joe Hunt
-! Fiscal Year delete . now removes all transactions and convert into relevant open balances.
-$ /admin/fiscalyear.php
-! Created a function db_backup in /admin/db/maintenence_db.inc
-$ /admin/db/maintenance_db.inc
-  /admin/backups.php
-  /admin/inst_upgrade.php
-  
-22-May-2009 Janusz Dobrowolski
-# Defualt hyperlink href set to PHP_SELF
-$ /includes/ui/ui_controls.inc
-
-21-May-2009 Janusz Dobrowolski
-+ Added reset_focus helper function.
-$ /includes/ui/ui_view.inc
-# Fixed link on and focus on final page.
-$ /gl/gl_journal.php
-
-19-May-2009 Janusz Dobrowolski
-+ Automatic update currency option added.
-$ /gl/includes/db/gl_db_currencies.inc
-  /includes/ui/ui_view.inc
-  /gl/manage/currencies.php
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-+ Added hook support for localized functions
-$ /gl/includes/db/gl_db_rates.inc
-  /gl/manage/exchange_rates.php
-  /includes/session.inc
-! Fixed hook for optional TaxFunction
-$ /reporting/rep709.php
-! Removed obsolete has_locale helper.
-$ /includes/lang/language.php
-
-17-May-2009 Janusz Dobrowolski
-+ Added excluding item/category from sales.
-$ /includes/ui/ui_lists.inc
-  /inventory/includes/db/items_category_db.inc
-  /inventory/includes/db/items_db.inc
-  /inventory/manage/item_categories.php
-  /inventory/manage/items.php
-  /sql/alter2.2.sql
-  /sql/alter2.2.php
-
-15-May-2009 Joe Hunt
-# Bad link to view dimension
-$ /includes/ui/ui_view.inc
-! Improved layout.
-$ /purchasing/includes/ui/invoice_ui.inc
-
-14-May-2009 Joe Hunt
-+ Added user_id to Journal Inquiry
-$ /gl/inquiry/journal_inquiry.php
-
-13-May-2009 Janusz Dobrowolski
-# Excluding closed transactions from edition/voiding.
-$ /includes/db/audit_trail_db.inc  
-  /admin/void_transaction.php
-  /sales/inquiry/customer_inquiry.php
-  /gl/inquiry/journal_inquiry.php
-# Fixed error during category adding.
-$ /inventory/includes/db/items_category_db.inc
-+ Units and item type is editable until item not used.
-$ /inventory/includes/db/items_db.inc
-  /inventory/manage/items.php
-
-11-May-2009 Joe Hunt
-! Changed creating of fiscal year so gap is not allowed. Cannot close year if open years before.
-$ /admin/fiscalyers.php
-
-10-May-2009 Janusz Dobrowolski
-! Support for periodic journal trans closing/indexing
-$ /includes/db/audit_trail_db.inc
-  /admin/fiscalyears.php
-  /gl/includes/db/gl_db_trans.inc
-  /gl/inquiry/journal_inquiry.php
-
-! Restored support for reversed transactions
-$ /gl/gl_journal.php
-  /gl/includes/ui/gl_journal_ui.inc
-
-08-May-2009 Janusz Dobrowolski
-+ Added journal entry edition, removed reverse transaction option.
-$ /gl/includes/ui/gl_journal_ui.inc
-  /gl/includes/db/gl_db_trans.inc
-+ Added journal entry transaction edition/view
-$ /gl/gl_journal.php
-  /includes/ui/ui_view.inc
-+ Added journal inquiry
-$ /gl/inquiry/journal_inquiry.php (new)
-  /includes/ui/ui_lists.inc
-  /applications/generalledger.php
-! Document references saved also in refs table for easy access.
-$ /dimensions/includes/dimensions_db.inc
-  /includes/references.inc
-  /gl/includes/db/gl_db_banking.inc
-  /inventory/includes/db/items_adjust_db.inc
-  /inventory/includes/db/items_transfer_db.inc
-  /manufacturing/includes/db/work_order_issues_db.inc
-  /manufacturing/includes/db/work_order_produce_items_db.inc
-  /manufacturing/includes/db/work_orders_db.inc
-  /manufacturing/includes/db/work_orders_quick_db.inc
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/db/supp_payment_db.inc
-  /sales/includes/db/payment_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sql/alter2.2.php
-! Small fixes needed for pending client-side validation support
-$ /includes/current_user.inc
-  /includes/main.inc
-  /includes/session.inc
-  /includes/page/header.inc
-  /includes/page/footer.inc
-  /includes/errors.inc
-  /js/inserts.js
-  /js/utils.js
-  /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/default/default.css
-  /themes/aqua/renderer.php
-  /themes/cool/renderer.php
-  /themes/default/renderer.php
-! Function get_reference return string instead of mysql resource.
-$ /includes/db/references_db.inc
-! Added reference var
-$ /includes/ui/items_cart.inc
-# Small bugfix in invoice view
-$ /sales/includes/db/sales_invoice_db.inc
-# Last document date bug fixed
-$ /sales/customer_delivery.php
-# Fixed false warning during upgrade process in debug mode.
-$ /admin/inst_upgrade.php
-
-03-May-2009 Janusz Dobrowolski
-+ Audit trail added.
-$ /includes/db/audit_trail_db.inc (new)
-  /admin/db/voiding_db.inc
-  /gl/includes/db/gl_db_banking.inc
-  /gl/includes/db/gl_db_trans.inc
-  /includes/main.inc
-  /inventory/includes/db/items_adjust_db.inc
-  /inventory/includes/db/items_trans_db.inc
-  /inventory/includes/db/items_transfer_db.inc
-  /manufacturing/includes/db/work_order_issues_db.inc
-  /manufacturing/includes/db/work_order_produce_items_db.inc
-  /manufacturing/includes/db/work_orders_db.inc
-  /manufacturing/includes/db/work_orders_quick_db.inc
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/db/supp_trans_db.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sql/alter2.2.php
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-! Changed primary key in users table
-$ /admin/change_current_user_password.php
-  /admin/inst_upgrade.php
-  /admin/users.php
-  /admin/db/users_db.inc
-  /includes/current_user.inc
-! Enabled drop table queries during non-forced upgrade
-$ /admin/db/maintenance_db.inc
-# Small optimization
-  /sales/includes/sales_db.inc
-# Fixed default date handling.
-$ /sales/customer_invoice.php
-# Fixed error handling in debug mode
-$ /includes/errors.inc
-  /includes/db/connect_db.inc
-
-02-May-2009 Joe Hunt
-# Minor bug Profit & Loss Statement
-$ /reporting/rep707.php
-
-02-May-2009 Joe Hunt
-! Company setup option for printing server Time Zone on Reports Print-Out.
-! Company setup version_id for stamping the version id. Can be used for check for update.
-$ /admin/company_preferences.php
-  /admin/db/company_db.inc
-  /reporting/includes/pdf_report.inc
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  
-01-May-2009 Joe Hunt
-! Changed Customer Balance and Supplier Balance to period select with Open Balance
-$ /reporting/reports_main.php
-  /reporting/rep101.php
-  /reporting/rep201.php
-  
-30-Apr-2009 Janusz Dobrowolski
-! Merged changes from main trunk  2.1.1-2.1.2 (see below)
-
-30-Apr-2009 Janusz Dobrowolski
-# Small layout fixes 
-$ /includes/errors.inc
-  /themes/aqua/renderer.php
-  /themes/cool/renderer.php
-  /themes/default/renderer.php
-
-29-Apr-2009 Janusz Dobrowolski
-! Messages styles moved default.css
-$ /includes/errors.inc
-  /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/default/default.css
-
-28-Apr-2009 Joe Hunt
-! Changed so the close of fiscal years also closes the balances and brings forward retained earnings.
-$ /admin/gl_setup.ph
-  /admin/fiscalyears.php
-  /admin/db/company_db.inc
-  /sql/en_US-new.sql
-  /sql/en_US-demo.sql
-  /sql/alter2.2.sql
-  
-25-Apr-2009 Janusz Dobrowolski
-# Fixed ambigous sql
-$ /inventory/manage/item_categories.php
-
-25-Apr-2009 Joe Hunt
-! Removed obsolete field 'included_in_price' from table 'Tax_group_items' in en_US-demo.sql.
-$ /sql/en_US-demo.sql
-  /sql/alter2.2.sql
-
-24-Apr-2009 Janusz Dobrowolski
-+ Added inactive records support.
-$ /admin/payment_terms.php
-  /admin/shipping_companies.php
-  /gl/includes/db/gl_db_account_types.inc
-  /gl/includes/db/gl_db_currencies.inc
-  /gl/manage/bank_accounts.php
-  /gl/manage/currencies.php
-  /gl/manage/gl_account_classes.php
-  /gl/manage/gl_account_types.php
-  /gl/manage/gl_accounts.php
-  /includes/ui/ui_lists.inc
-  /inventory/includes/db/items_units_db.inc
-  /inventory/includes/db/movement_types_db.inc
-  /inventory/manage/item_categories.php
-  /inventory/manage/item_units.php
-  /inventory/manage/items.php
-  /inventory/manage/locations.php
-  /inventory/manage/movement_types.php
-  /manufacturing/includes/db/work_centres_db.inc
-  /manufacturing/manage/work_centres.php
-  /purchasing/manage/suppliers.php
-  /sales/includes/db/sales_points_db.inc
-  /sales/manage/sales_points.php
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  /taxes/item_tax_types.php
-  /taxes/tax_groups.php
-  /taxes/tax_types.php
-  /taxes/db/tax_groups_db.inc
-  /taxes/db/tax_types_db.inc
-# Edit buttons center alignment.
-$ /includes/ui/ui_input.inc
-# Fixed ajax request using element name on multi-part forms.
-$ /js/utils.js
-
-24-Apr-2009 Joe Hunt
-! Added option to select how to present Balance Sheet and P&L Statement
-$ /gl/manage/gl_account_classes.php
-  /gl/includes/db/gl_db_account_types.inc
-  /reporting/rep706.php
-  /reporting/rep707.php
-  /sql/alter2.2.sql
-
-22-Apr-2009 Janusz Dobrowolski
-+ Added inactive records support.
-$ /sales/includes/db/credit_status_db.inc
-  /sales/includes/db/sales_types_db.inc
-  /sales/manage/credit_status.php
-  /sales/manage/customer_branches.php
-  /includes/data_checks.inc
-  /sales/manage/sales_groups.php
-  /sales/manage/sales_people.php
-  /sales/manage/sales_types.php
-# Slightly changed inactive record support
-$ /includes/ui/ui_input.inc
-  /includes/ui/ui_lists.inc
-  /sales/manage/customers.php
-  /sales/manage/sales_areas.php
-! Display all db_query errors in debug mode
-$ /includes/db/connect_db.inc
-# Hide empty/disabled tabs
-$ /frontaccounting.php
-  /applications/dimensions.php
-# Small typo fixed
-$ /applications/application.php
-
-21-Apr-2009 Janusz Dobrowolski
-+ Support for inactive records.
-$ /includes/ui/ui_lists.inc
-  /includes/ui/ui_input.inc
-  /includes/db/sql_functions.inc
-  /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/default/default.css
-+ Added inactive field in cust_branches
-$ /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-+ Added inactive records edition.
-$ /sales/manage/customers.php
-  /sales/manage/sales_areas.php
-  
-08-Apr-2009 Janusz Dobrowolski
-# Fix for hotkeys on multi form pages.
-$ /js/inserts.js
-! Customer name max. length 80
-$ /sales/manage/customers.php
-  /sql/alter2.2.php
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-30-Mar-2009 Janusz Dobrowolski
-! Merged changes from main trunk for versions 2.1RC-2.1.1 (see below)
-$ /admin/db/v_banktrans.inc (removed)
-  /applications/manufacturing.php
-  /gl/include/db/gl_db_banking.inc
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/includes/ui/gl_journal_ui.inc
-  /gl/manage/exchange_rates.php
-  /.htaccess
-  /includes/banking.inc
-  /includes/data_checks.inc
-  /includes/ui/items_cart.inc
-  /includes/ui/ui_inputs.inc
-  /includes/ui/ui_lists.inc
-  /install.html
-  /install/index.php
-  /install/save.php
-  /inventory/includes/inventory_db.inc
-  /inventory/manage/items.php
-  /inventory/manage/sales_kits.php
-  /js/inserts.js
-  /lang/new_language_template/LC_MASSAGES/empty.po
-  /manufacturing/inquiry/bom_cost_inquiry.php
-  /purchasing/allocations/supplier_allocate.php
-  /purchasing/manage/suppliers.php
-  /reporting/includes/doctext2.inc
-  /reporting/includes/doctext.inc
-  /reporting/including/excel_report.inc
-  /reporting/rep104.php
-  /reporting/rep106.php
-  /reporting/rep303.php
-  /reporting/rep702.php
-  /sales/allocations/customer_allocate.php
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_points_db.inc
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/manage/sales_points.php
-  /sales/sales_order_entry.php
-  /sql/alter2.1.sql
-  /taxes/tax_types.php
-  /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/default/default.css
-
-29-Mar-2009 Janusz Dobrowolski
-! Added cancel button
-$ /inventory/manage/items.php
-! Element id generation speedup
-$ /includes/ui/ui_view.inc
-# Fixed hotkeys behaviour in report module
-$ /js/inserts.js
-  /reporting/includes/reports_classes.inc
-
-21-Mar-2009 Janusz Dobrowolski
-+ Option to use last document date on subsequent new documents.
-$ /admin/display_prefs.php
-  /admin/db/users_db.inc
-  /includes/current_user.inc
-  /includes/prefs/userprefs.inc
-  /sql/alter2.2.php
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-+ Optional check for current date in date_cells()/date_row()
-$ /includes/ui/ui_input.inc
-! Save/retrieve last document date.
-$ /gl/bank_account_reconcile.php
-  /gl/gl_bank.php
-  /gl/gl_journal.php
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/includes/ui/gl_journal_ui.inc
-  /includes/date_functions.inc
-  /includes/ui/ui_view.inc
-  /inventory/adjustments.php
-  /inventory/transfers.php
-  /inventory/includes/item_adjustments_ui.inc
-  /inventory/includes/stock_transfers_ui.inc
-  /manufacturing/work_order_entry.php
-  /purchasing/po_entry_items.php
-  /purchasing/po_receive_items.php
-  /purchasing/supplier_payment.php
-  /purchasing/includes/ui/grn_ui.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/ui/po_ui.inc
-  /sales/credit_note_entry.php
-  /sales/customer_credit_invoice.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/customer_payments.php
-  /sales/sales_order_entry.php
-  /sales/includes/cart_class.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-
-18-Mar-2009 Janusz Dobrowolski
-+ Additional option for submit_add_or_update_x() helpers
-$ /includes/ui/ui_input.inc
-+ Icon for default escape button
-$ /themes/aqua/images/escape.png (new)
-  /themes/cool/images/escape.png (new)
-+ Arrow navigation also in report menus
-$ /js/utils.js
-  /js/inserts.js
-+ Added default keys for form submition/cancelling when apprioprate.
-$ All form entry files.
-
-17-Mar-2009 Joe Hunt
-! Changed so company domicile is printed on invoices and statements if filled out.
-$ /reporting/includes/header2.inc
-
-17-Mar-2009 Janusz Dobrowolski
-+ Added default delivery_required_by parameter, removed custom company fields/names.
-$ /admin/company_preferences.php
-  /admin/gl_setup.php
-  /admin/db/company_db.inc
-  /includes/prefs/sysprefs.inc
-  /sql/alter2.2.php (new)
-  /sql/alter2.2.sql (new)
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-+ Item category now contains default parameters for new items.
-$ /inventory/includes/db/items_category_db.inc
-  /inventory/manage/item_categories.php
-  /inventory/manage/items.php
-  /sql/alter2.2.php
-  /sql/alter2.2.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-! Updated FA version string.
-$ /config.php
-! Stock item types moved to types.inc
-$ /includes/types.inc
-  /includes/ui/ui_lists.inc
-! Focus js code optimization
-$ /js/inserts.js
-  /js/utils.js
-16-Mar-2009 Janusz Dobrowolski
-+ Support for default buttons with Ctrl-Enter/Escape hotkeys, 
-       arrow navigation in menus
-$ /includes/ui/ui_input.inc
-  /includes/ui/ui_controls.inc
-  /includes/ui/ui_view.inc
-  /includes/page/footer.inc
-  /config.php
-  /js/inserts.js
-  /js/utils.js
-  /reporting/includes/reporting.inc
-  /themes/default/images/escape.png
-  /themes/aqua/default.css
-  /themes/aqua/renderer.php
-  /themes/cool/default.css
-  /themes/cool/renderer.php
-  /themes/default/default.css
-  /themes/default/renderer.php
-  /themes/default/images/escape.png
-  /sales/sales_order_entry.php
-
-! SID & start_form() cleanup
-$ /.htaccess
-  /access/logout.php
-  /admin/attachments.php
-  /admin/backups.php
-  /admin/create_coy.php
-  /admin/inst_lang.php
-  /admin/inst_module.php
-  /admin/view_print_transaction.php
-  /admin/void_transaction.php
-  /dimensions/inquiry/search_dimensions.php
-  /gl/bank_transfer.php
-  /gl/gl_bank.php
-  /gl/inquiry/gl_trial_balance.php
-  /gl/manage/exchange_rates.php
-  /inventory/adjustments.php
-  /inventory/cost_update.php
-  /inventory/prices.php
-  /inventory/purchasing_data.php
-  /inventory/reorder_level.php
-  /inventory/transfers.php
-  /inventory/inquiry/stock_movements.php
-  /inventory/inquiry/stock_status.php
-  /inventory/manage/item_codes.php
-  /inventory/manage/sales_kits.php
-  /manufacturing/search_work_orders.php
-  /manufacturing/work_order_issue.php
-  /manufacturing/inquiry/bom_cost_inquiry.php
-  /manufacturing/manage/bom_edit.php
-  /purchasing/po_entry_items.php
-  /purchasing/po_receive_items.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /purchasing/supplier_payment.php
-  /purchasing/allocations/supplier_allocate.php
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /sales/credit_note_entry.php
-  /sales/customer_credit_invoice.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/allocations/customer_allocate.php
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/sales_orders_view.php
-
-------------------------------- Release 2.1.5 ----------------------------------
-26-Aug-2009 Joe Hung
-! Release 2.1.5
-$ config.php
-# If no dimensions in system, then there were 2 destination selectors in report Balance Sheet
-$ /reporting/reports_main.php
-! Code cleanup
-$ /taxes/tax_calc.inc
-  /lang/new_language_template/LC_MESSAGES/empty.po (new extraction)
-  
-24-Aug-2009 Joe Hunt
-# A Purchasing Price of 12.34 with a conversion factor of 100,0000 caused a false internal rounding error of 12.00.
-! The Purchasing Price, price can now have up to 6 decimals (fractions of hundredth's) and are presented correctly.
-  If you need to increase the decimals in a current value, then you have to delete it and create it again with new values.
-  This is for safety reasons.
-$ /includes/current_user.inc
-  /includes/ui/ui_input.inc
-  /inventory/purchasing_data.php
-  /purchasing/po_receive_items.php
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/ui/po_ui.inc
-  /purchasing/view/view_grn.php
-  /purchasing/view/view_po.php
-  /reporting/rep209.php
-  
-21-Aut-2009 Joe Hunt
-# [0000162] Deleting a GL account may cause problems with quick entries 
-$ /gl/manage/gl_accounts.php
-
-20-Aug-2009 Joe Hunt
-# If account code2 is used in the accounts the report Chart of Accounts gave a bad index and didn't print the code.
-$ /gl/includes/gl_db_accounts.inc
-# If setting the delivered items in PO Receive Items to 0 the value is not updated 
-$ /purchasing/po_receive_items.php
-
-19-Aug-2009 Joe Hunt
-! Change of Quick Entries to use the Tax Types instead, due to complexity using the Tax Groups in EU.
-  If you for need more than one Tax Type row in a Quick Entry, please keep the rows together and use the same action type.
-$ /gl/includes/db/gl_db_bank_accounts.inc
-  /gl/manage/gl_quick_entries.php
-  /includes/ui/ui_view.inc
-  
-18-Aug-2009 Joe Hunt
-! When using Quick Entries in Supplier Invoices/credit notes the tax sum now shows correctly.
-$ /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/supp_trans_class.inc
-  
-18-Aug-2009 Joe Hunt
-! Quick Entries uses Tax Groups instead of Item Tax Types for calculating taxes (Please change the item lines for tax).
-  Quick Entry Lines of type Supplier Invoice. When using, the Supplier Tax Group Id overrides the The Tax Group set on the line.
-$ /gl/includes/db/gl_db_bank_accounts.inc
-  /gl/manage/gl_quick_entries.php
-  /includes/ui/ui_view.inc
-  /taxes/tax_calc.inc
-  
-17-Aug-2009 Janusz Dobrowolski
-# [0000158] Added missing check for POS usage before deletion.
-$ /sales/manage/sales_points.php
-
-17-Aug-2009 Joe Hunt
-# [0000160] Customer payments in different currencies (bank account exchange error). Fixed so diff bank_curr/home_curr and cust/supp curr is readonly.
-$ /gl/includes/db/gl_db_bank_trans.inc
-  /purchasing/supplier_payment.php
-  /sales/customer_payments.php
-  /sales/includes/db/payments_db.inc
-
-14-Aug-2009 Janusz Dobrowolski
-# [0000161] Fixed reference edition on sales invoice/deliery/credit.
-$ /sales/customer_credit_invoice.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-
-12-Aug-2009 Joe Hunt
-# [0000159] Memo field's GL entries are not saved (gl_trans) in supplier invoice
-$ /purchasing/includes/purchasing_db.inc
-  /purchasing/includes/db/invoice_db.inc
-# memo field was not written in list of journal entries.
-$ /reporting/rep702.php
-  
-08-Aug-2009 Janusz Dobrowolski
-# Fixed bug in calculation of taxes for quick entries using multiply tax rates
-$ /includes/ui/ui_view.inc
-
-08-Aug-2009 Janusz Dobrowolski
-# [0000152] Config_db.php changed after failed company database creation
-$ /install/save.php
-
-08-Aug-2009 Joe Hunt
-# [0000153] not possible to make a new balance sheet GL account cl (old style)
-$ /gl/manage/gl_account_classes.php
-
-04-Aug-2009 Joe Hunt
-# [0000150] Logo on printed papers is placed on top of the adress rule nr 1
-$ /reporting/includes/header2.inc
-# [0000145] Email sales order doesn't work if no email on branch but on customer
-$ /sales/includes/db/sales_order_db.inc
-  /reporting/rep109.php
-! Changed so $use_oldstyle_convert=1 variable in config.php (line 78) gives fully backwards compatibility in 
-  Balance Sheet, PL Statements and Monthly Bread Down reports.
-$ /gl/manage/gl_account_classes.php.  
-
-------------------------------- Release 2.1.4 ----------------------------------
-30-Jul-2009 Joe Hunt
-! Release 2.1.4
-$ config.php
-# Bad right margin on Tax Report (papersize A4)
-$ /reporting/rep709.php
-# [0000146] Purch data description with a ' (apostrophe) fails
-$ /inventory/purchasing_data.php
-  /purchasing/includes/purchasing_db.inc
-
-28-Jul-2009 Joe Hunt
-# Bugs in sending documents as email. Seems to land in the spam filter due to bad text and scrambled name on attached documents
-$ /reporting/rep109.php
-  /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-  /reporting/includes/header2.inc
-  /reporting/includes/pdf_report.inc
-
-18-Jul-2009 Joe Hunt
-# When saving a Payment to a Customer in Bank Payments (normally payment to suppliers) it was saved with wrong sign in debtor_trans (very rare).
-$ /sales/includes/db/cust_trans_db.inc
-# Wrong presentation in customer/supplier balance if using bank payments for customers and bank deposits for suppliers (very rare)
-$ /reporting/rep101.php
-  /reporting/rep201.php
-  
-13-Jul-2009 Joe Hunt
-# Bug in Tax Inquiry and Tax Report when entering in Journal Entry
-$ /gl/includes/db/gl_db_banking.inc
-  /gl/includes/db/gl_db_trans.inc
-  /reporting/rep709.php
-! Comments should follow templates and recurrent invoices.
-$ /sales/create_recurrent_invoices.php
-  /sales/sales_order_entry.php
-  
-12-Jul-2009 Joe Hunt
-# Wrong presentation of left to allocate if discount was given
-$ /sales/view/view_receipt.php
-  /purchasing/view/view_supp_payment.php
-  
-11-Jul-2009 Joe Hunt
-! Improved Inventory Sales Report. Now by Customer and quantities as well.
-$ /reporting/rep304.php
-  /reporting/reports_main.php
-
-10-Jul-2009 Joe Hunt
-# [0000142] Purchase Order use the same header as Sales Order
-$ /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-# Bug in demand qty
-$ /includes/db/manufacturing.inc
-
-10-Jul-2009 Janusz Dobrowolski
-# [0000141] Attachment view/download bug.
-$ /admin/attachments.php
-# [0000140] Numeric format bug in credit limit input.
-$ /purchasing/manage/suppliers.php
-# [0000143] Bad format of PO popup window (Softechmatrix).
-$ /purchasing/view/view_grn.php
-
-09-Jul-2009 Janusz Dobrowolski
-# [0000139] Change of bank account type after creation should not be allowed.
-$ /gl/manage/bank_accounts.php
-
-01-Jul-2009 Joe Hunt
-# Guess what :) [0000137] Material Cost Averaging Problem (again again again) when voiding.
-$ /purchasing/includes/db/invoice_db.inc
-
-26-Jun-2009 Joe Hunt
-# [0000137] Material Cost Averaging Problem (again again) when voiding.
-$ /purchasing/includes/db/invoice_db.inc
-
-------------------------------- Release 2.1.3 ----------------------------------
-25-Jun-2009 Joe Hunt
-! Release 2.1.3
-$ config.php
-  /sql/en_US-new.sql
-  /sql/en_US-demo.sql
-! Suppressed menu on access denied in view popup windows.
-$ /includes/session.inc
-  /includes/main.inc
-! New empty.po file
-  /lang/new_language_template/LC_MESSAGES/empty.po
-
-23-Jun-2009 Janusz Dobrowolski
-! Added edition link in Purchase Order Inquiry
-$ /purchasing/includes/ui/po_ui.inc
-  /purchasing/inquiry/po_search_completed.php
-
-23-Jun-2009 Joe Hunt
-# [0000137] Material Cost Averaging Problem (again) when voiding.
-$ /purchasing/includes/db/invoice_db.inc
-
-21-Jun-2009 Joe Hunt
-# If no additional costs (overhead/labour) it should reduce the average additional costs.
-$ /manufacturing/includes/db/work_orders_quick_db.inc
-
-20-Jun-2009 Janusz Dobrowolski
-! Php notices removed from logging to avoid flood from @ constructs.
-$ /includes/errors.inc
-# [0000135] Direct posting to gl accounts with more than one related tax type forbidden.
-$ /gl/gl_journal.php
-  /includes/ui/ui_view.inc
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /taxes/tax_types.php
-  /taxes/db/tax_types_db.inc
-
-20-Jun-2009 Joe Hunt/Tu Nguyen
-# [0000137] Material Cost Averaging Problem when voiding Supp Inv and qoh reaches 0.
-$ /purchasing/includes/db/grn_db.inc
-
-18-Jun-2009 Joe Hunt
-! Better support for conversion_factor in Purchasing Pricing. Instruction on Sticky Inventory Forum.
-$ /inventory/purchasing_data.php
-  /purchasing/includes/purchasing_db.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/ui/po_ui.inc
-  
-17-Jun-2009 Janusz Dobrowolski
-# Fixed form reset after error, allowed png logo files.
-$ /admin/company_preferences.php
-! Removed unneeded submit_on_change in uom selector.
-$ /includes/ui/ui_lists.inc
-# Allowed reuse of supplier references from voided invoices.
-$ /purchasing/supplier_invoice.php
-# Total payment/credit sign fix.  
-$ /purchasing/allocations/supplier_allocation_main.php
-# Voided documents should not be displayed.
-$ /purchasing/inquiry/supplier_inquiry.php
-
-17-Jun-2009 Joe Hunt/Tu Nguyen
-# [0000136] view_po on invoices and credits shows transactions from other suppliers
-$ /purchasing/includes/db/invoice_db.inc
-
-16-Jun-2009 Janusz Dobrowolski
-! Added error logging to file or syslog.
-$ /config.php
-  /includes/errors.inc
-# Cleaned output buffering notices.
-$ /includes/errors.inc
-  /includes/session.inc
-
-15-Jun-2009 Joe Hunt
-! Added Item Code Entry in Work Order Entry and quantity decimals now follows the item
-! Clean-up in ui_list codes.
-$ /includes/ui/ui_lists.inc
-  /manufacturing/work_order_entry.php
-  /manufacturing/search_work_orders.php
-  /manufacturing/manage/bom_edit.php
-  /manufacturing/inquiry/bom_cost_inquiry.php
-  
-14-Jun-2009 Joe Hunt
-! Much better presentation of new Balance Sheet, P&L Statement and Monthly Breakdown.
-$ /gl/includes/db/gl_db_account_types.inc
-  /gl/includes/db/gl_db_accounts.inc
-  /includes/types.inc
-  /reporting/rep705.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-! New variable in config.php, $use_oldstyle_convert, if set to 1, same convert as in old versions.  
-$ config.php
-  
-13-Jun-2009 Joe Hunt/Pete/Tom Moulton
-! Changed next reference method to also include partly alpha characters in front, fi. WA036 increments to WA037
-$ /includes/references.inc
-! Improved email sending of documents. With help of Tom Moulton
-$ /reporting/rep109.php
-  /reporting/rep209.php
-  /reporting/includes/class.mail.inc
-  /reporting/includes/pdf.report.inc
-  
-12-Jun-2009 Joe Hunt
-! Code clean-up
-$ /gl/includes/db/gl_db_trans.inc
-  /gl/inquiry/gl_trial_balance.php
-  /includes/ui/ui_view.inc
-  /reporting/rep708.php
-  
-11-Jun-2009 Joe Hunt
-! Changed balance_sheet operation in class table to class type for sign convert in Balance Sheet, Profit and Loss Statement and Monthly Breakdown
-$ /gl/manage/gl_account_classes.php
-  /gl/includes/db/gl_db_account_types.inc
-  /gl/includes/db/gl_db_accounts.inc
-  /gl/inquiry/gl_trial_balance.php
-  /includes/types.inc
-  /includes/ui/ui_lists.inc
-  /reporting/rep705.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-  /reporting/rep708.php
-  
-09-Jun-2009 Joe Hunt
-# Bad format in due date column in search dimensions
-$ /dimensions/inquiry/search_dimensions.php
-
-08-Jun-2009 Joe Hunt
-! Changed Advanced Manufacturing payments to be more flexible and simpler. Removed from Payment.
-$ /gl/includes/db/gl_db_trans.inc
-  /gl/includes/ui/gl_bank_ui.inc
-  /includes/types.inc
-  /includes/ui/ui_lists.inc
-  /manufacturing/search_work_orders.php
-  /manufacturing/work_order_costs.php (new file)
-  /manufacturing/work_order_entry.php
-# Overhead costs in Manufacturing/Assembling wasn't added to stock overhead cost
-$ /manufacturing/work_order_add_finished.php
-  /manufacturing/work_order_issue.php
-  /manufacturing/work_order_release.php
-  /manufacturing/includes/manufacturing_ui.inc
-  /manufacturing/includes/db/work_orders_db.inc
-  /manufacturing/includes/db/work_orders_quick_db.inc
-  /manufacturing/includes/db/work_orders_produce_items_db.inc
-  /manufacturing/view/work_order_view.php
-  
-05-Jun-2009 Joe Hunt
-# Missing underscore in gettext string
-$ /sales/create_recurrent_invoices.php
-# Broken gettext string over 2 lines
-$ /sales/customer_delivery.php
-
-04-Jun-2009 Joe Hunt
-# [0000134] Voiding a supplier credit note didn't activate the PO Receivals and void the stock moves.
-$ /purchasing/includes/db/invoice_db.inc
-
-03-Jun-2009 Joe Hunt
-! Changed to present reference number in Print Invoices/Credit Notes if global $print_invoice_no = 0
-$ /reporting/includes/reports_classes.inc
-# Deleting of Locations was too easy. Implemented much more checks
-$ /inventory/manage/locations.php
-! Report Stock Check Sheet and 'Inventory Item Status' was wrong when Locations were selected.
-$ /reporting/rep302.php
-  /reporting/rep303.php
-  /includes/db/manufacturing_db.inc
-# When producing advanced manufacture there should be errors when insuffient qoh in items (if 'Allow Negative Stock' is not marked).
-$ /manufacturing/work_order_issue.php
-  /manufacturing/work_order_add_finished.php
-# Missing decimal calculation in BOM edit.
-$ /manufacturing/manage/bom_edit.php
-# Wrong toottip text on Process button in Purchase Order, Receive Items.
-$ /purchase/po_receive_items.php
-  
-27-May-2009 Joe Hunt
-# After heavy testing a new set of nested subtypes in COA, Monthly Breakdown, Balance Sheet and P&L Statement.
-$ /gl/includes/db/gl_db_accounts.inc
-  /gl/includes/db/gl_db_account_types.inc
-  /reporting/rep701.php
-  /reporting/rep705.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-
-26-May-2009 Joe Hunt
-# Again fixed nested subtypes in account types correctly in COA, Monthly Breakdown, Balance Sheet and P&L Statement
-$ /gl/includes/db/gl_db_accounts.inc
-  /gl/includes/db/gl_db_account_types.inc
-  /reporting/rep701.php
-  /reporting/rep705.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-# fixed wider combobox for backup-files in company backup
-$ /admin/backups.php
-
-25-May-2009 Joe Hunt
-# Fixed Supplier Credit so Purchase Order Outstanding is decreased too.
-$ /purchasing/includes/db/grn_db.inc
-# Fixed so nested subtypes in account types are nested correctly in Balance Sheet and P&L Statement
-$ /gl/includes/db/gl_db_accounts.inc
-  /reporting/rep706.php
-  /reporting/rep707.php
-! Extra column in Stock Check Sheet, On Order and option for selecting Only Shortage.
-$ /reporting/rep303.php
-  /reporting/reports_main.php
-
-23-May-2009 Janusz Dobrowolski
-# Fixed transaction table search update.
-$ /admin/view_print_transaction.php
-# Fixed initial select for array_selector()
-$ /includes/ui/ui_lists.inc
-
-22-May-2009 Janusz Dobrowolski
-# Fixed buggy reference instead of id in report dimension selectors.
-$ /reporting/includes/reports_classes.inc
-# Fixed typo in setup menu
-$ /applications/setup.php
-
-21-May-2009 Joe Hunt/Tom Moulton
-# Recursion fix in manufacturing_db.inc by Tom Moulton
-$ /includes/db/manufacturing_db.inc
-
-20-May-2009 Janusz Dobrowolski
-# Small cleanup
-$ /inventory/prices.php
-# Fixed select buttons icon.
-$ /sales/manage/customer_branches.php
-
-20-May-2009 Joe Hunt
-# Fixed and optimized On Order in Inventory Items Status and reports
-$ /includes/db/manufacturing_db.inc
-  /inventory/inquiry/stock_status.php
-  /reporting/rep302.php
-  /reporting/rep303.php
-  /sales/includes/db/sales_order_db.inc
-  
-18-May-2009 Joe Hunt
-# html header shown in backup downloads.
-$ /admin/backups.php
-! Reinserted the link to GL in Work Order Inquiry.
-$ /manufacturing/search_work_orders.php
-# Added non closed work order requirements on On Order in Inventory Items Status
-$ /inventory/inquiry/stock_status.php
-! Added mb_flag 'M' in demand checks
-$ /sales/includes/db/sales_order_db.inc
-  /reporting/rep302.php
-  /reporting/rep303.php
-  
-17-May-2009 Joe Hunt
-! Changed service items to use cogs account instead of inventory account.
-$ /inventory/manage/items.php
-
-16-May-2009 Joe Hunt
-# [0000133] Removed buggy & obsolete hotkey support in pager_link()
-$ /includes/ui/db_pager_view.inc
-! Removed obsolete 'K' mb_flag checks.
-$ /includes/data_checks.inc
-  /includes/ui/ui_lists.inc
-
-13-May-2009 Joe Hunt
-# Bug in demensions_list. If dimensions are closed they shall NOT show up in the lists.
-$ /includes/ui/ui_lists.inc
-
-10-May-2009 Joe Hunt
-# Period presentation bug in tax report/inquiry
-$ /gl/inquiry/tax_inquiry.php
-  /reporting/includes/reports_classes.inc
-  
-07-May-2009 Joe Hunt
-# Layout bug in exchange rate display
-$ /includes/ui/ui_view.inc
-# Layout bug in sales_order_view. Column Comments renamed to Cust Order Ref
-$ /sales/inquiry/sales_orders_view.php
-# Layout bug in sales_order_ui. Bad presentation of customer if not editable
-$ /sales/includessales_order_ui.inc
-
-05-May-2009 Janusz Dobrowolski
-# Fixed check if code for new sales kit is not used.
-$ /inventory/manage/sales_kits.php
-
-04-May-2009 Joe Hunt
-# Purchase Order document shows wrong purch data conversion if purch data
-$ /reporting/rep209.php
-
-
-------------------------------- Release 2.1.2 ----------------------------------
-30-Apr-2009 Joe Hunt
-! Release 2.1.2
-$ config.php
-
-22-Apr-2009 Joe Hunt
-! Changed the text 'Supplier Account No' to 'Our Customer No' in Supplier form
-$ /purchasing/manage/suppliers.php
-
-20-Apr-2009 Janusz Dobrowolski
-# Rewritten backup manager, fixed progressbar bug.
-$ /admin/backups.php
-# Fixed bug in zipped sql file restore.
-$ /admin/db/maintenance_db.inc
-! JsHttpRequest class updated to latest version.
-$ /includes/JsHttpRequest.php
-  /js/JsHttpRequest.js
-! Added optional parameter in vertical_space()
-$ /includes/ui/ui_controls.inc
-+ Helper for javascript confirm dialogs added.
-$ /includes/ui/ui_input.inc
-! Client side confirm dialog added for destructive submits.
-$ /purchasing/supplier_invoice.php
-  /purchasing/includes/ui/invoice_ui.inc
-  /sales/sales_order_entry.php
-+ Added retry after timeout on unreliable ajax connections. Preparation for client-side javascript checks.
-$ /includes/current_user.inc
-  /includes/page/footer.inc
-  /includes/page/header.inc
-  /includes/ui/ui_view.inc
-  /access/login.php
-  /js/inserts.js
-  /js/utils.js
-  /themes/aqua/images/progressbar.gif
-  /themes/cool/images/progressbar.gif
-  /themes/default/images/progressbar.gif
-  /themes/default/images/ajax-loader2.gif (new)
-  /themes/default/images/warning.png (new)
-  /themes/aqua/images/ajax-loader2.gif (new)
-  /themes/aqua/images/warning.png (new)
-  /themes/cool/images/ajax-loader2.gif (new)
-  /themes/cool/images/warning.png (new)
-# Fixed supplier uom retrieval.
-$ /purchasing/includes/db/po_db.inc
-
-04-Apr-2009 Janusz Dobrowolski
-# Paper format defaults to A4 for unknown specifiers.
-$ /reporting/includes/pdf_report.inc
-# Sealing sql statements.
-$ /sales/manage/customers.php
-
-01-Apr-2009 Janusz Dobrowolski
-# Fixed document mailing.
-$ /reporting/includes/pdf_report.inc
-# Fixed focus javascript error on lists.
-$ /includes/ui/ui_lists.inc
-# Fixed report links hotkey selection
-$ /js/inserts.js
-
-------------------------------- Release 2.1.1 ----------------------------------
-30-Mar-2009 Janusz Dobrowolski
-# Fixed display of unsufficient quantities in sales docs.
-$ /sales/includes/ui/sales_order_ui.inc
-  /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/default/default.css
-# Updated gettext template file
-$ /lang/new_language_template/LC_MASSAGES/empty.po
-! Release 2.1.1
-$ config.php
-
-29-Mar-2009 Janusz Dobrowolski
-# [0000126] 'Invoice' words on credit note document.
-$ /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-# [0000125] Sql error when creating credit note.
-$ /sales/includes/db/sales_credit_db.inc
-# [0000121] Error during qoh calculations.
-$ /sales/includes/ui/sales_order_ui.inc
-
-28-Mar-2009 Janusz Dobrowolski
-# [0000124] Cannot add exchange rate <1 when comma is set as dec separator.
-$ /gl/manage/exchange_rates.php
-
-27-Mar-2009 Janusz Dobrowolski
-# Fixed include file path in reports 104,303
-$ /reporting/rep104.php
-  /reporting/rep303.php
-
-26-Mar-2009 Janusz Dobrowolski
-# Fixed problems with cash invoices created after db upgrade.
-$ /includes/data_checks.inc
-  /sales/includes/db/sales_points_db.inc
-  /sales/manage/sales_points.php
-  /sql/alter2.1.sql
-
-24-Mar-2009 Joe Hunt
-# Wrong price decimals in Report Salesman Listing
-$ /reporting/rep106.php
-
-23-Mar-2009 Janusz Dobrowolski
-# Fixed keybord access issue after AltTab
-$ /js/inserts.js
-
-23-Mar-2009 Joe Hunt
-# Bad thousand/decimal formatting in XLS reports.(OpenOffice)
-$ /reporting/including/excel_report.inc
-
-22-Mar-2009 Janusz Dobrowolski/Joe Hun rerun, didn't work (empty file when inserting)
-# Fixed item picture display after upload, fixed item image filenames. Option to remove image.
-$ /inventory/manage/items.php
-  /inventory/includes/inventory_db.inc
-  /reporting/rep104.php
-  /reporting/rep303.php
-
-21-Mar-2009 Janusz Dobrowolski
-# Broken currency section after date change.
-$ /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-
-20-Mar-2009 Joe Hunt
-# Truncation bug when inserting/updating entered supplier credit limit
-$ /purchasing/manage/suppliers.php
-
-19-Mar-2009 Joe Hunt
-# [0000120] SQL Error when leaving Default Rate: blank when adding Tax Types
-$ /taxes/tax_types.php
-
-19-Mar-2009 Janusz Dobrowolski
-# Fixed quick entry amount update on list change.
-$ /gl/includes/ui/gl_journal_ui.inc
-
-------------------------------- Release 2.1 ----------------------------------------------------
-18-Mar-2009 Joe Hunt
-! Release 2.1
-$ config.php
-
-18-Mar-2009 Janusz Dobrowolski
-# Additional php.ini checks and fixes for php in CGI mode
-$ /.htaccess
-  /install.html
-  /install/index.php
-  /install/save.php
-# Default focus in lists on searchbox if used.
-$ /includes/ui/ui_lists.inc
-# Fixed update after code search.
-$ /inventory/manage/sales_kits.php
-
-16-Mar-2009 Janusz Dobrowolski
-# Fixed redirection after order cancelation.
-$ /sales/sales_order_entry.php
-
-15-Mar-2009 Joe Hunt
-# Minor bug in Report List of Journal Entries
-$ /reporting/rep702.php
-
-14-Mar-2009 Joe Hunt
-! Changed so exchange variances is stamped on invoice GL instead of payment GL
-  if invoice date is later than payment date
-$ /includes/banking.inc
-
-13-Mar-2009 Janusz Dobrowolski/Joe Hunt
-# GL line delete bug fixed.
-$ /gl/includes/ui/gl_bank_ui.inc
-  /gl/includes/ui/gl_journal_ui.inc
-  /includes/ui/items_cart.inc
-# Random syntax error + new menu item :).
-$ /manufacturing/inquiry/bom_cost_inquiry.php
-  /applications/manufacturing.php
-- Removed non used file
-$ /admin/db/v_banktrans.inc (removed)
-
-11-Mar-2009 Joe Hunt
-# Several errors related to new bank account id in /gl/includes/db/gl_db_banking.inc
-$ /gl/include/db/gl_db_banking.inc
-
-10-Mar-2009 Janusz Dobrowolski
-# [0000119] Fixed search by item description in sales item selector.
-$ /includes/ui/ui_lists.inc
-# Fixed email_row/link_row display for empty input value.
-$ /includes/ui/ui_inputs.inc
-# Small layout fix 
-$ /purchasing/allocations/supplier_allocate.php
-  /sales/allocations/customer_allocate.php
-
-------------------------------- Release 2.1.0 RC ------------------------------------------------
-09-Mar-2009 Joe Hunt
-! Release 2.1.0 Release Candidate (RC).
-$ config.php
-! Report clean up
-$ /reporting/includes/excel_report.inc
-
-09-Mar-2009 Janusz Dobrowolski
-# Initial prefs for new created user now copied form current admin settings.
-$ /admin/users.php
-# Changed page_security level to 1
-$ /admin/display_prefs.php
-# Fixed item code display after item delete
-$ /inventory/manage/items.php
-# Cosmetic cleanup
-$ /includes/session.inc
-
-08-Mar-2009 Joe Hunt
-! XLS engine now compatible with PEAR Excel Writer.
-$ /reporting/includes/excel_report.inc
-  /reporting/includes/Workbook.php
-  
-05-Mar-2009 Joe Hunt
-! Replaced the Excel Writer engine with XLS driver (the XML driver can later be downloaded)
-$ /reporting/includes/ExcelWriterXML.php, ExcelWriterXML_Sheet.php and ExcelWriterXM__Style.php removed.
-  /reporting/includes/Workbook.php (new file)
-  /reporting/includes/excel_report.inc
-  /reporting/includes/pdf_report.inc
-  /reporting/prn_redirect.php
-  /reporting all repXXX.php files
-  
-03-Mar-2009 Joe Hunt/Janusz Dobrowolski
-+ Preparation for Excel Writer continued
-$ /reporting/includes/ExcelWriterXML.php
-  /reporting/includes/ExcelWriterXML_Sheet.php
-  /reporting/includes/ExcelWriterXML_Style.php
-  /reporting/includes/excel_report.inc
-  /reporting all repXXX.php that are not documents
-  
-02-Mar-2009 Joe Hunt
-+ Preparation for report destination PDF/Printer and Excel (and Open Office Calc)
-$ /reporting/includes/reports_classes.inc
-  /reporting/includes/pdf_report.inc
-  /reporting/includes/ExcelWriterXML.php (new file)
-  /reporting/includes/ExcelWriterXML_Sheet.php (new file)
-  /reporting/includes/ExcelWriterXM__Style (new file)
-  /reporting/includes/excel_report.inc (new file)
-  /reporting/reports_main.php
-  /reporting/rep701.php
-  /reporting/rep705.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-  
-01-Mar-2009 Janusz Dobrowolski
-# Setting magic_quotes_gpc and register_globals to off in htaccess file
-$ /.htaccess (new)
-
-28-Feb-2009 Joe Hunt
-! Improved layout in standard themes (graphics)
-$ /themes/aqua/renderer.php
-  /themes/aqua/help.gif (new file)
-  /themes/aqua/login.gif (new file)
-  /themes/aqua/right.gif (new file)
-  /themes/cool/renderer.php
-  /themes/cool/help.gif (new file)
-  /themes/cool/login.gif (new file)
-  /themes/cool/right.gif (new file)
-  /themes/default/renderer.php
-  /themes/default/help.gif (new file)
-  /themes/default/login.gif (new file)
-  /themes/default/right.gif (new file)
-  /themes/themes/login.css
-    
-27-Feb-2009 Janusz Dobrowolski
-# Security fix to my last commit.
-$ /frontaccounting.php
-  /includes/lang/language.php
-
-25-Feb-2009 Joe Hunt
-! Improved layout
-$ /inventory/prices.php
-  /inventory/reorder_level.php
-  /inventory/inquiry/stock_status.php
-  
-24-Feb-2009 Janusz Dobrowolski
-# Cleaning startup code
-$ /index.php
-  /frontaccounting.php
-  /includes/session.inc
-  /includes/db/connect_db.inc
-  /includes/lang/gettext.php
-  /includes/lang/language.php
-# Language changed on display prefs page stored to database.
-$ /admin/display_prefs.php
-  /admin/db/users_db.inc
-  /includes/current_user.inc
-# Fixed tab hot keys
-$ /applications/customers.php
-  /applications/dimensions.php
-  /applications/generalledger.php
-  /applications/inventory.php
-  /applications/manufacturing.php
-  /applications/setup.php
-  /applications/suppliers.php
-
-23-Feb-2009 Joe Hunt
-! Changed extension include to be outside function. Didn't work in submenus.
-$ frontaccounting.php
-  /includes/main.inc
-! Better color in data picker
-$ /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/default/default.css
-  
-22-Feb-2009 Janusz Dobrowolski
-! Application startup code cleanup.
-$ /frontaccounting.php
-  /index.php
-  /applications/customers.php
-  /applications/dimensions.php
-  /applications/generalledger.php
-  /applications/inventory.php
-  /applications/manufacturing.php
-  /applications/setup.php
-  /applications/suppliers.php
-  /includes/session.inc
-  /includes/lang/language.php
-  /themes/default/renderer.php
-  /themes/aqua/renderer.php
-  /themes/cool/renderer.php
-! Removed obsolete $applications array.
-$ /config.php
-! Cosmetic cleanup
-$ /includes/main.inc
-! Calendar style moved to theme default.css
-$ /includes/ui/ui_view.inc
-  /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/default/default.css
-# Fixed charset selection on login screen
-$ /access/login.php
-# Blocked password changes in demo mode
-$ /admin/change_current_user_password.php
-! Default theme and language set for not logged user
-$ /includes/current_user.inc
-  /includes/prefs/userprefs.inc
-# Fixed initial query order.
-$ /purchasing/inquiry/po_search.php
-
-21-Feb-2009 Joe Hunt
-! Added nowrap for date type fields in db_pager_view.inc. Problems with (-) sep.
-$ /includes/ui/db_pager_view.inc
-! Better layout in stock_movements.php
-$ /inventory/inquiry/stock_movements.php
-
-18-Feb-2009 Joe Hunt
-! Better layout in Items form.
-$ /inventory/manage/items.php
-
-16-Feb-2009 Joe Hunt
-# Instruction in update.html should include switch to standard theme before upgrade
-$ update.html
-# Bug in function get_ecb_rate when no function curl_init (missing url part)
-$ /gl/includes/db/gl_db_rates.inc
-
-------------------------------- Release 2.1.0 beta 2 -------------------------------------------
-15-Feb-2009 Joe Hunt
-! Release 2.1.0 beta 2
-$ config.php
-
-14-Feb-2009 Janusz Dobrowolski
-# Removed obsolete bank_trans field
-$ /sql/alter2.1.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-# Drop column queries executed also in not forced upgrade install 
-$ /admin/db/maintenance_db.inc
-
-13-Feb-2009 Janusz Dobrowolski
-! Added login page language setting
-$ /access/login.php
-  /admin/inst_lang.php
-  /includes/lang/language.php
-  /lang/installed_languages.inc
-# Message typo fixed
-$ /admin/display_prefs.php
-# Unified display_error function name in install wizard and main code
-$ /install/save.php
-
-13-Feb-2009 Joe Hunt
-# Minor bug fix in Quick Entry tax account choice for Journal Entry.
-$ /includes/ui/ui_view.inc
-
-12-Feb-2009 Janusz Dobrowolski
-! Changed extension menu file placement, added support for gettext in extensions.
-$ /frontaccounting.php
-# Fix for some buggy curl versions.
-$ /gl/includes/db/gl_db_rates.inc
-  /gl/manage/exchange_rates.php
-# Fixed get_amount() to return 0 for invalid input.
-$ /js/utils.js
-  /js/budget.js
-
-------------------------------- Release 2.1.0 beta --------------------------------------------
-
-08-Feb-2009 Janusz Dobrowolski
-# Fixed division by zero bug in empty pager
-$ includes/db_pager.inc
-# Fixed special char display issue in item name [0000116]
-$ sales/includes/cart_class.inc
-
-08-Feb-2009 Joe Hunt
-! Changed license type to GNU GPLv3. Stamped headers changed.
-$ all appropriate source files
-
-04-Feb-2009 Joe Hunt
-! Removed ALTER TABLE DROP columns
-$ /sql/alter2.1.sql
-! Removed files from CVS
-/company/0/images/logo_frontaccounting.png
-/reporting/fonts/vera.afm
-+ Added files to CVS
-/doc/2.1_Beta.txt
-/doc/extensions.txt
-/themes/default/images/escape.png
-
-04-Feb-2009 Joe Hunt
-# Software Upgrade (re-read of current user needed)
-$ /admin/inst_upgrade.php
-
-03-Feb-2009 Joe Hunt
-! install/index.php link to AGPL license
-$ /install/index.php
-
-03-Feb-2009 Janusz Dobrowolski
-! Merging bugfixes since 2.0.6 from main trunk (see below)
-$ /config.php
-  /gl/includes/db/gl_db_banking.inc
-  /gl/manage/gl_account_classes.php
-  /includes/ui/items_cart.inc
-  /includes/ui/ui_view.inc
-  /purchasing/includes/db/invoice_db.inc
-  /reporting/rep101.php
-  /reporting/rep201.php
-  /reporting/includes/class.pdf.inc
-  /sales/credit_note_entry.php
-  /sales/customer_credit_invoice.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/includes/db/payment_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/view/view_credit.php
-# Due date display finally fixed.
-$ /purchasing/inquiry/supplier_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-
-------------------------------- Release 2.0.7 --------------------------------------------
-03-Feb-2009 Joe Hunt
-! New release 2.0.7
-$ config.php
-
-22-Jan-2009 Joe Hunt
-# Bug [0000112] It shows invoices as overdue still (in red), even though its been payed and allocated. 
-$ /sales/inquiry/customer_inquiry.php
-
-13-Jan-2009 Joe Hunt
-# Bug [0000111] Accounts on Credit Hold can still process delivery notes on sales order and invoicing.
-$ /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/includes/ui/sales_order_ui.inc
-  
-08-Jan-2009 Janusz Dobrowolski
-# Numeric check on class id added.
-$ /gl/manage/gl_account_classes.php
-
-02-Jan-2009 Joe Hunt
-# [0000104] minor language updates in a few sales files 
-$ /sales/customer_invoice.php
-
-23-Dec-2008 Joe Hunt
-# Fixed an accounting sync in GL when adding bank account transactions (no customer/supplier trans)
-$ /gl/includes/db/gl_db_banking.inc
-
-22-Dec-2008 Janusz Dobrowolski
-# [0000102] Credit note was stored without entered shippment cost and comment.
-$ /sales/credit_note_entry.php
-# [0000103] Error during save of modified freehand credit note.
-$ /sales/includes/db/cust_trans_db.inc
-
-18-Dec-2008 Joe Hunt
-# [0000101] Roll back of yeasterday issues
-$ /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/supp_payment_db.inc
-  /sales/includes/db/payment_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-
-17-Dec-2008 Joe Hunt
-# [0000101] More wonderful rounding issues 
-$ /includes/ui/ui_view.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/supp_payment_db.inc
-  /sales/includes/db/payment_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  
-16-Dec-2008 Joe Hunt
-# [0000100] Keep getting left allocated weird results (rounding problems).
-$ /includes/ui/ui_view.inc
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /reporting/rep101.php
-  /reporting/rep201.php
-  /sales/inquiry/customer_allocation_inquiry.php
-
-10-Dec-2008 Janusz Dobrowolski
-# [0000099] New line added to inventory transfer/adjustment sometimes overwrites old one.
-$ /includes/ui/items_cart.inc
-
-09-Dec-2008 Janusz Dobrowolski
-# [0000098] Unable issue of credit note for invoice with removed item lines.
-$ /sales/customer_credit_invoice.php
-# [0000097] Can't void freehand customer credit note.
-$ /sales/includes/db/sales_invoice_db.inc
-# Fixed to hide empty credit note lines.
-$ /sales/view/view_credit.php
--------------------------------------------------------------------------------
-
-03-Feb-2009 Janusz Dobrowolski
-# sql2date around row[date] in due date.
-$ /purchasing/inquiry/supplier_inquiry.php
-# Bugfix [0000115] once again.
-$ /sales/inquiry/sales_orders_view.php
-# Division by zero avoided in db_pager
-$ /includes/db_pager.inc
-
-02-Feb-2009 Joe Hunt
-! Better layout in Form setup
-$ /admin/forms_setup.php
-# sql2date around row[date] in due date.
-$ /sales/inquiry/customer_inquiry.php
-
-02-Feb-2009 Janusz Dobrowolski
-# Fixed initial sort order in pagers
-$ /dimensions/inquiry/search_dimensions.php
-  /includes/db_pager.inc
-  /purchasing/allocations/supplier_allocation_main.php
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /sales/allocations/customer_allocation_main.php
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-# Fixed due date display for invoices.
-$ /sales/inquiry/customer_inquiry.php
-# Bugfix [0000115] - error on empty table update in fallback mode.
-$ /sales/inquiry/customer_allocation_inquiry.php
-
-30-Jan-2009 Joe Hunt
-+ Outputs/Inputs on tax inquiry as well (why not)
-$ /gl/includes/db/gl_db_trans.inc
-  /gl/inquiry/tax_inquiry.php
-! Updated en_US-demo.sql, en_US-new.sql and alter2.1.sql
-$ /sql/alter2.1.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  
-29-Jan-2009 Joe Hunt
-# A few minor fixes to get the tax report and inquiry right and syncronized
-$ /gl/includes/db/gl_db_trans.inc
-  /gl/inquiry/tax_inquiry.php
-  /reporting/rep709.php
-# Missing parameter to add_trans_tax_details
-$ /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  
-29-Jan-2009 Janusz Dobrowolski
-# Changes related to rewrite and optimalization of tax registration
-$ /gl/includes/db/gl_db_bank_trans.inc
-  /gl/includes/db/gl_db_banking.inc
-  /gl/includes/db/gl_db_trans.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/invoice_items_db.inc
-  /purchasing/view/view_supp_credit.php
-  /purchasing/view/view_supp_invoice.php
-  /reporting/rep107.php
-  /reporting/rep110.php
-  /reporting/rep709.php
-  /sales/includes/db/cust_trans_details_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/view/view_credit.php
-  /sales/view/view_dispatch.php
-  /sales/view/view_invoice.php
-  /sql/alter2.1.php
-  /sql/alter2.1.sql
-  /taxes/tax_calc.inc
-  /gl/inquiry/tax_inquiry.php
-# Added precheck before system upgrade
-$ /admin/inst_upgrade.php
-# Reduced delay when ECB currency exrates page is unavailable.
-$ /gl/includes/db/gl_db_rates.inc
-# Small fixes
-$ /inventory/prices.php
-  /includes/ui/ui_view.inc
-# Fixed bug in checks before group delete.
-$ /sales/manage/sales_groups.php
-# Removing obsolete tax group in GL account definition
-$ /gl/includes/db/gl_db_accounts.inc
-  /gl/manage/gl_accounts.php
-
-28-Jan-2009 Joe Hunt
-! Changes to committed tax report routines.
-$ /sales/includes/db/sales_invoice_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /reporting/rep709.php
-  
-28-Jan-2009 Joe Hunt
-+ Copyright notes at top op every source file
-$ All files still missing
-
-27-Jan-2009 Joe Hunt
-- Removed file update_db.php (obsolete). Finetuning en_US-demo.sql
-$ update_db.php
-  /sql/en_US-demo.sql
-# fixed underline in db pager for sortable columns.
-$ /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/default/default.css
-  
-26-Jan-2009 Joe Hunt
-+ Added one Post option to Post options in Quick Entry Lines (amount without decrease or increase). Minor bug fixes.
-$ /gl/manage/gl_quick_entries.php
-  /includes/types.inc
-  /includes/ui/ui_view.inc
-+ Added 'inactive' field in most 'catalog' tables.
-$ /sql/alter2.1.sql
-  /sql/en_US-new.sql
-  /sql/en_US-demo.sql
-+ Added graphics for cancel. (door-out)
-  /themes/aqua/images/cancel.png
-  /themes/cool/images/cancel.png
-  /themes/default/images/cancel.png
-
-24-Jan-2009 Janusz Dobrowolski
-! Set maximum width for select to avoid broken layout in two column layout.
-$ /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/default/default.css
-# Voiding tax records included via GL/bank transactions
-$ /admin/db/voiding_db.inc
-  /gl/includes/db/gl_db_bank_trans.inc
-  /gl/includes/db/gl_db_trans.inc
-# Fixed quick entry types values.
-$ /includes/types.inc
-
-23-Jan-2009 Joe Hunt
-+ Added new files in doc subdirectory
-$ /doc/attachments.txt
-  /doc/bank_reconciliation.txt
-  /doc/dim_on_invoice.txt
-  /doc/license.txt
-  /doc/quick_entries.txt
-  /doc/recurrent_invoice.txt
-  
-22-Jan-2009 Janusz Dobrowolski
-# Added attachments to company sub_dirs
-$ /update_db.php
-# Added hot key for Quick Entries
-$ /applications/generalledger.php
-# Improved quick entries.
-$ /gl/gl_bank.php
-  /gl/gl_journal.php
-  /gl/includes/db/gl_db_bank_accounts.inc
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/includes/ui/gl_journal_ui.inc
-  /includes/types.inc
-  /includes/ui/items_cart.inc
-  /gl/manage/gl_quick_entries.php
-  /includes/ui/ui_lists.inc
-  /includes/ui/ui_view.inc
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /purchasing/includes/ui/invoice_ui.inc
-  /sql/alter2.1.sql
-  /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-! Registration of changes on GL tax accounts in debtor_trans_tax_details/supp_invoice_tax_details.
-$ /gl/includes/db/gl_db_banking.inc
-  /gl/includes/db/gl_db_trans.inc
-  /purchasing/includes/db/invoice_db.inc
-  /sales/includes/db/cust_trans_details_db.inc
-  /taxes/tax_calc.inc
-# Allocation bug for cash sales.
-$ /sales/includes/db/sales_invoice_db.inc
-# Hiding voided gl transactions.
-$ /gl/view/gl_trans_view.php
-! Icons removed from form buttons for now.
-$ /sales/sales_order_entry.php
-
-20-Jan-2009 Joe Hunt
-! Preparing for installing of extensions
-$ installed_extensions.php (new file)
-  frontaccounting.php
-  /includes/main.inc
-# Bad handling of graphic links in certain browsers
-  /includes/ui/ui_input.inc
-  
-19-Jan-2009 Joe Hunt
-! Changed direct sales document line descriptions to be editable (via edit link)
-$ /sales/sales_order_entry.php
-  /includes/cart_class.inc
-  /includes/ui/sales_order_ui.inc
-! Fixed so the printed documents can handle multiple lines of description
-$ /reporting/rep107.php
-  /reporting/rep109.php
-  /reporting/rep110.php
-  
-17-Jan-2009 Joe Hunt
-! Changed all smaller forms and tables to be uniform. Copyright notes.
-$ All files with small forms and tables.
-
-16-Jan-2009 Janusz Dobrowolski
-! Fixed new pager generation on first display.
-$ /gl/manage/exchange_rates.php
-
-15-Jan-2009 Joe Hunt
-! Adjustment of db pager width. Copyright notes. 
-$ All files with db pager
-  /db_pager_view.inc
-  /themes/default/default.css
-  /themes/aqua/default.css
-  /themes/cool/default.css
-
-15-Jan-2009 Janusz Dobrowolski
-! Rewritten reconciliation page.
-$ /gl/bank_account_reconcile.php
-  /includes/ui/ui_lists.inc
-  /sql/alter2.1.php
-  /sql/alter2.1.sql
-  /js/reconcile.js (added)
-! Standard mysql separator in date functions
-$ /includes/date_functions.inc
-+ Separated checkbox generation for indirect display use
-$ /includes/ui/ui_input.inc
-! Standard checkbox helper use.
-$ /sales/inquiry/sales_orders_view.php
-
-14-Jan-2009 Joe Hunt
-! Page reload problem, progress bar in backup/restore, 
-$ /admin/backups.php
-  /admin/display_prefs.php
-  /includes/lang/language.php
-  
-12-Jan-2009 Joe Hunt
-! Updating install and update helpers
-$ install.html
-  update.html
-  /install/index.php
-# Fixing price formatting of left to allocate
-$ /purchasing/allocations/supplier_allocation_main.php
-  /sales/allocations/customer_allocation_main.php
-  
-11-Jan-2009 Janusz Dobrowolski
-! Added table pager.
-$ /admin/view_print_transaction.php
-! Improved check_cells().
-$ /includes/ui/ui_input.inc
-# Added new attachments per company subdirectory.
-$ /admin/create_coy.php
-# Added hotkey for reconciliation menu option.
-$ /applications/generalledger.php
-# Fixed false qoh alerts.
-$ /sales/includes/ui/sales_order_ui.inc
-# Fixed page title.
-$ /sales/manage/sales_points.php
-
-11-Jan-2009 Joe Hunt
-! Changed notice msg to warnings and changed bg color for warning
-$ /admin/company_preferences.php
-  /admin/void_transaction.php
-  /includes/errors.inc
-  /inventory/manage/items.php
-  
-10-Jan-2009 Joe Hunt
-+ Addition of Bank Reconciliation. Author Rob Mallon
-$ /applications/generalledger.php 
-  /gl/bank_account_reconcile.php (new file)
-  /sql/alter2.1.sql
-+ Added more fields to suppliers table and fixed PO document
-$ /sql/alter2.1.sql
-  /includes/ui/ui_input.inc (new link_row)
-  /purchasing/manage/suppliers.php
-  /reporting/includes/header2.inc
-  /reporting/rep209.php
-  
-09-Jan-2009 Janusz Dobrowolski
-+ Added hook file for localized functions.
-$ /includes/lang/language.php
-! Removed obsolete local css file inclusion.
-$ /includes/page/header.inc
-! Optional params in table_header() added.
-$ /includes/ui/ui_controls.inc
-! Added table pager in exchange rates editor.
-$ /gl/includes/db/gl_db_rates.inc
-  /gl/manage/exchange_rates.php
-! Fixed rate column, added width table parameter
-$ /includes/db_pager.inc
-  /includes/ui/db_pager_view.inc
-# Added hot key for attachments menu option.
-$ /applications/setup.php
-# Removed bank_trans_types_db.inc inclusion.
-$ /gl/includes/gl_db.inc
-- Removed obsolete files
-$ /gl/manage/bank_trans_types.php (removed)
-  /gl/includes/db/bank_trans_types.inc (removed)
-  /lang/en_US/stylesheet.css (removed)
-  /lang/new_language_template/stylesheet.css (removed)
-- Example picture files moved to company/0
-$ /inventory/manage/image (removed)
-  /inventory/manage/image/0 (removed)
-  /inventory/manage/image/0/102.jpg (removed)
-  /inventory/manage/image/0/103.jpg (removed)
-  /inventory/manage/image/0/104.jpg (removed)
-
-09-Jan-2009 Joe Hunt
-! Changed $path_to_root in report files and stamped copyright
-$ All report files
-+ Added Sales kits to Items price list.
-$ /reporting/rep104.php
-# Company logo can not be deleted.
-$ /admin/company_preferences.php
-# Bug [0000107] and [0000108]
-$ /inventory/includes/db/items_codes_db.inc
-  /gl/manage/gl_account_types.php
-
-08-Jan-2009 Joe Hunt
-! Changed attachments to use unique files store instead of blobs
-$ /admin/attachments/attachments.php
-  /sql/alter2.1.sql
-  
-07-Jan-2009 Joe Hunt
-! Changed supplier credit note to only show items for a period, default 30 days back.
-$ /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/invoice_ui.inc
-  /purchasing/supplier_credit.php
-  
-07-Jan-2009 Janusz Dobrowolski
-# [0000105] Not initialized user pos numbers after upgrade, fixed some new table fields.
-$ /sql/alter2.1.sql
-# [0000106] Error blocking direct invoice for currencies not listed by ECB.
-$ sales/includes/cart_class.inc
-# Fixed error handling in forced upgrade mode.
-$ admin/db/maintenance_db.inc
-+ Added backtrace debugging function;
-$ /includes/ui/ui_view.inc
-
-05-Jan-2009 Joe Hunt
-+ Possibility to 'Credit This' in supplier transactions like in customer transaction.
-  If there are many invoice items during a year, there would be many rows suggestions.
-$ /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/supplier_credit.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /purchasing/view/view_supp_credit.php
-  
-22-Dec-2008 Janusz Dobrowolski
-# Fixed item_code database update on item creation.
-$ /inventory/includes/db/item_codes_db.inc
-  /inventory/includes/db/items_db.inc
-
-21-Dec-2008 Joe Hunt
-# Minor bugs in layout and quick entries.
-$ /Includes/ui/ui_view.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/supplier_invoice.php
-# Minor bugs in doctext.inc and doctext2.inc
-$ /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-  
-20-Dec-2008 Joe Hunt
-! Replaced the ajax paging in stock movements with the old file.
-$ /inventory/inquiry/stock_movements.php
-! Better layout in big forms
-$ /includes/ui/ui_controls.inc
-
-18-Dec-2008 Joe Hunt
-+ Added quick entries in supplier invoice/credit note as well. Based on bank payments
-$ /gl/gl_bank.php
-  /gl/gl_journal.php
-  /gl/includes/db/gl_db_banking.inc
-  /includes/ui/ui_view.inc
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /purchasing/includes/ui/invoice_ui.inc
-
-15-Dec-2008 Janusz Dobrowolski
-# [0000085] Fixed session conflicts during document edition in multiply tabs.
-$ /sales/includes/cart_class.inc
-  /sales/includes/sales_ui.inc
-  /sales/credit_note_entry.php
-  /sales/customer_credit_invoice.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/sales_order_entry.php
-  /sales/view/view_sales_order.php
-# Fixed initial form values.
-$ /sales/manage/recurrent_invoices.php  
-! Code cleanup.
-$ /purchasing/view/view_po.php
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-
-12-Dec-2008 Joe Hunt
-! Changed so document Sales Invoice now shows delivery notes instead of sales order
-$ /reporting/includes/header2.inc
-
-11-Dec-2008 Joe Hunt
-+ Two new fields in company table, accumulate_shipping and logal_text
-  Accumulat shipping is for accumulating shipping on batch invoice
-  Legal text is a last line legal info on sales invoices.
-$ /sql/alter2.1.sql
-  /admin/db/company_db.inc
-  /admin/gl_setup.php
-  /reporting/includes/header2.inc
-  /sales/customer_invoice.php
-
-10-Dec-2008 Janusz Dobrowolski
-# File and line was not displayed for devel error messages.
-$ /includes/errors.inc
-# Fixed duplicate groups in list selectors.
-$ /includes/ui/ui_lists.inc
-
-09-Dec-2008 Joe Hunt
-# Bug in document right-margin when more than 1 page.
-$ /reporting/includes/header2.inc
-! Changed so input of account type is possible (like classes)
-$ /gl/manage/gl_account_types.php
-  /gl/includes/db/gl_db_account_types.inc
-  
-08-Dec-2008 Janusz Dobrowolski
-+ Added helpers for list editor F4 calls.
-$ /includes/ui/ui_controls.inc
-  /sales/sales_order_entry.php
-+ Added development/bugtracking sql trail 
-$ /config.php
-  /sql/alter2.1.sql
-  /includes/db/connect_db.inc
-! GL accounts in list selector always grouped by type
-$ /admin/gl_setup.php
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/includes/ui/gl_journal_ui.inc
-  /gl/manage/bank_accounts.php
-  /gl/manage/gl_accounts.php
-  /gl/manage/gl_quick_entries.php
-  /includes/ui/ui_lists.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /sales/manage/customer_branches.php
-# Fixed Win AltGr issue in hotkeys system.
-$ /js/inserts.js
-# Fixed sales_items selector for MySql 3.xx compatibility
-$ /includes/ui/ui_lists.inc
-# Fixed broken syntax in delete_item_code()
-$ /inventory/includes/db/items_codes_db.inc
-# Additional fixes to foreign/kit codes
-$ /inventory/manage/item_codes.php
-  /inventory/manage/sales_kits.php
-! Merged changes from main trunk up to version 2.0.6 (see below)
-$ /config.php
-  /update.html
-  /update_db.php
-  /admin/create_coy.php
-  /admin/db/maintenance_db.inc
-  /gl/includes/db/gl_db_banking.inc
-  /gl/includes/db/gl_db_trans.inc
-  /includes/banking.inc
-  /includes/current_user.inc
-  /manufacturing/view/wo_production_view.php
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/supp_payment_db.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /reporting/rep107.php
-  /reporting/rep109.php
-  /reporting/rep110.php
-  /reporting/rep209.php
-  /reporting/rep302.php
-  /reporting/rep303.php
-  /reporting/includes/pdf_report.inc
-  /sales/customer_delivery.php
-  /sales/includes/cart_class.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/db/payment_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/view/view_credit.php
-  /sales/view/view_dispatch.php
-  /sales/view/view_invoice.php
-  /sales/view/view_sales_order.php
-  /taxes/tax_calc.inc
-------------------------------- Release 2.0.6 --------------------------------------------
-08-Dec-2008 Joe Hunt
-! New release 2.0.6
-$ config.php
-
-05-Dec-2008 Joe Hunt
-# [0000095] Bad behaviour of routine number_format and round in Windows.
-$ /gl/includes/gl_db_trans.inc
-  /includes/banking.inc
-  /includes/current_user.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /reporting/rep107.php
-  /reporting/rep109.php
-  /reporting/rep110.php
-  /reporting/rep209.php
-  /sales/view/view_credit.php
-  /sales/view/view_dispatch.php
-  /sales/view/view_invoice.php
-  /sales/view/view_sales_order.php
-
-04-Dec-2008 Janusz Dobrowolski
-# Check write permissions and create per company subdirectory structure.
-$ /update.html
-  /update_db.php
-# Fixed index.php files in new company dirs.
-$ /admin/create_coy.php
-  /admin/db/maintenance_db.inc
-
-04-Dec-2008 Joe Hunt
-# [0000095] Inbalance double entry on Documents
-$ /gl/includes/db/gl_db_trans.inc
-  /gl/includes/db/gl_db_banking.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/supp_payment_db.inc
-  /sales/includes/db/payment_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  
-29-Nov-2008 Joe Hunt
-# [0000094] Report does not show items that have 0 qty but have demand qty
-$ /reporting/rep302.php
-  /reporting/rep303.php
-  
-28-Nov-2008 Joe Hunt
-# [0000093] Voiding Supplier Invoices Causes some lines cost update to go to 0 and exchange rate change
-$ /purchasing/includes/db/invoice_db.inc
-
-27_Nov-2008 Joe Hunt
-# [0000092] Stock Sheet Report. Bad Page break.
-$ /reporting/includes/pdf_report.inc
-
-26-Nov-2008 Joe Hunt
-# [0000091] Tax for 2 decimal places doesn't compute properly
-$ /taxes/tax_calc.inc
-
-25-Nov-2008 Janusz Dobrowolski
-# [0000084] Low inventory items are not marked properly.
-$ /sales/customer_delivery.php
-# [0000086] New line added to document sometimes overwrites old one.
-$ /sales/includes/cart_class.inc
-# [0000087] Change of order date always updates prices.
-$ /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-# Fixed automatic price calculations always on.
-$ /sales/includes/sales_db.inc
-
-08-Dec-2008 Joe Hunt
-! Better support for purchasing data (automatic updating from PO receive)
-$ /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/purchasing_db.inc
-  /reporting/rep209.php
-
-07-Dec-2008 Janusz Dobrowolski
-+ Added list category grouping.
-$ /includes/ui/ui_lists.inc
-! Changed branch/customer invoice address/name selection on reports
-$ /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-  /reporting/includes/header2.inc
-! Fixed default delivery address selection
-$ /sales/includes/ui/sales_order_ui.inc
-+ Added delivery links
-$ /sales/view/view_invoice.php
-# Small syntax fix.
-$ /sql/alter2.1.php
-# Fixed error handling during upgrade
-$ /admin/db/maintenance_db.inc
-# Fixed warnings display
-$ /includes/errors.inc
-
-08-Dec-2008 Joe Hunt
-# Bad and missing parameter to header2 funciton
-$ /reporting/rep109.php
-  /reporting/rep209.php
-! Rerun of invoice_ui.inc
-$ /purchasing/includes/ui/invoice_ui.inc
-
-07-Dec-2008 Joe Hunt
-! Better layout. Copyright notes. Mailto links, outer table routines.
-$ /admin/company_preferences.php
-  /admin/display_prefs.php
-  /admin/gl_setup.php
-  /admin/users.php
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/includes/ui/gl_journal_ui.inc
-  /includes/ui_controls.inc
-  /includes/ui_input.inc
-  /inventory/adjustments.php
-  /inventory/transfers.php
-  /inventory/includes/item_adjustments_ui.inc
-  /inventory/includes/stock_transfers_ui.inc
-  /inventory/manage/locations.php
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/ui/po_ui.inc
-  /purchasing/manage/suppliers.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /purchasing/supplier_payment.php
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/manage/customer_branches.php
-  /sales/manage/customers.php
-  /sales/manage/sales_people.php
-  /sales/customer_payments.php
-  
-05-Dec-2008 Joe Hunt
-+ New fields in suppliers, phone, fax, vat no, contact and credit limit
-$ /purchasing/suppliers.php
-  /sql/alter2.1.sql
-! Changed dimension view to show result instead of ledger trans
-$ /dimensions/view/view_dimension.php
-  /dimensions/includes/dimension_ui.inc
-  
-05-Dec-2008 Janusz Dobrowolski
-! Allowed optional ORDER BY option in base db_pager sql query
-$ /includes/db_pager.inc
-# Small fixes to pager layout
-$ /includes/ui/db_pager_view.inc
-! Reusable button code
-$ /includes/ui/ui_controls.inc
-! Button helpers moved from ui_controls.inc
-$ /includes/ui/ui_input.inc
-  /includes/ui/ui_controls.inc
-# Fixed errors during focus on nonexistent elements
-$ /js/utils.js
-
-26-Nov-2008 Janusz Dobrowolski
-# Fixed layout of amount_ex() fields with label.
-$ /includes/ui/ui_input.inc
-# Fixed combo_input for $sql with GROUP BY option
-$ /includes/ui/ui_lists.inc
-
-25-Nov-2008 Janusz Dobrowolski
-! Merged all changes from main trunk up to 2.0.5 (see details below)
-$ /CHANGELOG.txt
-  /update.html
-  /admin/void_transaction.php
-  /admin/db/voiding_db.inc
-  /gl/includes/db/gl_db_trans.inc
-  /gl/inquiry/gl_trial_balance.php
-  /includes/banking.inc
-  /includes/ui/ui_input.inc
-  /includes/ui/ui_view.inc
-  /manufacturing/manage/bom_edit.php
-  /purchasing/po_receive_items.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /purchasing/supplier_payment.php
-  /purchasing/includes/purchasing_db.inc
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/supp_payment_db.inc
-  /purchasing/includes/db/supp_trans_db.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /reporting/rep101.php
-  /reporting/rep106.php
-  /reporting/rep201.php
-  /reporting/rep203.php
-  /reporting/rep209.php
-  /reporting/rep708.php
-  /reporting/reports_main.php
-  /reporting/includes/class.pdf.inc
-  /sales/customer_payments.php
-  /sales/allocations/customer_allocate.php
-  /sales/includes/sales_db.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/payment_db.inc
-  /sales/view/view_receipt.php
-------------------------------- Release 2.0.5 --------------------------------------------
-24-Nov.2008 Joe Hunt
-! Release 2.0.5
-$ config.php
-! Changed update.html
-$ update.html
-# Small bug fixes
-$ /reporting/includes/header2.inc
-  /sales/view/view_receipt.php
-
-20-Nov-2008 Janusz Dobrowolski
-# [0000082] Bad js allocation on All/None button press.
-$ /sales/allocations/customer_allocate.php
-
-20-Nov-2008 Joe Hunt
-# Do not allow editing invoice if allocated > 0
-$ /sales/inquiry/customer_inquiry.php
-
-19-Nov-2008 Joe Hunt
-+ Possibility to view a transaction before final voiding.
-$ /admin/void_transaction.php
-
-11-Nov-2008 Janusz Dobrowolski
-# Fixed right alignment of amount cells.
-$ /includes/ui/ui_input.inc
-# Fixed display bug for fully received items and false modify conflicts.
-$ /purchasing/po_receive_items.php
-
-10-Nov-2008 Joe Hunt
-! [0000081] Trial Balance again minor changes.
-$ /gl/inquiry/gl_trial_balance.php
-  /reporting/rep708.php
-
-07-Nov-2008 Joe Hunt
-! [0000081] Changed Trial Balance to show all debits and credits (option to only show balances)
-$ /gl/inquiry/gl_trial_balance.php
-  /reporting/reports_main.php
-  /reporting/rep708.php
-  
-03-Nov-2008 Janusz Dobrowolski
-# Fixed price priority in automatic calculations.
-$ sales/includes/sales_db.inc
-
-30-Oct-2008 Janusz Dobrowolski
-# [0000080] BOM elements was not editable after entry.
-$ /manufacturing/manage/bom_edit.php
-
-29-Oct-2008 Joe Hunt
-# Voiding a supplier invoice/credit note with GL Postings creates a database error
-$ /purchasing/includes/db/invoice_db.inc
-
-28-Oct-2008 Joe Hunt
-# [0000079] Delivery Note/Sales Invoice should not be editable after it has been voided.
-$ /admin/db/voiding_db.inc
-  /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/customer_inquiry.php
-  
-27-Oct-2008 Joe Hunt
-! [0000078] Opened Exchange rate for editing (without storing) in sales/purchasing module payment
-# Fixed exchange rate display bugs in Supplier Payment (earlier dates).
-$ /gl/includes/db/gl_db_trans.inc
-  /includes/banking.inc
-  /includes/ui/ui_view.inc
-  /purchasing/supplier_payment.php
-  /purchasing/includes/purchasing_db.inc
-  /purchasing/includes/db/supp_payment_db.inc
-  /purchasing/includes/db/supp_trans_db.inc
-  /sales/customer_payments.php
-  /sales/includes/sales_db.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/payment_db.inc
-# [0000078] Fixed some reports with wrong exchange rates.
-$ /reporting/rep101.php
-  /reporting/rep106.php
-  /reporting/rep201.php
-  /reporting/rep203.php
-  /reporting/rep209.php
-+ Added confirm box when admins are about to remove PO GRNs from Supplier Invoice
-$ /purchasing/supplier_invoice.php
-
-24-Oct-2008 Joe Hunt
-! [0000077] Added a total before ending balance in trial balance (also in report)
-$ /gl/inquiry/gl_trial_balance.php
-  /reporting/rep708.php
-! Increased memory limit if reports in unicode (48M) as suggested in forum.
-  /reporting/includes/class.pdf.inc
-! Improved layout of Supplier Invoice/Credit. All Items can now be added in one sweep.
-$ /purchasing/supplier_invoice.php
-  /purchasing/supplier_credit.php
-  /purchasing/includes/ui/invoice_ui.inc
-  
-------------------------------- Release 2.0.4 --------------------------------------------
-23-Oct-2008 Joe Hunt
-! Release 2.0.4
-25-Nov-2008 Joe Hunt
-! Inserted Copyright Notice and fixed graphic items
-$ /access/login.php
-  /access/logout.php
-  /admin/attachments.php
-  /admin/backups.php
-  /admin/change_current_user_password.php
-  /admin/db/company_db.inc
-  /admin/db/maintenence_db.inc
-  /admin/db/printers_db.inc
-  /admin/db/users_db.inc
-  /admin/db/v_banktrans.inc
-  /admin/db/voiding_db.inc
-  /admin/display_prefs.php
-  /admin/fiscalyears.php
-  /admin/forms_setup.php
-  /admin/gl_setup.php
-  /admin/inst_upgrade.php
-  /admin/payment_terms.php
-  /admin/print_profiles.php
-  /admin/printers.php
-  /admin/shipping_companies.php
-  /admin/users.php
-  /admin/view_print_transaction.php
-  /admin/void_transaction.php
-  /gl/gl_journal.php
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/includes/ui/gl_journal_ui.inc
-  /gl/inquiry/bank_inquiry.php
-  /gl/inquiry/tax_inquiry.php
-  /gl/manage/bank_accounts.php
-  /includes/ui/ui_controls.inc
-  /reporting/includes/pdf_report.inc
-  /reporting/rep709.php
-  /sales/includes/ui/sales_credit_ui.inc
-  /sql/alter2.1.php
-  
-24-Nov-2008 Janusz Dobrowolski
-+ Added alias/foreign item codes and sales kits support.
-$ /applications/inventory.php
-  /includes/ui/ui_lists.inc
-  /inventory/prices.php
-  /inventory/includes/inventory_db.inc
-  /inventory/includes/db/items_category_db.inc
-  /inventory/includes/db/items_db.inc
-  /inventory/manage/items.php
-  /inventory/includes/db/items_codes_db.inc (new)
-  /inventory/manage/item_codes.php (new)
-  /inventory/manage/sales_kits.php (new)
-  /sales/includes/sales_db.inc
-  /sales/includes/ui/sales_order_ui.inc
-! Added decimals to get_item_edit_info() return (sql usage optimization).
-$ /includes/db/inventory_db.inc
-  /inventory/includes/item_adjustments_ui.inc
-  /inventory/includes/stock_transfers_ui.inc
-  /manufacturing/includes/work_order_issue_ui.inc
-  /purchasing/includes/ui/po_ui.inc
-  /sales/includes/ui/sales_credit_ui.inc
-! Added postlabel update in amount_cells_ex() and derivative helpers, fixed qty_cell $dec handling
-$ /includes/ui/ui_input.inc
-# Fixed _vd() debug function for use also in ajax mode.
-$ /includes/ui/ui_view.inc
-! Changed foreign column name to avoid mysql syntax problems, added category.
-$ /sql/alter2.1.sql
-  /sql/alter2.1.php
-# Fixed unconsistent units of measure.
-$ /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-
-24-Nov-2008 Joe Hunt
-! Preparing for graphic Links
-$ config.php
-  /includes/ui/ui_input.inc
-  /sales/sales_order_entry.php
-  /sales/includes/ui/sales_order_ui.inc
-  /themes/aqua/images/ok.gif
-  /themes/cool/images/ok.gif
-  /themes/default/images/ok.gif
-# Small layout bug in header2.inc
-$ /reporting/includes/header2.inc
-# Small layout bug in report bank statement
-$ /reporting/rep601.php
-# Restriction on links
-$ /sales/inquiry/customer_inquiry.php
-
-22-Nov-2008 Joe Hunt
-+ Preparing for Graphic Links final.Optimized.
-$ config.php
-  /admin/create_coy.php
-  /admin/inst_lang.php
-  /admin/inst_module.php
-  /dimensions/inquiry/search_dimensions.php
-  /includes/ui/ui_controls.inc
-  /includes/ui/ui_view.inc
-  /includes/db_pager_view.inc
-  /manufacturing/search_work_orders.php
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /purchasing/allocations/supplier_allocation_main.php
-  /reporting/includes/reporting.inc
-  /sales/allocations/customer_allocation_main.php
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-  /sales/inquiry/sales_orders_view.php
-  /sales/inquiry/sales_deliveries_view.php
-  /themes/default/images/receive.gif (new file)
-  /themes/aquat/images/receive.gif (new file)
-  /themes/cool/images/receive.gif (new file)
-  
-  
-21-Nov-2008 Joe Hunt
-+ Preparing for Graphic Links instead of Text Links (user display option, default)
-  (new field in 0_users, graphic_links)
-$ config.php
-  /admin/display_prefs.php
-  /admin/create_coy.php
-  /admin/inst_lang.php
-  /admin/inst_module.php
-  /admin/db/users_db.inc
-  /includes/current_user.inc
-  /includes/prefs/userprefs.inc
-  /includes/ui/ui_controls.inc
-  /includes/ui/ui_input.inc
-  /includes/ui/ui_view.inc
-  /reporting/includes/reporting.inc
-  /sql/alter2.1.sql 
-  /themes/default/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
-          invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
-  /themes/aqua/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
-          invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
-  /themes/cool/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
-          invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
-  
-20-Nov-2008 Joe Hunt
-+ Added new AGPL license file
-$ /doc/license.txt (new file)
-
-19-Nov-2008 Janusz Dobrowolski
-# Fixed error handling during database upgrade in normal and forced mode.
-$ /admin/db/maintenance_db.inc
-! Additions needed for foreign item codes support.
-$ /sql/alter2.1.php
-  /sql/alter2.1.sql
-
-19-Nov-2008 Joe Hunt
-! Changed the default header2.inc.
-$ /reporting/includes/header2.inc
-
-18-Nov-2008 Janusz Dobrowolski
-+ System upgrade page for site admins
-$ /admin/db/maintenance_db.inc
-  /applications/setup.php
-  /admin/inst_upgrade.php      (new)
-  /sql/alter2.1.php            (new)
-! Added $tbpref parameter to get_user_prefs()
-$ /admin/db/company_db.inc
-# Next fixes to db_pager behaviour.
-$ /includes/db_pager.inc
-  /includes/ui/db_pager_view.inc
-  /dimensions/inquiry/search_dimensions.php
-  /inventory/inquiry/stock_movements.php
-  /manufacturing/search_work_orders.php
-  /manufacturing/inquiry/where_used_inquiry.php
-  /purchasing/allocations/supplier_allocation_main.php
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /sales/allocations/customer_allocation_main.php
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-  /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/sales_orders_view.php
-
-16-Nov-2008 Janusz Dobrowolski
-! Rewritten for paged query results.
-$ /inventory/inquiry/stock_movements.php
-+ Added optional footer and header in db_pager, simplified usage.
-$ /includes/db_pager.inc
-  /includes/ui/db_pager_view.inc
-! Code cleanup.
-$ /dimensions/inquiry/search_dimensions.php
-  /manufacturing/search_work_orders.php
-  /manufacturing/inquiry/where_used_inquiry.php
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-  /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/sales_orders_view.php
-
-16-Nov-2008 Joe Hunt
-+ Added Attachment of Documents and a couple of links from supplier invoice/credit note
-$ /admin/attachments.php (new file)
-  /applications/setup.php
-  /purchasing/supplier_credit,php
-  /purchasing/supplier_invoice.php
-  /sql/alter2.1.sql
-# Minor bug in view_print_transactions.php
-$ /admin/view_print_transactions.php
-
-15-Nov-2008 Joe Hunt
-+ Added Quick Entries in GL Journal Entry and changed some needed fixes.
-$ /gl/gl_bank.php
-  /gl/gl_journal.php
-  /gl/includes/db/gl_db_bank_accounts.inc
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/includes/ui/gl_journal_ui.inc
-  /includes/ui/ui_lists.inc
-  
-15-Nov-2008 Joe Hunt
-+ Added Tax Inquiry in Banking and General Ledger tab.
-$ /applications/generalledger.php
-  /gl/inquiry/tax_inquiry.php (new file)
-  
-14-Nov-2008 Joe Hunt
-+ Added Sales Groups and Recurrent Invoices.
-$ /applications/customers.php
-  /includes/ui/ui_lists.inc
-  /reporting/includes/reporting.inc
-  /reporting/rep108.php
-  /sales/includes/db/branches_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/inquiry/sales_orders_view.php
-  /sales/manage/customer_branches.php
-  /sales/manage/customers.php
-  /sql/alter2.1.sql
-  /sales/create_recurrent_invoices.php (new file)
-  /sales/manage/recurrent_invoices.php (new file)
-  /sales/manage/sales_groups.php (new file)
-
-13-Nov-2008 Janusz Dobrowolski
-! Rewritten for paged query results.
-$ /dimensions/inquiry/search_dimensions.php
-# Removed obsolete dimension list submit_on_change option.
-$ /sales/includes/ui/sales_order_ui.inc
-  /sales/credit_note_entry.php
-  /sales/includes/ui/sales_credit_ui.inc
-
-12-Nov-2008 Janusz Dobrowolski
-! Rewritten for paged query results.
-$ /manufacturing/search_work_orders.php
-  /manufacturing/inquiry/where_used_inquiry.php
-  /purchasing/allocations/supplier_allocation_main.php
-  /sales/allocations/customer_allocation_main.php
-! Code reorganization to reuse sql query by db_pager.
-  /purchasing/includes/db/supp_trans_db.inc
-  /purchasing/includes/db/suppalloc_db.inc
-  /sales/includes/db/custalloc_db.inc
-! Added $echo parameter to view_stock_status()
-$ /includes/ui/ui_view.inc
-# Fixed sql query (duplicated rows in query result)
-$ /sales/inquiry/customer_inquiry.php
-# Fixed bom selection via $_GET['stock_id']
-$  /manufacturing/manage/bom_edit.php
-
-12-Nov-2008 Joe Hunt
-! Added dimension entries in delivery and invoice forms
-$ /includes/ui/ui_lists.inc
-  /sales/credit_note_entry.php
-  /sales/includes/cart_class.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/sales_order_entry.php
-  /sql/alter2.1.sql
-  
-12-Nov-2008 Janusz Dobrowolski
-! Changed db_pager API for inserted columns.
-$ /includes/db_pager.inc
-  /includes/ui/db_pager_view.inc
-! Fixed $cols according to api change.
-$ /purchasing/inquiry/supplier_inquiry.php
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-  /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/sales_orders_view.php
-! Rewritten for paged query results.
-$ /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-
-10-Nov-2008 Janusz Dobrowolski
-# Suppressed page update after import errors
-$ /admin/backups.php
-# More fail safe db_import()
-$ /admin/db/maintenance_db.inc
-# Added check for POS relations before account delete.
-$ /gl/manage/bank_accounts.php
-# Fixed for MySQL <4.0.18, removed bank_trans_types
-$ /sql/alter2.1.sql
-# Fixed page update after branch/customer change.
-$ /sales/includes/ui/sales_order_ui.inc
-
-10-Nov-2008 Joe Hunt
-! changing the default.css style sheets to handle the new navibar/buttons
-$ /themes/default/default.css 
-  /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/cool/images/sort_asc.gif
-  /themes/cool/images/sort_desc.gif
-  
-10-Nov-2008 Joe Hunt
-! Changed Bank Statement Report in accourding to Bank Account Change
-$ /reporting/rep601.php
-  /reporting/includes/reports_classes.inc
-# Removed Type header from bank inquiry.
-  /gl/inquiry/bank_inquiry.php
-  
-09-Nov-2008 Janusz Dobrowolski
-! Allowed multiply bank accounts on one GL account, removed obsolete bank trans type.
-$ /applications/generalledger.php
-  /gl/bank_transfer.php
-  /gl/gl_bank.php
-  /gl/includes/db/gl_db_bank_accounts.inc
-  /gl/includes/db/gl_db_bank_trans.inc
-  /gl/includes/db/gl_db_banking.inc
-  /gl/includes/db/gl_db_trans.inc
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/inquiry/bank_inquiry.php
-  /gl/manage/bank_accounts.php
-  /gl/view/bank_transfer_view.php
-  /gl/view/gl_deposit_view.php
-  /gl/view/gl_payment_view.php
-  /includes/banking.inc
-  /includes/data_checks.inc
-  /includes/types.inc
-  /includes/ui/ui_lists.inc
-  /purchasing/supplier_payment.php
-  /purchasing/includes/db/supp_payment_db.inc
-  /purchasing/includes/db/supp_trans_db.inc
-  /purchasing/view/view_supp_payment.php
-  /sales/customer_payments.php
-  /sales/includes/db/payment_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/view/view_receipt.php
-  /sql/alter2.1.sql
-! Fixed session name for multiuser debuging tests.
-  /includes/lang/language.php
-! Preparing to paged table view in customer_allocation_main.php 
-$ /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/custalloc_db.inc
-# Small fix to avoid sql conflicts
-$ /sales/includes/db/sales_points_db.inc
-# Changes to POS addition related to above changes.
-$ /includes/ui/ui_lists.inc
-  /sales/includes/db/sales_points_db.inc
-  /sales/manage/sales_points.php
-  /sql/alter2.1.sql
-
-09-Nov-2008 Joe Hunt
-! changed Quick Entries in Bank Payments/Deposits (Banking and General Ledger) to also work as Automatic Codings.
-$ /includes/ui/ui_lists.inc 
-  /includes/ui/ui_input.inc 
-  /gl/gl_bank.php
-  /gl/includes/db/gl_db_bank_accounts.inc
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/manage/gl_quick_entries.php
-! New table, 0:quick_entry_lines, change to 0_quick_entries
-$ /sql/alter2.1.sql
-
-08-Nov-2008 Janusz Dobrowolski
-! Rewritten for paged query results.
-$ /purchasing/inquiry/supplier_inquiry.php
-# Fixed broken table content after customer selector change.
-$ /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-  /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/sales_orders_view.php
-
-05-Nov-2008 Janusz Dobrowolski
-! Changed dbpager API.
-$ /includes/ui/db_pager_view.inc
-# Polishing db_pager code.
-$ /includes/db_pager.inc
-+ Added array_replace() and array_append() helpers.
-$ /includes/main.inc
-# Fixed multiply sales document view links.
-$ /includes/ui/ui_view.inc
-! Rewritten for paged query results.
-$ /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-  /sales/inquiry/sales_deliveries_view.php
-! Code cleanup.
-$ /sales/inquiry/sales_orders_view.php
-
-04-Nov-2008 Janusz Dobrowolski
-+ Added db_pager widget for paged/sorted sql query display.
-$ /includes/db_pager.inc (New)
-  /includes/ui/db_pager_view.inc (New)
-  /themes/aqua/images/sort_asc.gif (New)
-  /themes/aqua/images/sort_desc.gif (New)
-  /themes/aqua/images/sort_none.gif (New)
-  /themes/cool/images/sort_asc.gif (New)
-  /themes/cool/images/sort_desc.gif (New)
-  /themes/cool/images/sort_none.gif (New)
-  /themes/default/images/sort_asc.gif (New)
-  /themes/default/images/sort_desc.gif (New)
-  /themes/default/images/sort_none.gif (New)
-  /themes/default/default.css
-  /themes/aqua/default.css
-+ Added query size user preference.
-$ /admin/display_prefs.php
-  /admin/db/users_db.inc
-  /includes/current_user.inc
-  /includes/prefs/userprefs.inc
-  /sql/alter2.1.sql
-+ Added helper functions for array manipulation.
-$ /includes/main.inc
-+ Added mysql_fetch_assoc() wrapper.
-$ /includes/db/connect_db.inc
-! Paged query result.
-$ /sales/inquiry/sales_orders_view.php
-# Two smaller fixes.
-$ /js/inserts.js
-
-31-Oct-2008 Janusz Dobrowolski
-+ POS and cash sale support.
-$ /admin/users.php
-  /admin/db/users_db.inc
-  /applications/setup.php
-  /includes/current_user.inc
-  /includes/ui/ui_lists.inc
-  /sales/sales_order_entry.php
-  /sales/includes/cart_class.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/manage/sales_points.php (New)
-  /sales/includes/db/sales_points_db.inc (New)
-  /sales/includes/cart_class.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sql/alter2.1.sql
-# Fixed focus after error display.
-$ /js/utils.js
-# Fixed buggy output when SetLineWidth is used before first AddPage call.
-$ /reporting/includes/tcpdf.php
-# Fixed sign in payment view.
-$ /sales/view/view_receipt.php
-# Fixed missing hotkeys support for print links.
-$ /reporting/includes/reporting.inc
-
-30-Oct-2008 Joe Hunt
-! Added Quick Entries in Bank Payments/Deposits (Banking and General Ledger).
-$ /applications/generalledger.php 
-  /includes/data_checks.inc
-  /includes/types.inc
-  /includes/ui/ui_lists.inc
-  /gl/gl_bank.php
-  /gl/includes/db/gl_db_bank_accounts.inc
-  /gl/includes/ui/gl_bank_ui.inc
-  /gl/manage/gl_quick_entries.php
-  /sales/manage/customer_branches.php
-! New table, 0_quick_entries
-$ /sql/alter2.1.sql
-! Changed GL Accounts form. The tax_code is now Tax Group instead of Tax Type.
-$ /gl/manage/gl_accounts.php
-
-24-Oct-2008 Janusz Dobrowolski
-! Added hotkeys to final menu options.
-$ /dimensions/dimension_entry.php
-  /gl/bank_transfer.php
-  /gl/gl_bank.php
-  /gl/gl_journal.php
-  /inventory/adjustments.php
-  /inventory/transfers.php
-  /manufacturing/work_order_add_finished.php
-  /manufacturing/work_order_issue.php
-  /manufacturing/work_order_release.php
-  /purchasing/po_entry_items.php
-  /purchasing/po_receive_items.php
-  /purchasing/supplier_payment.php
-  /sales/credit_note_entry.php
-  /sales/customer_credit_invoice.php
-  /sales/customer_invoice.php
-  /sales/customer_payments.php
-  /sales/sales_order_entry.php
-# Fixed TCPDF errors display.
-$ /reporting/includes/tcpdf.php
-# Fixed page position after message display.
-$  /js/utils.js
-
-23-Oct-2008 Janusz Dobrowolski
-+ Improved report module performance, also usable without javascript.
-$ /reporting/reports_main.php
-  /reporting/includes/class.pdf.inc
-  /reporting/includes/pdf_report.inc
-  /reporting/includes/reports_classes.inc
-  /reporting/includes/header2.inc
-+ Hotkey support for viewer links.
-$ /includes/ui/ui_view.inc
-  /js/inserts.js
-+ Added purchase order printing after entry.
-$ /purchasing/po_entry_items.php
-+ Added hotkeys to credit note final menu.
-$ /sales/credit_note_entry.php
-# Fixed submit button for IE7
-$ /includes/ui/ui_input.inc
-# Fixed ajax popup flicker.
-$ /js/utils.js
-# Fix after 2.0.4 merge
-$ /sales/inquiry/sales_orders_view.php
-
-23-Oct-2008 Joe Hunt
-! Merging the changes up to 2-0-4
-$ /purchasing/supplier_invoice.php
-  /purchasing/supplier_credit.php
-  /purchasing/includes/db/invoice_db.inc
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/supplier_invoice_grns.php (File removed)
-  /purchasing/supplier_credit_grns.php (File removed)
-  /purchasing/supplier_trans_gl.php (File removed)
-  /gl/inquiry/gl_trial_balance.php
-  /gl/inquiry/gl_account_inquiry.php
-  /reporting/rep704.php
-  /reporting/rep708.php
-  /sql/en_US-demo.sql
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/inquiry/sales_orders_view.php
-  
-20-Oct-2008 Janusz Dobrowolski
-# Fix for pdf reports (php 5.2.4 issue)
-$ /reporting/includes/pdf_report.inc
-
-19-Oct-2008 Janusz Dobrowolski
-+ User interface mode (full vs fallback) detected and set on login
-$ /access/login.php
-  /includes/current_user.inc
-  /includes/session.inc
-  /includes/ui/ui_input.inc
-  /includes/ui/ui_lists.inc
-+ More sales documents available for printing from inquiry page.
-$ /sales/inquiry/customer_inquiry.php
-  /reporting/includes/header2.inc
-! Changed version info.
-$ /config.php
-# Fixed ajax popup/redirection.
-$ /reporting/includes/pdf_report.inc
-  /includes/ajax.inc
-
-17-Oct-2008 Janusz Dobrowolski
-+ Added ajax request indicator.
-$ /js/utils.js
-  /themes/aqua/renderer.php
-  /themes/aqua/images/ajax-loader.gif (new)
-  /themes/cool/renderer.php
-  /themes/cool/images/ajax-loader.gif (new)
-  /themes/default/renderer.php
-  /themes/default/images/ajax-loader.gif (new)
-+ Added optional popup for pdf reports display.
-$ /admin/display_prefs.php
-  /admin/users.php
-  /admin/db/users_db.inc
-  /includes/current_user.inc
-  /includes/prefs/userprefs.inc
-  /reporting/includes/pdf_report.inc
-  /sql/alter2.1.sql
-# Changed message for missing currency rate.
-$ /includes/banking.inc
-# Fixed submit/button behaviour.
-$ /js/inserts.js
-# Fixed canceling order.
-$ /sales/sales_order_entry.php
-# Fixed typo in css
-$ /themes/aqua/default.css
-# Fixed pdf_debug mode
-$ /reporting/includes/reporting.inc
-  /reporting/includes/reports_classes.inc
-
-15-Oct-2008 Janusz Dobrowolski
-+ Added remote printing support
-$ /admin/print_profiles.php (new)
-  /admin/printers.php (new)
-  /admin/db/printers_db.inc (new)
-  /reporting/prn_redirect.php (new)
-  /reporting/includes/printer_class.inc (new)
-  /sql/alter2.1.sql (new)
-  /config.php
-  /admin/display_prefs.php
-  /admin/users.php
-  /admin/db/users_db.inc
-  /applications/setup.php
-  /includes/current_user.inc
-  /includes/prefs/userprefs.inc
-  /includes/ui/ui_lists.inc
-  /js/inserts.js
-  /js/utils.js
-  /reporting/rep109.php
-  /reporting/reports_main.php
-  /reporting/includes/pdf_report.inc
-  /reporting/includes/reporting.inc
-  /reporting/includes/reports_classes.inc
-!Fixes related to changed printing api.
-$ /admin/view_print_transaction.php
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  /sales/customer_credit_invoice.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/sales_order_entry.php
-  /sales/inquiry/customer_inquiry.php
-  /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/sales_orders_view.php
-+ Added optional id parameter for label helpers; added value for buttons.
-$ /includes/ui/ui_input.inc
-+ Added ajax popup screen command.
-$ /includes/ajax.inc
-# Skipping index.php file during flush_dir()
-$ /includes/main.inc
-
-06-Oct-2008 Janusz Dobrowolski
-+ Menu hotkeys system implementation.
-$ /includes/page/header.inc
-  /includes/ui/ui_controls.inc
-  /includes/ui/ui_input.inc
-  /js/JsHttpRequest.js
-  /js/inserts.js
-  /js/utils.js
-  /reporting/includes/reports_classes.inc
-  /sales/sales_order_entry.php
-  /sales/manage/customers.php
-  /themes/aqua/default.css
-  /themes/aqua/renderer.php
-  /themes/cool/default.css
-  /themes/cool/renderer.php
-  /themes/default/default.css
-  /themes/default/renderer.php
-+ Access keys added to menu options strings.
-$ /config.php
-  /applications/customers.php
-  /applications/dimensions.php
-  /applications/generalledger.php
-  /applications/inventory.php
-  /applications/manufacturing.php
-  /applications/setup.php
-  /applications/suppliers.php
-  /reporting/reports_main.php
-
-------------------------------- Release 2.0.3 --------------------------------------------
-06-Oct-2008 Joe Hunt
-! Release 2.0.3
-$ config.php
-# Bug [0000072] Item stock movement should check for if there is empty Inventory.
-$ /inventory/inquiry/stock_movements.php
-
-05-Oct-2008 Janusz Dobrowolski
-# Bugfix [0000063] Bad update of parent document lines after edition of sales documents.
-$ /sales/includes/cart_class.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-# Bugfix [0000071] Ordering for customer with bad history available after F4 - Return
-$ /sales/manage/customers.php
-
-04-Oct-2008 Joe Hunt
-# Bug [0000069] Constraint on voiding delivery note if a non voided, linked invoice exists.
-$ /admin/db/voiding_db.inc
-# Bug [0000061] Cost Update doesn't compute correctly after inventory adjust.
-$ /inventory/includes/db/item_adjust_db.inc
-
-01-Oct-2008 Joe Hunt
-# When deleting the last module in FA a parce error arose:
-$ /admin/inst_module.php
-  /admin/inst_lang.php
-
-30-Sep-2008 Janusz Dobrowolski
-# Bug [0000067] Settled supplier documents were displayed as overdued.
-$ /purchasing/inquiry/supplier_inquiry.php
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-# Bug [0000068] Removed unneeded constraint on edition of fully allocated sales doc.
-$ /sales/allocations/customer_allocation_main.php
-
-29-Sep-2008 Janusz Dobrowolski
-# Bug [0000065] Changing item type during adding new item caused record reset.
-$ /inventory/manage/items.php
-
-26-Sep-2008 Joe Hunt
-# Bug [0000064] Credit This on an invoice should automatically allocate the credit to that invoice
-$ /sales/includes/db/sales_credit_db.inc
-
-26-Sep-2008 Janusz Dobrowolski
-# Bug [0000062] Delivery Modifitication - duplicated tax details.
-$ /sales/includes/db/sales_delivery_db.inc
-
-25-Sep-2008 Joe Hunt
-# if MySQL is in strict sql mode, a couple of files didn't pass that. Better not use strict sql mode.
-  This is not necessary, because FA handle this internally. in my.ini(win) or my.cnf(linux) set sql-mode="".
-$ /gl/gl_budget.php
-  /includes/db/comments_db.inc
-  /inventory/cost_update.php
-  /purchasing/includes/db/supp_trans_db.inc
-  /sales/includes/db/cust_trans_db.inc
-# Bug [0000060] table prefix error message and inconsistency at install
-$ /admin/db/maintenance_db.inc
-  /install/index.php
-  /install/save.php
-# Bug [0000061] Delivery Modifitication (standard cost change)
-$ /sales/includes/db/sales_delivery_db.inc
-
-------------------------------- Release 2.0.2 --------------------------------------------
-23-Sep-2008 Joe Hunt
-! Release 2.0.2
-$ config.php
-! Increased time_out to 3 minutes.
-$ /install/save.php
-
-23-Sep-2008 Joe Hunt
-# Bug [0000059] Direct Invoice or Delivery Notes doesn't account for negative inventory flag
-$ /sales/sales_order_entry.php
-
-21-Sep-2008 Janusz Dobrowolski
-+ Added submit_on_change option for date fields
-$ /includes/ui/ui_input.inc
-+ Automatic exchange rate update after document date change
-$ /gl/bank_transfer.php
-  /gl/gl_bank.php
-  /gl/includes/db/gl_db_rates.inc
-  /gl/includes/ui/gl_bank_ui.inc
-  /includes/banking.inc
-  /includes/ui/ui_view.inc
-  /purchasing/supplier_payment.php
-  /sales/customer_payments.php
-  /sales/includes/cart_class.inc
-# Sales/purchase terms update after document date change [0000058]
-$ /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/ui/po_ui.inc
-  /sales/customer_invoice.php
-# Fixed edit line total, price update after date change
-$ /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-# Fixed unneeded page reload on enter key in text inputs
-$ /js/inserts.js
-# Fixed session variables conflicts with some third party software (e.g. XRMS)
-$ /includes/lang/language.php
-# Fixed calendar flicker, removed buttons from exchange_rate_display()
-$ /includes/ui/ui_view.inc
-! Default delivery required by changed to 1 day.
-$ /includes/prefs/sysprefs.inc
-# Small bug fix 
-$ /sales/includes/sales_db.inc
-
-20-Sep-2008 Joe Hunt
-# Fix for exchange variation when allocating payments. re-inserted in System and GL Setup.
-$ /admin/gl_setup.php
-  /admin/db/company_db
-  /includes/banking.inc
-  /purchasing/allocations/supplier_allocate.php
-  /purchasing/includes/db/suppalloc_db.inc
-  /sales/allocations/customer_allocate.php
-  /sales/includes/db/custalloc_db.inc
-  /sales/includes/db/payment_db.inc
-  /sales/includes/db/sales_credit_db.inc
-! New tcpdf.php file. Minor bugfixes from tcpdf.org
-  /reporting/includes/tcpdf.php
-! Layout adjustments
-  /dimensions/includes/dimensions_ui.inc
-  /dimensions/view/view_dimension.php
-  /inventory/view/view_adjustment.php
-  /manufacturing/view/work_order_view.php
-  
-18-Sep-2008 Janusz Dobrowolski
-+ Support for calling external pages during document entry (e.g. for adding customer/supplier/items).
-$ /index.php
-  /includes/ui/ui_controls.inc
-  /includes/ui/ui_input.inc
-  /includes/ui/ui_lists.inc
-  /js/inserts.js
-+ Add/view on F4 in customer/supplier selectors
-$ /gl/gl_bank.php
-+ Add/view on F4 in supplier/items selectors
-$ /purchasing/po_entry_items.php
-  /inventory/manage/items.php
-+ Add/view on F4 in supplier selector
-$ /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-  /purchasing/supplier_payment.php
-  /purchasing/allocations/supplier_allocation_main.php
-  /purchasing/manage/suppliers.php
-  /inventory/purchasing_data.php
-+ Add/view on F4 in customer selector
-  /sales/credit_note_entry.php
-  /sales/customer_payments.php
-  /sales/sales_order_entry.php
-  /sales/allocations/customer_allocation_main.php
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/manage/customer_branches.php
-  /sales/manage/customers.php
-# Syntax error introduced in previous update fixed
-$ /inventory/prices.php
-# Fixed retreiving of exchange rates [0000057]
-$ /gl/manage/exchange_rates.php
-  /includes/banking.inc
-  /includes/ui/ui_view.inc
-
-18-Sep-2008 Joe Hunt
-+ New Report - Bank Statement.
-$ /reporting/reports_main.php
-  /reporting/rep601.php (new file)
-  
-17-Sep-2008 Joe Hunt
-! New PDF tcpdf.php file. Support for cid-0 fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
-  New cid-0 fonts will be available for download when release 2.0.2 is shipping. Reduces file size enormouusly
-$ /reporting/includes/tcpdf.php
-! Inventory column option in Report Stock Sheet Check.
-$ /reporting/reports_main.php
-  /reporting/rep303.php
-  
-11-Sep-2008 Janusz Dobrowolski
-# Fixed slash quotation problems on direct POST values display.
-$ /includes/session.inc
-  /includes/db/connect_db.inc
-# Added missing db_escape on person_id.
-$ /gl/includes/db/gl_db_bank_trans.inc
-  /gl/includes/db/gl_db_trans.inc
-# Added error message and suppressed db update on failed ECB exchange rate read.
-$ /includes/ui/ui_view.inc
-
-10-Sep-2008 Janusz Dobrowolski
-# Fixed company folders renaming after company remove.
-$ /admin/create_coy.php
-# Fixed list selectors' behaviour during search.
-$ /includes/ui/ui_lists.inc
-# Fixed page update after item search. Closes bugs [0000051],[0000054].
-$ /inventory/cost_update.php
-  /inventory/prices.php
-  /inventory/purchasing_data.php
-  /inventory/reorder_level.php
-  /inventory/includes/item_adjustments_ui.inc
-  /inventory/includes/stock_transfers_ui.inc
-  /inventory/inquiry/stock_status.php
-  /inventory/manage/items.php
-  /manufacturing/includes/work_order_issue_ui.inc
-  /manufacturing/inquiry/where_used_inquiry.php
-  /purchasing/includes/ui/po_ui.inc
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-
-09-Sep-2008 Joe Hunt
-# Bug [0000055] Rasmus detected a cost diff. bug and changed some code for us. Very appreciated.
-$ /purchasing/includes/db/invoice_db.inc
-
-------------------------------- Release 2.0.1 --------------------------------------------
-07-Sep-2008 Joe Hunt
-! Release 2.0.1
-$ config.php
-
-05-Sep-2008 Janusz Dobrowolski
-# Bug [0000046] Sales invoice not working on some php versions (php bug #40509)
-$ /sales/includes/sales_db.inc
-  /sales/includes/db/sales_credit_db.inc
-! Obsolete code removed
-$ /sales/customer_credit_invoice.php
-
-05-Sep-2008 Joe Hunt
-# Bug [0000053] Missing GL postings on item issue on Work Order
-$ /manufacturing/includes/db/work_order_quick_db.inc
-  /manufacturing/includes/db/work_order_issues_db.inc
-  /manufacturing/includes/db/work_order_produce_items_db.inc
-! Bad layout in aging on report Statements
-$ /reporting/rep108.php
-
-04-Sep-2008 Joe Hunt
-# Bug [0000050] Invoice no. on all sales reports
-$ /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-  
-04-Sep-2008 Joe Hunt
-# Bug [0000052] Inventory Valuation Report
-$ /reporting/rep301.php
-
-04-Sep-2008 Joe Hunt
-# Bug [0000047] Not possible to view delivery sequence
-$ /purchasing/supplier_credit_grns.php
-  /purchasing/supplier_invoice_grns.php
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/view/view_po.php
-  /purchasing/view/view_supp_credit.php
-# Bug [0000048] Crediting invoice and choosing gl account for items to be written off doesn't work  
-$ /sales/includes/db/sales_credit_db.inc  
-
-03-Sep-2008 Janusz Dobrowolski
-# Fixed fatal error handling in php5
-$ /includes/errors.inc
-  /includes/session.inc
-# Fixed display of errors while saving sales documents
-$ /sales/sales_order_entry.php
-
-03-Sep-2008 Joe Hunt
-# Bug [0000044] Standard Cost error on credit note. Reopened. Stock Movement forgot the credit note.
-$ /inventory/inquiry/stock_movements.php
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/invoice_db.inc
-
-03-Sep-2008 Joe Hunt
-# Bug [0000043] Inventory Adjustment Session doesn't update standard cost
-# Bug [0000044] Standard Cost error on credit note
-$ /inventory/includes/db/items_adjust_db.inc
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/invoice_db.inc
-# Bug [0000045] Cannot close fiscal year 
-$ /admin/fiscalyears.php
-# Update screen bug in Bank Account Inquiry.
-  $ /gl/inquiry/bank_inquiry.php
-
-02-Sep-2008 Joe Hunt
-# Bug when selecting report, List of Journal Entries, by type. Nothing selected.
-$ /reporting/includes/reports_classes.inc
-$ /reporting/rep702.php
-
-01-Sep-2008 Joe Hunt
-! Up-to-date translation file (some strings were missing, single quotations in .inc files)
-$ /lang/new_language_template/LC_MASSAGES/empty.po
-  /lang/en_US/LC_MESSAGES/en_US.mo
-
-31-Aug-2008 Janusz Dobrowolski
-+ Added ajax support for file uploading
-$ /js/utils.js
-# Final fix for logo file upload
-$ /admin/company_preferences.php
-# Fixed item image file upload
-$ /inventory/manage/items.php
-
-30-Aug-2008 Janusz Dobrowolski
-! Up to date translation file
-$ /lang/new_language_template/LC_MASSAGES/empty.po
-# Fixed broken &amp's in backup files [0000040]
-$ /admin/db/maintenance_db.inc
-# Temporary fix (sync page reload) for uploading logo file
-$ /admin/company_preferences.php
--------------------------------2.0 Final --------------------------------------------
-21_aug-2008 Joe Hunt
-! config.php file. Version changed to 2.0
-$ config.php
-! Set time out to 120 seconds.
-$ /install/save.php
-# Removed js warnings on index pages
-$ /js/utils.js
-
-20-Aug-2008 Joe Hunt
-# Bug [0000037] Price diff and deliveries between po receive and supp invoice. (Again)
-$ /includes/db/inventory_db.inc
-  /purchase/includes/db/grn_db.inc
-  /purchase/includes/db/invoice_db.inc
-
-20-Aug-2008
-# [0000041] Voiding PO GRN's could be dangerous, if deliveries have been done. Eliminating it. Use item adjustment with 0 price.
-$ /admin/db/voiding_db.inc
-# Fixing a minor bug in grn_db.inc
-$ /purchasing/includes/db/grn_db.inc 
-  
-19-Aug-2008 Joe Hunt
-# Fixed some color conversion problems in the new PDF Engine
-$ /reporting/includes/pdf_report.inc
-  /reporting/includes/class.pdf.inc
-  
-19-Aut-2008 Joe Hunt
-! Optimized the textwraplines in pdf_report.inc and header2.inc
-  /reporting/includes/pdf_report.inc
-  /reporting/includes/header2.inc (This is important to download too!)
-  
-19-Aug-2008 Joe Hunt
-! Replacing the PDF Engine with a slightly modified TCPDF
-$ /reporting/fonts/helvetica*.php (new php files)
-  /reporting/fonts/*.atm files removed
-  /reporting/includes/pdf_report.inc (changed)
-  /reporting/includes/class.pdf.inc (changed)
-  /reporting/includes/barcodes.php (new file)
-  /reporting/includes/htmlcolors.php (new file)
-  /reporting/includes/html_entity_decode_php4.php (new file)
-  /reporting/includes/tcpdf.php (new file, the PDF engine)
-  /reporting/includes/unicode_data2.php (new file, reduced unicode_data.php)
-  
-18-Aug-2008 Joe Hunt
-# Bug [0000038] Voiding a cost update doesn't void even if it says so. There will now be an error msg saying
-  that this can not be done. 
-$ /admin/db/voiding_db.inc
-
-18-Aug-2008 Joe Hunt
-# Bug [0000037] Price diff and deliveries between po receive and supp invoice.
-$ /purchase/includes/db/grn_db.inc
-  /purchase/includes/db/invoice_db.inc
-  
-16-Aug-2008 Janusz Dobrowolski
-# Fixed first supplier add confirmation [0000039].
-$ /purchasing/manage/suppliers.php
-# Fixed entering direct documents with date in the past [0000036]
-$ /sales/customer_delivery.php
-  /sales/includes/cart_class.inc
-# Fixed date_picker caching in debug mode
-$ /includes/ui/ui_view.inc
-# Some focus fixes after user entry error
-$ /sales/manage/credit_status.php
-  /sales/manage/customer_branches.php
-  /sales/manage/sales_areas.php
-  /sales/manage/sales_people.php
-
-08-Aug-2008 Joe Hunt
-# Wrong email-adress field taken when emailing documents [0000035].
-$ /sales/includes/db/cust_trans_db.inc
-
-02-Aug-2008 Joe Hunt
-# Use Item Sales Account as default when creating new branch. Customer Branch Sales Account overrides Item Sales Accounts.
-$ /sales/manage/customer_branches.php
-
-01-Aug-2008 Joe Hunt
-! Customer Dimension overrides an Item Dimension when creating GL transactions
-$ /sales/includes/db/customers_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  
-31-Jul-2008 Joe Hunt
-+ Added a new menu entry after that Bank Payment or Bank Deposit has been processed.
-$ /gl/gl_bank.php
-
-30-Jul-2008 Joe Hunt
-! Currency selection in Price Listing Report
-$ /reporting/rep104.php
-  /reporting/reports_main.php
-  
-28-Jul-2008 Janusz Dobrowolski
-# Fixed control buttons reset after record deletion.
-$ /admin/fiscalyears.php
-  /admin/payment_terms.php
-  /admin/shipping_companies.php
-  /gl/manage/bank_accounts.php
-  /gl/manage/currencies.php
-  /gl/manage/gl_account_classes.php
-  /gl/manage/gl_account_types.php
-  /inventory/manage/item_categories.php
-  /inventory/manage/item_units.php
-  /inventory/manage/locations.php
-  /inventory/manage/movement_types.php
-  /manufacturing/manage/work_centres.php
-  /sales/manage/credit_status.php
-  /sales/manage/customer_branches.php
-  /sales/manage/sales_areas.php
-  /sales/manage/sales_people.php
-  /sales/manage/sales_types.php
-  /taxes/item_tax_types.php
-  /taxes/tax_groups.php
-  /taxes/tax_types.php
-
-27-Jul-2008 Janusz Dobrowolski
-# Fixed record selection on pages using non-numeric selectors with simple_page_mode() helper. 
-$ /includes/ui/ui_controls.inc
-  /includes/ui/ui_input.inc
-  /inventory/manage/item_units.php
-# Fixed focus setting on multi-form pages.
-$ /js/utils.js
-# Fixed ajax reload
-$ /manufacturing/work_order_release.php
-
-26-Jul-2008 Janusz Dobrowolski
-! Potentially dangerous for whole FA site operations are currently available only for admins of first registered company (site admins).
-$ /config.php
-  /admin/create_coy.php
-  /admin/inst_lang.php
-  /admin/inst_module.php
-  /includes/current_user.inc
-# Small layout fix
-  /admin/fiscalyears.php
-
-25-Jul-2008 Joe Hunt
-# Minor adjustments
-$ /includes/page/header.inc
-  /manufacturing/work_order_release.php
-  
-25-Jul-2008 Joe Hunt
-# Default application setting does not work [0000034]
-$ /includes/page/header.inc
-
-25-Jul-2008 Joe Hunt
-! The built version in config.php now shows the last change date of this file (CHANGELOG.txt).
-$ config.php
-
-25-Jul-2008 Joe Hunt
-# Missing GL transactions when producing advanced manufacturing [0000032].
-$ /manufacturing/includes/db/work_order_produce_items_db.inc
-
-24-Jul-2008 Janusz Dobrowolski
-+ Added fatal error handling during ajax calls - [0000003] closed
-$ includes/session.inc
-# Fixed hints for lists without submit [0000026]
-$ includes/ui/ui_lists.inc
-# Removed not used file (related to [0000023])
-$ sql/basic.sql
-
-24-Jul-2008 Joe Hunt
-# Pressing the link in the meta_forward function may result in a blank page.
-$ /includes/ui/ui_controls.inc
-
-23-Jul-2008 Joe Hunt
-# Increment reference bug in GL Deposit and missing hyperlink parameter.
-$ /gl/gl_bank.php
-  /gl/includes/gl_bank_ui.inc
-  
-22-Jul-2008 Janusz Dobrowolski
-# Corrected backup maintenance page display during script download.
-$ /admin/backups.php
-
-20-Jul-2008 Janusz Dobrowolski
-# Corrected reports page display after yesterday change.
-$ /reporting/reports_main.php
-
-19-Jul-2008 Janusz Dobrowolski
-! Content of js-only pages superseded by the requirement notification in non-js browsers.
-$ /admin/backups.php
-  /reporting/reports_main.php
-+ Support for js only divs/pages.
-$ /includes/main.inc
-  /includes/ui/ui_controls.inc
-  /js/inserts.js
-# Fixed page usability in non-js mode.
-$ /sales/inquiry/sales_orders_view.php
-# Small table view fix
-$ /admin/inst_lang.php
-
-18-Jul-2008 Janusz Dobrowolski
-+ Added optional processing progressbar for submit buttons
-$ /includes/ui/ui_input.inc
-  /includes/ui/ui_lists.inc
-  /js/inserts.js
-  /themes/aqua/images/progressbar.gif (new)
-  /themes/cool/images/progressbar.gif (new)
-  /themes/default/images/progressbar.gif (new)
-# Fixed database error after empty supplier search result [0000022]
-$ /purchasing/supplier_credit.php
-  /purchasing/supplier_invoice.php
-# Fixed focus after update
-$ /admin/company_preferences.php
-# Fixed message typo.
-$ /admin/create_coy.php
-# Fixed line edition layout
-$ /inventory/includes/item_adjustments_ui.inc
-
-18-Jul-2008 Joe Hunt
-# Parse error fixed [0000021] in customer_credit_invoice.php
-$ /sales/customer_credit_invoice.php
-
-15-Jul-2008 Janusz Dobrowolski
-# Fixed bug [0000018] - unwanted freight cost reset on page update.
-$ /sales/customer_delivery.php
-
-14-Jul-2008 Janusz Dobrowolski
-# Fixed bug [0000017] - error while checking qoh
-$ /includes/ui/items_cart.inc
-  /manufacturing/work_order_issue.php
-# Fixed ajax update
-$ /gl/manage/gl_accounts.php
-
-13-Jul-2008 Joe Hunt
-+ Added GL Summary of Tax Report (rep709.php). Usable only if different Tax Accounts are used.
-$ /reporting/rep709.php
-
-12-Jul-2008 Joe Hunt
-! Rewrite of Tax Report (rep709.php).
-$ /reporting/rep709.php
-
-09-Jul-2008 Janusz Dobrowolski
-# Corrections to maximum input lengths
-$ /gl/manage/bank_accounts.php
-  /gl/manage/gl_account_classes.php
-# Fixed spare Back link on restricted pages
-$ /includes/session.inc
-# Fixed bank_account_types_list()
-$ /includes/ui/ui_lists.inc
-# Fixed warning about unexisting POST var
-$ /sales/manage/customers.php
-
-08-Jul-2008 Janusz Dobrowolski
-# Added validation of entered quantities
-$ /sales/customer_credit_invoice.php
-# Fixed ajax update (0000015) and quantity checks
-$ /sales/customer_delivery.php
-  /sales/customer_invoice.php
-# Fixed invalid voiding sales invoice/delivery/credit (0000016)
-$ /sales/includes/db/sales_delivery_db.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/includes/sales_db.inc
-# Fixed setting document date to Today() 
-$ /sales/includes/cart_class.inc
-
-08-Jul-2008 Joe Hunt
-+ Addition in test of duplicate fiscal year
-$ /admin/fiscalyears.php
-
-07-Jul-2008 Joe Hunt
-# Corrected a subbug in 00000012 (blank page in sales_types.php).
-$ /sales/manage/sales_types.php
-
-07-Jul-2008 Janusz Dobrowolski
-+ Added ajax
-$ /admin/fiscalyears.php
-  /inventory/purchasing_data.php
-# Corrected factor parameter checking (fixes 00000012)
-$ /sales/includes/sales_db.inc
-! Changed selector for fiscal year functions to id
-$ /admin/db/company_db.inc
-# Checking options parameter for combos 
-$ /includes/ui/ui_lists.inc
-
-06-Jul-2008 Janusz Dobrowolski
-+ Ajax additions
-$ /admin/view_print_transaction.php
-  /admin/void_transaction.php
-  /dimensions/dimension_entry.php
-  /manufacturing/work_order_entry.php
-  /manufacturing/manage/bom_edit.php
-  /sales/manage/customer_branches.php
-+ Default value calculated for new prices
-$ /inventory/prices.php
-+ Optional default value for input_num()
-$ /includes/ui/ui_input.inc
-+ Submit on change option for currency lists
-$ /includes/ui/ui_lists.inc
-# factor parameter in get_price() is now optional
-$ /sales/includes/sales_db.inc
-# Smaller fix to ajax page content update
-$ /sales/manage/customers.php
-
-05-Jul-2008 Janusz Dobrowolski
-+ Ajax additions
-$ /admin/change_current_user_password.php
-  /admin/company_preferences.php
-  /admin/forms_setup.php
-  /admin/gl_setup.php
-  /admin/payment_terms.php
-  /admin/shipping_companies.php
-  /admin/users.php
-  /inventory/manage/item_categories.php
-  /inventory/manage/item_units.php
-  /inventory/manage/locations.php
-  /inventory/manage/movement_types.php
-  /manufacturing/manage/work_centres.php
-  /sales/manage/credit_status.php
-  /sales/manage/sales_areas.php
-  /sales/manage/sales_people.php
-  /sales/manage/sales_types.php
-  /taxes/item_tax_types.php
-  /taxes/tax_groups.php
-  /taxes/tax_types.php
-# Gettext fixes
-$ /gl/manage/bank_accounts.php
-  /gl/manage/bank_trans_types.php
-  /gl/manage/currencies.php
-  /gl/manage/gl_account_classes.php
-  /gl/manage/gl_account_types.php
-  /gl/manage/gl_accounts.php
-
-04-Jul-2008 Janusz Dobrowolski
-+ Ajax additions
-  /gl/inquiry/bank_inquiry.php
-  /gl/inquiry/gl_account_inquiry.php
-  /gl/inquiry/gl_trial_balance.php
-  /gl/manage/bank_accounts.php
-  /gl/manage/bank_trans_types.php
-  /gl/manage/currencies.php
-  /gl/manage/exchange_rates.php
-  /gl/manage/gl_account_classes.php
-  /gl/manage/gl_account_types.php
-  /gl/manage/gl_accounts.php
-! Changed layout for simple db table editor pages
-$ /includes/ui/ui_input.inc
-- Removed unused GL account settings.
-$ /admin/gl_setup.php
-  /admin/db/company_db.inc
-  /gl/manage/gl_accounts.php
-# Fixed default sales account for customer branch.
-$ /admin/gl_setup.php
-  /sales/manage/customer_branches.php
-# Fixed focus after ajax page reload.
-$ /includes/ajax.inc
-# Fixed optional submit for yesno and gl_all_accounts lists.
-$ /includes/ui/ui_lists.inc
-
-01-Jul-2008 Janusz Dobrowolski
-+ Ajax additions
-  /gl/bank_transfer.php
-  /gl/gl_budget.php
-  /gl/gl_journal.php
-  /gl/includes/ui/gl_journal_ui.inc
-+ Added client side calculations for budget
-  /gl/gl_budget.php
-  /js/budget.js
-# Fixed default POST assigning [fixes 0000009]
-  /includes/ui/ui_lists.inc
-# Fixed submit type in submit_row()
-  /includes/ui/ui_input.inc
-# Small display fix
-  /gl/manage/currencies.php
-! Code cleanup
-  /gl/gl_bank.php
-  /gl/includes/ui/gl_bank_ui.inc
-  /inventory/adjustments.php
-  /inventory/transfers.php
-  /purchasing/po_entry_items.php
-  /sales/sales_order_entry.php
-  /sales/credit_note_entry.php
-
-29-Jun-2008 Janusz Dobrowolski
-! Rewritten bank deposit/payment related files, added ajax
-  /gl/gl_deposit.php (removed)
-  /gl/gl_payment.php (removed)
-  /gl/gl_bank.php (added)
-  /gl/includes/ui/gl_bank_ui.inc (new file)
-  /gl/includes/ui/gl_deposit_ui.inc (removed)
-  /gl/includes/ui/gl_payment_ui.inc (removed)
-  /gl/includes/db/gl_db_banking.inc
-  /gl/gl_journal.php
-  /manufacturing/search_work_orders.php
-  /applications/generalledger.php
-+ Added fallback flag for non-js mode only ui elements
-$ /js/inserts.js
-! Default value from POST for check_box,hidden and text_cells inputs
-$ /includes/ui/ui_input.inc
-! Rewritten non-sql list selectors
-$ /includes/ui/ui_lists.inc
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /purchasing/inquiry/supplier_inquiry.php
-! Added trans_type parameter to items_cart()  
-$ /includes/ui/items_cart.inc
-  /inventory/adjustments.php
-  /inventory/transfers.php
-  /manufacturing/work_order_issue.php
-
-27-Jun-2008 Janusz Dobrowolski
-+ Ajax additions
-$ /dimensions/dimension_entry.php
-  /dimensions/inquiry/search_dimensions.php
-  /manufacturing/work_order_add_finished.php
-  /manufacturing/work_order_issue.php
-  /manufacturing/work_order_release.php
-  /manufacturing/includes/work_order_issue_ui.inc
-  /manufacturing/search_work_orders.php
-! Default $selected_id=null (ie current $_POST value) for all lists;
-   standard view (ie with search box) of stock_component_list()
-$ /includes/ui/ui_lists.inc
-# Fixed selection for outstanding work orders
-$ /manufacturing/search_work_orders.php
-# Fixed stock item links
-$ /inventory/includes/item_adjustments_ui.inc
-  /inventory/includes/stock_transfers_ui.inc
-# Fixed typo in menu option
-$ /applications/manufacturing.php
-
-27-Jun-2008 Joe Hunt
-# Minor html adjustment in login.php
-$ /access/login.php
-# Fixed a bug when trying to create a duplicate year
-$ /admin/fiscalyears.php
-# Fixed a misspelled parameter (OutstandingOnly) in manufacturing.php
-$ /applications/manufacturing.php
-
-26-Jun-2008 Janusz Dobrowolski
-+ Ajax additions
-$ /includes/ui/ui_lists.inc
-  /inventory/adjustments.php
-  /inventory/cost_update.php
-  /inventory/prices.php
-  /inventory/transfers.php
-  /inventory/includes/item_adjustments_ui.inc
-  /inventory/includes/stock_transfers_ui.inc
-  /inventory/inquiry/stock_movements.php
-  /inventory/manage/items.php
-  /manufacturing/work_order_entry.php
-  /purchasing/po_entry_items.php
-! Changes to items_cart API (line_items indexed by line# instead of stock_id)
-$ /includes/ui/items_cart.inc
-# Fixed bug 0000008 (call to no more existing function)
-$ /sales/includes/db/sales_types_db.inc
-
-25-Jun-2008 Joe Hunt
-# Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu
-$ /purchasing/includes/ui/invoice_ui.inc
-
-25-Jun-2008 Janusz Dobrowolski
-# Fixed bug 0000004, removed nested forms in supplier invoice/credit
-$ /purchasing/includes/ui/invoice_ui.inc
-
-25-Jun-2008 Joe Hunt
-# Fixed bug when updating/saving Tax Group Items
-$ /includes/ui/ui_lists.inc
-
-24-Jun-2008 Joe Hunt
-# Fixed inconsistencies in customer and supplier aging 
-$ /sales/includes/db/customers_db.inc
-  /sales/inquiry/customer_inquiry.php
-  /purchasing/includes/db/suppliers_db.inc
-  /reporting/rep102.php
-  /reporting/rep202.php
-# Fixed a bug when trying to back the inv.date and due date in Direct Invoicing.
-$ /sales/sales_order_entry.php
-
-
-23-Jun-2008 Janusz Dobrowolski
-+ Ajax additions to sales and purchasing modules
-$ /purchasing/po_receive_items.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_credit_grns.php
-  /purchasing/supplier_invoice.php
-  /purchasing/supplier_invoice_grns.php
-  /purchasing/supplier_trans_gl.php
-  /purchasing/allocations/supplier_allocate.php
-  /purchasing/includes/ui/invoice_ui.inc
-  /sales/customer_credit_invoice.php
-  /sales/allocations/customer_allocate.php
-# Fixed edition of purchase order (bug #0000001)
-$ /purchasing/includes/ui/po_ui.inc
-! Improved client side allocation functions
-$ /js/allocate.js
-+ Optional coloured price_format()
-$ /js/utils.js
-  /js/inserts.js
-! Async update of locations selector
-$ /includes/ui/ui_lists.inc
-# Fixed warning on pages without default focus.
-$ /includes/ui/ui_controls.inc
-# Fixed initial display for numeric inputs with dec=0. 
-$ /includes/ui/ui_input.inc
-
-21-Jun-2008 Janusz Dobrowolski
-+ Ajax additions to sales and purchasing modules
-$ /purchasing/po_entry_items.php
-  /purchasing/supplier_payment.php
-  /purchasing/allocations/supplier_allocate.php
-  /purchasing/includes/ui/po_ui.inc
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /purchasing/manage/suppliers.php
-  /sales/manage/customers.php
-
-21-Jun-2008 Joe Hunt
-+ Added upload functionality to company logo. Better names on lists search.
-$ /admin/company_preferences.php
-! Better layout on company logo print-out
-$ /reporting/includes/header2.inc
-
----------------------------------------Release Candidate 2-------------------------------
-20-Jun-2008 Joe Hunt
-! 2.0 Release Candidate 2
-$ config.php
-  update.html
-  
-20-Jun-2008 Joe Hunt
-! In reorder_level.php the heading gets updated as well
-$ /inventory/reorder_level.php
-! Changes the -1 to 'User Quantiry Decimals' in the table for units.
-$ /inventory/manage/item_units.php
-
-20-Jun-2008 Janusz Dobrowolski
-# Proper error handling even after exit() call.
-$ /includes/errors.inc
-  /includes/main.inc
-  /includes/session.inc
-# Fixed initial combo selection.
-  /includes/ui/ui_lists.inc
-# Layout fixes to customer edition.
-  /sales/manage/customers.php
-# Added order table reload after template option change
-  /sales/inquiry/sales_orders_view.php
-
-19-Jun-2008 Janusz Dobrowolski
-+ Added ajax improvements
-$ /purchasing/allocations/supplier_allocation_main.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/allocations/customer_allocation_main.php
-  /sales/manage/customers.php
-+ Ajax added to check helper function
-$ /includes/ui/ui_input.inc
-# Fixing database error in branch exist check on empty customer_id
-$ /includes/data_checks.inc
-# Layout fix for hyperlink_params_td()
-$ /includes/ui/ui_controls.inc
-# Fix for initial combo position
-$ /includes/ui/ui_lists.inc
-# Fix to select onchange extension
-$ /js/inserts.js
-
-19-Jun-2008 Joe Hunt
-! changed so the due date is updated when changing customer in direct invoice.
-$ /sales/includes/ui/sales_order_ui.inc
-
-19-Jun-2008 Joe Hunt
-# Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
-$ /sales/customer_credit_invoice.php
-
-18-Jun-2008 Janusz Dobrowolski
-+ Added ajax improvements
-$ /sales/credit_note_entry.php
-  /sales/customer_payments.php
-  /sales/sales_order_entry.php
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-+ Added optional trigger parameter to div_start()
-$ /includes/ui/ui_controls.inc
-+ Added dec attribute ajax update for amount fields 
-$ /includes/ui/ui_input.inc
-+ Ajaxified stock item types and credit types lists
-$ /includes/ui/ui_lists.inc
-# Fixed onblur for amount fields, extended onchange event handling for selects
-$ /js/inserts.js
-# Fixed addAssign() js handler for nonstandard attributes
-$ /js/utils.js
-# Fixed bug in stock item image upload
-$ /inventory/manage/items.php
-
-17-Jun-2008 Joe Hunt
-! More files with Quantity routines needed fix due to php4 related issue.
-$ /includes/current_user.inc
-  /manufacturing/work_order_entry.php
-  /manufacturing/inquiry/where_used_inquiry.php
-  /manufacturing/manage/bom_edit.php
-  /purchasing/po_receive_items.php
-  /purchasing/supplier_credit_grns.php
-  /purchasing/supplier_invoice_grns.php
-  /sales/customer_credit_invoice.php
-  /sales/includes/ui/sales_order_ui.inc
-
-16-Jun-2008 Joe Hunt
-! Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here).
-$ /reporting/includes/header2.inc
-  /reporting/doctext.inc
-  /reporting/doctext2.inc
-  
-16-Jun-2008 Joe Hunt
-! Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
-$ /includes/current_user.inc
-  /includes/ui/ui_input.inc
-  /includes/ui/ui_lists.inc
-  /inventory/reorder_level.inc
-  /inventory/includes/item_adjustments_ui.inc
-  /inventory/includes/stock_transfers_ui.inc
-  /inventory/includes/db/items_units_db.inc
-  /inventory/inquiry/stock_movements.php
-  /inventory/inquiry/stock_status.php
-  /inventory/manage/item_units.php
-  /inventory/view/view_adjustment.php
-  /inventory/view/view_transfer.php
-  /manufacturing/search_work_orders.php
-  /manufacturing/work_order_entry.php
-  /manufacturing/includes/manufacturing_ui.inc
-  /manufacturing/includes/work_order_issue_ui.inc
-  /manufacturing/inquiry/where_used_inquiry.php
-  /manufacturing/manage/bom_edit.php
-  /manufacturing/view/wo_issue_view.php
-  /manufacturing/view/wo_production_view.php
-  /purchasing/po_receive_items.php
-  /purchasing/supplier_credit_grns.php
-  /purchasing/supplier_invoice_grns.php
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/ui/po_ui.inc
-  /purchasing/view/view_grn.php
-  /purchasing/view/view_po.php
-  /reporting/rep105.php
-  /reporting/rep107.php
-  /reporting/rep108.php
-  /reporting/rep109.php
-  /reporting/rep110.php
-  /reporting/rep204.php
-  /reporting/rep209.php
-  /reporting/rep301.php
-  /reporting/rep302.php
-  /reporting/rep303.php
-  /reporting/rep401.php
-  /sales/customer_credit_invoice.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/view/view_credit.php
-  /sales/view/view_dispatch.php
-  /sales/view/view_invoice.php
-  /sales/view/view_sales_order.php
-  
-15-Jun-2008 Janusz Dobrowolski
-+ Ajax driven delivery and order queries.
-$ /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/sales_orders_view.php
-+ Added searchbox class selector for text inputs with onchange event handlers.
-! Added text selection after focus.
-$ /js/inserts.js
-  /js/utils.js
-+ Added submit_on_change option to ref input functions, fixed data picker
-$ /includes/ui/ui_input.inc
-# Fixed bug in non-js mode for combos type 0 (stock_items_lists).
-$ /includes/ui/ui_lists.inc
-
-15-Jun-2008 Joe Hunt
-# Changed so Invoice Template gets the current day instead of original day.
-$ /sales/sales_order_entry.php
-
-15-Jun-2008 Joe Hunt
-# Bug in tax_types_list (spec_id)
-$ /includes/ui/ui_lists.inc
-
-14-Jun-2008 Joe Hunt
-# Minor annoying layout bug in stock movements.
-$ /inventory/inquiry/stock_movements.php
-
-14-Jun-2008 Joe Hunt
-! The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here.
-  Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default.
-! If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the 
-  transactions from Direct Invoice and Credit Note will be allocated immediately when placing.
-$ /includes/ui/ui_lists.inc
-  /sales/includes/db/sales_invoice_db.inc
-  /sales/includes/db/sales_credit_db.inc
-  /sales/manage/customer_branches.php
-  .
-12-Jun-2008 Joe Hunt
-+ New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period.
-$ /reporting/reports_main.php
-  /reporting/rep304.php (new file)
-  
----------------------------------------Release Candidate 1-------------------------------
-10-Jun-2008 Janusz Dobrowolski
-# Some more fixes related to ajax combos usage
-$ /includes/ui/ui_lists.inc
-  /inventory/cost_update.php
-  /inventory/prices.php
-  /inventory/purchasing_data.php
-  /inventory/reorder_level.php
-  /inventory/includes/item_adjustments_ui.inc
-  /inventory/inquiry/stock_status.php
-  /manufacturing/inquiry/where_used_inquiry.php
-  /manufacturing/manage/bom_edit.php
-  /purchasing/includes/ui/po_ui.inc
-# Fixed focus issues
-$ /gl/gl_journal.php
-  /gl/gl_deposit.php
-  /gl/gl_payment.php
-  /js/inserts.js
-  
-09-Jun-2008 Janusz Dobrowolski
-# Some additional fixes related to last big committment
-$ /gl/gl_journal.php
-  /gl/gl_deposit.php
-  /gl/gl_payment.php
-  /includes/ajax.inc
-  /includes/reserved.inc
-  /includes/ui/ui_lists.inc
-  /includes/ui/ui_view.inc
-  /js/inserts.js
-  /js/utils.js
-  /sales/includes/ui/sales_order_ui.inc
-  /themes/default/default.css
-  /themes/aqua/default.css
-  /themes/cool/default.css
-
-08-Jun-2008 Joe Hunt
-! Preparing for release candidate 1
-$ config.php
-
-08-Jun-2008 Joe Hunt
-! Set 'max_execution_time' to 60 seconds by ini_set.
-$ /install/save.php
-
-07-Jun-2008 Joe Hunt
-# Fixed a layout bug in footer.inc
-$ /includes/page/footer.inc
-
-07-Jun-2008 Joe Hunt
-! Changed install.html and update.html
-$ install.html
-  update.html
-+ New files, change_current_user_password.php and alter2.sql
-$ /admin/change_current_user_password.php
-  /sql/alter2.sql
-! Changed some files for layout
-$ /lang/en_US/stylesheet.css
-  /themes/aqua/default.css
-  /themes/aqua/renderer.php
-  /themes/cool/default.css
-  /themes/cool/renderer.php
-  /themes/default/default.css
-  /themes/default/renderer.php
-! Changed install sql scripts
-$ /sql/en_US-demo.sql
-  /sql/en_US-new.sql
-  
-07-Jun-2008 Janusz Dobrowolski
-+ Added ajax functionality and ui hints to sales form entry pages.
-$ /sales/sales_order_entry.php
-  /sales/includes/ui/sales_order_ui.inc
-+ Added option for hints display, changed input/lists functions API
-$ /admin/display_prefs.php
-  /admin/db/users_db.inc
-  /includes/current_user.inc
-  /includes/prefs/userprefs.inc
-  /includes/ui/ui_input.inc
-  /themes/default/renderer.php
-  /sql/alter.sql
-+ List functions rewrite. Added ajax functionality, universal combo_input().
-$ /includes/ui/ui_lists.inc
-+ Ajaxified exchange_rate_display()
-$ /includes/ui/ui_view.inc
-+ Added methods for setting focus and page reload to $Ajax class
-$ /includes/ajax.inc
-  /includes/main.inc
-+ Added comma separated css element selectors
-$ /js/behaviour.js
-! Searchable select js changes related to new ui_lists.inc changes
-$ /js/inserts.js
-  /js/utils.js
-+ Additional style definitions for various ajax controls
-$ /themes/default/default.css
-! Fixes related to changed input/lists API and ajax extensions
-$ /admin/company_preferences.php
-  /admin/fiscalyears.php
-  /admin/forms_setup.php
-  /admin/gl_setup.php
-  /dimensions/dimension_entry.php
-  /dimensions/inquiry/search_dimensions.php
-  /gl/bank_transfer.php
-  /gl/includes/ui/gl_deposit_ui.inc
-  /gl/includes/ui/gl_journal_ui.inc
-  /gl/includes/ui/gl_payment_ui.inc
-  /gl/inquiry/bank_inquiry.php
-  /gl/inquiry/gl_account_inquiry.php
-  /gl/inquiry/gl_trial_balance.php
-  /gl/manage/gl_account_types.php
-  /gl/manage/gl_accounts.php
-  /includes/ui/ui_controls.inc
-  /inventory/includes/item_adjustments_ui.inc
-  /inventory/includes/stock_transfers_ui.inc
-  /inventory/inquiry/stock_movements.php
-  /manufacturing/search_work_orders.php
-  /manufacturing/work_order_add_finished.php
-  /manufacturing/work_order_entry.php
-  /manufacturing/includes/work_order_issue_ui.inc
-  /manufacturing/manage/bom_edit.php
-  /purchasing/supplier_payment.php
-  /purchasing/includes/ui/grn_ui.inc
-  /purchasing/includes/ui/invoice_ui.inc
-  /purchasing/includes/ui/po_ui.inc
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /purchasing/inquiry/supplier_inquiry.php
-  /sales/customer_credit_invoice.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-  /sales/inquiry/sales_deliveries_view.php
-  /sales/inquiry/sales_orders_view.php
-  /taxes/tax_groups.php
-
-06-Jun-2008 Joe Hunt
-# Final fixes in html layout
-$ /admin/create_coy.php
-  /gl/gl_deposit.php
-  /gl/gl_payment.php
-  /gl/manage/exchange_rates.php
-  /inventory/prices.php
-  /inventory/purchasing_date.php
-  /inventory/reorder_level.php
-  /inventory/inquiry/stock_status.php
-  /manufacturing/inquiry/where_used_inquiry.php
-  /manufacturing/manage/bom_edit.php
-  
-05-Jun-2008 Joe Hunt
-! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based.
-$ /includes/ui/ui_view.inc
-# Fixed a html layout bug
-$ /includes/page/header.inc
-
-31-May-2008 Joe Hunt
-# A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists!
-$ /gl/view/gl_deposit_view.php
-  /gl/view/gl_payment_view.php
-  /includes/ui/ui_controls.inc
-  /includes/ui/ui_lists.inc
-  /includes/ui/ui_view.inc
-  /manufacturing/work_order_add_finished.php
-  /manufacturing/includes/manufacturing_ui.inc
-  /manufacturing/view/work_order_view.php
-  /manufacturing/view/wo_issue_view.php
-  /sales/inquiry/customer_allocation_inquiry.php
-  /sales/inquiry/customer_inquiry.php
-
-30-May-2008 Joe Hunt
-# Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
-$ /inventory/inquiry/stock_movements.php
-  /reporting/rep302.php
-
-28-May-2008 Joe Hunt
-# More bugs related to debtor_trans changes (positive amounts)
-$ /gl/includes/db/gl_db_banking.inc
-  /sales/allocations/customer_allocate.php
-  /sales/includes/db/custalloc_db.inc
-  /sales/inquiry/customer_allocation_inquiry.php
-
-27-May-2008 Joe Hunt
-# Changed more files with new html/css.
-$ /includes/page/header.inc
-  /purchasing/inquiry/supplier_allocation_inquiry.php
-  /sales/credit_note_entry.php
-  
-26-May-2008 Joe Hunt
-# Fixed many minor bugs, new ones as well as debtor_trans related.
-! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change.
-$ /admin/backups.php
-  /admin/create_coy.php
-  /admin/inst_lang.php
-  /admin/inst_module.php
-  /gl/manage/exchange_rates.php
-  /includes/session.inc
-  /includes/page/header.inc
-  /includes/ui/ui_controls.inc
-  /includes/ui/ui_input.inc
-  /includes/ui/ui_lists.inc
-  /includes/ui/ui_view.inc
-  /purchasing/allocations/supplier_allocate.php
-  /sales/allocations/customer_allocate.php
-  /sales/includes/db/sales_credit_db.inc
-  /sales/inquiry/customer_allocation_inquiry.php
-  /themes/aqua/default.css
-  /themes/cool/default.css
-  /themes/default/default.css
-  
-23-May-2008 Joe Hunt
-# Minor bug in dimensions.php (Outstanding Dimensions)
-$ /applications/dimensions.php
-  /dimensions/inquiry/search_dimensions.php
-  
-23-May-2008 Janusz Dobrowolski
-! Include file order / error handling order fixed once again.
-$ /includes/main.inc
-  /includes/session.inc
-  
-23-May-2008 Joe Hunt
-! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the
-  correct renderer.php.
-$ frontaccounting.php
-  /includes/page/header.inc
-  /includes/page/footer.inc
-  /themes/default/renderer.php
-  /themes/cool/renderer.php
-  /themes/aqua/renderer.php
-
-22-May-2008 Janusz Dobrowolski
-! Error handler switching moved to session.inc for early error catching
-$ /includes/main.inc
-  /includes/session.inc
-! Cosmetic cleanup
-  /js/utils.js
-  
-18-May-2008 Janusz Dobrowolski
-# Added explicit ob_end_flush() on shutdown needed for php5
-$ /includes/main.inc
-# Fixed for www servers on nonstandard listening ports.
-$ /js/JsHttpRequest.js
-
-18-May-2008 Joe Hunt
-# Bug when inserting new records in debtor_trans.
-$ /sales/includes/db/cust_trans_db.inc
-
-16-May-2008 Janusz Dobrowolski
-+ Rewritten errors/messages handling, unified for ajax/user/php errors
-$ /includes/errors.inc
-  /includes/main.inc
-  /includes/ui/ui_msgs.inc
-+ Framework extended for ajax functionality, javascript code organization improvements.
-$ /config.php
-  /includes/JsHttpRequest.php (new file)
-  /includes/ajax.inc (new file)
-  /includes/current_user.inc
-  /includes/session.inc
-  /includes/lang/language.php
-  /includes/page/footer.inc
-  /includes/page/header.inc
-  /includes/ui/ui_controls.inc
-  /includes/ui/ui_input.inc
-  /includes/ui/ui_view.inc
-  /js/JsHttpRequest.js (new file)
-  /js/allocate.js (new file)
-  /js/utils.js (new file)
-  /js/behaviour.js
-  /js/inserts.js
-  /themes/aqua/images (new dir)
-  /themes/aqua/images/button_ok.png (new file)
-  /themes/aqua/images/locate.png (new file)
-  /themes/cool/images (new dir)
-  /themes/coll/images/button_ok.png (new file)
-  /themes/coll/images/locate.png (new file)
-  /themes/default/images/button_ok.png (new file)
-  /themes/default/images/progressbar.gif (new file)
-  /themes/default/images/progressbar1.gif (new file)
-  /themes/default/images/progressbar2.gif (new file)
-  /themes/default/default.css
-  /themes/aqua/default.css
-  /themes/cool/default.css
-! Payment allocation js functions moved to allocate.js
-$ /purchasing/allocations/supplier_allocate.php 
-  /sales/allocations/customer_allocate.php
-! Some initializations moved from sales_order_ui.inc
-$ /sales/includes/cart_class.inc
-+ Added javascript compression routine
-$ /includes/main.inc
-
-14-May-2008 Joe Hunt
-# Minor bugs in the former fixing.
-$ /includes/ui/ui_lists.inc
-
-14-May-2008 Joe Hunt
-# When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
-  the records when there were no search values.
-$ /includes/ui/ui_lists.inc
-
-09-May-2008 Joe Hunt
-! Due to differences in Javascript the script update_db.php had to be changed.
-! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
-$ /update_db.php
-  /sql/en_US-new.sql
-  /sql/en_US-demo.sql
-  
-09-May-2008 Janusz Dobrowolski
-# Automatic calculation of not set item prices from home currency and base sales type settings.
-$ /admin/company_preferences.php
-  /admin/db/company_db.inc
-  /includes/ui/ui_lists.inc
-  /sales/includes/cart_class.inc
-  /sales/includes/sales_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sales/includes/db/sales_types_db.inc
-  /sales/includes/ui/sales_credit_ui.inc
-  /sales/includes/ui/sales_order_ui.inc
-  /sales/manage/sales_types.php
-  /sql/alter.sql
-# Fixed dev bug blocking change of price on order entry.
-$ /sales/includes/ui/sales_order_ui.inc
-# Small display fix
-$ /sales/manage/sales_people.php
-
-30-Apr-2008 Joe Hunt
-# Fixed price update also in purchase order
-$ /purchasing/includes/ui/po_ui.inc
-
-30-Apr-2008 Janusz Dobrowolski
-# Fixed price update when changing item in sales order.
-$ /includes/ui/ui_lists.inc
-  /js/inserts.js
-  /sales/includes/ui/sales_order_ui.inc
-
-24-Apr-2008 Janusz Dobrowolski
-+ Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file.
-$ /company/0/reporting (added new directory)
-  /company/0/reporting/index.php
-  /admin/create_coy.php
-  /reporting/includes/reports_classes.inc
-# Warnings turned off in case of charset not supported by htmlspecialchars().
-$ /includes/db/connect_db.inc
-# Added content type encoding header
-$ /includes/page/header.inc
-
-24-Apr-2008 Joe Hunt
-# Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to
-  /includes/prefs/sysprefs.inc
-$ /includes/ui/items_cart.inc  
-# Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc
-$ /reporting/includes/pdf_report.inc
-
-23-Apr-2008 Joe Hunt
-! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.
-  It will make it easier to design your own document layouts.
-$ /reporting/includes/pdf_report.inc
-  /reporting/includes/header2.inc (new file)
-  
-20-Apr-2008 Janusz Dobrowolski
-# Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
-$ /admin/create_coy.php
-! Added missing include_once directives.
-$ /includes/ui/items_cart.inc
-  /includes/ui/ui_lists.inc
-  /includes/ui/ui_view.inc
-+ Added ini default_charset unnecessary for planned ajax calls.
-$ /includes/lang/language.inc
-
-19-Apr.2008 Joe Hunt
-# Bug (right to left text was done if price decimals were 3). A test sentense from a while
-  ago wasn't removed.
-$ /reporting/includes/pdf_report.inc
-
-18-Apr-2008 Janusz Dobrowolski
-# Additional checks on provisions and break point entry.
-$ /sales/manage/sales_people.php
-! Modules purchasing, sales and taxes sealed against XSS attacks
-$ /install/save.php
-  /admin/db/maintenance_db.inc
-  /purchasing/includes/db/grn_db.inc
-  /purchasing/includes/db/invoice_items_db.inc
-  /purchasing/includes/db/po_db.inc
-  /purchasing/includes/db/supp_trans_db.inc
-  /purchasing/manage/suppliers.php
-  /sales/includes/db/credit_status_db.inc
-  /sales/includes/db/cust_trans_db.inc
-  /sales/includes/db/cust_trans_details_db.inc
-  /sales/includes/db/sales_order_db.inc
-  /sales/includes/db/sales_types_db.inc
-  /sales/manage/customer_branches.php
-  /sales/manage/customers.php
-  /sales/manage/sales_areas.php
-  /sales/manage/sales_people.php
-  /taxes/db/item_tax_types_db.inc
-  /taxes/db/tax_groups_db.inc
-  /taxes/db/tax_types_db.inc
-
-18-Apr-2008 Joe Hunt
-! Module gl sealed against XSS Attacks
-$ /gl/includes/db/gl_db_accounts.inc
-  /gl/includes/db/gl_db_account_types.inc
-  /gl/includes/db/gl_db_bank_accounts.inc
-  /gl/includes/db/gl_db_bank_trans.inc
-  /gl/includes/db/gl_db_bank_trans_types.inc
-  /gl/includes/db/gl_db_currencies.inc
-  /gl/includes/db/gl_db_trans.inc
-  
-18-Apr-2008 Janusz Dobrowolski
-! Modules admin and dimensions sealed against XSS attacks
-$ /admin/payment_terms.php
-  /admin/shipping_companies.php
-  /admin/db/company_db.inc
-  /admin/db/maintenance_db.inc
-  /admin/db/users_db.inc
-  /admin/db/voiding_db.inc
-  /dimensions/includes/dimensions_db.inc
-
-18-Apr-2008 Joe Hunt
-! Modules includes, inventory and manufacturing sealed against XSS attacks
-$ /includes/db/comments_db.inc
-  /includes/db/inventory_db.inc
-  /includes/db/references_db.inc
-  /inventory/includes/db/items_category_db.inc
-  /inventory/includes/db/items_db.inc
-  /inventory/includes/db/items_locations_db.inc
-  /inventory/includes/db/items_units_db.inc
-  /inventory/includes/db/movement_types_db.inc
-  /manufacturing/includes/db/work_centres_db.inc
-  /manufacturing/includes/db/work_orders_db.inc
-  /manufacturing/includes/db/work_orders_quick_db.inc
-  /manufacturing/includes/db/work_order_issues_db.inc
-  /manufacturing/includes/db/work_order_produce_items_db.inc
-  
-18-Apr-2008 Janusz Dobrowolski
-! Changed db_escape function to avoid XSS attacks via js db injection
-$ /includes/db/connect_db.inc
-# Database inserts/updates secured against js injection
-$ /admin/db/maintenance_db.inc
-  /gl/includes/db/gl_db_accounts.inc
-  /purchasing/includes/db/po_db.inc
-  /sales/sales_order_entry.php
-  /sales/includes/db/sales_order_db.inc
-
-16-Apr-2008 Joe Hunt
-# Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
-$ /includes/ui/ui_lists.inc
-
-09-Apr-2008 Janusz Dobrowolski
-# Fixed number formatting bug in standard cost update.
-$ /inventory/cost_update.php
-
--------------------- 2,0 Beta - released ----------------------------
-
-06-Apr-2008 Joe Hunt
-! Changed install.html and update.html to fit the new unstable release 2.0
-! Changed demo sql script to fit the 2.0 unstable.
-$ install.html
-  update.html
-  /sql/en_US-demo.sql
-  
-06-Apr-2008 Janusz Dobrowolski
-# Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
-  /sales/customer_invoice.php
-# Fixed typo causing error while adding new tax type.
-  /taxes/tax_types.php
-  
-05-Apr-2008 Joe Hunt
-# Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
-$ /admin/create_coy.php
-
-05-Apr-2008 Joe Hunt
-# Removed annoying warnings in several reports. 
-$ config.php 
-  /reporting/rep102.php
-  /reporting/rep104.php
-  /reporting/rep201.php
-  /reporting/rep203.php
-  /reporting/rep705.php
-  /reporting/rep706.php
-  /reporting/rep707.php
-  /reporting/rep709.php
-  /reporting/reports_main.php
-  /reporting/includes/pdf_report.inc
-  
-04-Apr-2008 Janusz Dobrowolski
-# Javascript bugfix in selecting orders for template.
-$ /sales/inquiry/sales_orders_view.php
-
-04-Apr-2008 Joe Hunt
-! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
-+ Preparing for download of release 2.0b on SourceForge.
-$ config.php
-  update.html
-  /sql/en_US-new.sql
-  /sql/en_US-demo.sql
-  
-02-Apr-2008 Janusz Dobrowolski
-# Removed selector expansion on space key for multi-line selectors
-$ /js/inserts.js
-! Hiding search button in combo selectors for javascript enabled browsers
-$ /includes/ui/ui_lists.inc
-  /js/inserts.js
-+ Focus set to invalid form field after submit check fail
-$ /admin/company_preferences.php
-  /admin/fiscalyears.php
-  /admin/gl_setup.php
-  /admin/payment_terms.php
-  /admin/shipping_companies.php
-  /admin/users.php
-  /admin/void_transaction.php
-  /dimensions/dimension_entry.php
-  /gl/bank_transfer.php
-  /gl/gl_deposit.php
-  /gl/gl_journal.php
-  /gl/gl_payment.php
-  /gl/manage/bank_accounts.php
-  /gl/manage/bank_trans_types.php
-  /gl/manage/currencies.php
-  /gl/manage/exchange_rates.php
-  /gl/manage/gl_account_classes.php
-  /gl/manage/gl_account_types.php
-  /gl/manage/gl_accounts.php
-  /inventory/adjustments.php
-  /inventory/cost_update.php
-  /inventory/prices.php
-  /inventory/purchasing_data.php
-  /inventory/transfers.php
-  /inventory/manage/item_categories.php
-  /inventory/manage/item_units.php
-  /inventory/manage/items.php
-  /inventory/manage/locations.php
-  /inventory/manage/movement_types.php
-  /manufacturing/work_order_add_finished.php
-  /manufacturing/work_order_entry.php
-  /manufacturing/work_order_issue.php
-  /manufacturing/work_order_release.php
-  /manufacturing/manage/bom_edit.php
-  /manufacturing/manage/work_centres.php
-  /purchasing/po_entry_items.php
-  /purchasing/po_receive_items.php
-  /purchasing/supplier_credit.php
-  /purchasing/supplier_credit_grns.php
-  /purchasing/supplier_invoice.php
-  /purchasing/supplier_invoice_grns.php
-  /purchasing/supplier_payment.php
-  /purchasing/supplier_trans_gl.php
-  /purchasing/allocations/supplier_allocate.php
-  /purchasing/manage/suppliers.php
-  /sales/credit_note_entry.php
-  /sales/customer_credit_invoice.php
-  /sales/customer_delivery.php
-  /sales/customer_invoice.php
-  /sales/customer_payments.php
-  /sales/sales_order_entry.php
-  /sales/allocations/customer_allocate.php
-  /taxes/item_tax_types.php
-  /taxes/tax_groups.php
-  /taxes/tax_types.php
-# Set default focus in update_db.php
-$ /admin/backups.php
-
-29-Mar-2008 Janusz Dobrowolski
-# Changed gl_all_accounts_list() API
-$ /includes/ui/ui_lists.inc
-+ Enhanced list accessability in kbd usage via space key
-$ js/inserts.js
-
-28-Mar-2008 Janusz Dobrowolski
-# Fixed headers for various display mode
-$ /sales/inquiry/sales_orders_view.php
-
-28-Mar-2008 Joe Hunt
-+ Added print document options in inquiries.
-$ /sales/inquiry/customer_inquiry.php
-  /sales/inquiry/sales_orders_view.php
-  /sales/inquiry/sales_deliveries_view.php
-  /purchasing/inquiry/po_search.php
-  /purchasing/inquiry/po_search_completed.php
-  
-28-Mar-2008 Joe Hunt
-# Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
-$ /sales/includes/db/customers_db.inc
-# Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
-$ /sales/includes/db/sales_credit_db.inc
-# Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
-$ /reporting/includes/doctext.inc
-  /reporting/includes/doctext2.inc
-# Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
-$ /reporting/rep101.php
-  /reporting/rep102.php
-
-28-Mar-2008 Janusz Dobrowolski
-# Layout/focus fixes for no_[customer/supplier/item]_list option on
-$  /includes/ui/ui_lists.inc
-   /purchasing/includes/ui/po_ui.inc
-   /sales/credit_note_entry.php
-   /sales/sales_order_entry.php
-   /sales/includes/ui/sales_credit_ui.inc
-   /sales/includes/ui/sales_order_ui.inc
-
-27-Mar-2008 Janusz Dobrowolski
-+ Automatic first field focus on page start, focus order preserved between form updates
-$  /gl/inquiry/gl_account_inquiry.php
-   /includes/page/footer.inc
-   /includes/ui/ui_controls.inc
-   /includes/ui/ui_input.inc
-   /includes/ui/ui_lists.inc
-   /includes/ui/ui_view.inc
-   /js/inserts.js
-   /sales/sales_order_entry.php
-   /sales/credit_note_entry.php
-   /sales/includes/ui/sales_credit_ui.inc
-   /sales/includes/ui/sales_order_ui.inc
-+ Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
-$  /includes/ui/ui_input.inc
-! Javascript recalcAccount() superseded by class='combo' behaviour binding
-$  /gl/gl_deposit.php
-   /gl/gl_journal.php
-   /gl/gl_payment.php
-   /gl/includes/ui/gl_deposit_ui.inc
-   /gl/includes/ui/gl_journal_ui.inc
-   /gl/includes/ui/gl_payment_ui.inc
-   /includes/ui/ui_view.inc
-   /purchasing/po_entry_items.php
-   /purchasing/includes/ui/po_ui.inc
-   /sales/sales_order_entry.php
-   /sales/includes/ui/sales_credit_ui.inc
-   /sales/includes/ui/sales_order_ui.inc
-   /js/inserts.js
-! get_js_set_focus moved from ui_view (this is only standalone form).
-   /update_db.php
-# Fixed debit/credit entry check 
-$  /gl/gl_journal.php
-# Restored GET/POST security check on path_to_root
-$  /config.php
-
-26-Mar-2008 Janusz Dobrowolski
-# Bug fixes in purchase module related to tax structure changes.
-$  /purchasing/includes/supp_trans_class.inc
-   /purchasing/includes/db/invoice_db.inc
-   /purchasing/includes/db/invoice_items_db.inc
-   /purchasing/includes/ui/invoice_ui.inc
-   /reporting/rep105.php
-
-25-Mar-2008 Janusz Dobrowolski
-! Per company pdf, backup and graphics directories in 'company' dir.
-$  /company (new dir)
-   /company/0 (new dir)
-   /company/0/images/ (new dir)
-   /company/0/images/102.jpg   (moved from inventory/manage/image)
-   /company/0/images/103.jpg   (moved from inventory/manage/image)
-   /company/0/images/104.jpg   (moved from inventory/manage/image)
-   /company/0/images/logo_frontaccounting.jpg  (moved from themes/default/images)
-   /company/0/images/logo_frontaccounting.png  (moved from themes/default/images)
-   /admin/backups.php
-   /admin/create_coy.php
-   /admin/db/maintenance_db.inc
-   /install/index.php
-   /reporting/rep102.php
-   /reporting/rep104.php
-   /reporting/rep202.php
-   /reporting/rep303.php
-   /reporting/rep706.php
-   /reporting/rep707.php
-   /reporting/includes/pdf_report.inc
-   /inventory/manage/items.php
-
-+ jscript component caching (enables browser caching and future compression)
-$  /includes/session.inc
-   /includes/main.inc
-   /includes/page/header.inc
-   /includes/ui/ui_view.inc
-   /admin/display_prefs.php
-   /config.php
-
-- Removed obsolete file
-$  /sales/includes/ui/print_invoice.inc
-
-21-Mar-2008 Janusz Dobrowolski
-! Total Allocation/Left to Allocate update without page submit.
-$  /includes/ui/ui_view.inc
-   /purchasing/allocations/supplier_allocate.php
-   /sales/allocations/customer_allocate.php
-# Fixed unvisable under IE editbutton
-$  /themes/aqua/default.css
-   /themes/cool/default.css
-   /themes/default/default.css
-
-20-Mar-2008 Janusz Dobrowolski
-# Excluding delivery notes from Customer Balances, removed warnings. 
-$  /reporting/rep101.php 
-# Divide by zero fix on order_price==0 in new supplier invoice
-$  /purchasing/supplier_invoice_grns.php
-# Database bug fix in new customer entry
-$  /sales/manage/customers.php
-# Small bug fix (warnings) in is_date() function.
-$  /includes/date_functions.inc
-
-18-Mar-2008 Janusz Dobrowolski
-# Line items editor uses POST method - no disappearing shippment info.
-$  /sales/credit_note_entry.php
-   /sales/sales_order_entry.php
-   /sales/includes/ui/sales_credit_ui.inc
-   /sales/includes/ui/sales_order_ui.inc
-+ Added edit_button_cell() function
-$  /includes/ui/ui_controls.inc
-+ Helper function for finding indexed submit $_POST vars.
-$  /includes/ui/ui_input.inc
-+ New class .editbutton for buttons. Default view is link alike.
-$  /themes/aqua/default.css
-   /themes/cool/default.css
-   /themes/default/default.css
-
-17-Mar-2008 Janusz Dobrowolski
-# Added rounding when needed to avoid document non cosistent documents.
-$  /includes/banking.inc
-   /purchasing/supplier_credit_grns.php
-   /purchasing/supplier_invoice_grns.php
-   /purchasing/includes/supp_trans_class.inc
-   /purchasing/includes/ui/invoice_ui.inc
-   /purchasing/includes/ui/po_ui.inc
-   /reporting/rep107.php
-   /reporting/rep109.php
-   /reporting/rep110.php
-   /reporting/rep209.php
-   /sales/includes/cart_class.inc
-   /sales/includes/ui/sales_credit_ui.inc
-   /sales/includes/ui/sales_order_ui.inc
-   /sales/view/view_credit.php
-   /sales/view/view_dispatch.php
-   /sales/view/view_invoice.php
-   /sales/view/view_sales_order.php
-   /taxes/tax_calc.inc
-# Sign bug for customer transactions
-$  /reporting/rep709.php
-# Include file conflict fix
-$ /purchasing/includes/ui/invoice_ui.inc
-  /gl/manage/bank_accounts.php
-  /manufacturing/inquiry/where_used_inquiry.php
-  /purchasing/manage/suppliers.php
-  
-16-Mar-2008 Janusz Dobrowolski
-+ Added javascript add-on for unobtrusive apply javascript handlers to html elements.
-$  /js/behaviour.js
-   /js/inserts.js
-+ Added javascript source collecting functions
-$  /includes/main.inc
-! Moved check_page_security(); for safe start in case of broken wa_current_user var.
-+ Added global js code collecting arrays  $js_lib, $js_static
-$  /includes/session.inc
-! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
-$  /includes/ui/ui_view.inc
-+ Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
-$  /includes/page/footer.inc
-   /includes/page/header.inc
-! Added including of data_checks.inc
-$  /includes/ui.inc
-+ User side percent/exrate/qty/price input formatting via onblur handler.
-$  /admin/gl_setup.php
-   /gl/gl_budget.php
-   /gl/manage/exchange_rates.php
-   /includes/ui/ui_input.inc
-   /inventory/purchasing_data.php
-   /inventory/reorder_level.php
-   /inventory/includes/item_adjustments_ui.inc
-   /inventory/includes/stock_transfers_ui.inc
-   /manufacturing/work_order_entry.php
-   /manufacturing/manage/bom_edit.php
-   /purchasing/po_entry_items.php
-   /purchasing/po_receive_items.php
-   /purchasing/supplier_credit.php
-   /purchasing/supplier_credit_grns.php
-   /purchasing/supplier_invoice_grns.php
-   /purchasing/supplier_trans_gl.php
-   /purchasing/allocations/supplier_allocate.php
-   /purchasing/includes/ui/po_ui.inc
-   /sales/customer_delivery.php
-   /sales/customer_invoice.php
-   /sales/allocations/customer_allocate.php
-   /sales/includes/ui/sales_credit_ui.inc
-   /sales/includes/ui/sales_order_ui.inc
-   /taxes/tax_groups.php
-   /taxes/tax_types.php
-
-14-Mar-2008 Janusz Dobrowolski
- + All forms fixed to accept user native numeric format.
- $ /admin/gl_setup.php
-   /gl/bank_transfer.php
-   /gl/gl_budget.php
-   /gl/gl_deposit.php
-   /gl/gl_journal.php
-   /gl/gl_payment.php
-   /gl/includes/db/gl_db_banking.inc
-   /gl/includes/ui/gl_deposit_ui.inc
-   /gl/includes/ui/gl_journal_ui.inc
-   /gl/includes/ui/gl_payment_ui.inc
-   /gl/manage/exchange_rates.php
-   /inventory/adjustments.php
-   /inventory/cost_update.php
-   /inventory/prices.php
-   /inventory/purchasing_data.php
-   /inventory/reorder_level.php
-   /inventory/transfers.php
-   /inventory/includes/item_adjustments_ui.inc
-   /inventory/includes/stock_transfers_ui.inc
-   /inventory/manage/item_units.php
-   /manufacturing/work_order_entry.php
-   /manufacturing/inquiry/where_used_inquiry.php
-   /manufacturing/manage/bom_edit.php
-   /purchasing/po_entry_items.php
-   /purchasing/po_receive_items.php
-   /purchasing/supplier_credit_grns.php
-   /purchasing/supplier_invoice_grns.php
-   /purchasing/supplier_payment.php
-   /purchasing/supplier_trans_gl.php
-   /purchasing/allocations/supplier_allocate.php
-   /purchasing/includes/ui/po_ui.inc
-   /purchasing/inquiry/po_search.php
-   /sales/credit_note_entry.php
-   /sales/customer_credit_invoice.php
-   /sales/customer_delivery.php
-   /sales/customer_invoice.php
-   /sales/customer_payments.php
-   /sales/sales_order_entry.php
-   /sales/allocations/customer_allocate.php
-   /sales/includes/ui/sales_credit_ui.inc
-   /sales/includes/ui/sales_order_ui.inc
-   /sales/manage/customers.php
-   /sales/manage/sales_people.php
-   /sales/view/view_credit.php
-   /sales/view/view_dispatch.php
-   /sales/view/view_invoice.php
-   /sales/view/view_receipt.php
-   /sales/view/view_sales_order.php
-   /taxes/item_tax_types.php
-   /taxes/tax_groups.php
-   /taxes/tax_types.php
- + User format functions for percent/price/exrate amounts display.
- $ /includes/current_user.inc
- + Input checking functions for numeric input fields in user native format
- $ /includes/data_checks.inc
- + Numeric input fields in user native format
- $ /includes/ui/ui_input.inc
- + Javascript function for conversion to/from user native numeric format.
- $ /includes/ui/ui_view.inc
- + New class amount for numeric input
- $ /themes/aqua/default.css
-   /themes/cool/default.css
-   /themes/default/default.css
- # Removed warning on adding component
-   /manufacturing/manage/bom_edit.php
- # Quantity display correction
-   /manufacturing/inquiry/where_used_inquiry.php
- # Fixed add_customer_trans() call
-   /gl/includes/db/gl_db_banking.inc
-
-12-Mar-2008 Joe Hung
- + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
- - Removed default insertion of Units of Measure. Not neccessary.
- $ /sql/alter.sql
-   /admin/db/maintenance_db.inc (added support for update)
-
-11-Mar-2008 Janusz Dobrowolski
- + Table of measure moved into new table item_units
- ! Removed $themes[] from config.php, theme list based on directory structure
- $ /config.php
-   /includes/ui/ui_lists.inc
-   /applications/inventory.php
-   /inventory/includes/inventory_db.inc
-   /inventory/includes/db/items_units_db.inc
-   /inventory/manage/item_units.php
-   /inventory/manage/items.php
-   /sql/alter.sql
-
-11-Mar-2008 Joe Hunt
- # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
- $ /sales/customer_invoice.php
-   /sales/customer_delivery.php
-10-Mar-2008 Joe Hunt
- # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
- $ /sales/sales_order_entry.php
-10-Mar-2008 Janusz Dobrowolski
- + Added price list selector to sales entry (debtor_master gives only default one)
- + Added optional submit_on_change parameter to sales ui lists
- $ /includes/ui/ui_lists.inc
-   /sales/sales_order_entry.php
-   /sales/includes/ui/sales_credit_ui.inc
-   /sales/includes/ui/sales_order_ui.inc
- # Additional PHP5 fixes, do_clone superseded by local ? : constructs
- $ /sales/includes/cart_class.inc
-   /includes/ui/ui_view.inc
-   /sales/includes/sales_db.inc
- # Fixed bogus sales_type lists in edition mode
- $ /sales/customer_delivery.php
-   /sales/customer_invoice.php
- # Smaller fixes, cart_class.sales_type name change
- $ /sales/includes/ui/sales_credit_db.inc
-   /sales/credit_note_entry.php
-   /sales/customer_credit_invoice.php
-   /sales/includes/cart_class.inc
-   /sales/includes/db/sales_credit_db.inc
-   /sales/includes/db/sales_delivery_db.inc
-   /sales/includes/db/sales_invoice_db.inc
-   /sales/includes/db/sales_order_db.inc
-   /sales/includes/ui/sales_credit_ui.inc
- # One another pmWiki name conflict removed
- $ /admin/display_prefs.php
-09-Mar-2008 Joe Hunt
- - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
- $ /dimensions/includes/dimensions_db.inc
-   /gl/includes/db/gl_db_banking.inc
-   /includes/main.inc
-   /inventory/includes/db/items_adjust_db.inc
-   /manufacturing/includes/db/work_order_issues_db.inc
-   /manufacturing/includes/db/work_order_produce_items_db.inc
-   /manufacturing/includes/db/work_orders_db.inc
-   /manufacturing/includes/db/work_orders_quick_db.inc
-   /purchasing/includes/db/grn_db.inc
-   /purchasing/includes/db/po_db.inc
-   /purchasing/includes/db/supp_payment_db.inc
-   /reporting/includes/form_types.inc (File removed)
-   /sales/includes/db/sales_delivery_db.inc
-   /sales/includes/db/sales_invoice_db.inc
-   /sales/includes/db/sales_order_db.inc
-   /sql/alter.sql
- # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
- $ /reporting/rep101.php
-   /reporting/rep201.php
- # clone replacement do_clone() for both PHP 4 and PHP 5.
- $ /includes/ui/ui_view.inc (at the very bottom)
-   /sales/includes/cart_class.inc
-   
-07-Mar-2008 Janusz Dobrowolski
- ! Changed name tax type uniqueness constraint to (name, rate)
- $ /includes/ui/ui_lists.inc
-   /taxes/items_tax_types.php
- ! Tax included option moved from tax_group to sales_types table
- $ includes/ui/ui_view.inc
-   /purchasing/includes/ui/invoice_ui.inc
-   /taxes/tax_calc.inc
-   /taxes/tax_groups.php
-   /taxes/db/tax_groups_db.inc
-   /sql/alter.sql
- # Final rewriting of sales module, a lot of bugfixes.
- + Template delivery/invoicing
- + Concurrent document editing control on sql level
- + Most of sales documents are now editable
- + Some links to print documents after entry
- ! Changed javascript helper function for customer allocations
- $ /applications/customers.php
-   /includes/ui/ui_input.inc
-   /reporting/rep107.php
-   /reporting/rep109.php
-   /reporting/rep110.php
-   /sales/credit_note_entry.php
-   /sales/customer_credit_invoice.php
-   /sales/customer_delivery.php
-   /sales/customer_invoice.php
-   /sales/customer_payments.php
-   /sales/sales_order_entry.php
-   /sales/allocations/customer_allocate.php
-   /sales/allocations/customer_allocation_main.php
-   /sales/includes/cart_class.inc
-   /sales/includes/sales_db.inc
-   /sales/includes/sales_ui.inc
-   /sales/includes/db/cust_trans_db.inc
-   /sales/includes/db/cust_trans_details_db.inc
-   /sales/includes/db/custalloc_db.inc
-   /sales/includes/db/customers_db.inc
-   /sales/includes/db/payment_db.inc
-   /sales/includes/db/sales_credit_db.inc
-   /sales/includes/db/sales_delivery_db.inc
-   /sales/includes/db/sales_invoice_db.inc
-   /sales/includes/db/sales_order_db.inc
-   /sales/includes/db/sales_types_db.inc
-   /sales/includes/ui/print_invoice.inc
-   /sales/includes/ui/sales_credit_ui.inc
-   /sales/includes/ui/sales_order_ui.inc
-   /sales/inquiry/customer_allocation_inquiry.php
-   /sales/inquiry/customer_inquiry.php
-   /sales/inquiry/sales_deliveries_view.php
-   /sales/inquiry/sales_orders_view.php
-   /sales/manage/credit_status.php
-   /sales/manage/sales_types.php
-   /sales/view/view_credit.php
-   /sales/view/view_dispatch.php
-   /sales/view/view_invoice.php
-   /sales/view/view_receipt.php
-   /sales/view/view_sales_order.php
-# Removed function name conflict with wiki help system
-   /includes/lang/language.php
-   
-06-Mar-2008 Janusz Dobrowolski
- + Wiki help links integration
- $ /config.php
-   /includes/page/header.inc
-   /includes/lang/language.php
- + Optional debuging with xdebug module
- $ /index.php
-   /includes/db/connect_db.inc
- ! Concurrent edition fix
- $  /includes/systypes.inc
- # Table header fix
- $  /manufacturing/manage/bom_edit.php
- # Menu layout fixes
- $ /themes/aqua/renderer.php
-   /themes/cool/renderer.php
-   /themes/default/renderer.php
- # Removed warning about nonexistent $_GET variable
- $ /dimensions/inquiry/search_dimensions.php
- # MySQL 3.xx CAST bug fix
- $ /includes/db/manufacturing_db.inc
-   /manufacturing/includes/db/work_order_requirements_db.inc
-   /manufacturing/inquiry/where_used_inquiry.php
-
-04-Mar-2008 Joe Hunt
- ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
-   Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
- $ /inventory/cost_update.php
-   /purchasing/includes/db/grn_db.inc and
-   /manufacturing/manage/bom_edit.php. 
-   /manufacturing/includes/db/work_orders_db.inc
-   /manufacturing/includes/db/work_orders_quick_db.inc
-   /manufacturing/work_order_entry.php
-  
-21-Feb-2008 Joe Hunt
- + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
- $ /admin/view_print_transaction.php
-   /applications/setup.php
-  
-17-Feb-2008 Joe Hunt
- ! Minor change in menu and function in view_print_transaction.php
- $ /admin/view_print_transaction.php
-   /application/setup.php
- + Preparing for print of single documents
- $ /reporting/includes/reporting.inc
- ! Removing 'out' field in table tax_types
- $ /sql/alter.sql
-   /taxes/tax_types.php
-   /taxes/db/tax_types_db.inc
- + Added 2 functions in ui_input.inc, button and button_cell
-   /includes/ui/ui_input.inc
-
-11-Feb-2008 Joe Hunt
- + Added file, update_db.php, for updating company databases from an SQL script.
- $ update_db.php (New file)
-   update.html
-  
-06-Fef-2008 Joe Hunt
- + Added Report, Salesman Listing, rep106.php. 
- $ /reporting/reports_main.php
-   /reporting/rep106.php
-  
-06-Feb-2008 Janusz Dobrowolski
- + Separation of customer invoice issue and goods delivery.
- + Batch invoicing for more than one delivery
- # Corrected inadequate shipping tax calculations.
- ! Default debugging status changed to off.
- $ /taxes/tax_calc.inc
-   /taxes/db/tax_groups_db.inc
-   /admin/db/voiding_db.inc
-   /applications/customers.php
-   /includes/systypes.inc
-   /includes/types.inc
-   /includes/ui/ui_controls.inc
-   /includes/ui/ui_lists.inc
-   /includes/ui/ui_view.inc
-   /inventory/inquiry/stock_status.php
-   /reporting/rep105.php
-   /reporting/rep107.php
-   /reporting/rep109.php
-   /reporting/rep110.php 
-   /reporting/rep209.php
-   /reporting/reports_main.php
-   /reporting/includes/doctext.inc
-   /reporting/includes/doctext2.inc
-   /reporting/includes/form_types.inc
-   /reporting/includes/pdf_report.inc
-   /reporting/includes/reports_classes.inc
-   /sales/customer_credit_invoice.php
-   /sales/customer_invoice.php
-   /sales/sales_order_entry.php
-   /sales/customer_delivery.php 
-   /sales/includes/db/sales_delivery_db.inc 
-   /sales/includes/ui/print_invoice.inc 
-   /sales/includes/cart_class.inc
-   /sales/includes/sales_db.inc
-   /sales/includes/db/cust_trans_db.inc
-   /sales/includes/db/cust_trans_details_db.inc
-   /sales/includes/db/sales_credit_db.inc
-   /sales/includes/db/sales_invoice_db.inc
-   /sales/includes/db/sales_order_db.inc
-   /sales/includes/ui/sales_order_ui.inc
-   /sales/inquiry/customer_allocation_inquiry.php
-   /sales/inquiry/customer_inquiry.php
-   /sales/inquiry/sales_orders_view.php
-   /sales/inquiry/sales_deliveries_view.php 
-   /sales/view/view_dispatch.php
-   /sales/view/view_invoice.php
-   /sales/view/view_sales_order.php
-   /sql/alter.sql
-   config.php
-  
-01-Feb-2008 Joe Hunt
- ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
- $ /sales/includes/cart_class.inc
-   /sales/includes/db/sales_credit_db.inc
-   /sales/includes/db/sales_invoice_db.inc
-   /sales/includes/db/sales_order_db.inc
-   /sales/includes/db/cust_trans_details_db.inc
-   /sales/includes/ui/sales_order_ui.inc
-   /sales/includes/ui/sales_credit_ui.inc
-   /sales/credit_note_entry.php
-   /sales/customer_credit_invoice.php
-   /sales/sales_order_entry.php
-   /sales/customer_invoice.php
-
-31-Jan-2008 Joe Hunt
- ! New Release 2.0 Pre Alpha
- $ config.php
- # Fixed a release 2 related bug in create_coy.php
- $ /admin/create_coy.php
- + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
-   and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
-   with these databases changes without any new files. They are coming as soon as possible.
- $ /sql/alter.sql (New file)  
- # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
-   and 2 related files
- $ /purchasing/supplier_trans_gl.php
-   /purchasing/includes/db/invoice_items_db.inc
- ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
- $ /includes/ui/ui_lists.inc
-   /purchasing/includes/ui/po_ui.inc
-   /sales/includes/ui/sales_order_ui.inc
-   /admin/company_preferences.php
-   /admin/db/company_db.inc
-   config.php
- + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
-   Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
- $ /sales/manage/sales_people.php
-   /includes/ui/ui_input.inc
--------------------- 2,0 Pre Alpha - above ----------------------------
-31-Jan-2008 Janusz Dobrowolski
- # Minor bugfix in db_import()
- $ /admin/db/maintenance_db.inc
-30-Jan-2008 Janusz Dobrowolski
- # Minor display fix in tax_types.php
- $ /taxes/tax_types.php
- ! Format cleanup on some files.
- $ /gl/includes/gl_db.inc
-   /gl/includes/gl_ui.inc
-   /applications/application.php
-   frontaccounting.php
-   index.php
-   
--------------------- 1.16 Stable Released ----------------------
-28-Jan-2008 Joe Hunt
- + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
-   The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
-   and $no_supplier_list. Default is the normal behavior for all listboxes.
- $ /includes/ui/ui_lists.inc
-   /sales/includes/ui/sales_orders_ui.inc
-   /purchases/includes/ui/po_ui.inc
-   /themes/default/images/locate.png (New file)
-   config.php
-
- + Added ALTER TABLE possibility in db_import. For future releases.
- $ /admin/db/maintenence_db.inc  
-
- # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
- # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
- $ /includes/db/connect_db.inc
-   /includes/ui/ui_lists.inc
-   /includes/page/header.inc
-   /access/login.php
-   
-16-Jan-2008 Joe Hunt
- # When login screen is displayed after session timeout page content is broken. It
-   is because of NOT using absolute paths in href attribute theme elements.
- $ /access/login.php
-30-Dec-2007 Joe Hunt
- # Minor adjustments in function db_export on line 325
- $ /admin/db/maintenance_db.inc
-29-Dec-2007 Joe Hunt
- + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
- $ config.php
- # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
-   Also fixed a unneccessary str_replace when importing sql scripts.
- ! Changed the PDF presentation to deleting the Javascript cache before presentation.
- $ /admin/db/maintenance_db.inc
-   /reporting/includes/pdf_report.inc
-   
-13-Dec-2007 Joe Hunt
- # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
- $ /gl/inquiry/gl_trial_balance.php
-   /gl/inquiry/gl_account_inquiry.php
-
-13-Dec-2007 Joe Hunt
- # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
- $ /admin/db/voiding_db.inc
-06-Dec-2007 Joe Hunt
- # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
- $ /gl/gl_payment.php
-   /gl/includes/ui/gl_payment_ui.inc
-   
- ! Changed $loc_notification to be set to 0 instead of 1.
- $ config.php
--------------------- 1.15 Stable Released ----------------------
-05-Dec-2007 Joe Hunt
- + Added email notification to stock location when available stock is below reorder level
- $ config.php
-   /sales/includes/db/sales_order_db.inc
-   
- # Fixed bugs in Open balances when account is not a balance account
- $ /gl/inquiry/gl_trial_balance.php
-   /gl/inquiry/gl_account_inquiry.php
-   /reporting/rep704.php
-   /reporting/rep708.php
-   
--------------------- 1.14 Stable Released ----------------------
-01-Oct-2007 Joe Hunt
- ! Major change in the installation of modules to also accept an SQL-file for upload.
- $ config.php
-   /admin/inst_module.php
-   /admin/db/maintenance_db.inc
-   
-30-Sep-2007 Joe Hunt
- # The following files were still vulnerable. Fixed
- $ /access/login.php
-   /includes/lang/language.php
-
--------------------- 1.13 Stable Released ----------------------
-14-Sep-2007 Joe Hunt
- + Added optional link for electronic payment on invoices (PayPal). 
- ! Better support for install/update languages.  
- ! Minor adjustments
- # Fixed a vulnerable item in config.php
- $ config.php
-
-14-Sep-2007 Joe Hunt
- # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
- # config.php has been vulnerable. Fixed.
- $ /admin/inst_lang.php
- $ config.php
-10-Sep-2007 Joe Hunt
- ! Changed Bank Address field from text to textarea (multirows)
- $ /gl/manage/bank_accounts.php
-06-Sep-2007 Joe Hunt
- + Added optional link for electronic payment on invoices (PayPal)
- $ /reporting/reports_main.php
-   /reporting/rep107.php
-   /reporting/includes/report_classes.inc
-   /reporting/includes/pdf_report.inc
-   /reporting/includes/doc_text.inc
-   /reporting/includes/doc_text2.inc
-   
-23-Aug-2007 Joe Hunt
- # Unnecessary parameter ($db) in check_for_recursive_bom
- $ /manufacturing/manage/bom_edit.php
-21-Aug-2007 Joe Hunt
- # Bug in /includes/lang/gettext.php (249) affecting changing language!
- $ /includes/lang/gettext.php
-08-Aug-2007 Joe Hunt
- # Minor adjustments
- $ config.php
-   /access/login.php
-   /admin/create_coy.php
-   /reporting/includes/pdf_report.inc
-   
-04-Aug-2007 Joe Hunt
- + Added a default fiscal year in the en_US-new.sql and start references.
- $ /sql/en_US-new.sql
- ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
- $ /lang/en_US/LC_MESSAGES/en_US.mo
-03-Aug-2007 Joe Hunt
- # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
- $ /sales/includes/db/sales_order_db.inc
-23-Jul-2007 Joe Hunt
- # Changed <? in front of 2 files to <?php.
- $ /purchasing/includes/purchasing_ui.inc
-   /reporting/includes/class.mail.inc
-   
--------------------- 1.12 Stable Released ----------------------
-21-Jul-2007 Joe Hunt
- + Added option to handle Jalali and Islamic Calendars
- ! Minor adjustments
- $ config.php
-   /gl/includes/db/gl_db_trans.inc
-   /includes/date_functions.inc
-   /includes/ui/ui_input.inc
-   /includes/ui/ui_lists.inc
-   /includes/ui/ui_view.inc
-   /purchasing/po_receive_items.php
-   /purchasing/includes/ui/invoice_ui.inc
-   /purchasing/includes/ui/po_ui.inc
-   /reporting/rep705.php
-   /sales/includes/db/sales_order_db.inc
-   /sales/includes/ui/sales_order_ui.inc
-   
-20-Jul-2007 Joe Hunt
- ! Changed parameters on report Sales Order. Option to print as Quote.
- $ /reporting/reports_main.php
-   /reporting/rep109.php
-   /reporting/includes/pdf_report.inc
-   /reporting/includes/doctext.inc
-   /reporting/includes/doctext2.inc
-19-Jul-2007 Joe Hunt
- + Added Budget Entry in General Ledger. Includes Dimensions.
- $ config.php
-   /applications/generalledger.php
-   /gl/gl_budget.php (New File!)
-   /gl/includes/db/gl_db_trans.inc
-   /includes/date_functions.inc
-   /reporting/report_classes.inc
-   
--------------------- 1.11 Stable Released ----------------------
-04-Jul-2007 Joe Hunt
- ! Option for using alpha numeric chart of accounts.
- $ config.php
-   /gl/manage/gl_accounts.php
-   /gl/includes/db/gl_db_accounts.inc
-   /gl/includes/db/gl_db_bank_trans.inc
-   /gl/includes/db/gl_db_trans.inc
-   /gl/inquiry/gl_trial_balance.inc
-   /admin/db/company_db.inc
-   /inventory/includes/db/items_db.inc
-   /sales/manage/customer_branches.inc
-
-04-Jul-2007 Joe Hunt
- # Problems retrieving language texts for poEdit in long javascripts
- $ /includes/ui/ui_view.inc
-04-May-2007 Joe Hunt
- # Database error when updating more than one item row in Sales Orders.
- $ /sales/includes/db/sales_order_db.inc
- # Database error when inserting work order issues. Fixed.
- $ /manufacturing/includes/db/work_order_issues_db.inc
-03-May-2007 Joe Hunt
- # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
- $ /includes/db/manufacturing_db.inc
-   /manufacturing/includes/db/work_order_requirements_db.inc
-
-02-May-2007 Joe Hunt
- # Missing details on Purchase Order when emailing and printing
- $ /reporting/rep209.php
--------------------- 1.1 Stable Released ----------------------
-02-May-2007 Joe Hunt
- + Enabled module addons and all the below bugfixes. No changes in database structure.
- - Removed /sql/basic.sql (included in the other sql files)
- - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
-   (not needed anymore).
- + Addition of update.html  
- $ /admin/inst_module.php (New file!)
-   /applications/customers.php
-   /applications/dimensions.php
-   /applications/generalledger.php
-   /applications/inventory.php
-   /applications/manufacturing.php
-   /applications/setup.php
-   /applications/suppliers.php
-   /install/index.php
-   /install/save.php
-   /modules/inst_modules.php (New folder and new file!)
-   /modules/index.php (New file!)
-   /sql/en_US-demo.sql
-   /sql/en_US-new.sql
-   install.html
-   update.html (New file!)
-   
-01-May-2007 Joe Hunt
- # Missing measure of units when printing sales orders
- # Update of Sales People caused a database error
- $ /sales/manage/sales_people.php
-   /reporting/rep109.php
-30-Apr-2007 Joe Hunt
- + The selected menu tab is now shown with same background as hover color.
- $ config.php (default tab line 77. Change if you want)
-   /includes/page/header.inc
-   
-28-Apr-2007 Joe Hunt
- # When saving work order entries a lot of debug boxes appeared. Fixed
- # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
- # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
- $ /includes/db/manufacturing_db.inc
-   /manufacturing/work_order_entry.php
-   /manufacturing/includes/work_order_issue_ui.inc
-   /manufacturing/includes/db/work_order_requirements_db.inc
-   /manufacturing/includes/db/work_orders_quick_db.inc
-   /manufacturing/inquiry/where_used_inquiry.php
-   
-25-Apr-2007 Joe Hunt
- # Missing Date Picker
- $ /sales/customer_invoice.php
- # No JS popup window
- $ /sales/view/view_invoice.php
-24-Apr-2007 Joe Hunt
- ! New and better Date Picker, better cool theme.
- $ /includes/ui/ui_input.inc
-   /includes/ui/ui_view.inc
-   /reporting/includes/reports_classes.inc
-   /themes/cool/default.css
-
--------------------- 1.0.1 Stable Released ----------------------
-23-Apr-2007 Joe Hunt
- ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
-   the changes for selection lists customers/suppliers and the Audit Trail.
-
-22-Apr-2007 Joe Hunt
- ! Changed the two selection lists for customers/suppliers in reports to a single one with
-   No Filter
- ! Changed the sort order in these selection lists from id to name.
- + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
- $ /reporting/reports_main.php
-   /reporting/rep101.php
-   /reporting/rep102.php
-   /reporting/rep201.php
-   /reporting/rep202.php
-   /reporting/rep203.php
-   /reporting/rep204.php
-   /reporting/includes/reports_classes.inc
-   /includes/ui/ui_lists.inc
-   /gl/includes/db/gl_db_trans.inc
-   config.php
-   
-22-Apr-2007 Joe Hunt
- + Date Picker for all date fields.
- $ config.php
-   /admin/fiscalyears.php
-   /admin/void_transaction.php
-   /includes/ui/ui_view.inc
-   /includes/ui/ui_input.inc
-   /dimensions/dimension_entry.php
-   /dimensions/inquiry/search_dimensions.php
-   /gl/gl_journal.php
-   /gl/gl_deposit.php
-   /gl/gl_payment.php
-   /gl/bank_transfer.php
-   /gl/inquiry/bank_inquiry.php
-   /gl/inquiry/gl_account_inquiry.php
-   /gl/inquiry/gl_trial_balance.php
-   /gl/manage/exchange_rates.php
-   /inventory/adjustments.php
-   /inventory/transfers.php
-   /inventory/inquiry/stock_movements.php
-   /inventory/manage/items.php
-   /manufacturing/work_order_add_finished.php
-   /manufacturing/work_order_entry.php
-   /manufacturing/work_order_issue.php
-   /manufacturing/work_order_release.php
-   /purchasing/supplier_payment.php
-   /purchasing/po_entry_items.php
-   /purchasing/po_receive_items.php
-   /purchasing/supplier_credit.php
-   /purchasing/supplier_credit_grns.php
-   /purchasing/supplier_invoice.php
-   /purchasing/supplier_invoice_grns.php
-   /purchasing/supplier_trans_gl.php
-   /purchasing/includes/ui/po_ui.inc
-   /purchasing/inquity/po_search.php
-   /purchasing/inquiry/po_search_completed.php
-   /purchasing/inquiry/supplier_allocation_inquiry.php
-   /purchasing/inquiry/supplier_inquiry.php
-   /reporting/reports_main.php
-   /reporting/includes/reports_classes.inc
-   /sales/credit_note_entry.php
-   /sales/customer_credit_invoice.php
-   /sales/customer_payments.php
-   /sales/sales_order_entry.php
-   /sales/includes/ui/sales_order_ui.inc
-   /sales/inquiry/customer_allocation_inquiry.php
-   /sales/inquiry/customer_inquiry.php
-   /sales/inquiry/sales_orders_view.php
-   New image files:
-   /themes/default/images/cal.gif
-   /themes/default/images/next.gif
-   /themes/default/images/prev.gif
-
-19-Apr-2007 Joe Hunt
- # Bug no 1703895, Account numbers are varchars, need quotes, fixed
- # Bug no 1703891, Reserved MySQL words used as column names, fixed
- $ /taxes/db/tax_types_db.inc
-
- # Bug no 1703888, Apostrophes and other unescaped characters, fixed
- $ /gl/manage/gl_accounts.php
-   /gl/includes/db/gl_db_accounts.inc
-   /includes/ui/ui_input.inc
-
-18-Apr-2007 Joe Hunt
- # Bug no 1702594, Logon Loop, fixed
- $ config.php
-
--------------------- 1.0a Stable Released ----------------------
-10-Apr-2007 Joe Hunt
- ! Release 1.0a established on SourceForge, fixing the bugs.
-
-11-Apr-2007 Joe Hunt
- # Bug No 1698214, Creating Items, fixed
- $ /includes/ui/ui_lists.inc
- # Bug no 1698216, Item Movements, fixed
- $ /inventory/manage/items.php
-
--------------------- 1.0 Stable Released ----------------------
-10-Apr-2007 Joe Hunt
- ! Release 1.0 established on SourceForge.
+ CHANGELOG.txt
+ admin/db/users_db.inc
+ admin/display_prefs.php
+ admin/inst_module.php
+ config.php
+ includes/current_user.inc
+ includes/page/header.inc
+ includes/prefs/userprefs.inc
+ includes/types.inc
+ includes/ui/ui_lists.inc
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-08-24 22:44 +0000 Joe Hunt
+(1378) Added reference number in report List of Journal Entries
+ CHANGELOG.txt
+ reporting/rep702.php
+
+2009-08-24 12:12 +0000 Janusz Dobrowolski
+(1376) Fixed focus issues on hyperlinks
+ CHANGELOG.txt
+
+2009-08-24 12:11 +0000 Janusz Dobrowolski
+(1375) Fixed focus issues on hyperlinks.
+ includes/ui/ui_controls.inc
+
+2009-08-24 10:51 +0000 Janusz Dobrowolski
+(1374) A couple of small fixes.
+ CHANGELOG.txt
+
+2009-08-24 10:50 +0000 Janusz Dobrowolski
+(1373) Additional links to next document entry on final pages.
+ purchasing/po_receive_items.php
+ purchasing/supplier_invoice.php
+
+2009-08-24 10:50 +0000 Janusz Dobrowolski
+(1372) Small layout fix n final page.
+ purchasing/po_entry_items.php
+
+2009-08-24 10:49 +0000 Janusz Dobrowolski
+(1371) Fixed warning displayed before 2.2 db upgrade.
+ includes/current_user.inc
+
+2009-08-23 21:07 +0000 Janusz Dobrowolski
+(1370) Customizable authentication timeout, reorganized security roles structures.
+ CHANGELOG.txt
+
+2009-08-23 21:06 +0000 Janusz Dobrowolski
+(1369) Implemented customizable authentication timeout.
+ access/login.php
+ access/timeout.php
+ admin/company_preferences.php
+ admin/db/company_db.inc
+ includes/current_user.inc
+ includes/session.inc
+ includes/ui/ui_input.inc
+ sql/alter2.2.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-08-23 21:03 +0000 Janusz Dobrowolski
+(1368) Reorganized access control structures.
+ admin/security_roles.php
+
+2009-08-23 21:03 +0000 Janusz Dobrowolski
+(1367) Reorganized access control structures
+ includes/access_levels.inc
+
+2009-08-19 22:38 +0000 Janusz Dobrowolski
+(1360) Partial changes for new access control system, moving Tax Item Types to Setup module.
+ CHANGELOG.txt
+
+2009-08-19 22:37 +0000 Janusz Dobrowolski
+(1359) Partial changes for new access control system.
+ admin/db/security_db.inc
+ admin/security_roles.php
+ includes/access_levels.inc
+ includes/ui/ui_lists.inc
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+
+2009-08-19 22:35 +0000 Janusz Dobrowolski
+(1358) Item Tax Types moved to Setup module
+ applications/inventory.php
+ applications/setup.php
+
+2009-08-04 13:14 +0000 Joe Hunt
+(1342) Added new access levels
+ CHANGELOG.txt
+ includes/access_levels.inc
+
+2009-08-04 09:13 +0000 Joe Hunt
+(1341) Added email links after creating documents
+ CHANGELOG.txt
+ includes/ui/ui_controls.inc
+ manufacturing/work_order_entry.php
+ purchasing/po_entry_items.php
+ reporting/includes/reporting.inc
+ reporting/reports_main.php
+ sales/create_recurrent_invoices.php
+ sales/credit_note_entry.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/sales_order_entry.php
+
+2009-08-03 21:27 +0000 Janusz Dobrowolski
+(1338) Clone record option for some table editors,
+short names for customer/branch/supplier, fixed focus and popup window placement issues.
+ CHANGELOG.txt
+
+2009-08-03 21:24 +0000 Janusz Dobrowolski
+(1337) Customer/bramch/supplier selected by short name.
+ includes/ui/ui_lists.inc
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-08-03 21:23 +0000 Janusz Dobrowolski
+(1336) Clone record/short names added
+ inventory/manage/item_categories.php
+ inventory/manage/items.php
+ purchasing/manage/suppliers.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+
+2009-08-03 21:21 +0000 Janusz Dobrowolski
+(1335) Clone record support and fixed defult focus on some controls.
+ includes/ui/ui_input.inc
+
+2009-08-03 21:20 +0000 Janusz Dobrowolski
+(1334) Fixed top placement of popup window on FF2
+ js/inserts.js
+
+2009-08-03 21:20 +0000 Janusz Dobrowolski
+(1333) Defualt submit changed.
+ purchasing/po_receive_items.php
+
+2009-07-31 22:56 +0000 Joe Hunt
+(1332) Reduced size of the icons to 12 pix.
+Changed comments in reports
+ CHANGELOG.txt
+ includes/ui/ui_input.inc
+ reporting/rep305.php
+ reporting/rep409.php
+ reporting/rep710.php
+
+2009-07-31 17:07 +0000 Janusz Dobrowolski
+(1331) Merged changes from main trunk up to version_2_1_4
+ CHANGELOG.txt
+ admin/attachments.php
+ config.php
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/manage/bank_accounts.php
+ includes/db/manufacturing_db.inc
+ inventory/purchasing_data.php
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/purchasing_db.inc
+ purchasing/manage/suppliers.php
+ purchasing/view/view_grn.php
+ purchasing/view/view_supp_payment.php
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+ reporting/rep101.php
+ reporting/rep109.php
+ reporting/rep201.php
+ reporting/rep304.php
+ reporting/rep709.php
+ reporting/reports_main.php
+ sales/create_recurrent_invoices.php
+ sales/includes/db/cust_trans_db.inc
+ sales/sales_order_entry.php
+ sales/view/view_receipt.php
+
+2009-07-27 17:33 +0000 Janusz Dobrowolski
+(1326) Print link class fixed
+ CHANGELOG.txt
+
+2009-07-27 17:30 +0000 Janusz Dobrowolski
+(1325) Fixed print link default class.
+ reporting/includes/reporting.inc
+
+2009-07-27 17:28 +0000 Janusz Dobrowolski
+(1324) Code cleanup.
+ sales/manage/customer_branches.php
+
+2009-07-27 10:07 +0000 Janusz Dobrowolski
+(1323) Two small fixes to last commit
+ CHANGELOG.txt
+
+2009-07-27 10:06 +0000 Janusz Dobrowolski
+(1322) Fixed default selection in popup editors
+ js/inserts.js
+
+2009-07-27 10:05 +0000 Janusz Dobrowolski
+(1321) Fixed branch selection via url
+ sales/manage/customer_branches.php
+
+2009-07-25 12:17 +0000 Janusz Dobrowolski
+(1320) Popup editors now available as option for some list selectors.
+ CHANGELOG.txt
+ gl/gl_bank.php
+ gl/includes/ui/gl_bank_ui.inc
+ includes/page/footer.inc
+ includes/session.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_lists.inc
+ inventory/purchasing_data.php
+ js/inserts.js
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_payment.php
+ sales/allocations/customer_allocation_main.php
+ sales/credit_note_entry.php
+ sales/customer_payments.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+ themes/aqua/default.css
+ themes/aqua/renderer.php
+ themes/cool/default.css
+ themes/cool/renderer.php
+ themes/default/default.css
+ themes/default/renderer.php
+
+2009-07-21 21:39 +0000 Janusz Dobrowolski
+(1319) Asynchronous customer/supplier/item selection now use popup window.
+ CHANGELOG.txt
+ gl/gl_bank.php
+ includes/page/footer.inc
+ includes/session.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ index.php
+ inventory/manage/items.php
+ inventory/purchasing_data.php
+ js/inserts.js
+ js/utils.js
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/manage/suppliers.php
+ purchasing/po_entry_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_payment.php
+ sales/allocations/customer_allocation_main.php
+ sales/credit_note_entry.php
+ sales/customer_payments.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/sales_order_entry.php
+
+2009-07-15 14:32 +0000 Joe Hunt
+(1317) Added global $Hook
+ reporting/rep709.php
+
+2009-07-15 09:06 +0000 Joe Hunt
+(1316) Removed some warnings and madeAudit Trail  report MySql 3.23 compatible.
+ CHANGELOG.txt
+ includes/date_functions.inc
+ reporting/rep710.php
+
+2009-07-15 08:48 +0000 Joe Hunt
+(1315) Audit-Trail report (systypes selector should include all systypes, extra parameter to function dup_systypes_list.
+Removed some warnings from reports.
+ CHANGELOG.txt
+ gl/includes/db/gl_db_accounts.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep709.php
+ reporting/rep710.php
+ reporting/reports_main.php
+ sql/alter2.2.sql
+
+2009-07-14 22:48 +0000 Joe Hunt
+(1314) Replaced sys_types names from table to systypes::name in reports
+Now the English names in table are never used in inquiries or reports
+ CHANGELOG.txt
+ reporting/rep101.php
+ reporting/rep102.php
+ reporting/rep108.php
+ reporting/rep201.php
+ reporting/rep202.php
+ reporting/rep203.php
+ reporting/rep709.php
+
+2009-07-13 15:40 +0000 Joe Hunt
+(1313) Rerun
+ CHANGELOG.txt
+ reporting/includes/excel_report.inc
+ reporting/includes/pdf_report.inc
+
+2009-07-13 15:10 +0000 Joe Hunt
+(1312) Added Audit Trail Report
+Changed so $page_security works with reports (displays an error message on top)
+ CHANGELOG.txt
+ reporting/includes/excel_report.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep710.php
+ reporting/reports_main.php
+
+2009-07-11 07:47 +0000 Joe Hunt
+(1306) Layout improvements
+ includes/ui/allocation_cart.inc
+ purchasing/supplier_payment.php
+ sales/customer_payments.php
+
+2009-07-10 13:00 +0000 Janusz Dobrowolski
+(1300) Changed allocation cart API - included items read/write.
+ includes/ui/allocation_cart.inc
+ purchasing/allocations/supplier_allocate.php
+ purchasing/supplier_payment.php
+ sales/allocations/customer_allocate.php
+ sales/customer_payments.php
+
+2009-07-10 11:03 +0000 Janusz Dobrowolski
+(1299) Added direct allocations in customer/supplier payments.
+ CHANGELOG.txt
+
+2009-07-10 11:02 +0000 Janusz Dobrowolski
+(1298) Common ui code for allocations moved toallocation_cart.inc
+ includes/ui/allocation_cart.inc
+ purchasing/allocations/supplier_allocate.php
+ sales/allocations/customer_allocate.php
+
+2009-07-10 11:01 +0000 Janusz Dobrowolski
+(1297) Added direct allocations.
+ sales/customer_payments.php
+
+2009-07-10 11:01 +0000 Janusz Dobrowolski
+(1296) Added direct allocations
+ purchasing/supplier_payment.php
+
+2009-07-10 10:57 +0000 Janusz Dobrowolski
+(1295) Javascript support to direct allocations in supplier/customer payments.
+ js/payalloc.js
+
+2009-07-02 07:51 +0000 Joe Hunt
+(1293) Always show 0.00 in debit column when using display_debit_or_credit
+ CHANGELOG.txt
+ includes/ui/ui_view.inc
+
+2009-07-01 22:16 +0000 Joe Hunt
+(1292) Small bug/layout fixes
+ CHANGELOG.txt
+ inventory/manage/item_categories.php
+ inventory/manage/locations.php
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-07-01 12:34 +0000 Joe Hunt
+(1291) *** empty log message ***
+ inventory/prices.php
+
+2009-07-01 12:27 +0000 Joe Hunt
+(1290) Small adjustment in /inventory/prices.php to see the calculated prices if they are set.
+ CHANGELOG.txt
+ inventory/prices.php
+
+2009-06-30 13:55 +0000 Joe Hunt
+(1288) Small adjustments
+ doc/calculate_price.txt
+ sales/includes/sales_db.inc
+
+2009-06-30 08:48 +0000 Joe Hunt
+(1287) *** empty log message ***
+ doc/calculate_price.txt
+
+2009-06-30 07:38 +0000 Joe Hunt
+(1286) Tiny bug
+ sales/includes/sales_db.inc
+
+2009-06-30 06:54 +0000 Joe Hunt
+(1285) Small annoying bug-fixes in items.php and items_trans_db.inc
+ CHANGELOG.txt
+ inventory/includes/db/items_trans_db.inc
+ inventory/manage/items.php
+
+2009-06-29 22:58 +0000 Joe Hunt
+(1284) *** empty log message ***
+ CHANGELOG.txt
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-06-29 22:47 +0000 Joe Hunt
+(1283) Implemented automatic price calculation of items from std. cost.
+ CHANGELOG.txt
+ admin/company_preferences.php
+ admin/db/company_db.inc
+ doc/calculate_price.txt
+ sales/includes/sales_db.inc
+ sql/alter2.2.sql
+
+2009-06-29 08:31 +0000 Joe Hunt
+(1282) Small layout improments in Customer Payments
+ CHANGELOG.txt
+ sales/customer_payments.php
+
+2009-06-28 08:22 +0000 Joe Hunt
+(1281) Fixed link bugs in sales order entry and optimized a couple of functions in ui_controls.inc
+ CHANGELOG.txt
+ includes/ui/ui_controls.inc
+ sales/sales_order_entry.php
+
+2009-06-27 14:54 +0000 Joe Hunt
+(1279) Corrections to default COAs.
+ CHANGELOG.txt
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-06-26 19:45 +0000 Joe Hunt
+(1278) Minor bug
+ sales/includes/db/payment_db.inc
+
+2009-06-26 19:24 +0000 Joe Hunt
+(1276) Minor bug
+ purchasing/includes/db/supp_payment_db.inc
+
+2009-06-26 19:14 +0000 Joe Hunt
+(1275) Small bug in company preferences
+ CHANGELOG.txt
+ admin/company_preferences.php
+
+2009-06-26 16:02 +0000 Joe Hunt
+(1274) GRN Valuation Report
+ CHANGELOG.txt
+ reporting/rep305.php
+ reporting/reports_main.php
+
+2009-06-26 14:30 +0000 Joe Hunt
+(1273) Added Print of Work Order
+ CHANGELOG.txt
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/work_order_entry.php
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep409.php
+ reporting/reports_main.php
+
+2009-06-26 10:07 +0000 Joe Hunt
+(1272) Added bank charge in bank transfer
+ CHANGELOG.txt
+ gl/bank_transfer.php
+ gl/includes/db/gl_db_banking.inc
+
+2009-06-26 07:27 +0000 Joe Hunt
+(1271) Added Bank Charge field to Customer Payment and Supplier Payment and a new default bank charge account in gl_setup.
+ CHANGELOG.txt
+ admin/db/company_db.inc
+ admin/gl_setup.php
+ purchasing/includes/db/supp_payment_db.inc
+ purchasing/supplier_payment.php
+ sales/customer_payments.php
+ sales/includes/db/payment_db.inc
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-06-25 22:59 +0000 Joe Hunt
+(1270) Fixed COA's
+ CHANGELOG.txt
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-06-25 16:13 +0000 Joe Hunt
+(1268) Changed balance_sheet field in account class to ctype and fixed class editing.
+Parse error in ui_lists.inc. Masked include_once(/validation.inc) in main.inc.
+ CHANGELOG.txt
+ admin/fiscalyears.php
+ config.php
+ gl/includes/db/gl_db_account_types.inc
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/manage/gl_account_classes.php
+ includes/main.inc
+ includes/ui/ui_lists.inc
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+
+2009-06-25 14:11 +0000 Janusz Dobrowolski
+(1267) Merged changes from main branch up to 2.1.3.
+ CHANGELOG.txt
+ admin/backups.php
+ admin/company_preferences.php
+ admin/view_print_transaction.php
+ applications/setup.php
+ config.php
+ dimensions/inquiry/search_dimensions.php
+ gl/gl_journal.php
+ gl/includes/db/gl_db_account_types.inc
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/inquiry/gl_trial_balance.php
+ gl/inquiry/tax_inquiry.php
+ gl/manage/gl_account_classes.php
+ includes/data_checks.inc
+ includes/db/manufacturing_db.inc
+ includes/errors.inc
+ includes/references.inc
+ includes/session.inc
+ includes/types.inc
+ includes/ui/db_pager_view.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+ install.html
+ inventory/inquiry/stock_status.php
+ inventory/manage/items.php
+ inventory/manage/locations.php
+ inventory/manage/sales_kits.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ lang/new_language_template/LC_MESSAGES/empty.po
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ manufacturing/includes/manufacturing_ui.inc
+ manufacturing/inquiry/bom_cost_inquiry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/search_work_orders.php
+ manufacturing/view/work_order_view.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_costs.php
+ manufacturing/work_order_entry.php
+ manufacturing/work_order_issue.php
+ manufacturing/work_order_release.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/purchasing_db.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ reporting/includes/class.mail.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep109.php
+ reporting/rep209.php
+ reporting/rep302.php
+ reporting/rep303.php
+ reporting/rep701.php
+ reporting/rep705.php
+ reporting/rep706.php
+ reporting/rep707.php
+ reporting/rep708.php
+ reporting/reports_main.php
+ sales/create_recurrent_invoices.php
+ sales/customer_delivery.php
+ sales/includes/db/sales_order_db.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/inquiry/sales_orders_view.php
+ sales/manage/customer_branches.php
+ sales/sales_order_entry.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ taxes/db/tax_types_db.inc
+ taxes/tax_types.php
+ update.html
+
+2009-06-17 12:18 +0000 Janusz Dobrowolski
+(1249) Fixed supplier payment view link.
+ CHANGELOG.txt
+ includes/ui/ui_view.inc
+
+2009-06-03 17:33 +0000 Janusz Dobrowolski
+(1221) Delete fiscal year buttons prepared for final js confirmation dialog.
+ CHANGELOG.txt
+ admin/fiscalyears.php
+
+2009-06-02 11:28 +0000 Joe Hunt
+(1218) Don't delete templates
+ admin/fiscalyears.php
+
+2009-06-02 07:07 +0000 Joe Hunt
+(1217) Forgot to delete the deliveries.
+ admin/fiscalyears.php
+
+2009-06-01 22:51 +0000 Joe Hunt
+(1216) Fiscal Year delete . now removes all transactions and convert into relevant open balances
+Created a function db_backup in /admin/db/maintenence_db.inc
+ CHANGELOG.txt
+ admin/backups.php
+ admin/db/maintenance_db.inc
+ admin/fiscalyears.php
+ admin/inst_upgrade.php
+
+2009-05-22 08:24 +0000 Janusz Dobrowolski
+(1200) Default hyperlink href set to PHP_SELF.
+ CHANGELOG.txt
+ includes/ui/ui_controls.inc
+
+2009-05-21 21:31 +0000 Janusz Dobrowolski
+(1199) Fixed final gl_journal page.
+ CHANGELOG.txt
+
+2009-05-21 21:30 +0000 Janusz Dobrowolski
+(1198) Fixed focus and link on final page.
+ gl/gl_journal.php
+
+2009-05-21 21:29 +0000 Janusz Dobrowolski
+(1197) Added reset_focus helper function.
+ includes/ui/ui_view.inc
+
+2009-05-19 15:17 +0000 Janusz Dobrowolski
+(1190) Added automatic update option for currencies, support for localized
+functions.
+ CHANGELOG.txt
+
+2009-05-19 15:16 +0000 Janusz Dobrowolski
+(1189) Automatic update currency option added.
+ gl/includes/db/gl_db_currencies.inc
+ gl/manage/currencies.php
+ includes/ui/ui_view.inc
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-05-19 15:15 +0000 Janusz Dobrowolski
+(1188) Added hook support for localized functions.
+ gl/includes/db/gl_db_rates.inc
+ gl/manage/exchange_rates.php
+ includes/session.inc
+
+2009-05-19 15:13 +0000 Janusz Dobrowolski
+(1187) Added hook for optional TaxFunction.
+ reporting/rep709.php
+
+2009-05-19 15:12 +0000 Janusz Dobrowolski
+(1186) Removed obsolete has_locale helper.
+ includes/lang/language.php
+
+2009-05-17 21:22 +0000 Janusz Dobrowolski
+(1181) Added optional excluding items from sales.
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+ inventory/includes/db/items_category_db.inc
+ inventory/includes/db/items_db.inc
+ inventory/manage/item_categories.php
+ inventory/manage/items.php
+ sql/alter2.2.php
+ sql/alter2.2.sql
+
+2009-05-15 21:19 +0000 Joe Hunt
+(1177) Improved layout.
+ CHANGELOG.txt
+ purchasing/includes/ui/invoice_ui.inc
+
+2009-05-15 12:46 +0000 Joe Hunt
+(1176) Bad link to view dimension
+ CHANGELOG.txt
+ access/logout.php
+ includes/ui/ui_view.inc
+
+2009-05-14 14:03 +0000 Joe Hunt
+(1175) Added user_id to Journal Inquiry
+ CHANGELOG.txt
+ gl/inquiry/journal_inquiry.php
+
+2009-05-13 14:06 +0000 Janusz Dobrowolski
+(1173) Fixed SQL quotation.
+ inventory/includes/db/items_db.inc
+
+2009-05-13 13:21 +0000 Janusz Dobrowolski
+(1172) Typo fixed.
+ gl/inquiry/journal_inquiry.php
+
+2009-05-13 12:50 +0000 Janusz Dobrowolski
+(1171) Closed transactions excluded from edittion/voiding, smaller fixes.
+ CHANGELOG.txt
+
+2009-05-13 12:47 +0000 Janusz Dobrowolski
+(1170) Closed tranmsactions not editable.
+ gl/inquiry/journal_inquiry.php
+
+2009-05-13 12:47 +0000 Janusz Dobrowolski
+(1169) Closed transactions not editable.
+ sales/inquiry/customer_inquiry.php
+
+2009-05-13 12:46 +0000 Janusz Dobrowolski
+(1168) Added is_closed_trans()
+ includes/db/audit_trail_db.inc
+
+2009-05-13 12:45 +0000 Janusz Dobrowolski
+(1167) Closed transactions exlded from voiding
+ admin/void_transaction.php
+
+2009-05-13 12:43 +0000 Janusz Dobrowolski
+(1166) Units and item type editable until item is used anywhere.
+ inventory/manage/items.php
+
+2009-05-13 12:41 +0000 Janusz Dobrowolski
+(1165) Fixed error during new category addition.
+ inventory/includes/db/items_category_db.inc
+ inventory/includes/db/items_db.inc
+
+2009-05-12 07:35 +0000 Janusz Dobrowolski
+(1164) Removed obsolete add_journal_entries().
+ gl/includes/db/gl_db_trans.inc
+
+2009-05-10 22:55 +0000 Joe Hunt
+(1163) Changed creating of fiscal year so gap is not allowed. Cannot close year if open years before.
+ CHANGELOG.txt
+ admin/fiscalyears.php
+
+2009-05-10 18:54 +0000 Janusz Dobrowolski
+(1162) *** empty log message ***
+ gl/inquiry/journal_inquiry.php
+
+2009-05-10 18:48 +0000 Janusz Dobrowolski
+(1161) Restored revers option in journal entry, support for closed transaction i journal inquiry.
+ CHANGELOG.txt
+
+2009-05-10 18:47 +0000 Janusz Dobrowolski
+(1160) Support for periodic journal trans closing/indexing.
+ admin/fiscalyears.php
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/journal_inquiry.php
+ includes/db/audit_trail_db.inc
+
+2009-05-10 18:45 +0000 Janusz Dobrowolski
+(1159) Restored reversed transaction option.
+ gl/gl_journal.php
+ gl/includes/ui/gl_journal_ui.inc
+
+2009-05-08 10:36 +0000 Janusz Dobrowolski
+(1157) Aded journal inquiry and journal entry edition, storing refs in central
+table, preparation for client side validation, a couple of smaller
+bugfixes.
+ CHANGELOG.txt
+
+2009-05-08 10:33 +0000 Janusz Dobrowolski
+(1156) References saved in refs table for all documents for easy access.
+ dimensions/includes/dimensions_db.inc
+ includes/references.inc
+ inventory/includes/db/items_adjust_db.inc
+ inventory/includes/db/items_transfer_db.inc
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/supp_payment_db.inc
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sql/alter2.2.php
+
+2009-05-08 10:27 +0000 Janusz Dobrowolski
+(1155) Added journal inquiry.
+ applications/generalledger.php
+
+2009-05-08 10:27 +0000 Janusz Dobrowolski
+(1154) Transaction type selector for journal inquiry added.
+ includes/ui/ui_lists.inc
+
+2009-05-08 10:26 +0000 Janusz Dobrowolski
+(1153) New journal inquiry.
+ gl/inquiry/journal_inquiry.php
+
+2009-05-08 10:25 +0000 Janusz Dobrowolski
+(1152) Added journal entry view link.
+ includes/ui/ui_view.inc
+
+2009-05-08 10:24 +0000 Janusz Dobrowolski
+(1151) Added journal entries edition.
+ gl/gl_journal.php
+
+2009-05-08 10:23 +0000 Janusz Dobrowolski
+(1150) Added journal entries edition, removed reverse transaction je option.
+ gl/includes/db/gl_db_trans.inc
+ gl/includes/ui/gl_journal_ui.inc
+
+2009-05-08 10:23 +0000 Janusz Dobrowolski
+(1149) Doc references saved in refs table
+ gl/includes/db/gl_db_banking.inc
+
+2009-05-08 10:19 +0000 Janusz Dobrowolski
+(1148) Small changes needed for client-side validation support.
+ includes/current_user.inc
+ includes/errors.inc
+ includes/main.inc
+ includes/page/footer.inc
+ includes/page/header.inc
+ includes/session.inc
+
+2009-05-08 10:18 +0000 Janusz Dobrowolski
+(1147) Small fixed needed for client-side validation.
+ js/inserts.js
+ js/utils.js
+ themes/aqua/default.css
+ themes/aqua/renderer.php
+ themes/cool/default.css
+ themes/cool/renderer.php
+ themes/default/default.css
+ themes/default/renderer.php
+
+2009-05-08 10:16 +0000 Janusz Dobrowolski
+(1146) Funcion get_reference return string instead of mysql resource.
+ includes/db/references_db.inc
+
+2009-05-08 10:15 +0000 Janusz Dobrowolski
+(1145) Added reference storage.
+ includes/ui/items_cart.inc
+
+2009-05-08 10:15 +0000 Janusz Dobrowolski
+(1144) Small bug in invoice view fixed.
+ sales/includes/db/sales_invoice_db.inc
+
+2009-05-08 10:14 +0000 Janusz Dobrowolski
+(1143) Last document date bug fixed.
+ sales/customer_delivery.php
+
+2009-05-08 10:13 +0000 Janusz Dobrowolski
+(1142) Fixed false warning during upgrade process in debug mode.
+ admin/inst_upgrade.php
+
+2009-05-03 14:00 +0000 Janusz Dobrowolski
+(1137) Added audit trail, changed users primary key, some smaler fixes.
+ CHANGELOG.txt
+
+2009-05-03 13:58 +0000 Janusz Dobrowolski
+(1136) Added audit trail.
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_trans.inc
+ includes/main.inc
+ inventory/includes/db/items_adjust_db.inc
+ inventory/includes/db/items_trans_db.inc
+ inventory/includes/db/items_transfer_db.inc
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/sales_order_db.inc
+ sql/alter2.2.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-05-03 13:55 +0000 Janusz Dobrowolski
+(1135) Primary key in users table changed to 'id'.
+ admin/change_current_user_password.php
+ admin/db/users_db.inc
+ admin/inst_upgrade.php
+ admin/users.php
+ includes/current_user.inc
+
+2009-05-03 13:53 +0000 Janusz Dobrowolski
+(1134) Audit trail added.
+ includes/db/audit_trail_db.inc
+
+2009-05-03 13:51 +0000 Janusz Dobrowolski
+(1133) Added audit trail.
+ admin/db/voiding_db.inc
+
+2009-05-03 13:50 +0000 Janusz Dobrowolski
+(1132) Fixed error handling in debug mode
+ includes/db/connect_db.inc
+ includes/errors.inc
+
+2009-05-03 13:49 +0000 Janusz Dobrowolski
+(1131) Fixed default document date handling
+ sales/customer_invoice.php
+
+2009-05-03 13:48 +0000 Janusz Dobrowolski
+(1130) Small optimization
+ sales/includes/sales_db.inc
+
+2009-05-03 13:47 +0000 Janusz Dobrowolski
+(1129) Enabled drop table queries during non-forced upgrade.
+ admin/db/maintenance_db.inc
+
+2009-05-02 21:52 +0000 Joe Hunt
+(1128) Minor bug Prifit & Loss Statement
+ CHANGELOG.txt
+ reporting/rep707.php
+
+2009-05-02 08:41 +0000 Joe Hunt
+(1127) Company setup option for printing server Time Zone on Reports Print-Out.
+Company setup version_id for stamping the version id. Can be used for check for update.
+ CHANGELOG.txt
+ admin/company_preferences.php
+ admin/db/company_db.inc
+ reporting/includes/pdf_report.inc
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-05-01 09:46 +0000 Joe Hunt
+(1126) *** empty log message ***
+ reporting/rep101.php
+ reporting/rep201.php
+
+2009-05-01 08:29 +0000 Joe Hunt
+(1125) Changed Customer Balance and Supplier Balance to period select with Open Balance
+ CHANGELOG.txt
+ reporting/rep101.php
+ reporting/rep201.php
+ reporting/reports_main.php
+
+2009-04-30 16:18 +0000 Janusz Dobrowolski
+(1124) Merged changes in main branch up to v.2.1.2
+ CHANGELOG.txt
+ access/login.php
+ admin/backups.php
+ admin/db/maintenance_db.inc
+ includes/JsHttpRequest.php
+ includes/current_user.inc
+ includes/page/footer.inc
+ includes/page/header.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+ js/JsHttpRequest.js
+ js/inserts.js
+ js/utils.js
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/manage/suppliers.php
+ purchasing/supplier_invoice.php
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+ sales/manage/customers.php
+ sales/sales_order_entry.php
+ themes/aqua/images/ajax-loader2.gif
+ themes/aqua/images/progressbar.gif
+ themes/aqua/images/warning.png
+ themes/cool/images/ajax-loader2.gif
+ themes/cool/images/progressbar.gif
+ themes/cool/images/warning.png
+ themes/default/images/ajax-loader2.gif
+ themes/default/images/progressbar.gif
+ themes/default/images/warning.png
+
+2009-04-30 09:23 +0000 Janusz Dobrowolski
+(1121) Small layout fixes.
+ CHANGELOG.txt
+ includes/errors.inc
+ themes/aqua/renderer.php
+ themes/cool/renderer.php
+ themes/default/renderer.php
+
+2009-04-29 21:42 +0000 Janusz Dobrowolski
+(1120) Message styles moved to theme css.
+ CHANGELOG.txt
+ includes/errors.inc
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2009-04-28 09:46 +0000 Joe Hunt
+(1119) Changed so the close of fiscal years also closes the balances and brings forward retained earnings.
+ CHANGELOG.txt
+ admin/db/company_db.inc
+ admin/fiscalyears.php
+ admin/gl_setup.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-04-26 16:10 +0000 Janusz Dobrowolski
+(1118) Fixed ambigous sql.
+ inventory/manage/item_categories.php
+
+2009-04-25 16:20 +0000 Janusz Dobrowolski
+(1117) Fixed ambigous sql in item categories.
+ CHANGELOG.txt
+
+2009-04-25 15:38 +0000 Joe Hunt
+(1116) Removed obsolete field 'included_in_price' from table 'Tax_group_items' in en_US-demo.sql.
+ CHANGELOG.txt
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+
+2009-04-24 16:12 +0000 Janusz Dobrowolski
+(1115) Inactive records handling finished.
+ CHANGELOG.txt
+
+2009-04-24 16:11 +0000 Janusz Dobrowolski
+(1114) Added inactive records support.
+ admin/payment_terms.php
+ admin/shipping_companies.php
+ gl/includes/db/gl_db_account_types.inc
+ gl/includes/db/gl_db_currencies.inc
+ gl/manage/bank_accounts.php
+ gl/manage/currencies.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ includes/ui/ui_lists.inc
+ inventory/includes/db/items_units_db.inc
+ inventory/includes/db/movement_types_db.inc
+ inventory/manage/item_categories.php
+ inventory/manage/item_units.php
+ inventory/manage/items.php
+ inventory/manage/locations.php
+ inventory/manage/movement_types.php
+ manufacturing/includes/db/work_centres_db.inc
+ manufacturing/manage/work_centres.php
+ purchasing/manage/suppliers.php
+ sales/includes/db/sales_points_db.inc
+ sales/manage/sales_points.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ taxes/db/tax_groups_db.inc
+ taxes/db/tax_types_db.inc
+ taxes/item_tax_types.php
+ taxes/tax_groups.php
+ taxes/tax_types.php
+
+2009-04-24 16:09 +0000 Janusz Dobrowolski
+(1113) Edit buttons center alignment.
+ includes/ui/ui_input.inc
+
+2009-04-24 16:08 +0000 Janusz Dobrowolski
+(1112) Fixed ajax request using element name on multipart forms
+ js/utils.js
+
+2009-04-24 14:52 +0000 Joe Hunt
+(1111) Added option to select how to present Balance Sheet and P&L Statement
+ CHANGELOG.txt
+ gl/includes/db/gl_db_account_types.inc
+ gl/manage/gl_account_classes.php
+ reporting/rep706.php
+ reporting/rep707.php
+ sql/alter2.2.sql
+
+2009-04-22 21:34 +0000 Janusz Dobrowolski
+(1110) Inactive record support in sales module, some other small fixes.
+ CHANGELOG.txt
+
+2009-04-22 21:32 +0000 Janusz Dobrowolski
+(1109) Added inactive record support.
+ includes/data_checks.inc
+ sales/includes/db/credit_status_db.inc
+ sales/includes/db/sales_types_db.inc
+ sales/manage/credit_status.php
+ sales/manage/customer_branches.php
+ sales/manage/sales_groups.php
+ sales/manage/sales_people.php
+ sales/manage/sales_types.php
+
+2009-04-22 21:32 +0000 Janusz Dobrowolski
+(1108) Slightly changed inactive records support.
+ sales/manage/customers.php
+ sales/manage/sales_areas.php
+
+2009-04-22 21:31 +0000 Janusz Dobrowolski
+(1107) Slightly changed inactive record support
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+
+2009-04-22 21:30 +0000 Janusz Dobrowolski
+(1106) Display all db_query errors in debug mode.
+ includes/db/connect_db.inc
+
+2009-04-22 21:29 +0000 Janusz Dobrowolski
+(1105) Hide empty/disabled tabs.
+ applications/application.php
+ frontaccounting.php
+
+2009-04-22 21:28 +0000 Janusz Dobrowolski
+(1104) Hide tab if deimensions not used.
+ applications/dimensions.php
+
+2009-04-21 17:25 +0000 Janusz Dobrowolski
+(1102) Added support for inactive fields.
+ CHANGELOG.txt
+
+2009-04-21 17:19 +0000 Janusz Dobrowolski
+(1101) Support for inactive record status.
+ includes/db/sql_functions.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2009-04-21 17:18 +0000 Janusz Dobrowolski
+(1100) Record status edition added.
+ sales/manage/customers.php
+ sales/manage/sales_areas.php
+
+2009-04-21 17:17 +0000 Janusz Dobrowolski
+(1099) Added inactive status field in cust_branch table.
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-04-08 19:58 +0000 Janusz Dobrowolski
+(1087) Longer customer name, fix to hotkeys on multiform pages.
+ CHANGELOG.txt
+
+2009-04-08 19:57 +0000 Janusz Dobrowolski
+(1086) Fixed hotkeys on multiform pages.
+ js/inserts.js
+
+2009-04-08 19:57 +0000 Janusz Dobrowolski
+(1085) Longer customer name field.
+ sales/manage/customers.php
+ sql/alter2.2.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-03-30 20:13 +0000 Janusz Dobrowolski
+(1077) Merged changes form main trunk since 2.1RC
+ .htaccess
+ CHANGELOG.txt
+ admin/db/v_banktrans.inc
+ applications/manufacturing.php
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/manage/exchange_rates.php
+ includes/banking.inc
+ includes/data_checks.inc
+ includes/ui/items_cart.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ install.html
+ install/index.php
+ install/save.php
+ inventory/includes/inventory_db.inc
+ inventory/manage/items.php
+ inventory/manage/sales_kits.php
+ lang/new_language_template/LC_MESSAGES/empty.po
+ manufacturing/inquiry/bom_cost_inquiry.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/manage/suppliers.php
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/excel_report.inc
+ reporting/rep104.php
+ reporting/rep106.php
+ reporting/rep303.php
+ reporting/rep702.php
+ sales/allocations/customer_allocate.php
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_points_db.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/manage/sales_points.php
+ sales/sales_order_entry.php
+ sql/alter2.1.sql
+ taxes/tax_types.php
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2009-03-29 17:18 +0000 Janusz Dobrowolski
+(1069) Additional fixes to hotkey system.
+ CHANGELOG.txt
+
+2009-03-29 17:17 +0000 Janusz Dobrowolski
+(1068) Fixed hotkeys behaviour in reporting module.
+ js/inserts.js
+ reporting/includes/reports_classes.inc
+
+2009-03-29 17:17 +0000 Janusz Dobrowolski
+(1067) Element id generation speedup.
+ includes/ui/ui_view.inc
+
+2009-03-29 15:18 +0000 Janusz Dobrowolski
+(1066) Added cancel button on Items page.
+ CHANGELOG.txt
+ inventory/manage/items.php
+
+2009-03-22 17:07 +0000 Janusz Dobrowolski
+(1052) Optional using last document date on subsequent documents entry.
+ CHANGELOG.txt
+
+2009-03-22 17:05 +0000 Janusz Dobrowolski
+(1051) Save/retrieve last document date.
+ gl/bank_account_reconcile.php
+ gl/gl_bank.php
+ gl/gl_journal.php
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ includes/date_functions.inc
+ includes/ui/ui_view.inc
+ inventory/adjustments.php
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ inventory/transfers.php
+ manufacturing/work_order_entry.php
+ purchasing/includes/ui/grn_ui.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_payment.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/includes/cart_class.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+
+2009-03-22 17:02 +0000 Janusz Dobrowolski
+(1050) Option to use last dcument date on subsequent new documents.
+ admin/db/users_db.inc
+ admin/display_prefs.php
+ includes/current_user.inc
+ includes/prefs/userprefs.inc
+ sql/alter2.2.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-03-22 16:59 +0000 Janusz Dobrowolski
+(1049) Optional check for current date in date_cells()/date_row()
+ includes/ui/ui_input.inc
+
+2009-03-20 20:53 +0000 Janusz Dobrowolski
+(1042) Added cancel edition hotkey
+ admin/attachments.php
+ admin/fiscalyears.php
+ admin/payment_terms.php
+ admin/printers.php
+ admin/shipping_companies.php
+ admin/users.php
+ gl/manage/bank_accounts.php
+ gl/manage/currencies.php
+ gl/manage/exchange_rates.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+
+2009-03-20 20:52 +0000 Janusz Dobrowolski
+(1041) Preserved item descriptions during category change
+ inventory/manage/items.php
+
+2009-03-18 22:21 +0000 Janusz Dobrowolski
+(1037) Additional fixes for menu focus in IE.
+ CHANGELOG.txt
+
+2009-03-18 22:19 +0000 Janusz Dobrowolski
+(1036) One more IE fix.
+ js/inserts.js
+
+2009-03-18 22:09 +0000 Janusz Dobrowolski
+(1035) Fix for IE in element_pos()
+ js/utils.js
+
+2009-03-18 21:20 +0000 Janusz Dobrowolski
+(1034) All respective form files updated with default submit/cancel hotkeys,
+arrows navigation in reporting module.
+ CHANGELOG.txt
+
+2009-03-18 21:16 +0000 Janusz Dobrowolski
+(1033) Form submit/escape hotkeys added.
+ admin/attachments.php
+ admin/change_current_user_password.php
+ admin/company_preferences.php
+ admin/display_prefs.php
+ admin/fiscalyears.php
+ admin/forms_setup.php
+ admin/gl_setup.php
+ admin/payment_terms.php
+ admin/print_profiles.php
+ admin/printers.php
+ admin/shipping_companies.php
+ admin/users.php
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ dimensions/dimension_entry.php
+ dimensions/inquiry/search_dimensions.php
+ dimensions/view/view_dimension.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/gl_budget.php
+ gl/gl_journal.php
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/gl_account_inquiry.php
+ gl/inquiry/gl_trial_balance.php
+ gl/inquiry/tax_inquiry.php
+ gl/manage/bank_accounts.php
+ gl/manage/currencies.php
+ gl/manage/exchange_rates.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ gl/manage/gl_quick_entries.php
+ inventory/adjustments.php
+ inventory/cost_update.php
+ inventory/inquiry/stock_movements.php
+ inventory/manage/item_categories.php
+ inventory/manage/item_codes.php
+ inventory/manage/item_units.php
+ inventory/manage/items.php
+ inventory/manage/locations.php
+ inventory/manage/movement_types.php
+ inventory/manage/sales_kits.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ inventory/transfers.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/manage/work_centres.php
+ manufacturing/search_work_orders.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_entry.php
+ manufacturing/work_order_issue.php
+ manufacturing/work_order_release.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/manage/suppliers.php
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_payment.php
+ reporting/includes/reports_classes.inc
+ sales/allocations/customer_allocate.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sales/manage/credit_status.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/manage/recurrent_invoices.php
+ sales/manage/sales_areas.php
+ sales/manage/sales_groups.php
+ sales/manage/sales_people.php
+ sales/manage/sales_points.php
+ sales/manage/sales_types.php
+ taxes/item_tax_types.php
+ taxes/tax_groups.php
+ taxes/tax_types.php
+
+2009-03-18 21:07 +0000 Janusz Dobrowolski
+(1032) Arrow navigation in reporting module added.
+ js/utils.js
+
+2009-03-18 21:06 +0000 Janusz Dobrowolski
+(1031) Icon for default escape button.
+ themes/aqua/images/escape.png
+ themes/cool/images/escape.png
+
+2009-03-18 21:05 +0000 Janusz Dobrowolski
+(1030) Additional option for submit_add_or_update helpers.
+ includes/ui/ui_input.inc
+
+2009-03-17 20:24 +0000 Janusz Dobrowolski
+(1022) Defualt parameters for new inventory item derived from category
+ CHANGELOG.txt
+
+2009-03-17 20:22 +0000 Janusz Dobrowolski
+(1021) Item category now contains default parameters for new items.
+ inventory/includes/db/items_category_db.inc
+ inventory/manage/item_categories.php
+ inventory/manage/items.php
+ sql/alter2.2.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-03-17 20:21 +0000 Janusz Dobrowolski
+(1020) Stock item types moved to types.inc
+ includes/types.inc
+ includes/ui/ui_lists.inc
+
+2009-03-17 20:20 +0000 Janusz Dobrowolski
+(1019) Focus js optimizations.
+ js/inserts.js
+ js/utils.js
+
+2009-03-17 13:56 +0000 Joe Hunt
+(1018) Changed so company domicile is printed on invoices and statements if filled out
+ CHANGELOG.txt
+ reporting/includes/header2.inc
+
+2009-03-17 11:15 +0000 Janusz Dobrowolski
+(1017) Changes in company database - removed custom fields, added
+default_delivery_required
+ CHANGELOG.txt
+
+2009-03-17 11:13 +0000 Janusz Dobrowolski
+(1016) Removed company custom fields, added default delivery required by
+setting.
+ admin/company_preferences.php
+ admin/db/company_db.inc
+ admin/gl_setup.php
+ includes/prefs/sysprefs.inc
+ sql/alter2.2.php
+ sql/alter2.2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-03-17 11:10 +0000 Janusz Dobrowolski
+(1015) Updated FA version string
+ config.php
+
+2009-03-17 09:44 +0000 Janusz Dobrowolski
+(1014) Onmouseover focus set only on links with id.
+ js/inserts.js
+
+2009-03-17 08:27 +0000 Janusz Dobrowolski
+(1013) Small syntax fix
+ CHANGELOG.txt
+ js/inserts.js
+
+2009-03-16 19:47 +0000 Janusz Dobrowolski
+(1012) Support for Ctrl-Enter/Esc hotkeys in submits, arrow navigation in menus, only cookie based sessions allowed.
+ CHANGELOG.txt
+
+2009-03-16 19:44 +0000 Janusz Dobrowolski
+(1011) SID & start_form() cleanup.
+ .htaccess
+ access/logout.php
+ admin/attachments.php
+ admin/backups.php
+ admin/create_coy.php
+ admin/inst_lang.php
+ admin/inst_module.php
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ dimensions/inquiry/search_dimensions.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/inquiry/gl_trial_balance.php
+ gl/manage/exchange_rates.php
+ inventory/adjustments.php
+ inventory/cost_update.php
+ inventory/inquiry/stock_movements.php
+ inventory/inquiry/stock_status.php
+ inventory/manage/item_codes.php
+ inventory/manage/sales_kits.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ inventory/transfers.php
+ manufacturing/inquiry/bom_cost_inquiry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/search_work_orders.php
+ manufacturing/work_order_issue.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_payment.php
+ sales/allocations/customer_allocate.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+
+2009-03-16 19:42 +0000 Janusz Dobrowolski
+(1010) Form submit with Ctrl-Enter, hotkeys in submenus
+ sales/sales_order_entry.php
+
+2009-03-16 19:40 +0000 Janusz Dobrowolski
+(1009) Icons for Ctrl-Enter/Esc hotkeys
+ config.php
+
+2009-03-16 19:19 +0000 Janusz Dobrowolski
+(1008) Support for default buttons with Ctrl-Enter/Escpae hotkeys, arrow navigation in menus.
+ includes/page/footer.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_view.inc
+ js/inserts.js
+ js/utils.js
+ reporting/includes/reporting.inc
+ themes/aqua/default.css
+ themes/aqua/renderer.php
+ themes/cool/default.css
+ themes/cool/renderer.php
+ themes/default/default.css
+ themes/default/images/escape.png
+ themes/default/renderer.php
+
+2009-03-09 14:33 +0000 Joe Hunt
+(993) Release 2.1.0 Release Candidate (RC)
+ CHANGELOG.txt
+ config.php
+ reporting/includes/excel_report.inc
+
+2009-03-09 12:05 +0000 Janusz Dobrowolski
+(992) Small fix in items.php
+ CHANGELOG.txt
+ inventory/manage/items.php
+
+2009-03-09 11:20 +0000 Janusz Dobrowolski
+(991) Default settings for new users got from admin prefs.
+ CHANGELOG.txt
+
+2009-03-09 11:17 +0000 Janusz Dobrowolski
+(990) Cleanup.
+ includes/session.inc
+
+2009-03-09 11:16 +0000 Janusz Dobrowolski
+(989) Page security level changed to 1.
+ admin/display_prefs.php
+
+2009-03-09 11:15 +0000 Janusz Dobrowolski
+(988) Initial prefs for new user copied from current admin settings.
+ admin/users.php
+
+2009-03-08 22:20 +0000 Joe Hunt
+(987) XLS engine now compatible med PEAR Excel Writer.
+ CHANGELOG.txt
+ reporting/includes/Workbook.php
+ reporting/includes/excel_report.inc
+
+2009-03-05 15:15 +0000 Joe Hunt
+(986) Replaced the Excel Writer engine with XLS driver (the XML driver can later be downloaded)
+ CHANGELOG.txt
+ reporting/includes/ExcelWriterXML.php
+ reporting/includes/ExcelWriterXML_Sheet.php
+ reporting/includes/ExcelWriterXML_Style.php
+ reporting/includes/Workbook.php
+ reporting/includes/excel_report.inc
+ reporting/includes/pdf_report.inc
+ reporting/prn_redirect.php
+ reporting/rep101.php
+ reporting/rep102.php
+ reporting/rep103.php
+ reporting/rep104.php
+ reporting/rep105.php
+ reporting/rep106.php
+ reporting/rep107.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep201.php
+ reporting/rep202.php
+ reporting/rep203.php
+ reporting/rep204.php
+ reporting/rep209.php
+ reporting/rep301.php
+ reporting/rep302.php
+ reporting/rep303.php
+ reporting/rep304.php
+ reporting/rep401.php
+ reporting/rep501.php
+ reporting/rep601.php
+ reporting/rep701.php
+ reporting/rep702.php
+ reporting/rep704.php
+ reporting/rep705.php
+ reporting/rep706.php
+ reporting/rep707.php
+ reporting/rep708.php
+ reporting/rep709.php
+
+2009-03-03 14:02 +0000 Joe Hunt
+(985) Preparation for Excel Writer continued
+ CHANGELOG.txt
+ reporting/includes/ExcelWriterXML.php
+ reporting/includes/ExcelWriterXML_Sheet.php
+ reporting/includes/ExcelWriterXML_Style.php
+ reporting/includes/excel_report.inc
+ reporting/rep101.php
+ reporting/rep102.php
+ reporting/rep103.php
+ reporting/rep104.php
+ reporting/rep105.php
+ reporting/rep106.php
+ reporting/rep201.php
+ reporting/rep202.php
+ reporting/rep203.php
+ reporting/rep204.php
+ reporting/rep301.php
+ reporting/rep302.php
+ reporting/rep303.php
+ reporting/rep304.php
+ reporting/rep401.php
+ reporting/rep501.php
+ reporting/rep601.php
+ reporting/rep702.php
+ reporting/rep704.php
+ reporting/rep706.php
+ reporting/rep708.php
+ reporting/rep709.php
+ reporting/reports_main.php
+
+2009-03-02 15:37 +0000 Joe Hunt
+(984) Minor bug
+ reporting/includes/excel_report.inc
+
+2009-03-02 14:35 +0000 Joe Hunt
+(983) php 4 error, throw exception removed
+ reporting/includes/ExcelWriterXML_Style.php
+
+2009-03-02 10:32 +0000 Joe Hunt
+(982) Preparation for report destination PDF/Printer and Excel (and Open Office Calc)
+ CHANGELOG.txt
+ reporting/includes/ExcelWriterXML.php
+ reporting/includes/ExcelWriterXML_Sheet.php
+ reporting/includes/ExcelWriterXML_Style.php
+ reporting/includes/excel_report.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep701.php
+ reporting/rep705.php
+ reporting/rep706.php
+ reporting/rep707.php
+ reporting/reports_main.php
+
+2009-03-01 10:59 +0000 Janusz Dobrowolski
+(981) *** empty log message ***
+ .htaccess
+
+2009-03-01 10:56 +0000 Janusz Dobrowolski
+(980) magic_quotes_gpc and register_globals set to off in htaccess file
+ .htaccess
+ CHANGELOG.txt
+
+2009-02-28 00:45 +0000 Joe Hunt
+(979) Improved layout in standard themes (graphics)
+ CHANGELOG.txt
+ themes/aqua/images/help.gif
+ themes/aqua/images/login.gif
+ themes/aqua/images/right.gif
+ themes/aqua/renderer.php
+ themes/cool/images/help.gif
+ themes/cool/images/login.gif
+ themes/cool/images/right.gif
+ themes/cool/renderer.php
+ themes/default/images/help.gif
+ themes/default/images/login.gif
+ themes/default/images/right.gif
+ themes/default/login.css
+ themes/default/renderer.php
+
+2009-02-27 21:59 +0000 Janusz Dobrowolski
+(978) Security fix to my last commit.
+ CHANGELOG.txt
+ frontaccounting.php
+ includes/lang/language.php
+
+2009-02-25 11:35 +0000 Joe Hunt
+(977) Improved layout
+ CHANGELOG.txt
+ inventory/inquiry/stock_status.php
+ inventory/prices.php
+ inventory/reorder_level.php
+
+2009-02-24 23:31 +0000 Janusz Dobrowolski
+(976) Fixed gettext php emulation side bug.
+ includes/session.inc
+
+2009-02-24 21:05 +0000 Janusz Dobrowolski
+(975) More clanups and smaller fixes.
+ CHANGELOG.txt
+
+2009-02-24 21:03 +0000 Janusz Dobrowolski
+(974) Cleaning startup code.
+ includes/db/connect_db.inc
+ includes/lang/gettext.php
+ includes/lang/language.php
+ includes/session.inc
+ index.php
+
+2009-02-24 21:02 +0000 Janusz Dobrowolski
+(973) Fixed add_application parameter passed by reference.
+ frontaccounting.php
+
+2009-02-24 21:02 +0000 Janusz Dobrowolski
+(972) Language changed on display prefs page stored into database.
+ admin/db/users_db.inc
+ admin/display_prefs.php
+ includes/current_user.inc
+
+2009-02-24 21:00 +0000 Janusz Dobrowolski
+(971) Fixed tab hot keys.
+ applications/customers.php
+ applications/dimensions.php
+ applications/generalledger.php
+ applications/inventory.php
+ applications/manufacturing.php
+ applications/setup.php
+ applications/suppliers.php
+
+2009-02-23 10:33 +0000 Joe Hunt
+(970) Better color in data picker
+ CHANGELOG.txt
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2009-02-23 09:09 +0000 Joe Hunt
+(969) Changed extension include to be outside function. Didn't work in submenus.
+ CHANGELOG.txt
+ frontaccounting.php
+ includes/main.inc
+
+2009-02-22 20:23 +0000 Janusz Dobrowolski
+(968) A couple of additional small fixes.
+ CHANGELOG.txt
+
+2009-02-22 20:19 +0000 Janusz Dobrowolski
+(967) Fixed initial inquiry order.
+ purchasing/inquiry/po_search.php
+
+2009-02-22 20:19 +0000 Janusz Dobrowolski
+(966) Default theme and language for not logged user.
+ includes/current_user.inc
+ includes/prefs/userprefs.inc
+
+2009-02-22 20:18 +0000 Janusz Dobrowolski
+(965) Password change blocked in demo mode.
+ admin/change_current_user_password.php
+
+2009-02-22 20:17 +0000 Janusz Dobrowolski
+(964) Fixed initial charset.
+ access/login.php
+
+2009-02-22 20:15 +0000 Janusz Dobrowolski
+(963) *** empty log message ***
+ themes/cool/renderer.php
+
+2009-02-22 14:18 +0000 Janusz Dobrowolski
+(962) Optimized application startup code, small cleanups.
+ CHANGELOG.txt
+
+2009-02-22 14:17 +0000 Janusz Dobrowolski
+(961) Calendar styles moved to theme default.css.
+ includes/ui/ui_view.inc
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2009-02-22 10:49 +0000 Janusz Dobrowolski
+(960) Application startup code cleaup.
+ applications/customers.php
+ applications/dimensions.php
+ applications/generalledger.php
+ applications/inventory.php
+ applications/manufacturing.php
+ applications/setup.php
+ applications/suppliers.php
+ frontaccounting.php
+ includes/lang/language.php
+ includes/session.inc
+ index.php
+ themes/aqua/renderer.php
+ themes/cool/renderer.php
+ themes/default/renderer.php
+
+2009-02-22 10:48 +0000 Janusz Dobrowolski
+(959) Cosmetic reformat
+ includes/main.inc
+
+2009-02-22 10:47 +0000 Janusz Dobrowolski
+(958) Removed obsolete $applications array.
+ config.php
+
+2009-02-21 16:10 +0000 Joe Hunt
+(957) Better layout in stock_movements.php
+ CHANGELOG.txt
+ inventory/inquiry/stock_movements.php
+
+2009-02-21 09:57 +0000 Joe Hunt
+(956) Added nowrap for date type fields in db_pager_view.inc. Problems with (-) sep.
+ CHANGELOG.txt
+ includes/ui/db_pager_view.inc
+
+2009-02-18 09:10 +0000 Joe Hunt
+(955) Better layout in Items form.
+ CHANGELOG.txt
+ admin/forms_setup.php
+ inventory/manage/items.php
+
+2009-02-16 23:09 +0000 Joe Hunt
+(954) Bug in function get_ecb_rate when no function curl_init (missing url part)
+ CHANGELOG.txt
+ gl/includes/db/gl_db_rates.inc
+
+2009-02-16 15:04 +0000 Joe Hunt
+(953) Instruction in update.html should include switch to standard theme before upgrade
+ CHANGELOG.txt
+ update.html
+
+2009-02-15 00:04 +0000 Joe Hunt
+(952) Release 2.1.0 beta 2
+ CHANGELOG.txt
+ config.php
+
+2009-02-14 13:06 +0000 Janusz Dobrowolski
+(951) Dummy gettext function added if needed.
+ install/save.php
+
+2009-02-14 13:00 +0000 Janusz Dobrowolski
+(950) *** empty log message ***
+ admin/db/maintenance_db.inc
+
+2009-02-14 10:57 +0000 Janusz Dobrowolski
+(949) Fixed install error in some MySQL versions.
+ CHANGELOG.txt
+
+2009-02-14 10:56 +0000 Janusz Dobrowolski
+(948) Drop column queries executed also during not forced install upgrade.
+ admin/db/maintenance_db.inc
+
+2009-02-14 10:54 +0000 Janusz Dobrowolski
+(947) Removed obsolete bank_trans_type_id from bank_trans table.
+ sql/alter2.1.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-02-13 21:58 +0000 Janusz Dobrowolski
+(946) Install error handling bug fixed.
+ CHANGELOG.txt
+ install/save.php
+
+2009-02-13 21:09 +0000 Janusz Dobrowolski
+(945) Login page gettextized.
+ CHANGELOG.txt
+
+2009-02-13 21:08 +0000 Janusz Dobrowolski
+(944) Added site default language setting.
+ admin/inst_lang.php
+ includes/lang/language.php
+ lang/installed_languages.inc
+
+2009-02-13 21:06 +0000 Janusz Dobrowolski
+(943) Page gettextized.
+ access/login.php
+
+2009-02-13 21:06 +0000 Janusz Dobrowolski
+(942) Fixed message typo.
+ admin/display_prefs.php
+
+2009-02-13 14:10 +0000 Joe Hunt
+(941) Minor bug fix in Quick Entry tax account choice for Journal Entry.
+ CHANGELOG.txt
+ includes/ui/ui_view.inc
+
+2009-02-12 22:40 +0000 Joe Hunt
+(940) allow negative values (budget)
+ CHANGELOG.txt
+
+2009-02-12 22:28 +0000 Joe Hunt
+(939) allow negative values
+ js/budget.js
+
+2009-02-12 17:45 +0000 Janusz Dobrowolski
+(938) Two smaller bugfixes and corections in extension support.
+ CHANGELOG.txt
+
+2009-02-12 17:43 +0000 Janusz Dobrowolski
+(937) Extension menu file in ext. folder, added support for gettext in extensions.
+ frontaccounting.php
+
+2009-02-12 17:42 +0000 Janusz Dobrowolski
+(936) Fix for some buggy curl versions.
+ gl/includes/db/gl_db_rates.inc
+ gl/manage/exchange_rates.php
+
+2009-02-12 17:41 +0000 Janusz Dobrowolski
+(935) Fixed get_amount to return 0 on invalid input.
+ js/utils.js
+
+2009-02-08 20:47 +0000 Janusz Dobrowolski
+(934) Fixed license info
+ admin/company_preferences.php
+ sales/customer_invoice.php
+
+2009-02-08 20:44 +0000 Janusz Dobrowolski
+(933) Fixed two additional small bugs.
+ CHANGELOG.txt
+
+2009-02-08 20:43 +0000 Janusz Dobrowolski
+(932) Fixed bug [0000116] - &amp; display issue
+ sales/includes/cart_class.inc
+
+2009-02-08 20:42 +0000 Janusz Dobrowolski
+(931) Fixed divison by zero in empty pager.
+ includes/db_pager.inc
+
+2009-02-08 17:47 +0000 Joe Hunt
+(930) Changed license type to GPLv3 in top of files
+ CHANGELOG.txt
+ access/login.php
+ access/logout.php
+ admin/attachments.php
+ admin/backups.php
+ admin/change_current_user_password.php
+ admin/create_coy.php
+ admin/db/company_db.inc
+ admin/db/maintenance_db.inc
+ admin/db/printers_db.inc
+ admin/db/users_db.inc
+ admin/db/v_banktrans.inc
+ admin/db/voiding_db.inc
+ admin/display_prefs.php
+ admin/fiscalyears.php
+ admin/forms_setup.php
+ admin/gl_setup.php
+ admin/inst_lang.php
+ admin/inst_module.php
+ admin/inst_upgrade.php
+ admin/payment_terms.php
+ admin/print_profiles.php
+ admin/printers.php
+ admin/shipping_companies.php
+ admin/users.php
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ applications/application.php
+ applications/customers.php
+ applications/dimensions.php
+ applications/generalledger.php
+ applications/inventory.php
+ applications/manufacturing.php
+ applications/setup.php
+ applications/suppliers.php
+ config.php
+ dimensions/dimension_entry.php
+ dimensions/includes/dimensions_db.inc
+ dimensions/includes/dimensions_ui.inc
+ dimensions/inquiry/search_dimensions.php
+ dimensions/view/view_dimension.php
+ doc/2.1_Beta.txt
+ doc/license.txt
+ frontaccounting.php
+ gl/bank_account_reconcile.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/gl_budget.php
+ gl/gl_journal.php
+ gl/includes/db/gl_db_account_types.inc
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_currencies.inc
+ gl/includes/db/gl_db_rates.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/includes/gl_db.inc
+ gl/includes/gl_ui.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/gl_account_inquiry.php
+ gl/inquiry/gl_trial_balance.php
+ gl/inquiry/tax_inquiry.php
+ gl/manage/bank_accounts.php
+ gl/manage/currencies.php
+ gl/manage/exchange_rates.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ gl/manage/gl_quick_entries.php
+ gl/view/bank_transfer_view.php
+ gl/view/gl_deposit_view.php
+ gl/view/gl_payment_view.php
+ gl/view/gl_trans_view.php
+ includes/ajax.inc
+ includes/banking.inc
+ includes/current_user.inc
+ includes/data_checks.inc
+ includes/date_functions.inc
+ includes/db/comments_db.inc
+ includes/db/connect_db.inc
+ includes/db/inventory_db.inc
+ includes/db/manufacturing_db.inc
+ includes/db/references_db.inc
+ includes/db/sql_functions.inc
+ includes/db_pager.inc
+ includes/errors.inc
+ includes/lang/language.php
+ includes/main.inc
+ includes/manufacturing.inc
+ includes/page/footer.inc
+ includes/page/header.inc
+ includes/prefs/sysprefs.inc
+ includes/prefs/userprefs.inc
+ includes/references.inc
+ includes/reserved.inc
+ includes/session.inc
+ includes/systypes.inc
+ includes/types.inc
+ includes/ui.inc
+ includes/ui/allocation_cart.inc
+ includes/ui/db_pager_view.inc
+ includes/ui/items_cart.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_globals.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_msgs.inc
+ includes/ui/ui_view.inc
+ index.php
+ install/index.php
+ install/save.php
+ inventory/adjustments.php
+ inventory/cost_update.php
+ inventory/includes/db/items_adjust_db.inc
+ inventory/includes/db/items_category_db.inc
+ inventory/includes/db/items_codes_db.inc
+ inventory/includes/db/items_db.inc
+ inventory/includes/db/items_locations_db.inc
+ inventory/includes/db/items_prices_db.inc
+ inventory/includes/db/items_trans_db.inc
+ inventory/includes/db/items_transfer_db.inc
+ inventory/includes/db/items_units_db.inc
+ inventory/includes/db/movement_types_db.inc
+ inventory/includes/inventory_db.inc
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ inventory/inquiry/stock_movements.php
+ inventory/inquiry/stock_status.php
+ inventory/manage/item_categories.php
+ inventory/manage/item_codes.php
+ inventory/manage/item_units.php
+ inventory/manage/items.php
+ inventory/manage/locations.php
+ inventory/manage/movement_types.php
+ inventory/manage/sales_kits.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ inventory/transfers.php
+ inventory/view/view_adjustment.php
+ inventory/view/view_transfer.php
+ js/allocate.js
+ js/budget.js
+ js/inserts.js
+ js/reconcile.js
+ js/utils.js
+ lang/en_US/LC_MESSAGES/en_US.mo
+ lang/new_language_template/LC_MESSAGES/empty.po
+ lang/new_language_template/locale.inc
+ manufacturing/includes/db/work_centres_db.inc
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_order_requirements_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ manufacturing/includes/manufacturing_db.inc
+ manufacturing/includes/manufacturing_ui.inc
+ manufacturing/includes/work_order_issue_ui.inc
+ manufacturing/inquiry/bom_cost_inquiry.php
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/manage/work_centres.php
+ manufacturing/search_work_orders.php
+ manufacturing/view/wo_issue_view.php
+ manufacturing/view/wo_production_view.php
+ manufacturing/view/work_order_view.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_entry.php
+ manufacturing/work_order_issue.php
+ manufacturing/work_order_release.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/invoice_items_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/supp_payment_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/db/suppalloc_db.inc
+ purchasing/includes/db/suppliers_db.inc
+ purchasing/includes/po_class.inc
+ purchasing/includes/purchasing_db.inc
+ purchasing/includes/purchasing_ui.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/grn_ui.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/manage/suppliers.php
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_payment.php
+ purchasing/view/view_grn.php
+ purchasing/view/view_po.php
+ purchasing/view/view_supp_credit.php
+ purchasing/view/view_supp_invoice.php
+ purchasing/view/view_supp_payment.php
+ reporting/includes/class.pdf.inc
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/reporting.inc
+ reporting/includes/reports_classes.inc
+ reporting/prn_redirect.php
+ reporting/rep101.php
+ reporting/rep102.php
+ reporting/rep103.php
+ reporting/rep104.php
+ reporting/rep105.php
+ reporting/rep106.php
+ reporting/rep107.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep201.php
+ reporting/rep202.php
+ reporting/rep203.php
+ reporting/rep204.php
+ reporting/rep209.php
+ reporting/rep301.php
+ reporting/rep302.php
+ reporting/rep303.php
+ reporting/rep304.php
+ reporting/rep401.php
+ reporting/rep501.php
+ reporting/rep601.php
+ reporting/rep701.php
+ reporting/rep702.php
+ reporting/rep704.php
+ reporting/rep705.php
+ reporting/rep706.php
+ reporting/rep707.php
+ reporting/rep708.php
+ reporting/rep709.php
+ reporting/reports_main.php
+ sales/allocations/customer_allocate.php
+ sales/allocations/customer_allocation_main.php
+ sales/create_recurrent_invoices.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_payments.php
+ sales/includes/cart_class.inc
+ sales/includes/db/branches_db.inc
+ sales/includes/db/credit_status_db.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/cust_trans_details_db.inc
+ sales/includes/db/custalloc_db.inc
+ sales/includes/db/customers_db.inc
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/db/sales_points_db.inc
+ sales/includes/db/sales_types_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/sales_ui.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sales/manage/credit_status.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/manage/recurrent_invoices.php
+ sales/manage/sales_areas.php
+ sales/manage/sales_groups.php
+ sales/manage/sales_people.php
+ sales/manage/sales_points.php
+ sales/manage/sales_types.php
+ sales/sales_order_entry.php
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_receipt.php
+ sales/view/view_sales_order.php
+ sql/alter2.1.php
+ taxes/db/item_tax_types_db.inc
+ taxes/db/tax_groups_db.inc
+ taxes/db/tax_types_db.inc
+ taxes/item_tax_types.php
+ taxes/tax_calc.inc
+ taxes/tax_groups.php
+ taxes/tax_types.php
+ themes/aqua/renderer.php
+ themes/cool/renderer.php
+ themes/default/renderer.php
+ update.html
+
+2009-02-04 21:55 +0000 Joe Hunt
+(929) Removed ALTER TABLE DROP columns
+ CHANGELOG.txt
+ company/0/images/logo_frontaccounting.png
+ doc/2.1_Beta.txt
+ doc/extensions.txt
+ reporting/fonts/Vera.afm
+ sql/alter2.1.sql
+ themes/default/images/escape.png
+
+2009-02-04 10:52 +0000 Joe Hunt
+(928) Release 2.1.0 beta
+ CHANGELOG.txt
+
+2009-02-04 10:07 +0000 Joe Hunt
+(927) Software Upgrade (re-read of current user needed)
+ CHANGELOG.txt
+ admin/inst_upgrade.php
+
+2009-02-03 15:11 +0000 Joe Hunt
+(926) *** empty log message ***
+ install/index.php
+
+2009-02-03 15:01 +0000 Joe Hunt
+(925) Changed install/index.php link to AGPL license
+ CHANGELOG.txt
+ install/index.php
+
+2009-02-03 12:36 +0000 Janusz Dobrowolski
+(924) Due date in transaction table finally fixed.
+ CHANGELOG.txt
+ purchasing/inquiry/supplier_inquiry.php
+ sales/inquiry/customer_inquiry.php
+
+2009-02-03 10:59 +0000 Janusz Dobrowolski
+(923) Merged bugfixes since 2.0.6
+ CHANGELOG.txt
+ config.php
+ gl/includes/db/gl_db_banking.inc
+ gl/manage/gl_account_classes.php
+ includes/ui/items_cart.inc
+ includes/ui/ui_view.inc
+ purchasing/includes/db/invoice_db.inc
+ reporting/includes/class.pdf.inc
+ reporting/rep101.php
+ reporting/rep201.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/view/view_credit.php
+
+2009-02-03 08:23 +0000 Janusz Dobrowolski
+(921) Date fix in supplier inquiry, [0000115] once again
+ CHANGELOG.txt
+ sales/inquiry/sales_orders_view.php
+
+2009-02-03 08:14 +0000 Janusz Dobrowolski
+(920) Fixed date format in supplier transactions table.
+ CHANGELOG.txt
+ purchasing/inquiry/supplier_inquiry.php
+
+2009-02-02 21:25 +0000 Joe Hunt
+(919) Better layout in Form setup
+ CHANGELOG.txt
+ admin/forms_setup.php
+ sales/inquiry/customer_inquiry.php
+
+2009-02-02 19:52 +0000 Janusz Dobrowolski
+(918) Bugfix [0000115] error on empty table after 'Update' presss in fallback mode.
+ CHANGELOG.txt
+ sales/inquiry/sales_orders_view.php
+
+2009-02-02 18:44 +0000 Janusz Dobrowolski
+(917) Smaller fixes in ordered pagers.
+ CHANGELOG.txt
+
+2009-02-02 18:43 +0000 Janusz Dobrowolski
+(916) Fixed start order in initialy sorted pagers.
+ dimensions/inquiry/search_dimensions.php
+ includes/db_pager.inc
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ sales/allocations/customer_allocation_main.php
+ sales/inquiry/customer_allocation_inquiry.php
+
+2009-02-02 18:42 +0000 Janusz Dobrowolski
+(915) Fixed due date display and initial pager sort order.
+ sales/inquiry/customer_inquiry.php
+
+2009-01-31 22:59 +0000 Joe Hunt
+(914) *** empty log message ***
+ gl/inquiry/tax_inquiry.php
+ sql/en_US-demo.sql
+
+2009-01-30 10:25 +0000 Joe Hunt
+(913) Updated en_US-demo.sql, en_US-new.sql and alter2.1.sql
+ CHANGELOG.txt
+ sql/alter2.1.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-01-30 08:48 +0000 Joe Hunt
+(912) *** empty log message ***
+ CHANGELOG.txt
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/tax_inquiry.php
+
+2009-01-30 08:36 +0000 Joe Hunt
+(911) Outputs/Inputs on tax inquiry as well (why not)
+ CHANGELOG.txt
+ gl/inquiry/tax_inquiry.php
+
+2009-01-29 22:24 +0000 Joe Hunt
+(910) Missing parameter to add_trans_tax_details
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+
+2009-01-29 22:24 +0000 Joe Hunt
+(909) A few minor fixes to get the tax report and inquiry right and syncronized
+ CHANGELOG.txt
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/tax_inquiry.php
+ reporting/rep709.php
+
+2009-01-29 21:01 +0000 Janusz Dobrowolski
+(908) Sign fix on tax calculation
+ gl/includes/db/gl_db_trans.inc
+
+2009-01-29 20:50 +0000 Janusz Dobrowolski
+(907) Fixed input/output tax qualification.
+ reporting/rep709.php
+
+2009-01-29 20:33 +0000 Janusz Dobrowolski
+(906) Rewrite and optimization of tax register functionality, some smaller
+fixes.
+ CHANGELOG.txt
+
+2009-01-29 20:32 +0000 Janusz Dobrowolski
+(905) Additonal fixes to tax on foreign currency transactions.
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/tax_inquiry.php
+ purchasing/includes/db/invoice_db.inc
+ reporting/rep709.php
+ sql/alter2.1.php
+ sql/alter2.1.sql
+
+2009-01-29 20:30 +0000 Janusz Dobrowolski
+(904) Removed obsolete tax group option for account.
+ gl/includes/db/gl_db_accounts.inc
+
+2009-01-29 20:30 +0000 Janusz Dobrowolski
+(903) Removed obsolete tax group option.
+ gl/manage/gl_accounts.php
+
+2009-01-29 13:40 +0000 Joe Hunt
+(902) *** empty log message ***
+ reporting/rep709.php
+
+2009-01-29 12:28 +0000 Joe Hunt
+(901) Changes to committed tax report routines.
+ CHANGELOG.txt
+ doc/quick_entries.txt
+ install.html
+ lang/new_language_template/LC_MESSAGES/empty.po
+ purchasing/includes/db/invoice_db.inc
+ reporting/rep709.php
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+
+2009-01-29 08:37 +0000 Janusz Dobrowolski
+(900) Changes related to rewrite and optimalzation of taz register.
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_trans.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/invoice_items_db.inc
+ purchasing/view/view_supp_credit.php
+ purchasing/view/view_supp_invoice.php
+ reporting/rep107.php
+ reporting/rep110.php
+ reporting/rep709.php
+ sales/includes/db/cust_trans_details_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sql/alter2.1.php
+ sql/alter2.1.sql
+ taxes/tax_calc.inc
+
+2009-01-29 08:35 +0000 Janusz Dobrowolski
+(899) Added precheck before system upgarde
+ admin/inst_upgrade.php
+
+2009-01-29 08:35 +0000 Janusz Dobrowolski
+(898) Reduced delay when ECB rates page is not avaialable.
+ gl/includes/db/gl_db_rates.inc
+
+2009-01-29 08:33 +0000 Janusz Dobrowolski
+(897) Small fixes
+ includes/ui/ui_view.inc
+ inventory/prices.php
+
+2009-01-29 08:32 +0000 Janusz Dobrowolski
+(896) Fixed bug in checks before delete.
+ sales/manage/sales_groups.php
+
+2009-01-28 11:58 +0000 Joe Hunt
+(895) Copyright notes at top op every source file
+ CHANGELOG.txt
+ applications/application.php
+ applications/customers.php
+ applications/dimensions.php
+ applications/generalledger.php
+ applications/inventory.php
+ applications/manufacturing.php
+ applications/setup.php
+ applications/suppliers.php
+ dimensions/dimension_entry.php
+ dimensions/includes/dimensions_db.inc
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/gl_budget.php
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_currencies.inc
+ gl/includes/db/gl_db_rates.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/includes/gl_ui.inc
+ gl/inquiry/gl_trial_balance.php
+ gl/manage/currencies.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_accounts.php
+ gl/view/bank_transfer_view.php
+ gl/view/gl_deposit_view.php
+ gl/view/gl_payment_view.php
+ gl/view/gl_trans_view.php
+ includes/ajax.inc
+ includes/banking.inc
+ includes/current_user.inc
+ includes/data_checks.inc
+ includes/date_functions.inc
+ includes/db/comments_db.inc
+ includes/db/connect_db.inc
+ includes/db/inventory_db.inc
+ includes/db/manufacturing_db.inc
+ includes/db/references_db.inc
+ includes/db/sql_functions.inc
+ includes/db_pager.inc
+ includes/lang/language.php
+ includes/manufacturing.inc
+ includes/page/footer.inc
+ includes/page/header.inc
+ includes/prefs/sysprefs.inc
+ includes/prefs/userprefs.inc
+ includes/references.inc
+ includes/reserved.inc
+ includes/session.inc
+ includes/systypes.inc
+ includes/types.inc
+ includes/ui.inc
+ includes/ui/allocation_cart.inc
+ includes/ui/items_cart.inc
+ includes/ui/ui_globals.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_msgs.inc
+ index.php
+ install/index.php
+ install/save.php
+ inventory/cost_update.php
+ inventory/includes/db/items_adjust_db.inc
+ inventory/includes/db/items_category_db.inc
+ inventory/includes/db/items_codes_db.inc
+ inventory/includes/db/items_db.inc
+ inventory/includes/db/items_locations_db.inc
+ inventory/includes/db/items_prices_db.inc
+ inventory/includes/db/items_trans_db.inc
+ inventory/includes/db/items_transfer_db.inc
+ inventory/includes/db/items_units_db.inc
+ inventory/includes/db/movement_types_db.inc
+ inventory/includes/inventory_db.inc
+ inventory/inquiry/stock_status.php
+ inventory/manage/item_codes.php
+ inventory/manage/sales_kits.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ inventory/view/view_adjustment.php
+ inventory/view/view_transfer.php
+ js/allocate.js
+ js/budget.js
+ js/inserts.js
+ js/reconcile.js
+ js/utils.js
+ manufacturing/includes/db/work_centres_db.inc
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_order_requirements_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ manufacturing/includes/manufacturing_db.inc
+ manufacturing/includes/manufacturing_ui.inc
+ manufacturing/includes/work_order_issue_ui.inc
+ manufacturing/inquiry/bom_cost_inquiry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/view/wo_issue_view.php
+ manufacturing/view/wo_production_view.php
+ manufacturing/view/work_order_view.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_entry.php
+ manufacturing/work_order_issue.php
+ manufacturing/work_order_release.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/invoice_items_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/supp_payment_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/db/suppalloc_db.inc
+ purchasing/includes/db/suppliers_db.inc
+ purchasing/includes/po_class.inc
+ purchasing/includes/purchasing_db.inc
+ purchasing/includes/purchasing_ui.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/grn_ui.inc
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/view/view_grn.php
+ purchasing/view/view_po.php
+ purchasing/view/view_supp_credit.php
+ purchasing/view/view_supp_invoice.php
+ purchasing/view/view_supp_payment.php
+ sales/create_recurrent_invoices.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/includes/db/branches_db.inc
+ sales/includes/db/credit_status_db.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/cust_trans_details_db.inc
+ sales/includes/db/custalloc_db.inc
+ sales/includes/db/customers_db.inc
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/db/sales_points_db.inc
+ sales/includes/db/sales_types_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/sales_ui.inc
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_receipt.php
+ sales/view/view_sales_order.php
+ taxes/db/item_tax_types_db.inc
+ taxes/db/tax_groups_db.inc
+ taxes/db/tax_types_db.inc
+ taxes/item_tax_types.php
+ taxes/tax_calc.inc
+ taxes/tax_groups.php
+ taxes/tax_types.php
+ themes/aqua/renderer.php
+ themes/cool/renderer.php
+ themes/default/renderer.php
+
+2009-01-27 14:51 +0000 Joe Hunt
+(894) fixed underline in db pager for sortable columns.
+ CHANGELOG.txt
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2009-01-27 09:58 +0000 Joe Hunt
+(893) Removed file update_db.php (obsolete). Finetuning en_US-demo.sql
+ CHANGELOG.txt
+ sql/en_US-demo.sql
+ update_db.php
+
+2009-01-26 17:29 +0000 Joe Hunt
+(892) Added graphics for cancel. (door-out)
+ CHANGELOG.txt
+ config.php
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ themes/aqua/images/cancel.png
+ themes/cool/images/cancel.png
+ themes/default/images/cancel.png
+
+2009-01-26 09:43 +0000 Joe Hunt
+(891) *** empty log message ***
+ CHANGELOG.txt
+ sql/alter2.1.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-01-25 16:26 +0000 Joe Hunt
+(890) Added one Post option to Post options in Quick Entry Lines (amount without decrease or increase). Minor bug fixes.
+ CHANGELOG.txt
+ gl/manage/gl_quick_entries.php
+ includes/types.inc
+ includes/ui/ui_view.inc
+ sql/alter2.1.sql
+
+2009-01-24 21:52 +0000 Janusz Dobrowolski
+(889) Additional fixes to quick entry feature.
+ CHANGELOG.txt
+ admin/db/voiding_db.inc
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_trans.inc
+ includes/types.inc
+
+2009-01-24 08:29 +0000 Janusz Dobrowolski
+(888) Set maximum width for select to avoid broken 2-column layout.
+ CHANGELOG.txt
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2009-01-23 16:14 +0000 Joe Hunt
+(887) Added new files in doc subdirectory
+ CHANGELOG.txt
+ doc/attachments.txt
+ doc/bank_reconciliation.txt
+ doc/dim_on_invoice.txt
+ doc/quick_entries.txt
+ doc/recurrent_invoice.txt
+
+2009-01-22 16:36 +0000 Janusz Dobrowolski
+(886) Improved quick entries, registration of GL tax acount changes, some
+bugfixes.
+ CHANGELOG.txt
+
+2009-01-22 16:34 +0000 Janusz Dobrowolski
+(885) Improved quick entries.
+ gl/gl_bank.php
+ gl/gl_journal.php
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/manage/gl_quick_entries.php
+ includes/types.inc
+ includes/ui/items_cart.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ sql/alter2.1.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-01-22 16:33 +0000 Janusz Dobrowolski
+(884) Hot key for quick entries
+ applications/generalledger.php
+
+2009-01-22 16:32 +0000 Janusz Dobrowolski
+(883) Added attachments to company subdirectory list.
+ update_db.php
+
+2009-01-22 16:31 +0000 Janusz Dobrowolski
+(882) Registration of changes on GL tax acounts into tax_details
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_trans.inc
+ purchasing/includes/db/invoice_db.inc
+ taxes/tax_calc.inc
+
+2009-01-22 16:29 +0000 Janusz Dobrowolski
+(881) Improved quick entries.
+ gl/includes/db/gl_db_bank_accounts.inc
+
+2009-01-22 16:28 +0000 Janusz Dobrowolski
+(880) Allocation bug for cash sales.
+ sales/includes/db/sales_invoice_db.inc
+
+2009-01-22 16:27 +0000 Janusz Dobrowolski
+(879) Hiding voided transactions.
+ gl/view/gl_trans_view.php
+
+2009-01-22 16:26 +0000 Janusz Dobrowolski
+(878) Icons removed form form buttons for now.
+ sales/sales_order_entry.php
+
+2009-01-20 23:30 +0000 Joe Hunt
+(876) Bad handling of graphic links in certain browsers
+ CHANGELOG.txt
+ includes/ui/ui_input.inc
+
+2009-01-20 16:31 +0000 Joe Hunt
+(875) Had to move applications to main.inc
+ CHANGELOG.txt
+ frontaccounting.php
+ includes/main.inc
+ installed_extensions.php
+
+2009-01-20 15:31 +0000 Joe Hunt
+(874) Preparing for installing of extensions
+ CHANGELOG.txt
+ frontaccounting.php
+ installed_extensions.php
+
+2009-01-19 23:52 +0000 Joe Hunt
+(873) Changed direct sales document line descriptions to be editable (via edit link)
+ CHANGELOG.txt
+ reporting/rep107.php
+ reporting/rep109.php
+ reporting/rep110.php
+ sales/includes/cart_class.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+
+2009-01-17 15:50 +0000 Joe Hunt
+(872) *** empty log message ***
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/gl_account_inquiry.php
+ inventory/inquiry/stock_movements.php
+
+2009-01-17 15:28 +0000 Joe Hunt
+(871) Changed all smaller forms and tables to be uniform. Copyright notes.
+ CHANGELOG.txt
+ admin/attachments.php
+ admin/forms_setup.php
+ gl/manage/exchange_rates.php
+ gl/manage/gl_quick_entries.php
+ inventory/manage/item_categories.php
+ inventory/manage/item_units.php
+ inventory/manage/movement_types.php
+ manufacturing/manage/work_centres.php
+ sales/manage/credit_status.php
+ sales/manage/recurrent_invoices.php
+ sales/manage/sales_areas.php
+ sales/manage/sales_groups.php
+ sales/manage/sales_people.php
+ sales/manage/sales_points.php
+ sales/manage/sales_types.php
+ update.html
+
+2009-01-16 18:18 +0000 Janusz Dobrowolski
+(870) Fixed new db pager generation on first display of exchange_rates page.
+ CHANGELOG.txt
+ gl/manage/exchange_rates.php
+
+2009-01-16 01:47 +0000 Joe Hunt
+(869) Changed db_pager_view to only use one table (sometimes bad layout)
+ CHANGELOG.txt
+ includes/ui/db_pager_view.inc
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2009-01-15 22:20 +0000 Joe Hunt
+(868) Adjustment of db pager width. Copyright notes.
+ CHANGELOG.txt
+ dimensions/inquiry/search_dimensions.php
+ gl/bank_account_reconcile.php
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/search_work_orders.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ sales/allocations/customer_allocation_main.php
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ update.html
+
+2009-01-15 15:02 +0000 Janusz Dobrowolski
+(867) Rewritten bank reconciliation page and some code cleanups.
+ CHANGELOG.txt
+
+2009-01-15 14:59 +0000 Janusz Dobrowolski
+(866) Javascript for bank reconciliation page.
+ js/reconcile.js
+
+2009-01-15 14:58 +0000 Janusz Dobrowolski
+(865) Rewritten bank reconciliation page
+ gl/bank_account_reconcile.php
+ includes/ui/ui_lists.inc
+ sql/alter2.1.php
+ sql/alter2.1.sql
+
+2009-01-15 14:57 +0000 Janusz Dobrowolski
+(864) Standard sql separator in date functions.
+ includes/date_functions.inc
+
+2009-01-15 14:55 +0000 Janusz Dobrowolski
+(863) Separated checkbox generation for indirect display use.
+ includes/ui/ui_input.inc
+
+2009-01-15 14:54 +0000 Janusz Dobrowolski
+(862) Standard checkbox helper use.
+ sales/inquiry/sales_orders_view.php
+
+2009-01-14 10:07 +0000 Joe Hunt
+(861) Small fix
+ admin/display_prefs.php
+ includes/lang/language.php
+
+2009-01-14 01:17 +0000 Joe Hunt
+(860) Page reload problem, progress bar in backup/restore,
+ CHANGELOG.txt
+ admin/backups.php
+ admin/display_prefs.php
+ includes/lang/language.php
+
+2009-01-12 15:09 +0000 Joe Hunt
+(857) Copyright note
+ sales/allocations/customer_allocate.php
+
+2009-01-12 15:05 +0000 Joe Hunt
+(856) Fixing price formatting of left to allocate
+ CHANGELOG.txt
+ purchasing/allocations/supplier_allocation_main.php
+ sales/allocations/customer_allocation_main.php
+ sql/en_US-demo.sql
+
+2009-01-12 11:13 +0000 Joe Hunt
+(855) *** empty log message ***
+ CHANGELOG.txt
+ install.html
+ install/index.php
+ update.html
+
+2009-01-11 20:05 +0000 Janusz Dobrowolski
+(854) Added table pager in view/print transactions and some smaller bugfixes.
+ CHANGELOG.txt
+
+2009-01-11 20:05 +0000 Janusz Dobrowolski
+(853) Added table pager.
+ admin/view_print_transaction.php
+
+2009-01-11 20:04 +0000 Janusz Dobrowolski
+(852) Improved check_cells.
+ includes/ui/ui_input.inc
+
+2009-01-11 20:03 +0000 Janusz Dobrowolski
+(851) Added new attachments per company subdirectory.
+ admin/create_coy.php
+
+2009-01-11 20:02 +0000 Janusz Dobrowolski
+(850) Added hotkey for reconciliation menu option.
+ applications/generalledger.php
+
+2009-01-11 20:01 +0000 Janusz Dobrowolski
+(849) Fixed false qoh alerts.
+ sales/includes/ui/sales_order_ui.inc
+
+2009-01-11 20:00 +0000 Janusz Dobrowolski
+(848) Fixed page title.
+ sales/manage/sales_points.php
+
+2009-01-11 10:53 +0000 Joe Hunt
+(847) Changed notice msg to warnings and changed bg color for warning
+ CHANGELOG.txt
+ admin/company_preferences.php
+ admin/void_transaction.php
+ includes/errors.inc
+ inventory/manage/items.php
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2009-01-10 11:23 +0000 Joe Hunt
+(846) Added more fields to suppliers table and fixed PO document
+ CHANGELOG.txt
+ includes/ui/ui_input.inc
+ purchasing/manage/suppliers.php
+ reporting/includes/header2.inc
+ reporting/rep209.php
+ sql/alter2.1.sql
+
+2009-01-10 09:17 +0000 Joe Hunt
+(845) Addition of Bank Reconciliation. Author Rob Mallon
+ CHANGELOG.txt
+ applications/generalledger.php
+ gl/bank_account_reconcile.php
+ sql/alter2.1.sql
+
+2009-01-09 16:46 +0000 Janusz Dobrowolski
+(844) Some smaller fixes, code cleanup.
+ CHANGELOG.txt
+
+2009-01-09 16:45 +0000 Janusz Dobrowolski
+(843) Removed obsolete function.
+ gl/includes/db/gl_db_rates.inc
+
+2009-01-09 16:44 +0000 Janusz Dobrowolski
+(842) Added table pager.
+ gl/manage/exchange_rates.php
+
+2009-01-09 16:41 +0000 Janusz Dobrowolski
+(841) Removed obsolete locale css inclusion.
+ includes/page/header.inc
+
+2009-01-09 16:41 +0000 Janusz Dobrowolski
+(840) Hook file for localized functions.
+ includes/lang/language.php
+
+2009-01-09 16:40 +0000 Janusz Dobrowolski
+(839) Added width parameter.
+ includes/db_pager.inc
+
+2009-01-09 16:40 +0000 Janusz Dobrowolski
+(838) Fixed rate display and table width.
+ includes/ui/db_pager_view.inc
+
+2009-01-09 16:38 +0000 Janusz Dobrowolski
+(837) Optional params in table_header() added.
+ includes/ui/ui_controls.inc
+
+2009-01-09 16:26 +0000 Janusz Dobrowolski
+(836) Removing obsolete css files.
+ lang/en_US/stylesheet.css
+ lang/new_language_template/stylesheet.css
+
+2009-01-09 16:10 +0000 Joe Hunt
+(835) Added Sales kits to Items price list.
+Company logo can not be deleted.
+Bug [0000107] and [0000108]
+ CHANGELOG.txt
+ admin/company_preferences.php
+ gl/manage/gl_account_types.php
+ inventory/includes/db/items_codes_db.inc
+ reporting/rep104.php
+
+2009-01-09 14:50 +0000 Janusz Dobrowolski
+(834) Template locale hook functions file.
+ lang/new_language_template/locale.inc
+
+2009-01-09 11:59 +0000 Joe Hunt
+(833) Changed $path_to_root and stamped copyright
+ CHANGELOG.txt
+ gl/includes/gl_db.inc
+ reporting/includes/class.pdf.inc
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/reports_classes.inc
+ reporting/prn_redirect.php
+ reporting/rep101.php
+ reporting/rep102.php
+ reporting/rep103.php
+ reporting/rep104.php
+ reporting/rep105.php
+ reporting/rep106.php
+ reporting/rep107.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep201.php
+ reporting/rep202.php
+ reporting/rep203.php
+ reporting/rep204.php
+ reporting/rep209.php
+ reporting/rep301.php
+ reporting/rep302.php
+ reporting/rep303.php
+ reporting/rep304.php
+ reporting/rep401.php
+ reporting/rep501.php
+ reporting/rep601.php
+ reporting/rep701.php
+ reporting/rep702.php
+ reporting/rep704.php
+ reporting/rep705.php
+ reporting/rep706.php
+ reporting/rep707.php
+ reporting/rep708.php
+ reporting/rep709.php
+ reporting/reports_main.php
+
+2009-01-09 10:57 +0000 Janusz Dobrowolski
+(832) Removed bank_trans_types.inc
+ gl/includes/gl_db.inc
+
+2009-01-09 10:56 +0000 Janusz Dobrowolski
+(831) Added hotkey for attachments menu option.
+ applications/setup.php
+
+2009-01-09 09:31 +0000 Janusz Dobrowolski
+(830) Removed obsolete bank trans type related files.
+ gl/includes/db/gl_db_bank_trans_types.inc
+ gl/manage/bank_trans_types.php
+
+2009-01-09 09:23 +0000 Janusz Dobrowolski
+(829) Files moved to sompany/0 folder.
+ inventory/manage/image/0/102.jpg
+ inventory/manage/image/0/103.jpg
+ inventory/manage/image/0/104.jpg
+
+2009-01-08 01:27 +0000 Joe Hunt
+(827) *** empty log message ***
+ admin/attachments.php
+
+2009-01-08 01:18 +0000 Joe Hunt
+(826) *** empty log message ***
+ admin/attachments.php
+
+2009-01-08 01:11 +0000 Joe Hunt
+(825) Changed attachments to use unique files store instead of blobs
+ CHANGELOG.txt
+ admin/attachments.php
+ sql/alter2.1.sql
+
+2009-01-07 16:26 +0000 Joe Hunt
+(824) Changed supplier credit note to only show items for a period, default 30 days back.
+ CHANGELOG.txt
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/supplier_credit.php
+
+2009-01-07 13:39 +0000 Janusz Dobrowolski
+(823) Fixed error handliong in forced upgrade mode.
+ CHANGELOG.txt
+ admin/db/maintenance_db.inc
+
+2009-01-07 13:20 +0000 Janusz Dobrowolski
+(822) Bug in SQL syntax.
+ sql/alter2.1.sql
+
+2009-01-07 11:54 +0000 Janusz Dobrowolski
+(821) Fixes [0000105],[0000106], added backtrace debugging function.
+ CHANGELOG.txt
+
+2009-01-07 11:52 +0000 Janusz Dobrowolski
+(820) Initialization of pos number during upgrade [0000105], key fields
+optimizations.
+ sql/alter2.1.sql
+
+2009-01-07 11:51 +0000 Janusz Dobrowolski
+(819) Fix  [0000106] Error during direct invoice for non-ECB currencies.
+ sales/includes/cart_class.inc
+
+2009-01-07 11:50 +0000 Janusz Dobrowolski
+(818) Added backtrace debugging function.
+ includes/ui/ui_view.inc
+
+2009-01-05 15:41 +0000 Joe Hunt
+(817) Forgot the immediate allocations.
+ CHANGELOG.txt
+ purchasing/includes/db/invoice_db.inc
+ purchasing/supplier_credit.php
+ purchasing/view/view_supp_credit.php
+
+2009-01-05 12:26 +0000 Joe Hunt
+(816) Possibility to 'Credit This' in supplier transactions like in customer transaction.
+If there are many invoice items during a year, there would be many rows suggestions.
+ CHANGELOG.txt
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/supplier_credit.php
+
+2008-12-22 13:39 +0000 Janusz Dobrowolski
+(809) Fixed item_codes table update on item creation.
+ CHANGELOG.txt
+ inventory/includes/db/items_codes_db.inc
+ inventory/includes/db/items_db.inc
+
+2008-12-21 16:18 +0000 Joe Hunt
+(808) Minor errors in doctext.inc and doctext2.inc
+ CHANGELOG.txt
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+
+2008-12-21 10:11 +0000 Joe Hunt
+(807) *** empty log message ***
+ includes/ui/ui_view.inc
+
+2008-12-21 09:47 +0000 Joe Hunt
+(806) Minor bugs in layout and quick entries.
+ CHANGELOG.txt
+ includes/ui/ui_view.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/supplier_invoice.php
+
+2008-12-20 23:10 +0000 Joe Hunt
+(805) Better layout in big forms
+ CHANGELOG.txt
+ includes/ui/ui_controls.inc
+
+2008-12-20 22:10 +0000 Joe Hunt
+(804) Replaced the ajax paging in stock movements with the old file.
+ CHANGELOG.txt
+ inventory/inquiry/stock_movements.php
+
+2008-12-18 23:16 +0000 Joe Hunt
+(803) Minor fix
+ gl/gl_bank.php
+ gl/gl_journal.php
+
+2008-12-18 23:08 +0000 Joe Hunt
+(802) Minor fix
+ gl/gl_bank.php
+
+2008-12-18 22:37 +0000 Joe Hunt
+(801) Minor adjustment
+ includes/ui/ui_view.inc
+
+2008-12-18 13:14 +0000 Joe Hunt
+(799) Added quick entries in supplier invoice/credit note as well. Based on bank payments
+ CHANGELOG.txt
+ gl/gl_bank.php
+ gl/gl_journal.php
+ gl/includes/db/gl_db_banking.inc
+ includes/ui/ui_view.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+
+2008-12-15 19:30 +0000 Janusz Dobrowolski
+(795) Fixed [0000085] and some smaller cleanup.
+ CHANGELOG.txt
+
+2008-12-15 19:30 +0000 Janusz Dobrowolski
+(794) [0000085] Fixed session conflicts during document edition in multiply browser tabs.
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/sales_order_entry.php
+ sales/view/view_sales_order.php
+
+2008-12-15 19:29 +0000 Janusz Dobrowolski
+(793) Fixed initial form values
+ sales/manage/recurrent_invoices.php
+
+2008-12-15 19:28 +0000 Janusz Dobrowolski
+(792) Code cleanup.
+ purchasing/view/view_po.php
+ sales/includes/cart_class.inc
+ sales/includes/sales_ui.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+
+2008-12-12 08:15 +0000 Joe Hunt
+(791) Rerun (also Statements can have legal text)
+ reporting/includes/header2.inc
+
+2008-12-11 23:27 +0000 Joe Hunt
+(790) Changed so document Sales Invoice now shows delivery notes instead of sales order
+ CHANGELOG.txt
+ reporting/includes/header2.inc
+
+2008-12-11 12:36 +0000 Joe Hunt
+(789) Two new fields in company table, accumulate_shipping and logal_text
+ Accumulat shipping is for accumulating shipping on batch invoice
+ Legal text is a last line legal info on sales invoices.
+ CHANGELOG.txt
+ admin/db/company_db.inc
+ admin/gl_setup.php
+ purchasing/includes/ui/invoice_ui.inc
+ reporting/includes/header2.inc
+ sales/customer_invoice.php
+ sql/alter2.1.sql
+
+2008-12-10 14:52 +0000 Janusz Dobrowolski
+(788) Fixed duplicate groups in lists and file/line info in devel errors.
+ CHANGELOG.txt
+
+2008-12-10 14:51 +0000 Janusz Dobrowolski
+(787) Fixed duplicated groups in list selectors.
+ includes/ui/ui_lists.inc
+
+2008-12-10 14:50 +0000 Janusz Dobrowolski
+(786) File and line number was not displayed for devel error messages.
+ includes/errors.inc
+
+2008-12-09 17:11 +0000 Joe Hunt
+(784) Changed so input of account type is possible (like classes)
+ CHANGELOG.txt
+ gl/includes/db/gl_db_account_types.inc
+ gl/manage/gl_account_types.php
+
+2008-12-09 15:41 +0000 Joe Hunt
+(783) Bug in document right-margin when more than 1 page.
+ CHANGELOG.txt
+ reporting/includes/header2.inc
+
+2008-12-08 21:21 +0000 Janusz Dobrowolski
+(778) Additional fixes to foreign/kit code editors
+ CHANGELOG.txt
+ inventory/manage/item_codes.php
+ inventory/manage/sales_kits.php
+
+2008-12-08 20:48 +0000 Janusz Dobrowolski
+(777) Two small bugfixes related to item kits.
+ CHANGELOG.txt
+
+2008-12-08 20:47 +0000 Janusz Dobrowolski
+(776) sales_items_list MySQL 3.xx compatibility fix.
+ includes/ui/ui_lists.inc
+
+2008-12-08 20:45 +0000 Janusz Dobrowolski
+(775) Fixed broken syntax in delete_item_code().
+ inventory/includes/db/items_codes_db.inc
+
+2008-12-08 16:22 +0000 Janusz Dobrowolski
+(774) Some smaller fixes and merging all changes from main trunk up to 2.0.6
+ CHANGELOG.txt
+
+2008-12-08 16:21 +0000 Janusz Dobrowolski
+(773) Merged changes in main trunk up to 2.0.6 (see CHANGELOG)
+ admin/create_coy.php
+ admin/db/maintenance_db.inc
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_trans.inc
+ includes/banking.inc
+ includes/current_user.inc
+ manufacturing/view/wo_production_view.php
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/supp_payment_db.inc
+ reporting/includes/pdf_report.inc
+ reporting/rep107.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep209.php
+ reporting/rep302.php
+ reporting/rep303.php
+ sales/customer_delivery.php
+ sales/includes/cart_class.inc
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_sales_order.php
+ taxes/tax_calc.inc
+ update.html
+ update_db.php
+
+2008-12-08 16:18 +0000 Janusz Dobrowolski
+(772) Grouping in account lists.
+ admin/gl_setup.php
+
+2008-12-08 16:16 +0000 Janusz Dobrowolski
+(771) GL acounts in seletors always grouped by type.
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/manage/bank_accounts.php
+ gl/manage/gl_accounts.php
+ gl/manage/gl_quick_entries.php
+ includes/ui/ui_lists.inc
+ purchasing/includes/ui/invoice_ui.inc
+ sales/manage/customer_branches.php
+
+2008-12-08 16:14 +0000 Janusz Dobrowolski
+(770) Fixed AltGr hotkeys system issue.
+ js/inserts.js
+
+2008-12-08 16:13 +0000 Janusz Dobrowolski
+(769) Added development/bugtracking sql trail.
+ config.php
+ includes/db/connect_db.inc
+ sql/alter2.1.sql
+
+2008-12-08 16:12 +0000 Janusz Dobrowolski
+(768) Added helpers for list editor F4 calls.
+ includes/ui/ui_controls.inc
+ sales/sales_order_entry.php
+
+2008-12-08 11:10 +0000 Joe Hunt
+(766) *** empty log message ***
+ CHANGELOG.txt
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/purchasing_db.inc
+ purchasing/includes/ui/invoice_ui.inc
+ reporting/rep209.php
+
+2008-12-08 00:47 +0000 Joe Hunt
+(765) *** empty log message ***
+ purchasing/includes/ui/invoice_ui.inc
+
+2008-12-08 00:32 +0000 Joe Hunt
+(764) Bad and missing parameter to header2 funciton
+Rerun of invoice_ui.inc
+ CHANGELOG.txt
+ purchasing/includes/ui/invoice_ui.inc
+ reporting/rep109.php
+ reporting/rep209.php
+
+2008-12-07 19:03 +0000 Janusz Dobrowolski
+(763) Added list category grouping, delivbery/ivoice address selection and some other fixes.
+ CHANGELOG.txt
+
+2008-12-07 19:02 +0000 Janusz Dobrowolski
+(762) Fixed warnings display.
+ includes/errors.inc
+
+2008-12-07 19:01 +0000 Janusz Dobrowolski
+(761) Fixed error handling during upgrade.
+ admin/db/maintenance_db.inc
+
+2008-12-07 19:01 +0000 Janusz Dobrowolski
+(760) Small syntax fix.
+ sql/alter2.1.php
+
+2008-12-07 19:00 +0000 Janusz Dobrowolski
+(759) Added delivery links.
+ sales/view/view_invoice.php
+
+2008-12-07 18:59 +0000 Janusz Dobrowolski
+(758) Fixed default delivery address selection.
+ sales/includes/ui/sales_order_ui.inc
+
+2008-12-07 18:58 +0000 Janusz Dobrowolski
+(757) Changed branch/customer name/address selection on invoices.
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/header2.inc
+
+2008-12-07 18:58 +0000 Janusz Dobrowolski
+(756) Added list category grouping.
+ includes/ui/ui_lists.inc
+
+2008-12-07 16:58 +0000 Joe Hunt
+(755) Better layout. Copyright notes. Mailto links, outer table routines. (3. run)
+ CHANGELOG.txt
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ includes/ui/ui_controls.inc
+ inventory/adjustments.php
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ inventory/transfers.php
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_payment.php
+ sales/customer_payments.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+
+2008-12-07 10:49 +0000 Joe Hunt
+(754) *** empty log message ***
+ admin/gl_setup.php
+
+2008-12-07 10:29 +0000 Joe Hunt
+(753) Better layout. Copyright notes. Mailto links. (2. run)
+ CHANGELOG.txt
+ admin/company_preferences.php
+ admin/display_prefs.php
+ admin/gl_setup.php
+ admin/users.php
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ inventory/manage/locations.php
+ purchasing/manage/suppliers.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/manage/sales_people.php
+
+2008-12-06 23:05 +0000 Joe Hunt
+(752) Better layout. Copyright notes. Mailto links.
+ admin/company_preferences.php
+ admin/users.php
+ inventory/manage/locations.php
+ purchasing/manage/suppliers.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/manage/sales_people.php
+
+2008-12-05 15:21 +0000 Joe Hunt
+(749) *** empty log message ***
+ purchasing/manage/suppliers.php
+ sql/alter2.1.php
+
+2008-12-05 12:50 +0000 Joe Hunt
+(748) Changed dimension view to show result instead of ledger trans
+ dimensions/includes/dimensions_ui.inc
+ dimensions/view/view_dimension.php
+
+2008-12-05 12:50 +0000 Joe Hunt
+(747) New fields in suppliers, phone, fax, vat no, contact and credit limit
+ CHANGELOG.txt
+ purchasing/manage/suppliers.php
+ sql/alter2.1.sql
+
+2008-12-05 09:00 +0000 Janusz Dobrowolski
+(746) Some smaller fixes to db_pager, button helpers moved to ui_input.inc
+ CHANGELOG.txt
+
+2008-12-05 08:58 +0000 Janusz Dobrowolski
+(745) Button helpers moved to ui_input.inc, reusable button code.
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+
+2008-12-05 08:52 +0000 Janusz Dobrowolski
+(744) Fixed errors during focus on nonexistent elements.
+ js/utils.js
+
+2008-12-05 08:51 +0000 Janusz Dobrowolski
+(743) small fixes to layout.
+ includes/ui/db_pager_view.inc
+
+2008-12-05 08:50 +0000 Janusz Dobrowolski
+(742) Allowed optional ORDER BY in pager sql.
+ includes/db_pager.inc
+
+2008-11-26 16:55 +0000 Janusz Dobrowolski
+(732) Two updates to last changes.
+ CHANGELOG.txt
+
+2008-11-26 16:55 +0000 Janusz Dobrowolski
+(731) Fixed layout for amount_ex() fields with label.
+ includes/ui/ui_input.inc
+
+2008-11-26 16:54 +0000 Janusz Dobrowolski
+(730) Fixed combo_input for $sql with GROUP BY option.
+ includes/ui/ui_lists.inc
+
+2008-11-25 10:53 +0000 Janusz Dobrowolski
+(723) Additional conflict fixes after merge.
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+
+2008-11-25 10:26 +0000 cvs2hg
+(722) fixup commit for tag 'unstable_2_0_5'
+ CHANGELOG.txt
+ access/login.php
+ access/logout.php
+ admin/attachments.php
+ admin/backups.php
+ admin/change_current_user_password.php
+ admin/db/company_db.inc
+ admin/db/maintenance_db.inc
+ admin/db/printers_db.inc
+ admin/db/users_db.inc
+ admin/db/v_banktrans.inc
+ admin/db/voiding_db.inc
+ admin/display_prefs.php
+ admin/fiscalyears.php
+ admin/forms_setup.php
+ admin/gl_setup.php
+ admin/inst_upgrade.php
+ admin/payment_terms.php
+ admin/print_profiles.php
+ admin/printers.php
+ admin/shipping_companies.php
+ admin/users.php
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ update.html
+
+2008-11-25 10:26 +0000 Janusz Dobrowolski
+(721) Merged all main trunk bugfixes up to release 2.0.5
+ CHANGELOG.txt
+ admin/db/voiding_db.inc
+ admin/void_transaction.php
+ gl/includes/db/gl_db_trans.inc
+ gl/inquiry/gl_trial_balance.php
+ includes/banking.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_view.inc
+ manufacturing/manage/bom_edit.php
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/supp_payment_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/purchasing_db.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_payment.php
+ reporting/includes/class.pdf.inc
+ reporting/rep101.php
+ reporting/rep106.php
+ reporting/rep201.php
+ reporting/rep203.php
+ reporting/rep209.php
+ reporting/rep708.php
+ reporting/reports_main.php
+ sales/allocations/customer_allocate.php
+ sales/customer_payments.php
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/payment_db.inc
+ sales/includes/sales_db.inc
+ sales/view/view_receipt.php
+ update.html
+
+2008-11-25 00:35 +0000 Joe Hunt
+(720) Inserted Copyright Notice and fixed graphic items
+ CHANGELOG.txt
+ access/login.php
+ access/logout.php
+ admin/attachments.php
+ admin/backups.php
+ admin/change_current_user_password.php
+ admin/db/company_db.inc
+ admin/db/maintenance_db.inc
+ admin/db/printers_db.inc
+ admin/db/users_db.inc
+ admin/db/v_banktrans.inc
+ admin/db/voiding_db.inc
+ admin/display_prefs.php
+ admin/fiscalyears.php
+ admin/forms_setup.php
+ admin/gl_setup.php
+ admin/inst_upgrade.php
+ admin/payment_terms.php
+ admin/print_profiles.php
+ admin/printers.php
+ admin/shipping_companies.php
+ admin/users.php
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ gl/gl_journal.php
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/tax_inquiry.php
+ gl/manage/bank_accounts.php
+ includes/ui/ui_controls.inc
+ reporting/includes/pdf_report.inc
+ reporting/rep709.php
+ sales/includes/ui/sales_credit_ui.inc
+ sql/alter2.1.php
+
+2008-11-24 20:16 +0000 Janusz Dobrowolski
+(719) Added foreign/alias item codes and sales kits support.
+ CHANGELOG.txt
+ applications/inventory.php
+ includes/ui/ui_lists.inc
+ inventory/includes/db/items_category_db.inc
+ inventory/includes/db/items_codes_db.inc
+ inventory/includes/db/items_db.inc
+ inventory/includes/inventory_db.inc
+ inventory/manage/item_codes.php
+ inventory/manage/items.php
+ inventory/manage/sales_kits.php
+ inventory/prices.php
+ sales/includes/sales_db.inc
+ sales/includes/ui/sales_order_ui.inc
+
+2008-11-24 20:09 +0000 Janusz Dobrowolski
+(718) Sql usage optimization.
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ manufacturing/includes/work_order_issue_ui.inc
+ sales/includes/ui/sales_credit_ui.inc
+
+2008-11-24 20:09 +0000 Janusz Dobrowolski
+(717) Sql ussage optimization.
+ purchasing/includes/ui/po_ui.inc
+
+2008-11-24 20:06 +0000 Janusz Dobrowolski
+(716) Added decimals to get_item_edit_info() return for sql usage optimization.
+ includes/db/inventory_db.inc
+
+2008-11-24 20:03 +0000 Janusz Dobrowolski
+(715) Added postlabel update in amount_cells_ex and derivative helpers, fixed qty_cell $dec handling.
+ includes/ui/ui_input.inc
+
+2008-11-24 20:02 +0000 Janusz Dobrowolski
+(714) Fixed _vd() ebug function to use also in ajax mode.
+ includes/ui/ui_view.inc
+
+2008-11-24 19:57 +0000 Janusz Dobrowolski
+(713) Changed foreign column name add added category_id in item_codes.
+ sql/alter2.1.php
+ sql/alter2.1.sql
+
+2008-11-24 19:55 +0000 Janusz Dobrowolski
+(712) Fixed unconsistent units of measure.
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2008-11-23 23:23 +0000 Joe Hunt
+(710) *** empty log message ***
+ includes/ui/ui_input.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+
+2008-11-23 23:20 +0000 Joe Hunt
+(709) Preparing for graphic links
+ CHANGELOG.txt
+ config.php
+ includes/ui/ui_input.inc
+ reporting/includes/header2.inc
+ reporting/rep601.php
+ sales/includes/ui/sales_order_ui.inc
+ sales/inquiry/customer_inquiry.php
+ sales/sales_order_entry.php
+ themes/aqua/images/ok.gif
+ themes/cool/images/ok.gif
+ themes/default/images/ok.gif
+
+2008-11-22 10:51 +0000 Joe Hunt
+(708) New icons
+ themes/aqua/images/receive.gif
+ themes/cool/images/receive.gif
+ themes/default/images/receive.gif
+
+2008-11-22 10:42 +0000 Joe Hunt
+(707) Preparing for Graphic Links final.Optimized.
+ CHANGELOG.txt
+ admin/create_coy.php
+ admin/inst_lang.php
+ admin/inst_module.php
+ config.php
+ dimensions/inquiry/search_dimensions.php
+ includes/ui/db_pager_view.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_view.inc
+ lang/installed_languages.inc
+ manufacturing/search_work_orders.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ reporting/includes/reporting.inc
+ sales/allocations/customer_allocation_main.php
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+
+2008-11-22 01:33 +0000 Joe Hunt
+(706) Preparing graphic links, changes
+ CHANGELOG.txt
+ admin/create_coy.php
+ admin/inst_lang.php
+ admin/inst_module.php
+ admin/view_print_transaction.php
+ gl/manage/gl_quick_entries.php
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_view.inc
+ reporting/includes/reporting.inc
+
+2008-11-21 10:43 +0000 Joe Hunt
+(705) Preparing for Graphic Links instead of Text Links (user display option, default)
+(new field in 0_users, graphic_links)
+ CHANGELOG.txt
+ admin/db/users_db.inc
+ admin/display_prefs.php
+ config.php
+ gl/manage/gl_quick_entries.php
+ includes/current_user.inc
+ includes/prefs/userprefs.inc
+ includes/ui/ui_controls.inc
+ sql/alter2.1.sql
+ themes/aqua/images/add.png
+ themes/aqua/images/credit.gif
+ themes/aqua/images/delete.gif
+ themes/aqua/images/download.gif
+ themes/aqua/images/edit.gif
+ themes/aqua/images/gl.png
+ themes/aqua/images/invoice.gif
+ themes/aqua/images/money.png
+ themes/aqua/images/pdf.gif
+ themes/aqua/images/print.png
+ themes/aqua/images/remove.png
+ themes/aqua/images/report.png
+ themes/aqua/images/view.gif
+ themes/cool/images/add.png
+ themes/cool/images/credit.gif
+ themes/cool/images/delete.gif
+ themes/cool/images/download.gif
+ themes/cool/images/edit.gif
+ themes/cool/images/gl.png
+ themes/cool/images/invoice.gif
+ themes/cool/images/money.png
+ themes/cool/images/pdf.gif
+ themes/cool/images/print.png
+ themes/cool/images/remove.png
+ themes/cool/images/report.png
+ themes/cool/images/view.gif
+ themes/default/images/add.png
+ themes/default/images/credit.gif
+ themes/default/images/delete.gif
+ themes/default/images/download.gif
+ themes/default/images/edit.gif
+ themes/default/images/gl.png
+ themes/default/images/invoice.gif
+ themes/default/images/money.png
+ themes/default/images/pdf.gif
+ themes/default/images/print.png
+ themes/default/images/remove.png
+ themes/default/images/report.png
+ themes/default/images/view.gif
+
+2008-11-20 11:02 +0000 Joe Hunt
+(703) Added new AGPL license file
+ CHANGELOG.txt
+ doc/license.txt
+
+2008-11-19 14:19 +0000 Janusz Dobrowolski
+(701) Fixed error handling during db upgrade, added db support for foreign
+item codes.
+ CHANGELOG.txt
+
+2008-11-19 14:17 +0000 Janusz Dobrowolski
+(700) Additions for foreign item codes support.
+ sql/alter2.1.php
+ sql/alter2.1.sql
+
+2008-11-19 14:16 +0000 Janusz Dobrowolski
+(699) Fixed error handling during normal and forced database upgrade.
+ admin/db/maintenance_db.inc
+
+2008-11-18 23:31 +0000 Joe Hunt
+(697) Changed the default header2.inc.
+ CHANGELOG.txt
+ reporting/includes/header2.inc
+
+2008-11-18 21:43 +0000 Janusz Dobrowolski
+(696) System upgrade page, fixes in paged inquires.
+ CHANGELOG.txt
+
+2008-11-18 21:42 +0000 Janusz Dobrowolski
+(695) Next fixes to db_pager usage/behaviour.
+ dimensions/inquiry/search_dimensions.php
+ includes/db_pager.inc
+ includes/ui/db_pager_view.inc
+ inventory/inquiry/stock_movements.php
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/search_work_orders.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ sales/allocations/customer_allocation_main.php
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+
+2008-11-18 21:40 +0000 Janusz Dobrowolski
+(694) Added system upgrade page for site admins.
+ admin/db/company_db.inc
+ admin/db/maintenance_db.inc
+ admin/inst_upgrade.php
+ applications/setup.php
+ sql/alter2.1.php
+
+2008-11-17 09:15 +0000 Janusz Dobrowolski
+(693) Oops.
+ inventory/inquiry/stock_movements.php
+
+2008-11-16 19:41 +0000 Janusz Dobrowolski
+(692) Paged inventory movements query, otpionla header and footer in db_pager.
+ CHANGELOG.txt
+
+2008-11-16 19:40 +0000 Janusz Dobrowolski
+(691) Code cleanup.
+ dimensions/inquiry/search_dimensions.php
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/search_work_orders.php
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+
+2008-11-16 19:39 +0000 Janusz Dobrowolski
+(690) Added optional dbpager header and footer
+ includes/db_pager.inc
+ includes/ui/db_pager_view.inc
+
+2008-11-16 19:38 +0000 Janusz Dobrowolski
+(689) Rewritten for paged query results.
+ inventory/inquiry/stock_movements.php
+
+2008-11-16 16:48 +0000 Joe Hunt
+(688) Added Attachment of Documents and a couple of links from supplier invoice/crfedit note
+ CHANGELOG.txt
+ admin/attachments.php
+ admin/view_print_transaction.php
+ applications/setup.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+ sql/alter2.1.sql
+
+2008-11-15 12:14 +0000 Joe Hunt
+(687) Added Quick Entries in GL Journal Entry and changed some needed fixes.
+ CHANGELOG.txt
+ gl/gl_bank.php
+ gl/gl_journal.php
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ includes/ui/ui_lists.inc
+
+2008-11-15 00:53 +0000 Joe Hunt
+(686) Added Tax Inquiry in Banking and General Ledger tab.
+ CHANGELOG.txt
+ applications/generalledger.php
+ gl/inquiry/tax_inquiry.php
+
+2008-11-14 15:57 +0000 Joe Hunt
+(685) *** empty log message ***
+ CHANGELOG.txt
+ applications/customers.php
+ includes/ui/ui_lists.inc
+ reporting/includes/reporting.inc
+ reporting/rep108.php
+ sales/create_recurrent_invoices.php
+ sales/includes/db/branches_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/inquiry/sales_orders_view.php
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/manage/recurrent_invoices.php
+ sales/manage/sales_groups.php
+ sql/alter2.1.sql
+
+2008-11-13 22:39 +0000 Janusz Dobrowolski
+(684) Removed obsolete submit_on_change option from sales_credit_note dimension lists.
+ CHANGELOG.txt
+ sales/credit_note_entry.php
+ sales/includes/ui/sales_credit_ui.inc
+
+2008-11-13 20:28 +0000 Janusz Dobrowolski
+(683) Rewritten dimension inquiry, small fix in sales invoice/delivery.
+ CHANGELOG.txt
+
+2008-11-13 20:26 +0000 Janusz Dobrowolski
+(682) Removed obsolete dimension list submit_on_chgange.
+ sales/includes/ui/sales_order_ui.inc
+
+2008-11-13 20:25 +0000 Janusz Dobrowolski
+(681) Rewritten for paged query results.
+ dimensions/inquiry/search_dimensions.php
+
+2008-11-12 22:30 +0000 Joe Hunt
+(680) Oops
+ sales/includes/ui/sales_order_ui.inc
+
+2008-11-12 22:23 +0000 Janusz Dobrowolski
+(679) More paged inquires in sales, purchasing and manufacturing, some other fixes.
+ CHANGELOG.txt
+
+2008-11-12 22:21 +0000 Janusz Dobrowolski
+(678) Rewritten for paged query results.
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/search_work_orders.php
+ purchasing/allocations/supplier_allocation_main.php
+ sales/allocations/customer_allocation_main.php
+
+2008-11-12 22:20 +0000 Janusz Dobrowolski
+(677) Coede reorganization to reuse sql query by db_pager.
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/db/suppalloc_db.inc
+ sales/includes/db/custalloc_db.inc
+
+2008-11-12 22:19 +0000 Janusz Dobrowolski
+(676) Added $echo parameter to view_stock_status()
+ includes/ui/ui_view.inc
+
+2008-11-12 22:18 +0000 Janusz Dobrowolski
+(675) Fixed sql query (duplicated rows in result).
+ sales/inquiry/customer_inquiry.php
+
+2008-11-12 22:17 +0000 Janusz Dobrowolski
+(674) Fixed bom selection via $_GET['stock_id']
+ manufacturing/manage/bom_edit.php
+
+2008-11-12 16:32 +0000 Joe Hunt
+(673) Added dimension entries in delivery and invoice forms
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+ sales/credit_note_entry.php
+ sales/includes/cart_class.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+ sql/alter2.1.sql
+
+2008-11-12 10:17 +0000 Janusz Dobrowolski
+(672) Changed db_pager api for inserted columns, added more paged inquire in
+purchasing module.
+ CHANGELOG.txt
+
+2008-11-12 10:16 +0000 Janusz Dobrowolski
+(671) Chenaged api for inserted columns
+ includes/db_pager.inc
+ includes/ui/db_pager_view.inc
+
+2008-11-12 10:15 +0000 Janusz Dobrowolski
+(670) Fixed acording to latest db_pager api changes
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+
+2008-11-12 10:14 +0000 Janusz Dobrowolski
+(669) Rewritten for paged query view
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+
+2008-11-12 10:14 +0000 Janusz Dobrowolski
+(668) Fixed $cols acording to db_pager api change.
+ purchasing/inquiry/supplier_inquiry.php
+
+2008-11-11 00:59 +0000 Joe Hunt
+(662) New stylesheets for standard themes
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2008-11-10 22:31 +0000 Janusz Dobrowolski
+(660) Fixed page update after customer/branch change.
+ CHANGELOG.txt
+ sales/includes/ui/sales_order_ui.inc
+
+2008-11-10 22:29 +0000 Janusz Dobrowolski
+(659) This was bad idea. The problem should be solved on php side.
+ js/utils.js
+
+2008-11-10 22:28 +0000 Janusz Dobrowolski
+(658) Messages now displayed as on other pages in messagebox.
+ admin/backups.php
+
+2008-11-10 18:24 +0000 Janusz Dobrowolski
+(657) Small fix to utils.js
+ CHANGELOG.txt
+
+2008-11-10 18:22 +0000 Janusz Dobrowolski
+(656) Small fix to avoid ajax hangups after nonexistent element update.
+ js/utils.js
+
+2008-11-10 13:36 +0000 Janusz Dobrowolski
+(655) Some smaller fixes mainly in sql import.
+ CHANGELOG.txt
+
+2008-11-10 13:35 +0000 Janusz Dobrowolski
+(654) Fixed for MySQL <4.0.18, removed bank_trans_types table
+ sql/alter2.1.sql
+
+2008-11-10 13:34 +0000 Janusz Dobrowolski
+(653) Added check for POS relations before account removal.
+ gl/manage/bank_accounts.php
+
+2008-11-10 13:33 +0000 Janusz Dobrowolski
+(652) More fail safe db_import()
+ admin/db/maintenance_db.inc
+
+2008-11-10 13:32 +0000 Janusz Dobrowolski
+(651) Suppressed page update after import errors.
+ admin/backups.php
+
+2008-11-10 11:21 +0000 Joe Hunt
+(650) changing the default.css style sheets to handle the new navibar/buttons
+ CHANGELOG.txt
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/cool/images/sort_asc.gif
+ themes/cool/images/sort_desc.gif
+ themes/default/default.css
+
+2008-11-09 23:21 +0000 Joe Hunt
+(649) *** empty log message ***
+ CHANGELOG.txt
+ gl/inquiry/bank_inquiry.php
+ reporting/includes/reports_classes.inc
+ reporting/rep601.php
+ sql/alter2.1.sql
+
+2008-11-09 19:14 +0000 Janusz Dobrowolski
+(648) Changes in POS extension related to bank account structure change.
+ CHANGELOG.txt
+
+2008-11-09 19:12 +0000 Janusz Dobrowolski
+(647) Changes in POS extension related to bank accounts structure changes.
+ includes/ui/ui_lists.inc
+ sales/includes/db/sales_points_db.inc
+ sales/manage/sales_points.php
+ sql/alter2.1.sql
+
+2008-11-09 18:15 +0000 Janusz Dobrowolski
+(646) Allowed multiply bank accounts with same gl account,
+removed obsolete bank trans type, some smaller fixes.
+ CHANGELOG.txt
+
+2008-11-09 18:14 +0000 Janusz Dobrowolski
+(645) Allowed multiply bank accounts on same gl account, removed bank trans type.
+ applications/generalledger.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/inquiry/bank_inquiry.php
+ gl/manage/bank_accounts.php
+ gl/view/bank_transfer_view.php
+ gl/view/gl_deposit_view.php
+ gl/view/gl_payment_view.php
+ includes/banking.inc
+ includes/data_checks.inc
+ includes/types.inc
+ includes/ui/ui_lists.inc
+ purchasing/includes/db/supp_payment_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/supplier_payment.php
+ purchasing/view/view_supp_payment.php
+ sales/customer_payments.php
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/view/view_receipt.php
+ sql/alter2.1.sql
+
+2008-11-09 18:07 +0000 Janusz Dobrowolski
+(644) Fixed session name to avoid conflicts during multiuser debugging.
+ includes/lang/language.php
+
+2008-11-09 18:06 +0000 Janusz Dobrowolski
+(643) Prepared to paged view of allocations.
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/custalloc_db.inc
+
+2008-11-09 18:05 +0000 Janusz Dobrowolski
+(642) Small fix to void sql conflicts.
+ sales/includes/db/sales_points_db.inc
+
+2008-11-09 12:29 +0000 Joe Hunt
+(641) *** empty log message ***
+ CHANGELOG.txt
+ gl/gl_bank.php
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/manage/gl_quick_entries.php
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ sql/alter2.1.sql
+
+2008-11-08 22:19 +0000 Janusz Dobrowolski
+(640) Code cleanup.
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+
+2008-11-08 21:52 +0000 Janusz Dobrowolski
+(639) Added paged supplier transaction query, fixes in customer queries display.
+ CHANGELOG.txt
+
+2008-11-08 21:50 +0000 Janusz Dobrowolski
+(638) Fixed query table content after changed customer selector.
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+
+2008-11-08 21:49 +0000 Janusz Dobrowolski
+(637) Added paged query result.
+ purchasing/inquiry/supplier_inquiry.php
+
+2008-11-05 22:43 +0000 Janusz Dobrowolski
+(635) Additional sort options.
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+
+2008-11-05 22:32 +0000 Janusz Dobrowolski
+(634) Continued rewrite for paged query results.
+ CHANGELOG.txt
+
+2008-11-05 22:31 +0000 Janusz Dobrowolski
+(633) Rewrite to use db_pager.
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+
+2008-11-05 22:30 +0000 Janusz Dobrowolski
+(632) Code cleanup.
+ sales/inquiry/sales_orders_view.php
+
+2008-11-05 22:29 +0000 Janusz Dobrowolski
+(631) Fixed multiply sales document view link generation.
+ includes/ui/ui_view.inc
+
+2008-11-05 22:29 +0000 Janusz Dobrowolski
+(630) added arry_replace and array_append helpers.
+ includes/main.inc
+
+2008-11-05 22:28 +0000 Janusz Dobrowolski
+(629) Some fixes.
+ includes/db_pager.inc
+
+2008-11-05 22:27 +0000 Janusz Dobrowolski
+(628) Changed 'spec','insert' handlers API.
+ includes/ui/db_pager_view.inc
+
+2008-11-04 15:31 +0000 Janusz Dobrowolski
+(627) Fixed missing focus on first/last page.
+ includes/db_pager.inc
+
+2008-11-04 12:34 +0000 Janusz Dobrowolski
+(626) New db_pager widget for paged/sorted sql query display.
+ CHANGELOG.txt
+
+2008-11-04 12:33 +0000 Janusz Dobrowolski
+(625) Db_pager widget for paged/sorted sql query.
+ includes/db_pager.inc
+ includes/ui/db_pager_view.inc
+
+2008-11-04 12:30 +0000 Janusz Dobrowolski
+(624) Additional elements for db_pager widget.
+ themes/aqua/default.css
+ themes/aqua/images/sort_asc.gif
+ themes/aqua/images/sort_desc.gif
+ themes/aqua/images/sort_none.gif
+ themes/cool/images/sort_asc.gif
+ themes/cool/images/sort_desc.gif
+ themes/cool/images/sort_none.gif
+ themes/default/default.css
+ themes/default/images/sort_asc.gif
+ themes/default/images/sort_desc.gif
+ themes/default/images/sort_none.gif
+
+2008-11-04 12:29 +0000 Janusz Dobrowolski
+(623) Added query size preference.
+ admin/db/users_db.inc
+ admin/display_prefs.php
+ includes/current_user.inc
+ includes/prefs/userprefs.inc
+ sql/alter2.1.sql
+
+2008-11-04 12:26 +0000 Janusz Dobrowolski
+(622) Added helper functions for array manipulations.
+ includes/main.inc
+
+2008-11-04 12:25 +0000 Janusz Dobrowolski
+(621) Added mysql_fetch_assoc() wrapper.
+ includes/db/connect_db.inc
+
+2008-11-04 12:24 +0000 Janusz Dobrowolski
+(620) Paged inquire result.
+ sales/inquiry/sales_orders_view.php
+
+2008-11-04 12:23 +0000 Janusz Dobrowolski
+(619) Two smaller bugfixes.
+ js/inserts.js
+
+2008-10-31 18:24 +0000 Janusz Dobrowolski
+(617) Added POS and cash sale support, some smaller bugfixes.
+ CHANGELOG.txt
+
+2008-10-31 18:21 +0000 Janusz Dobrowolski
+(616) Point of sale support.
+ sales/includes/db/sales_points_db.inc
+ sales/manage/sales_points.php
+
+2008-10-31 18:19 +0000 Janusz Dobrowolski
+(615) Added POS and cash sale support.
+ admin/db/users_db.inc
+ admin/users.php
+ applications/setup.php
+ includes/current_user.inc
+ includes/ui/ui_lists.inc
+ sales/includes/cart_class.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+ sql/alter2.1.sql
+
+2008-10-31 18:16 +0000 Janusz Dobrowolski
+(614) Fixed missing hotkeys support for print links.
+ reporting/includes/reporting.inc
+
+2008-10-31 18:15 +0000 Janusz Dobrowolski
+(613) Fixed sign in payment view.
+ sales/view/view_receipt.php
+
+2008-10-31 18:14 +0000 Janusz Dobrowolski
+(612) Fixed buggy output when SetLineWidth is used before first AddPage() call.
+ reporting/includes/tcpdf.php
+
+2008-10-31 18:12 +0000 Janusz Dobrowolski
+(611) Fixed focus after error display.
+ js/utils.js
+
+2008-10-30 10:35 +0000 Joe Hunt
+(609) New file
+ CHANGELOG.txt
+ gl/manage/gl_quick_entries.php
+
+2008-10-29 23:48 +0000 Joe Hunt
+(608) Added Quick Entries in Bank Payments/Deposits (Banking and General Ledger).
+ CHANGELOG.txt
+ applications/generalledger.php
+ gl/gl_bank.php
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/manage/gl_accounts.php
+ includes/data_checks.inc
+ includes/types.inc
+ includes/ui/ui_lists.inc
+ sales/manage/customer_branches.php
+ sql/alter2.1.sql
+
+2008-10-24 10:57 +0000 Janusz Dobrowolski
+(598) Added hotkeys to final menus, two smaller fixes.
+ CHANGELOG.txt
+
+2008-10-24 10:55 +0000 Janusz Dobrowolski
+(597) Added hotkeys to final menu options.
+ dimensions/dimension_entry.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/gl_journal.php
+ inventory/adjustments.php
+ inventory/transfers.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_issue.php
+ manufacturing/work_order_release.php
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_payment.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/sales_order_entry.php
+
+2008-10-24 10:53 +0000 Janusz Dobrowolski
+(596) Fixed TCPDF error message display.
+ reporting/includes/tcpdf.php
+
+2008-10-24 10:52 +0000 Janusz Dobrowolski
+(595) Fixed page position after message display.
+ js/utils.js
+
+2008-10-23 17:23 +0000 Janusz Dobrowolski
+(592) Improved report module and some minor fixes.
+ CHANGELOG.txt
+
+2008-10-23 17:23 +0000 Janusz Dobrowolski
+(591) Improved report module performance, usable also in non-js browsers.
+ reporting/includes/class.pdf.inc
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/reports_classes.inc
+ reporting/reports_main.php
+
+2008-10-23 17:21 +0000 Janusz Dobrowolski
+(590) Hotkey support for viewer links.
+ includes/ui/ui_view.inc
+ js/inserts.js
+
+2008-10-23 17:20 +0000 Janusz Dobrowolski
+(589) Added printing in final menu.
+ purchasing/po_entry_items.php
+
+2008-10-23 17:20 +0000 Janusz Dobrowolski
+(588) Added hotkeys to final menu.
+ sales/credit_note_entry.php
+
+2008-10-23 17:19 +0000 Janusz Dobrowolski
+(587) Fixed submit button for IE7
+ includes/ui/ui_input.inc
+
+2008-10-23 17:18 +0000 Janusz Dobrowolski
+(586) Fixed ajax popup flicker.
+ js/utils.js
+
+2008-10-23 17:17 +0000 Janusz Dobrowolski
+(585) Fix after 2.0.4 merge.
+ sales/inquiry/sales_orders_view.php
+
+2008-10-23 14:52 +0000 Joe Hunt
+(583) Reference removed
+ purchasing/includes/ui/invoice_ui.inc
+
+2008-10-23 14:43 +0000 Joe Hunt
+(582) Merging changes up to 2.0.4
+ CHANGELOG.txt
+ gl/inquiry/gl_account_inquiry.php
+ gl/inquiry/gl_trial_balance.php
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/supplier_credit.php
+ purchasing/supplier_credit_grns.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_invoice_grns.php
+ purchasing/supplier_trans_gl.php
+ reporting/rep704.php
+ reporting/rep708.php
+ sales/includes/ui/sales_order_ui.inc
+ sales/inquiry/sales_orders_view.php
+ sql/en_US-demo.sql
+
+2008-10-21 08:50 +0000 Janusz Dobrowolski
+(576) Fix for pdf reports (php 5.2.4 specific)
+ CHANGELOG.txt
+ reporting/includes/pdf_report.inc
+
+2008-10-19 20:03 +0000 Janusz Dobrowolski
+(575) Some small fixes and improvements.
+ CHANGELOG.txt
+
+2008-10-19 20:02 +0000 Janusz Dobrowolski
+(574) Changed version info.
+ config.php
+
+2008-10-19 20:00 +0000 Janusz Dobrowolski
+(573) User interface mode detected on login.
+ access/login.php
+ includes/current_user.inc
+ includes/session.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+
+2008-10-19 19:59 +0000 Janusz Dobrowolski
+(572) More sales documents available for printing from inquiry page.
+ reporting/includes/header2.inc
+ sales/inquiry/customer_inquiry.php
+
+2008-10-19 19:56 +0000 Janusz Dobrowolski
+(571) Fixed ajax popup/redirection.
+ includes/ajax.inc
+ reporting/includes/pdf_report.inc
+
+2008-10-17 11:11 +0000 Janusz Dobrowolski
+(568) Added ajax request indicator and some minor fixes.
+ CHANGELOG.txt
+
+2008-10-17 11:10 +0000 Janusz Dobrowolski
+(567) Added optional popup for pdf reports display.
+ admin/db/users_db.inc
+ admin/display_prefs.php
+ admin/users.php
+ includes/current_user.inc
+ includes/prefs/userprefs.inc
+ reporting/includes/pdf_report.inc
+ sql/alter2.1.sql
+
+2008-10-17 11:08 +0000 Janusz Dobrowolski
+(566) Added ajax request indicator.
+ js/utils.js
+ themes/aqua/images/ajax-loader.gif
+ themes/aqua/renderer.php
+ themes/cool/images/ajax-loader.gif
+ themes/cool/renderer.php
+ themes/default/images/ajax-loader.gif
+ themes/default/renderer.php
+
+2008-10-17 11:06 +0000 Janusz Dobrowolski
+(565) Changed message for missing currency rate.
+ includes/banking.inc
+
+2008-10-17 11:04 +0000 Janusz Dobrowolski
+(564) Fixed sumbit/button behaviour.
+ js/inserts.js
+
+2008-10-17 11:04 +0000 Janusz Dobrowolski
+(563) Fixed canceling order.
+ sales/sales_order_entry.php
+
+2008-10-17 11:03 +0000 Janusz Dobrowolski
+(562) Fixed typo.
+ themes/aqua/default.css
+
+2008-10-17 11:02 +0000 Janusz Dobrowolski
+(561) Fixed pdf_debug mode.
+ reporting/includes/reporting.inc
+ reporting/includes/reports_classes.inc
+
+2008-10-15 13:36 +0000 Janusz Dobrowolski
+(560) Added remote printing support.
+ CHANGELOG.txt
+ admin/db/printers_db.inc
+ admin/db/users_db.inc
+ admin/display_prefs.php
+ admin/print_profiles.php
+ admin/printers.php
+ admin/users.php
+ applications/setup.php
+ config.php
+ includes/current_user.inc
+ includes/prefs/userprefs.inc
+ includes/ui/ui_lists.inc
+ js/inserts.js
+ js/utils.js
+ reporting/includes/pdf_report.inc
+ reporting/includes/printer_class.inc
+ reporting/includes/reporting.inc
+ reporting/includes/reports_classes.inc
+ reporting/prn_redirect.php
+ reporting/rep109.php
+ reporting/reports_main.php
+ sql/alter2.1.sql
+
+2008-10-15 13:32 +0000 Janusz Dobrowolski
+(559) Fixed printing api.
+ admin/view_print_transaction.php
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sales/sales_order_entry.php
+
+2008-10-15 13:29 +0000 Janusz Dobrowolski
+(558) Added optional id parameter for label helpers. Added missing value for
+buttons.
+ includes/ui/ui_input.inc
+
+2008-10-15 13:28 +0000 Janusz Dobrowolski
+(557) Added popup screen ajax option.
+ includes/ajax.inc
+
+2008-10-15 13:27 +0000 Janusz Dobrowolski
+(556) Added skipping index.php file during flush_dir()
+ includes/main.inc
+
+2008-10-06 17:10 +0000 Janusz Dobrowolski
+(553) Some additional access keys.
+ applications/inventory.php
+
+2008-10-06 17:08 +0000 Janusz Dobrowolski
+(552) Additional fix.
+ js/inserts.js
+
+2008-10-06 17:03 +0000 Janusz Dobrowolski
+(551) Hot keys in main menu.
+ CHANGELOG.txt
+
+2008-10-06 17:02 +0000 Janusz Dobrowolski
+(550) Menu hotkeys system implementation.
+ includes/page/header.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ js/JsHttpRequest.js
+ js/inserts.js
+ js/utils.js
+ reporting/includes/reports_classes.inc
+ sales/manage/customers.php
+ sales/sales_order_entry.php
+ themes/aqua/default.css
+ themes/aqua/renderer.php
+ themes/cool/default.css
+ themes/cool/renderer.php
+ themes/default/default.css
+ themes/default/renderer.php
+
+2008-10-06 17:00 +0000 Janusz Dobrowolski
+(549) Access keys added.
+ reporting/reports_main.php
+
+2008-10-06 16:59 +0000 Janusz Dobrowolski
+(548) Access keys added to menu options strings.
+ applications/customers.php
+ applications/dimensions.php
+ applications/generalledger.php
+ applications/inventory.php
+ applications/manufacturing.php
+ applications/setup.php
+ applications/suppliers.php
+ config.php
+
+2008-10-06 14:16 +0000 Janusz Dobrowolski
+(547) Merged bugfixes upto [0000072] (version 2.0.3).
+ CHANGELOG.txt
+ admin/company_preferences.php
+ admin/create_coy.php
+ admin/db/company_db.inc
+ admin/db/maintenance_db.inc
+ admin/db/voiding_db.inc
+ admin/fiscalyears.php
+ admin/gl_setup.php
+ admin/inst_lang.php
+ admin/inst_module.php
+ config.php
+ dimensions/includes/dimensions_ui.inc
+ dimensions/inquiry/search_dimensions.php
+ dimensions/view/view_dimension.php
+ gl/bank_transfer.php
+ gl/gl_bank.php
+ gl/gl_budget.php
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_rates.inc
+ gl/includes/db/gl_db_trans.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/inquiry/bank_inquiry.php
+ gl/manage/exchange_rates.php
+ includes/banking.inc
+ includes/db/comments_db.inc
+ includes/db/connect_db.inc
+ includes/errors.inc
+ includes/lang/language.php
+ includes/prefs/sysprefs.inc
+ includes/session.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+ index.php
+ install/index.php
+ install/save.php
+ inventory/cost_update.php
+ inventory/includes/db/items_adjust_db.inc
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ inventory/inquiry/stock_movements.php
+ inventory/inquiry/stock_status.php
+ inventory/manage/items.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ inventory/view/view_adjustment.php
+ js/inserts.js
+ js/utils.js
+ lang/en_US/LC_MESSAGES/en_US.mo
+ lang/new_language_template/LC_MESSAGES/empty.po
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ manufacturing/includes/work_order_issue_ui.inc
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/view/wo_issue_view.php
+ manufacturing/view/wo_production_view.php
+ manufacturing/view/work_order_view.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/allocations/supplier_allocation_main.php
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/includes/db/suppalloc_db.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/manage/suppliers.php
+ purchasing/po_entry_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_credit_grns.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_invoice_grns.php
+ purchasing/supplier_payment.php
+ purchasing/view/view_po.php
+ purchasing/view/view_supp_credit.php
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/reports_classes.inc
+ reporting/includes/tcpdf.php
+ reporting/rep108.php
+ reporting/rep301.php
+ reporting/rep303.php
+ reporting/rep601.php
+ reporting/rep702.php
+ reporting/reports_main.php
+ sales/allocations/customer_allocate.php
+ sales/allocations/customer_allocation_main.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/includes/cart_class.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/custalloc_db.inc
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/sales_order_entry.php
+ sql/alter.sql
+
+2008-08-21 14:07 +0000 Joe Hunt
+(457) Version changed to 2.0. Final release
+ CHANGELOG.txt
+ config.php
+ install/save.php
+ js/utils.js
+
+2008-08-20 21:51 +0000 Joe Hunt
+(456) Bug [0000037] Price diff and deliveries between po receive and supp invoice. (Again)
+ CHANGELOG.txt
+ includes/db/inventory_db.inc
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+
+2008-08-20 00:25 +0000 Joe Hunt
+(455) Voiding PO GRN's could be dangerous, if deliveries have been done. Eliminating it. Use item adjustment with 0 price.
+ CHANGELOG.txt
+ admin/db/voiding_db.inc
+ purchasing/includes/db/grn_db.inc
+
+2008-08-19 16:48 +0000 Joe Hunt
+(454) Fixed some color conversion problems in the new PDF Engine
+ CHANGELOG.txt
+ reporting/includes/class.pdf.inc
+ reporting/includes/pdf_report.inc
+
+2008-08-19 14:23 +0000 Joe Hunt
+(453) Optimized the textwraplines in pdf_report.inc and header2.inc
+ CHANGELOG.txt
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+
+2008-08-19 10:26 +0000 Joe Hunt
+(452) Replacing the PDF Engine with a slightly modified TCPDF
+ CHANGELOG.txt
+ reporting/fonts/Helvetica-Bold.afm
+ reporting/fonts/Helvetica-BoldOblique.afm
+ reporting/fonts/Helvetica-Oblique.afm
+ reporting/fonts/Helvetica.afm
+ reporting/fonts/helvetica.php
+ reporting/fonts/helveticab.php
+ reporting/fonts/helveticabi.php
+ reporting/fonts/helveticai.php
+ reporting/fonts/iqraa.afm
+ reporting/fonts/iqraa.ttf
+ reporting/includes/barcodes.php
+ reporting/includes/class.pdf.inc
+ reporting/includes/html_entity_decode_php4.php
+ reporting/includes/htmlcolors.php
+ reporting/includes/pdf_report.inc
+ reporting/includes/tcpdf.php
+ reporting/includes/unicode_data2.php
+
+2008-08-18 10:53 +0000 Joe Hunt
+(451) Bug [0000038] Voiding a cost update doesn't void even if it says so. There will now be an error msg saying  that this can not be done.
+ CHANGELOG.txt
+ admin/db/voiding_db.inc
+
+2008-08-18 01:49 +0000 Joe Hunt
+(450) Bug [0000037] Price diff and deliveries between po receive and supp invoice.
+ CHANGELOG.txt
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_db.inc
+
+2008-08-16 22:10 +0000 Janusz Dobrowolski
+(449) Fixed 0000036,0000039 and some smaller bugs.
+ CHANGELOG.txt
+
+2008-08-16 22:09 +0000 Janusz Dobrowolski
+(448) Fixed first supplier add confirmation [0000039].
+ purchasing/manage/suppliers.php
+
+2008-08-16 22:08 +0000 Janusz Dobrowolski
+(447) Fixed entering direct sales documents with date in the past [0000036].
+ sales/customer_delivery.php
+ sales/includes/cart_class.inc
+
+2008-08-16 22:07 +0000 Janusz Dobrowolski
+(446) Fixed date_picker caching in debug mode
+ includes/ui/ui_view.inc
+
+2008-08-16 22:05 +0000 Janusz Dobrowolski
+(445) Fixed foxus after user entry error.
+ sales/manage/credit_status.php
+ sales/manage/customer_branches.php
+ sales/manage/sales_areas.php
+ sales/manage/sales_people.php
+
+2008-08-08 08:38 +0000 Joe Hunt
+(444) Wrong email-adress field taken when emailing documents [0000035].
+ CHANGELOG.txt
+ sales/includes/db/cust_trans_db.inc
+
+2008-08-02 09:08 +0000 Joe Hunt
+(443) Use Item Sales Account as default when creating new branch. Customer Branch Sales Account overrides Item Sales Accounts.
+ CHANGELOG.txt
+ sales/manage/customer_branches.php
+
+2008-08-01 21:34 +0000 Joe Hunt
+(442) Customer Dimension overrides an Item Dimension when creating GL transactions
+ CHANGELOG.txt
+ sales/includes/db/customers_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+
+2008-07-31 16:05 +0000 Joe Hunt
+(441) Added a new menu entry after that Bank Payment or Bank Deposit has been processed.
+ CHANGELOG.txt
+ gl/gl_bank.php
+
+2008-07-30 22:24 +0000 Joe Hunt
+(440) Currency selection in Price Listing Report
+ CHANGELOG.txt
+ reporting/rep104.php
+ reporting/reports_main.php
+
+2008-07-28 22:14 +0000 Janusz Dobrowolski
+(439) Fixed control buttons reset after record deletion.
+ CHANGELOG.txt
+ admin/fiscalyears.php
+ admin/payment_terms.php
+ admin/shipping_companies.php
+ gl/manage/bank_accounts.php
+ gl/manage/currencies.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ inventory/manage/item_categories.php
+ inventory/manage/item_units.php
+ inventory/manage/locations.php
+ inventory/manage/movement_types.php
+ manufacturing/manage/work_centres.php
+ sales/manage/credit_status.php
+ sales/manage/customer_branches.php
+ sales/manage/sales_areas.php
+ sales/manage/sales_people.php
+ sales/manage/sales_types.php
+ taxes/item_tax_types.php
+ taxes/tax_groups.php
+ taxes/tax_types.php
+
+2008-07-27 21:58 +0000 Janusz Dobrowolski
+(438) Three smaller fixes.
+ CHANGELOG.txt
+
+2008-07-27 21:55 +0000 Janusz Dobrowolski
+(437) Fixed record selection on pages using non-numeric selectors with simple_page_mode() helper.
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ inventory/manage/item_units.php
+
+2008-07-27 21:53 +0000 Janusz Dobrowolski
+(436) Fixed focus setting on multi-form pages.
+ js/utils.js
+
+2008-07-27 21:52 +0000 Janusz Dobrowolski
+(435) Fixed ajax reload
+ manufacturing/work_order_release.php
+
+2008-07-26 07:22 +0000 Janusz Dobrowolski
+(434) Additional restrictions on site admin operations.
+ CHANGELOG.txt
+
+2008-07-26 07:20 +0000 Janusz Dobrowolski
+(433) Site admin priviledges available only for first registered company admins.
+ admin/create_coy.php
+ admin/inst_lang.php
+ admin/inst_module.php
+ config.php
+ includes/current_user.inc
+
+2008-07-26 07:18 +0000 Janusz Dobrowolski
+(432) Small layout fix
+ admin/fiscalyears.php
+
+2008-07-25 22:38 +0000 Joe Hunt
+(431) Minor adjustments
+ CHANGELOG.txt
+ includes/page/header.inc
+ manufacturing/work_order_release.php
+
+2008-07-25 21:13 +0000 Joe Hunt
+(430) Default application setting does not work [0000034]
+ CHANGELOG.txt
+ includes/page/header.inc
+
+2008-07-25 15:53 +0000 Joe Hunt
+(429) The built version in config.php now shows the last change date of this file (CHANGELOG.txt).
+ CHANGELOG.txt
+ config.php
+
+2008-07-25 15:20 +0000 Joe Hunt
+(428) Missing GL transactions when producing advanced manufacturing [0000032].
+ CHANGELOG.txt
+ manufacturing/includes/db/work_order_produce_items_db.inc
+
+2008-07-24 21:15 +0000 Janusz Dobrowolski
+(427) Fixed [0000003]
+ CHANGELOG.txt
+
+2008-07-24 21:13 +0000 Janusz Dobrowolski
+(426) Ajax runtime fatal error handling added [0000003]
+ includes/session.inc
+
+2008-07-24 16:54 +0000 Janusz Dobrowolski
+(425) Two smaller bugs [0000023],[0000026]
+ CHANGELOG.txt
+
+2008-07-24 16:53 +0000 Janusz Dobrowolski
+(424) Removed not used sql file (content moved to en_US-*.sql)
+ sql/basic.sql
+
+2008-07-24 16:49 +0000 Janusz Dobrowolski
+(423) Fixed hint for lists not using search/select submition.
+ includes/ui/ui_lists.inc
+
+2008-07-24 08:48 +0000 Joe Hunt
+(422) Pressing the link in the meta_forward function may result in a blank page.
+ CHANGELOG.txt
+ includes/ui/ui_controls.inc
+
+2008-07-22 22:21 +0000 Joe Hunt
+(421) Increment reference bug in GL Deposit and missing hyperlink parameter.
+ CHANGELOG.txt
+ gl/gl_bank.php
+ gl/includes/ui/gl_bank_ui.inc
+
+2008-07-22 18:54 +0000 Janusz Dobrowolski
+(420) Corrected backup maintenance page display during file download.
+ CHANGELOG.txt
+ admin/backups.php
+
+2008-07-20 15:24 +0000 Janusz Dobrowolski
+(419) Corrected reports page display after yesterday changes
+ CHANGELOG.txt
+ reporting/reports_main.php
+
+2008-07-19 18:34 +0000 Janusz Dobrowolski
+(418) Some smaller fixes mostly related to js vs fallback ui modes.
+ CHANGELOG.txt
+
+2008-07-19 18:32 +0000 Janusz Dobrowolski
+(417) Content of js-only pages superseded by the requirement notification in non-js browsers.
+ admin/backups.php
+ reporting/reports_main.php
+
+2008-07-19 18:30 +0000 Janusz Dobrowolski
+(416) Support for javascript only divs/pages
+ includes/main.inc
+ includes/ui/ui_controls.inc
+ js/inserts.js
+
+2008-07-19 18:28 +0000 Janusz Dobrowolski
+(415) Fixed page usability in non-js mode.
+ sales/inquiry/sales_orders_view.php
+
+2008-07-19 18:28 +0000 Janusz Dobrowolski
+(414) Small table view fix.
+ admin/inst_lang.php
+
+2008-07-18 22:56 +0000 Janusz Dobrowolski
+(413) Optional processing progressbar for submit buttons, fixed [0000022] and some smaller cleanups.
+ CHANGELOG.txt
+
+2008-07-18 22:54 +0000 Janusz Dobrowolski
+(412) Optional processing progressbar for submit buttons
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ js/inserts.js
+
+2008-07-18 22:51 +0000 Janusz Dobrowolski
+(411) Fixed bug 0000022 - db error on empty supplier_id
+ purchasing/supplier_credit.php
+ purchasing/supplier_invoice.php
+
+2008-07-18 22:49 +0000 Janusz Dobrowolski
+(410) Fixed focus after update
+ admin/company_preferences.php
+
+2008-07-18 22:49 +0000 Janusz Dobrowolski
+(409) Fixed typo
+ admin/create_coy.php
+
+2008-07-18 22:48 +0000 Janusz Dobrowolski
+(408) Fixed line edition layout
+ inventory/includes/item_adjustments_ui.inc
+
+2008-07-18 22:47 +0000 Janusz Dobrowolski
+(407) Progress bar animation
+ themes/cool/images/progressbar.gif
+
+2008-07-18 22:46 +0000 Janusz Dobrowolski
+(406) Progressbar animation
+ themes/aqua/images/progressbar.gif
+ themes/default/images/progressbar.gif
+
+2008-07-18 06:18 +0000 Joe Hunt
+(405) Parse error fixed [0000021] in customer_credit_invoice.php
+ CHANGELOG.txt
+ sales/customer_credit_invoice.php
+
+2008-07-15 09:51 +0000 Janusz Dobrowolski
+(404) Bugfix 0000018 - unneeded freight cost reset on page update
+ CHANGELOG.txt
+ sales/customer_delivery.php
+
+2008-07-14 20:00 +0000 Janusz Dobrowolski
+(403) Smaller bug fixes [0000017]
+ CHANGELOG.txt
+ includes/ui/items_cart.inc
+ manufacturing/work_order_issue.php
+
+2008-07-14 19:57 +0000 Janusz Dobrowolski
+(402) Fixed ajax update on account add.
+ gl/manage/gl_accounts.php
+
+2008-07-12 22:23 +0000 Joe Hunt
+(401) Added GL Summary of Tax Report (rep709.php). Usable only if different Tax Accounts are used.
+ CHANGELOG.txt
+ reporting/rep709.php
+
+2008-07-12 08:14 +0000 Joe Hunt
+(400) *** empty log message ***
+ reporting/rep709.php
+
+2008-07-11 23:40 +0000 Joe Hunt
+(399) Rewrite of Tax Report (rep709.php).
+ CHANGELOG.txt
+ reporting/rep709.php
+
+2008-07-09 18:28 +0000 Janusz Dobrowolski
+(398) Some smaller fixes (see CHANGELOG)
+ CHANGELOG.txt
+ gl/manage/bank_accounts.php
+ gl/manage/gl_account_classes.php
+ includes/session.inc
+ includes/ui/ui_lists.inc
+ sales/manage/customers.php
+
+2008-07-08 13:32 +0000 Janusz Dobrowolski
+(397) Fixed some bugs in sales module (see CHANGELOG.txt)
+ CHANGELOG.txt
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/includes/cart_class.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/sales_db.inc
+
+2008-07-07 23:49 +0000 Joe Hunt
+(396) Addition in test of duplicate fiscal year
+ CHANGELOG.txt
+ admin/fiscalyears.php
+
+2008-07-07 22:01 +0000 Joe Hunt
+(395) Corrected a subbug in 00000012 (blank page in sales_types.php).
+ CHANGELOG.txt
+ sales/manage/sales_types.php
+
+2008-07-07 21:38 +0000 Janusz Dobrowolski
+(394) Two more ajaxified pages and some more bugs splashed.
+ CHANGELOG.txt
+
+2008-07-07 21:36 +0000 Janusz Dobrowolski
+(393) Checking options parameter for combos
+ includes/ui/ui_lists.inc
+
+2008-07-07 21:35 +0000 Janusz Dobrowolski
+(392) Changed selector for fiscal year functions to id
+ admin/db/company_db.inc
+
+2008-07-07 21:33 +0000 Janusz Dobrowolski
+(391) Corrected 'factor' parameter checking (fixes 0000012)
+ sales/includes/sales_db.inc
+
+2008-07-07 21:32 +0000 Janusz Dobrowolski
+(390) Added ajax
+ admin/fiscalyears.php
+ inventory/purchasing_data.php
+
+2008-07-06 21:20 +0000 Janusz Dobrowolski
+(389) Ajax additions, smaller fixes
+ CHANGELOG.txt
+
+2008-07-06 21:19 +0000 Janusz Dobrowolski
+(388) Added ajax extensions
+ admin/view_print_transaction.php
+ admin/void_transaction.php
+ dimensions/dimension_entry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/work_order_entry.php
+ sales/manage/customer_branches.php
+
+2008-07-06 21:18 +0000 Janusz Dobrowolski
+(387) Ajax added, default value calculated for new prices
+ inventory/prices.php
+
+2008-07-06 21:17 +0000 Janusz Dobrowolski
+(386) Optional default value for input_num()
+ includes/ui/ui_input.inc
+
+2008-07-06 21:16 +0000 Janusz Dobrowolski
+(385) submit on change option for currency lists
+ includes/ui/ui_lists.inc
+
+2008-07-06 21:15 +0000 Janusz Dobrowolski
+(384) factor parameter in get_price() is now optional
+ sales/includes/sales_db.inc
+
+2008-07-06 21:14 +0000 Janusz Dobrowolski
+(383) Smaller fix to ajax content update
+ sales/manage/customers.php
+
+2008-07-06 08:52 +0000 Janusz Dobrowolski
+(382) Ajax additions to simple db table editors, fixed gettext in last changes to gl module
+ CHANGELOG.txt
+
+2008-07-06 08:50 +0000 Janusz Dobrowolski
+(381) Ajax additions
+ admin/change_current_user_password.php
+ admin/company_preferences.php
+ admin/forms_setup.php
+ admin/gl_setup.php
+ admin/payment_terms.php
+ admin/shipping_companies.php
+ admin/users.php
+ inventory/manage/item_categories.php
+ inventory/manage/item_units.php
+ inventory/manage/locations.php
+ inventory/manage/movement_types.php
+ manufacturing/manage/work_centres.php
+ sales/manage/credit_status.php
+ sales/manage/sales_areas.php
+ sales/manage/sales_people.php
+ sales/manage/sales_types.php
+ taxes/item_tax_types.php
+ taxes/tax_groups.php
+ taxes/tax_types.php
+
+2008-07-06 08:47 +0000 Janusz Dobrowolski
+(380) Gettext fixes
+ gl/manage/bank_accounts.php
+ gl/manage/bank_trans_types.php
+ gl/manage/currencies.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+
+2008-07-04 21:41 +0000 Janusz Dobrowolski
+(379) Ajax additions in gl module, changed layout for simple db table editor pages,
+some smaller fixes, removed unused defaults from GL setup.
+ CHANGELOG.txt
+
+2008-07-04 21:37 +0000 Janusz Dobrowolski
+(378) Ajax additions
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/gl_account_inquiry.php
+ gl/inquiry/gl_trial_balance.php
+ gl/manage/bank_accounts.php
+ gl/manage/bank_trans_types.php
+ gl/manage/currencies.php
+ gl/manage/exchange_rates.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+
+2008-07-04 21:37 +0000 Janusz Dobrowolski
+(377) Changed layout for simple db table editor pages
+ includes/ui/ui_input.inc
+
+2008-07-04 21:35 +0000 Janusz Dobrowolski
+(376) Removed unused GL account settings
+ admin/db/company_db.inc
+ gl/manage/gl_accounts.php
+
+2008-07-04 21:34 +0000 Janusz Dobrowolski
+(375) Fixed dflt sales account for customer branch.
+ admin/gl_setup.php
+ sales/manage/customer_branches.php
+
+2008-07-04 21:32 +0000 Janusz Dobrowolski
+(374) Fixed focus after ajax page reload
+ includes/ajax.inc
+
+2008-07-04 21:32 +0000 Janusz Dobrowolski
+(373) Fixed optional submit for yesno and gl_all_accounts lists.
+ includes/ui/ui_lists.inc
+
+2008-07-01 21:25 +0000 Janusz Dobrowolski
+(372) Ajax additions to gl module, some smaller fixes [0000009] and code cleanups
+ CHANGELOG.txt
+
+2008-07-01 21:24 +0000 Janusz Dobrowolski
+(371) Ajax additions.
+ gl/bank_transfer.php
+ gl/gl_journal.php
+ gl/includes/ui/gl_journal_ui.inc
+
+2008-07-01 21:23 +0000 Janusz Dobrowolski
+(370) Code cleanup
+ gl/gl_bank.php
+ gl/includes/ui/gl_bank_ui.inc
+ inventory/adjustments.php
+ inventory/transfers.php
+ purchasing/po_entry_items.php
+ sales/credit_note_entry.php
+ sales/sales_order_entry.php
+
+2008-07-01 21:21 +0000 Janusz Dobrowolski
+(369) Small display fix
+ gl/manage/currencies.php
+
+2008-07-01 21:20 +0000 Janusz Dobrowolski
+(368) Fixed submit_on_change type for submit_row()
+ includes/ui/ui_input.inc
+
+2008-07-01 21:19 +0000 Janusz Dobrowolski
+(367) Fixed default POST assigning [fixes 0000009]
+ includes/ui/ui_lists.inc
+
+2008-07-01 21:17 +0000 Janusz Dobrowolski
+(366) Added client side calculations for budget
+ gl/gl_budget.php
+ js/budget.js
+
+2008-06-29 21:20 +0000 Janusz Dobrowolski
+(365) Rewritten files related to non-sql list selectors and bank deposit/payments
+ CHANGELOG.txt
+
+2008-06-29 21:18 +0000 Janusz Dobrowolski
+(364) Rewritten bank deposit/payment related files, added ajax.
+ applications/generalledger.php
+ gl/gl_bank.php
+ gl/gl_deposit.php
+ gl/gl_journal.php
+ gl/gl_payment.php
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/ui/gl_bank_ui.inc
+ gl/includes/ui/gl_payment_ui.inc
+ manufacturing/search_work_orders.php
+
+2008-06-29 21:16 +0000 Janusz Dobrowolski
+(363) Added fallback flag for non-js mode only ui elements.
+ js/inserts.js
+
+2008-06-29 21:15 +0000 Janusz Dobrowolski
+(362) Default value from POST for check_box/hidden/text_cells inputs
+ includes/ui/ui_input.inc
+
+2008-06-29 21:13 +0000 Janusz Dobrowolski
+(361) Rewritten non-sql list selectors
+ includes/ui/ui_lists.inc
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+
+2008-06-29 21:12 +0000 Janusz Dobrowolski
+(360) Added trans_type parameter to items_cart()
+ includes/ui/items_cart.inc
+ inventory/adjustments.php
+ inventory/transfers.php
+ manufacturing/work_order_issue.php
+
+2008-06-29 19:22 +0000 Janusz Dobrowolski
+(359) Obsolete.
+ gl/includes/ui/gl_deposit_ui.inc
+
+2008-06-27 16:46 +0000 Janusz Dobrowolski
+(358) Ajax additions to manufacturingand dimensions modules, some other small fixes
+ CHANGELOG.txt
+
+2008-06-27 16:44 +0000 Janusz Dobrowolski
+(357) Ajax additions
+ dimensions/dimension_entry.php
+ dimensions/inquiry/search_dimensions.php
+ manufacturing/includes/work_order_issue_ui.inc
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_issue.php
+ manufacturing/work_order_release.php
+
+2008-06-27 16:43 +0000 Janusz Dobrowolski
+(356) Default $selected_id=null (current $_POST value) for all lists
+Standard view (with search box) for stock_component_list()
+ includes/ui/ui_lists.inc
+
+2008-06-27 16:41 +0000 Janusz Dobrowolski
+(355) Fixed selection for outstanding work orders
+ manufacturing/search_work_orders.php
+
+2008-06-27 16:40 +0000 Janusz Dobrowolski
+(354) Fixed stock item links
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+
+2008-06-27 16:39 +0000 Janusz Dobrowolski
+(353) Fixed typo in menu option
+ applications/manufacturing.php
+
+2008-06-26 22:07 +0000 Joe Hunt
+(352) ixed a misspelled parameter (OutstandingOnly) in manufacturing.php
+ applications/manufacturing.php
+
+2008-06-26 22:07 +0000 Joe Hunt
+(351) Fixed a bug when trying to create a duplicate year
+ admin/fiscalyears.php
+
+2008-06-26 22:06 +0000 Joe Hunt
+(350) Minor html adjustment in login.php
+ CHANGELOG.txt
+ access/login.php
+
+2008-06-26 19:15 +0000 Janusz Dobrowolski
+(349) Fixed bug 0000008
+ CHANGELOG.txt
+ sales/includes/db/sales_types_db.inc
+
+2008-06-26 15:25 +0000 Janusz Dobrowolski
+(348) Ajax added
+ manufacturing/work_order_entry.php
+
+2008-06-26 14:47 +0000 Janusz Dobrowolski
+(347) Ajax additions
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+ inventory/adjustments.php
+ inventory/cost_update.php
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ inventory/inquiry/stock_movements.php
+ inventory/manage/items.php
+ inventory/prices.php
+ inventory/transfers.php
+ purchasing/po_entry_items.php
+
+2008-06-26 14:44 +0000 Janusz Dobrowolski
+(346) Changed API for items cart (line_items indexed by line# instead of
+stock_id)
+ includes/ui/items_cart.inc
+
+2008-06-25 18:57 +0000 Janusz Dobrowolski
+(345) Fixed Delete command in invoice/credit grn table.
+ purchasing/supplier_credit_grns.php
+ purchasing/supplier_invoice_grns.php
+ purchasing/supplier_trans_gl.php
+
+2008-06-25 15:00 +0000 Joe Hunt
+(344) Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu
+ CHANGELOG.txt
+ purchasing/includes/ui/invoice_ui.inc
+
+2008-06-25 11:55 +0000 Janusz Dobrowolski
+(343) Fixed bug 0000004 and nested forms in supplier invoice/credit
+ CHANGELOG.txt
+ purchasing/includes/ui/invoice_ui.inc
+
+2008-06-24 23:18 +0000 Joe Hunt
+(342) Fixed bug when updating/saving Tax Group Items
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+
+2008-06-24 13:01 +0000 Joe Hunt
+(341) Fixed a bug when trying to back the inv.date and due date in Direct Invoicing
+ sales/sales_order_entry.php
+
+2008-06-24 13:00 +0000 Joe Hunt
+(340) Fixed inconsistencies in customer and supplier aging
+ CHANGELOG.txt
+ purchasing/includes/db/suppliers_db.inc
+ purchasing/includes/ui/invoice_ui.inc
+ reporting/rep102.php
+ reporting/rep202.php
+ sales/includes/db/customers_db.inc
+ sales/inquiry/customer_inquiry.php
+
+2008-06-23 21:03 +0000 Janusz Dobrowolski
+(339) Finished ajax improvements to sales & purchase modules,
+fixed bug #0000001, some other fixes
+ CHANGELOG.txt
+
+2008-06-23 21:01 +0000 Janusz Dobrowolski
+(338) Ajax additions
+ purchasing/allocations/supplier_allocate.php
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_credit_grns.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_invoice_grns.php
+ purchasing/supplier_trans_gl.php
+ sales/allocations/customer_allocate.php
+ sales/customer_credit_invoice.php
+
+2008-06-23 21:00 +0000 Janusz Dobrowolski
+(337) Fixed edition of purchase order (bug #0000001)
+ purchasing/includes/ui/po_ui.inc
+
+2008-06-23 20:59 +0000 Janusz Dobrowolski
+(336) Improved clientside allocation routines.
+ js/allocate.js
+
+2008-06-23 20:59 +0000 Janusz Dobrowolski
+(335) Smaller fixes
+ js/inserts.js
+ js/utils.js
+
+2008-06-23 20:57 +0000 Janusz Dobrowolski
+(334) Async update of locations selector
+ includes/ui/ui_lists.inc
+
+2008-06-23 20:57 +0000 Janusz Dobrowolski
+(333) Fixed warning on pages without default focus
+ includes/ui/ui_controls.inc
+
+2008-06-23 20:56 +0000 Janusz Dobrowolski
+(332) Fixed initial display for numeric input with dec=0
+ includes/ui/ui_input.inc
+
+2008-06-21 08:27 +0000 Janusz Dobrowolski
+(331) Ajax additions to sales and purchasing modules.
+ CHANGELOG.txt
+ purchasing/allocations/supplier_allocate.php
+ purchasing/includes/ui/po_ui.inc
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/manage/suppliers.php
+ purchasing/po_entry_items.php
+ purchasing/supplier_payment.php
+ sales/manage/customers.php
+
+2008-06-21 07:57 +0000 Joe Hunt
+(330) Fixed bad Gettext Formatting
+ admin/company_preferences.php
+
+2008-06-20 21:50 +0000 Joe Hunt
+(329) Added upload functionality to company logo. Better names on lists search.
+Better layout on company logo print-out
+ CHANGELOG.txt
+ admin/company_preferences.php
+ reporting/includes/header2.inc
+
+2008-06-20 10:34 +0000 Joe Hunt
+(328) 2.0 Release Candidate 2
+ CHANGELOG.txt
+ config.php
+
+2008-06-20 10:29 +0000 Joe Hunt
+(327) Some typos
+ update.html
+
+2008-06-20 08:47 +0000 Joe Hunt
+(326) In reorder_level.php the heading gets updated as well
+Changes the -1 to 'User Quantiry Decimals' in the table for units. item_units.php
+ CHANGELOG.txt
+ inventory/manage/item_units.php
+ inventory/reorder_level.php
+
+2008-06-20 07:59 +0000 Janusz Dobrowolski
+(325) Added order query result reload after change of template option.
+ CHANGELOG.txt
+ sales/inquiry/sales_orders_view.php
+
+2008-06-20 07:50 +0000 Janusz Dobrowolski
+(324) Some smaller fixes
+ CHANGELOG.txt
+
+2008-06-20 07:49 +0000 Janusz Dobrowolski
+(323) Layout fixes
+ sales/manage/customers.php
+
+2008-06-20 07:48 +0000 Janusz Dobrowolski
+(322) Proper error handling even after exit() call.
+ includes/errors.inc
+ includes/main.inc
+ includes/session.inc
+
+2008-06-20 07:46 +0000 Janusz Dobrowolski
+(321) Fixed initaila combo selection
+ includes/ui/ui_lists.inc
+
+2008-06-19 15:32 +0000 Janusz Dobrowolski
+(320) Ajax added to some sales module files, some minor bugfixes
+ CHANGELOG.txt
+
+2008-06-19 15:29 +0000 Janusz Dobrowolski
+(319) Fixed layout of hyperlink_params_td()
+ includes/ui/ui_controls.inc
+
+2008-06-19 15:26 +0000 Janusz Dobrowolski
+(318) Added ajax to some sales module pages, some smaller bug fixes
+ CHANGELOG.txt
+
+2008-06-19 15:25 +0000 Janusz Dobrowolski
+(317) Fix in selector onchange extension
+ js/inserts.js
+
+2008-06-19 15:24 +0000 Janusz Dobrowolski
+(316) Small bugfixes
+ includes/ui/ui_lists.inc
+
+2008-06-19 15:23 +0000 Janusz Dobrowolski
+(315) Fixed branch checking routine
+ includes/data_checks.inc
+
+2008-06-19 15:22 +0000 Janusz Dobrowolski
+(314) Added ajax to check helper
+ includes/ui/ui_input.inc
+
+2008-06-19 15:20 +0000 Janusz Dobrowolski
+(313) Ajax improvements
+ purchasing/allocations/supplier_allocation_main.php
+ sales/allocations/customer_allocation_main.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/manage/customers.php
+
+2008-06-19 14:06 +0000 Joe Hunt
+(312) changed so the due date is automatic updated when changing customer in direct invoice.
+ CHANGELOG.txt
+ sales/includes/ui/sales_order_ui.inc
+
+2008-06-19 08:41 +0000 Joe Hunt
+(311) Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
+ CHANGELOG.txt
+ sales/customer_credit_invoice.php
+
+2008-06-18 17:39 +0000 Janusz Dobrowolski
+(310) Fixed stock item image upload bug.
+ CHANGELOG.txt
+ inventory/manage/items.php
+
+2008-06-18 17:19 +0000 Janusz Dobrowolski
+(309) Added missing include directive
+ sales/credit_note_entry.php
+
+2008-06-18 15:09 +0000 Janusz Dobrowolski
+(308) Added ajax and some smaller fixes in sales module files
+ CHANGELOG.txt
+ includes/ajax.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ js/inserts.js
+ js/utils.js
+ sales/credit_note_entry.php
+ sales/customer_payments.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/sales_order_entry.php
+
+2008-06-16 23:07 +0000 Joe Hunt
+(307) More files with Quantity routines needed fix due to php4 related issue.
+ CHANGELOG.txt
+ includes/current_user.inc
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/work_order_entry.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit_grns.php
+ purchasing/supplier_invoice_grns.php
+ sales/customer_credit_invoice.php
+ sales/includes/ui/sales_order_ui.inc
+
+2008-06-16 13:32 +0000 Joe Hunt
+(306) Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here).
+ CHANGELOG.txt
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/header2.inc
+
+2008-06-16 11:21 +0000 Joe Hunt
+(305) forgotten
+ manufacturing/includes/manufacturing_ui.inc
+
+2008-06-16 09:34 +0000 Joe Hunt
+(304) Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
+ CHANGELOG.txt
+ includes/current_user.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ inventory/includes/db/items_units_db.inc
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ inventory/inquiry/stock_movements.php
+ inventory/inquiry/stock_status.php
+ inventory/manage/item_units.php
+ inventory/reorder_level.php
+ inventory/view/view_adjustment.php
+ inventory/view/view_transfer.php
+ manufacturing/includes/manufacturing_ui.inc
+ manufacturing/includes/work_order_issue_ui.inc
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/search_work_orders.php
+ manufacturing/view/wo_issue_view.php
+ manufacturing/view/wo_production_view.php
+ manufacturing/work_order_entry.php
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit_grns.php
+ purchasing/supplier_invoice_grns.php
+ purchasing/view/view_grn.php
+ purchasing/view/view_po.php
+ reporting/rep105.php
+ reporting/rep107.php
+ reporting/rep108.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep204.php
+ reporting/rep209.php
+ reporting/rep301.php
+ reporting/rep302.php
+ reporting/rep303.php
+ reporting/rep401.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_sales_order.php
+
+2008-06-15 21:10 +0000 Janusz Dobrowolski
+(303) Final ajax driven version of sales_orders_view.php and sales_deliveries_view.php;
+also some minor fixes and list API changes.
+ CHANGELOG.txt
+
+2008-06-15 21:08 +0000 Janusz Dobrowolski
+(302) Fixed bug for combos type 0 in non-js mode
+ includes/ui/ui_lists.inc
+
+2008-06-15 21:07 +0000 Janusz Dobrowolski
+(301) Added submit_on_change option for ref input functions
+ includes/ui/ui_input.inc
+
+2008-06-15 21:06 +0000 Janusz Dobrowolski
+(300) Added searchbox class selector (onchange event in text input), text selection after focus
+ js/inserts.js
+ js/utils.js
+
+2008-06-15 21:04 +0000 Janusz Dobrowolski
+(299) Finally ajaxified version of inqiry.
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+
+2008-06-15 11:47 +0000 Joe Hunt
+(298) Changed so Invoice Template gets the current day instead of original day.
+ CHANGELOG.txt
+ sales/sales_order_entry.php
+
+2008-06-14 23:38 +0000 Joe Hunt
+(297) Bug in tax_types_list (spec_id)
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+
+2008-06-14 12:22 +0000 Joe Hunt
+(296) Minor annoying layout bug in stock movements.
+ CHANGELOG.txt
+ inventory/inquiry/stock_movements.php
+
+2008-06-14 08:49 +0000 Joe Hunt
+(295) The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here. Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default.
+If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the  transactions from Direct Invoice and Credit Note will be allocated immediately when placing.
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/manage/customer_branches.php
+
+2008-06-12 12:30 +0000 Joe Hunt
+(294) Forgot currency calculation
+ reporting/rep304.php
+
+2008-06-12 10:16 +0000 Joe Hunt
+(293) New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period.
+ CHANGELOG.txt
+ reporting/rep304.php
+ reporting/reports_main.php
+
+2008-06-10 08:02 +0000 Janusz Dobrowolski
+(292) Fixed focus issues
+ CHANGELOG.txt
+ gl/gl_deposit.php
+ gl/gl_journal.php
+ gl/gl_payment.php
+
+2008-06-10 07:33 +0000 Janusz Dobrowolski
+(291) Added content selection on focus for list search boxes
+ CHANGELOG.txt
+ js/inserts.js
+
+2008-06-09 22:42 +0000 Janusz Dobrowolski
+(290) Some more fixes related to ajax combos behaviour and usage
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+ inventory/cost_update.php
+ inventory/includes/item_adjustments_ui.inc
+ inventory/inquiry/stock_status.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/manage/bom_edit.php
+ purchasing/includes/ui/po_ui.inc
+
+2008-06-09 19:51 +0000 Janusz Dobrowolski
+(289) Some more fixes to selects
+ CHANGELOG.txt
+ includes/reserved.inc
+ includes/ui/ui_lists.inc
+ js/inserts.js
+
+2008-06-09 10:59 +0000 Joe Hunt
+(288) Some additional fixes related to last big committment
+ CHANGELOG.txt
+ themes/aqua/default.css
+ themes/cool/default.css
+
+2008-06-09 10:13 +0000 Janusz Dobrowolski
+(287) Focus corrections in gl_*.php
+ CHANGELOG.txt
+ gl/gl_deposit.php
+ gl/gl_payment.php
+
+2008-06-09 07:39 +0000 Janusz Dobrowolski
+(286) Some additional fixes to last big committment
+ CHANGELOG.txt
+ gl/gl_journal.php
+ includes/ajax.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+ js/inserts.js
+ js/utils.js
+ sales/includes/ui/sales_order_ui.inc
+ themes/default/default.css
+
+2008-06-08 10:27 +0000 Joe Hunt
+(285) Preparing for Release Candidate 1
+ CHANGELOG.txt
+
+2008-06-08 10:25 +0000 Joe Hunt
+(284) Preparing for RC 1
+ config.php
+
+2008-06-08 08:48 +0000 Joe Hunt
+(283) Set 'max_execution_time' to 60 seconds by ini_set.
+ CHANGELOG.txt
+ install/save.php
+
+2008-06-07 16:07 +0000 Joe Hunt
+(282) Forgotten
+ access/logout.php
+
+2008-06-07 15:56 +0000 Joe Hunt
+(281) Fixed a layout bug in footer.inc
+ CHANGELOG.txt
+ includes/page/footer.inc
+
+2008-06-07 10:43 +0000 Joe Hunt
+(280) *** empty log message ***
+ CHANGELOG.txt
+ admin/change_current_user_password.php
+ install.html
+ sql/alter2.sql
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ themes/aqua/default.css
+ themes/aqua/renderer.php
+ themes/cool/default.css
+ themes/cool/renderer.php
+ themes/default/default.css
+ themes/default/renderer.php
+ update.html
+
+2008-06-07 09:30 +0000 Janusz Dobrowolski
+(279) Restored multi field search in item select and display of currency in customer sel.
+ includes/ui/ui_lists.inc
+
+2008-06-06 22:34 +0000 Janusz Dobrowolski
+(278) Adding ajax to input/lists controls, optional hint display, Ajaxified Sales Oredr Entry
+ CHANGELOG.txt
+
+2008-06-06 22:31 +0000 Janusz Dobrowolski
+(277) Changed API for input/lists functions, added empty hints when needed
+ admin/company_preferences.php
+ admin/db/users_db.inc
+ admin/display_prefs.php
+ admin/fiscalyears.php
+ admin/forms_setup.php
+ admin/gl_setup.php
+ dimensions/dimension_entry.php
+ dimensions/inquiry/search_dimensions.php
+ gl/bank_transfer.php
+ gl/includes/ui/gl_deposit_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/includes/ui/gl_payment_ui.inc
+ gl/inquiry/bank_inquiry.php
+ gl/inquiry/gl_account_inquiry.php
+ gl/inquiry/gl_trial_balance.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ includes/current_user.inc
+ includes/prefs/userprefs.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ inventory/inquiry/stock_movements.php
+ manufacturing/includes/work_order_issue_ui.inc
+ manufacturing/manage/bom_edit.php
+ manufacturing/search_work_orders.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_entry.php
+ purchasing/includes/ui/grn_ui.inc
+ purchasing/includes/ui/invoice_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ purchasing/inquiry/supplier_inquiry.php
+ purchasing/supplier_payment.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ taxes/tax_groups.php
+ themes/default/renderer.php
+
+2008-06-06 22:26 +0000 Janusz Dobrowolski
+(276) Additional style definitions for various ajax controls
+ themes/default/default.css
+
+2008-06-06 22:25 +0000 Janusz Dobrowolski
+(275) Javascript changes related to ui_lists.inc
+ js/inserts.js
+ js/utils.js
+
+2008-06-06 22:24 +0000 Janusz Dobrowolski
+(274) Added comma separated css element selectors
+ js/behaviour.js
+
+2008-06-06 22:23 +0000 Janusz Dobrowolski
+(273) Added setting focus and page body reload via ajax
+ includes/ajax.inc
+ includes/main.inc
+
+2008-06-06 22:22 +0000 Janusz Dobrowolski
+(272) Ajaxified exchange_rate_display()
+ includes/ui/ui_view.inc
+
+2008-06-06 22:21 +0000 Janusz Dobrowolski
+(271) Overall lists rewrite. Universal combo_input(), ajax added.
+ includes/ui/ui_lists.inc
+
+2008-06-06 22:19 +0000 Janusz Dobrowolski
+(270) Added ajax functionality and ui hints
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+
+2008-06-06 08:09 +0000 Joe Hunt
+(269) Final fixes in html layout
+ CHANGELOG.txt
+ admin/create_coy.php
+ gl/gl_deposit.php
+ gl/gl_payment.php
+ gl/manage/exchange_rates.php
+ inventory/inquiry/stock_status.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/manage/bom_edit.php
+
+2008-06-05 09:54 +0000 Joe Hunt
+(268) Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based.
+Fixed a html layout bug in header.inc
+ CHANGELOG.txt
+ includes/page/header.inc
+ includes/ui/ui_view.inc
+
+2008-05-31 12:13 +0000 Joe Hunt
+(267) *** empty log message ***
+ dimensions/includes/dimensions_ui.inc
+ dimensions/view/view_dimension.php
+
+2008-05-31 12:02 +0000 Joe Hunt
+(266) *** empty log message ***
+ gl/view/gl_deposit_view.php
+
+2008-05-31 10:45 +0000 Joe Hunt
+(265) A lot of annoying layout bugs taken. Mostly from views and inquiries.
+ CHANGELOG.txt
+ gl/view/gl_deposit_view.php
+ gl/view/gl_payment_view.php
+ includes/ui/ui_controls.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+ manufacturing/includes/manufacturing_ui.inc
+ manufacturing/view/wo_issue_view.php
+ manufacturing/view/work_order_view.php
+ manufacturing/work_order_add_finished.php
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+
+2008-05-30 16:26 +0000 Joe Hunt
+(264) Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
+ CHANGELOG.txt
+ inventory/inquiry/stock_movements.php
+ reporting/rep302.php
+
+2008-05-28 20:33 +0000 Joe Hunt
+(263) More bugs related to debtor_trans changes (positive amounts)
+ CHANGELOG.txt
+ gl/includes/db/gl_db_banking.inc
+ sales/allocations/customer_allocate.php
+ sales/includes/db/custalloc_db.inc
+ sales/inquiry/customer_allocation_inquiry.php
+
+2008-05-27 20:47 +0000 Joe Hunt
+(262) Changed more files with new html/css.
+ CHANGELOG.txt
+ includes/page/header.inc
+ purchasing/inquiry/supplier_allocation_inquiry.php
+ sales/credit_note_entry.php
+
+2008-05-26 11:02 +0000 Joe Hunt
+(261) Fixed many minor bugs, new ones as well as debtor_trans related.
+Changed to use DOCTYPE html 4.01 transitional. Some files/css needed change.
+ CHANGELOG.txt
+ admin/backups.php
+ admin/create_coy.php
+ admin/inst_lang.php
+ admin/inst_module.php
+ gl/manage/exchange_rates.php
+ includes/page/header.inc
+ includes/session.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+ purchasing/allocations/supplier_allocate.php
+ sales/allocations/customer_allocate.php
+ sales/includes/db/sales_credit_db.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2008-05-23 17:28 +0000 Joe Hunt
+(260) Minor bug in dimensions.php (Outstanding Dimensions)
+ CHANGELOG.txt
+ applications/dimensions.php
+ dimensions/inquiry/search_dimensions.php
+
+2008-05-23 15:31 +0000 Janusz Dobrowolski
+(259) Include file order /error binding fixed once again.
+ CHANGELOG.txt
+ includes/main.inc
+ includes/session.inc
+
+2008-05-23 14:15 +0000 Joe Hunt
+(258) Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the correct renderer.php.
+ CHANGELOG.txt
+ frontaccounting.php
+ includes/page/footer.inc
+ includes/page/header.inc
+ themes/aqua/renderer.php
+ themes/cool/renderer.php
+ themes/default/renderer.php
+
+2008-05-22 09:34 +0000 Janusz Dobrowolski
+(257) Earlier error handler binding.
+ CHANGELOG.txt
+ includes/main.inc
+ includes/session.inc
+ js/utils.js
+
+2008-05-18 11:34 +0000 Janusz Dobrowolski
+(256) Two small fixes for ajax extension
+ CHANGELOG.txt
+
+2008-05-18 11:33 +0000 Janusz Dobrowolski
+(255) Fix for www servers on nonstandard ports
+ js/JsHttpRequest.js
+
+2008-05-18 11:32 +0000 Janusz Dobrowolski
+(254) Added explicit ob_end_flush on shutdown for php 5
+ includes/main.inc
+
+2008-05-18 09:17 +0000 Joe Hunt
+(253) Bug when inserting new records in debtor_trans
+ CHANGELOG.txt
+ sales/includes/db/cust_trans_db.inc
+
+2008-05-16 19:21 +0000 Janusz Dobrowolski
+(252) Framework prepared for ajax extensions, js code organization improvements.
+ CHANGELOG.txt
+
+2008-05-16 18:38 +0000 Janusz Dobrowolski
+(251) Ajax funcionality additions
+ js/inserts.js
+
+2008-05-16 18:37 +0000 Janusz Dobrowolski
+(250) Compression fix
+ js/behaviour.js
+
+2008-05-16 18:30 +0000 Janusz Dobrowolski
+(249) *** empty log message ***
+ themes/default/images/button_ok.png
+
+2008-05-16 18:27 +0000 Janusz Dobrowolski
+(248) Javascript/ajax code reorganizations
+ includes/current_user.inc
+ includes/errors.inc
+ includes/lang/language.php
+ includes/main.inc
+ includes/page/footer.inc
+ includes/page/header.inc
+ includes/session.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_msgs.inc
+ includes/ui/ui_view.inc
+
+2008-05-16 18:21 +0000 Janusz Dobrowolski
+(247) Cart init code moved from sales_order_ui.inc
+ sales/includes/cart_class.inc
+
+2008-05-16 18:18 +0000 Janusz Dobrowolski
+(246) Allocation js functions moved to allocate.js
+ purchasing/allocations/supplier_allocate.php
+ sales/allocations/customer_allocate.php
+
+2008-05-16 17:32 +0000 Janusz Dobrowolski
+(245) Added ajaxsubmit class
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2008-05-16 17:00 +0000 Janusz Dobrowolski
+(244) Changed javascript library set
+ config.php
+
+2008-05-16 16:52 +0000 Janusz Dobrowolski
+(243) Client side ajax library
+ js/JsHttpRequest.js
+ js/utils.js
+
+2008-05-16 16:51 +0000 Janusz Dobrowolski
+(242) Payment allocation functions extracted from php code
+ js/allocate.js
+
+2008-05-16 16:46 +0000 Janusz Dobrowolski
+(241) Integration of JsHttpRequest ajax transport class
+ includes/JsHttpRequest.php
+ includes/ajax.inc
+
+2008-05-16 16:39 +0000 Janusz Dobrowolski
+(240) Added icons for ajaxified list selectors
+ themes/aqua/images/button_ok.png
+ themes/aqua/images/locate.png
+ themes/cool/images/button_ok.png
+ themes/cool/images/locate.png
+
+2008-05-14 09:14 +0000 Joe Hunt
+(239) Minor fixes in the former files
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+
+2008-05-14 08:18 +0000 Joe Hunt
+(238) ORDER BY instead of ORDER BT
+ includes/ui/ui_lists.inc
+
+2008-05-13 22:48 +0000 Joe Hunt
+(237) When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all  the records when there were no search values.
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+
+2008-05-09 09:32 +0000 Joe Hunt
+(236) Due to differences in Javascript the script update_db.php had to be changed.
+New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
+ CHANGELOG.txt
+ install.html
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ update_db.php
+
+2008-05-09 08:57 +0000 Janusz Dobrowolski
+(235) Price sales system changes
+ sql/alter.sql
+
+2008-05-09 07:27 +0000 Janusz Dobrowolski
+(234) Automatic calculation of not set item prices from home currency and base price list settings.
+ CHANGELOG.txt
+ admin/company_preferences.php
+ admin/db/company_db.inc
+ includes/ui/ui_lists.inc
+ sales/includes/cart_class.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/db/sales_types_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/manage/sales_types.php
+ sql/alter.sql
+
+2008-05-09 07:25 +0000 Janusz Dobrowolski
+(233) Smal display fix
+ sales/manage/sales_people.php
+
+2008-04-30 16:04 +0000 Joe Hunt
+(232) Fixed change of Item list in purchase order
+ CHANGELOG.txt
+ purchasing/includes/ui/po_ui.inc
+
+2008-04-30 15:29 +0000 Janusz Dobrowolski
+(231) Fixed price update when changing item in sales order entry.
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+ js/inserts.js
+ sales/includes/ui/sales_order_ui.inc
+
+2008-04-24 11:12 +0000 Janusz Dobrowolski
+(230) Added using customized per company report definition files.
+ CHANGELOG.txt
+
+2008-04-24 11:11 +0000 Janusz Dobrowolski
+(229) Added using per company customized report files.
+ admin/create_coy.php
+ reporting/includes/reports_classes.inc
+
+2008-04-24 11:08 +0000 Janusz Dobrowolski
+(228) Directory for customized report def files.
+ company/0/reporting/index.php
+
+2008-04-24 10:07 +0000 Janusz Dobrowolski
+(227) Two smaller display fixes.
+ CHANGELOG.txt
+
+2008-04-24 10:06 +0000 Janusz Dobrowolski
+(226) Added content type encoding header
+ includes/page/header.inc
+
+2008-04-24 10:05 +0000 Janusz Dobrowolski
+(225) Turning off missing charset info in htmlentities()
+ includes/db/connect_db.inc
+
+2008-04-24 07:10 +0000 Joe Hunt
+(224) Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to  /includes/prefs/sysprefs.inc
+ CHANGELOG.txt
+ includes/ui/items_cart.inc
+ reporting/includes/pdf_report.inc
+
+2008-04-23 10:51 +0000 Joe Hunt
+(223) Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.  It will make it easier to design your own document layouts.
+ CHANGELOG.txt
+ install.html
+ reporting/includes/header2.inc
+ reporting/includes/pdf_report.inc
+
+2008-04-20 18:45 +0000 Janusz Dobrowolski
+(222) Some smaller fixes.
+ CHANGELOG.txt
+ includes/lang/language.php
+ includes/ui/items_cart.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+
+2008-04-20 18:44 +0000 Janusz Dobrowolski
+(221) Added settings checks for new company, fixed adding company settings with empty prefix.
+ admin/create_coy.php
+
+2008-04-19 11:43 +0000 Joe Hunt
+(220) Bug (right to left text was done if price decimals were 3). A test sentense from a while  ago wasn't removed
+ CHANGELOG.txt
+ reporting/includes/pdf_report.inc
+
+2008-04-18 20:45 +0000 Janusz Dobrowolski
+(219) db_escape() protection in rest of source code
+ CHANGELOG.txt
+
+2008-04-18 20:43 +0000 Janusz Dobrowolski
+(218) Sealing against XSS atacks: purchasing,sales,install,admin,taxes
+ admin/db/maintenance_db.inc
+ install/save.php
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/invoice_items_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/supp_trans_db.inc
+ purchasing/manage/suppliers.php
+ sales/includes/db/credit_status_db.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/cust_trans_details_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/db/sales_types_db.inc
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+ sales/manage/sales_areas.php
+ sales/manage/sales_people.php
+ taxes/db/item_tax_types_db.inc
+ taxes/db/tax_groups_db.inc
+ taxes/db/tax_types_db.inc
+
+2008-04-18 16:29 +0000 Joe Hunt
+(217) Module gl sealed against XSS Attacks
+ CHANGELOG.txt
+ gl/includes/db/gl_db_account_types.inc
+ gl/includes/db/gl_db_accounts.inc
+ gl/includes/db/gl_db_bank_accounts.inc
+ gl/includes/db/gl_db_bank_trans.inc
+ gl/includes/db/gl_db_bank_trans_types.inc
+ gl/includes/db/gl_db_currencies.inc
+ gl/includes/db/gl_db_trans.inc
+
+2008-04-18 16:02 +0000 Janusz Dobrowolski
+(216) Admin and dimensions modules sealed against XSS atacks
+ CHANGELOG.txt
+ admin/db/company_db.inc
+ admin/db/maintenance_db.inc
+ admin/db/users_db.inc
+ admin/db/voiding_db.inc
+ admin/payment_terms.php
+ admin/shipping_companies.php
+ dimensions/includes/dimensions_db.inc
+
+2008-04-18 15:19 +0000 Joe Hunt
+(215) Committed with db_escape instead of db_quote
+ includes/db/comments_db.inc
+ includes/db/inventory_db.inc
+ includes/db/references_db.inc
+ inventory/includes/db/items_category_db.inc
+ inventory/includes/db/items_db.inc
+ inventory/includes/db/items_locations_db.inc
+ inventory/includes/db/items_units_db.inc
+ inventory/includes/db/movement_types_db.inc
+ manufacturing/includes/db/work_centres_db.inc
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+
+2008-04-18 15:06 +0000 Janusz Dobrowolski
+(214) *** empty log message ***
+ includes/db/connect_db.inc
+
+2008-04-18 12:37 +0000 Joe Hunt
+(213) Changed db_escape function to avoid XSS attacks via js db injection
+ CHANGELOG.txt
+ includes/db/comments_db.inc
+ includes/db/inventory_db.inc
+ includes/db/references_db.inc
+ inventory/includes/db/items_category_db.inc
+ inventory/includes/db/items_db.inc
+ inventory/includes/db/items_locations_db.inc
+ inventory/includes/db/items_units_db.inc
+ inventory/includes/db/movement_types_db.inc
+ manufacturing/includes/db/work_centres_db.inc
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+
+2008-04-18 10:06 +0000 Janusz Dobrowolski
+(212) Fixed typo in sql query
+ purchasing/includes/db/po_db.inc
+
+2008-04-18 10:00 +0000 Janusz Dobrowolski
+(211) Changed db_escape to seal the system against XSS atacks
+ CHANGELOG.txt
+
+2008-04-18 09:59 +0000 Janusz Dobrowolski
+(210) Databse INSERT/UPDATE secured against db javscript injection
+ admin/db/maintenance_db.inc
+ gl/includes/db/gl_db_accounts.inc
+ purchasing/includes/db/po_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/sales_order_entry.php
+
+2008-04-18 09:58 +0000 Janusz Dobrowolski
+(209) Changed db_escape function to avoid XSS atacksvia db javascript injection
+ includes/db/connect_db.inc
+
+2008-04-16 21:44 +0000 Joe Hunt
+(208) Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+ lang/en_US/LC_MESSAGES/en_US.mo
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2008-04-09 06:43 +0000 Janusz Dobrowolski
+(207) Fixed number formatting bug in standard cost update.
+ CHANGELOG.txt
+ inventory/cost_update.php
+
+2008-04-06 19:52 +0000 Janusz Dobrowolski
+(206) Fixed typo causing error when adding new tax type.
+ CHANGELOG.txt
+ taxes/tax_types.php
+
+2008-04-06 11:11 +0000 Joe Hunt
+(205) *** empty log message ***
+ sql/en_US-demo.sql
+
+2008-04-06 10:45 +0000 Joe Hunt
+(204) Changed install.html and update.html to fit the new unstable release 2.0
+Changed demo sql script to fit the 2.0 unstable.
+ CHANGELOG.txt
+ config.php
+ install.html
+ sql/en_US-demo.sql
+ update.html
+
+2008-04-06 09:15 +0000 Janusz Dobrowolski
+(203) Sales invoice edit restriction on records imported from FA 1.xx
+ CHANGELOG.txt
+ sales/customer_invoice.php
+
+2008-04-05 11:48 +0000 Joe Hunt
+(202) *** empty log message ***
+ company/0/backup/index.php
+ company/0/js_cache/index.php
+ company/0/pdf_files/index.php
+
+2008-04-05 09:15 +0000 Joe Hunt
+(201) Added some index.php files
+ company/0/images/index.php
+ company/0/index.php
+ company/index.php
+ js/index.php
+
+2008-04-05 08:54 +0000 Joe Hunt
+(200) Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
+ CHANGELOG.txt
+ admin/create_coy.php
+
+2008-04-04 22:42 +0000 Joe Hunt
+(199) Removed annoying warnings in several reports.
+ CHANGELOG.txt
+ reporting/includes/pdf_report.inc
+ reporting/rep102.php
+ reporting/rep104.php
+ reporting/rep201.php
+ reporting/rep203.php
+ reporting/rep705.php
+ reporting/rep706.php
+ reporting/rep707.php
+ reporting/rep709.php
+ reporting/reports_main.php
+
+2008-04-04 19:09 +0000 Janusz Dobrowolski
+(198) Javascript bugfix in sales_orders_view.php
+ CHANGELOG.txt
+
+2008-04-04 19:04 +0000 Janusz Dobrowolski
+(197) Javascript bugfix in selecting orders as template
+ sales/inquiry/sales_orders_view.php
+
+2008-04-04 15:01 +0000 Joe Hunt
+(196) Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
+ CHANGELOG.txt
+ config.php
+ install/index.php
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+ update.html
+
+2008-04-02 11:13 +0000 Janusz Dobrowolski
+(195) Focus moved to invalid field after submit check fail, small bugfixes
+ CHANGELOG.txt
+
+2008-04-02 10:48 +0000 Janusz Dobrowolski
+(194) Focus set to invalid field after submit check fail
+ admin/backups.php
+ admin/company_preferences.php
+ admin/fiscalyears.php
+ admin/gl_setup.php
+ admin/payment_terms.php
+ admin/shipping_companies.php
+ admin/users.php
+ admin/void_transaction.php
+ dimensions/dimension_entry.php
+ gl/bank_transfer.php
+ gl/gl_deposit.php
+ gl/gl_journal.php
+ gl/gl_payment.php
+ gl/manage/bank_accounts.php
+ gl/manage/bank_trans_types.php
+ gl/manage/currencies.php
+ gl/manage/exchange_rates.php
+ gl/manage/gl_account_classes.php
+ gl/manage/gl_account_types.php
+ gl/manage/gl_accounts.php
+ inventory/adjustments.php
+ inventory/cost_update.php
+ inventory/manage/item_categories.php
+ inventory/manage/item_units.php
+ inventory/manage/items.php
+ inventory/manage/locations.php
+ inventory/manage/movement_types.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/transfers.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/manage/work_centres.php
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_entry.php
+ manufacturing/work_order_issue.php
+ manufacturing/work_order_release.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/manage/suppliers.php
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_credit_grns.php
+ purchasing/supplier_invoice.php
+ purchasing/supplier_invoice_grns.php
+ purchasing/supplier_payment.php
+ purchasing/supplier_trans_gl.php
+ sales/allocations/customer_allocate.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/sales_order_entry.php
+ taxes/item_tax_types.php
+ taxes/tax_groups.php
+ taxes/tax_types.php
+
+2008-04-02 10:45 +0000 Janusz Dobrowolski
+(193) Hiding search button  in combo selectors for javascript enabled browsers.
+ includes/ui/ui_lists.inc
+
+2008-04-02 10:44 +0000 Janusz Dobrowolski
+(192) Removed selector expansion on space key for multi-line selectors
+ js/inserts.js
+
+2008-03-29 10:55 +0000 Janusz Dobrowolski
+(191) Small fix for short list access
+ js/inserts.js
+
+2008-03-29 10:45 +0000 Janusz Dobrowolski
+(190) Enhanced list accessability via space key, changed gl_all_accounts_list() API
+ CHANGELOG.txt
+
+2008-03-29 10:41 +0000 Janusz Dobrowolski
+(189) Enhanced list kbd accesability via space key, corrected gl_all_accounts_list API
+ includes/ui/ui_lists.inc
+ js/inserts.js
+
+2008-03-28 17:11 +0000 Janusz Dobrowolski
+(188) Binary commit of image files
+ company/0/images/102.jpg
+ company/0/images/103.jpg
+ company/0/images/104.jpg
+ company/0/images/logo_frontaccounting.jpg
+ company/0/images/logo_frontaccounting.png
+
+2008-03-28 16:44 +0000 Janusz Dobrowolski
+(187) Fixed header sales order inquiry table header for various display modes.
+ CHANGELOG.txt
+ sales/inquiry/sales_orders_view.php
+
+2008-03-28 15:23 +0000 Joe Hunt
+(186) Added print document options in inquiries.
+ CHANGELOG.txt
+ company/0/images/102.jpg
+ company/0/images/103.jpg
+ company/0/images/104.jpg
+ company/0/images/logo_frontaccounting.jpg
+ company/0/images/logo_frontaccounting.png
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+
+2008-03-28 11:00 +0000 Joe Hunt
+(185) Minor bugfixes.
+ CHANGELOG.txt
+ config.php
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/rep101.php
+ reporting/rep102.php
+ sales/includes/db/customers_db.inc
+ sales/includes/db/sales_credit_db.inc
+
+2008-03-28 08:23 +0000 Janusz Dobrowolski
+(184) Layout/focus fixes for no_[customer/supplier/item]_list on
+ CHANGELOG.txt
+ includes/ui/ui_lists.inc
+ purchasing/includes/ui/po_ui.inc
+ sales/credit_note_entry.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+
+2008-03-27 14:17 +0000 Janusz Dobrowolski
+(183) Fixed debit/credit entry check.
+ gl/gl_journal.php
+
+2008-03-27 13:57 +0000 Janusz Dobrowolski
+(182) Changes for make form entry less time-consuming plus some fixes
+ CHANGELOG.txt
+
+2008-03-27 13:53 +0000 Janusz Dobrowolski
+(181) Automatic first field focus on page start, preserved focus sequence
+between form updates
+ includes/page/footer.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+ js/inserts.js
+ sales/credit_note_entry.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+
+2008-03-27 10:51 +0000 Janusz Dobrowolski
+(180) Restored path_to_root POST/GET restriction
+ config.php
+
+2008-03-27 10:49 +0000 Janusz Dobrowolski
+(179) Javascript recalcAccount superseded by 'combo' class behaviour binding
+ gl/gl_deposit.php
+ gl/gl_payment.php
+ gl/includes/ui/gl_deposit_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/includes/ui/gl_payment_ui.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+
+2008-03-27 10:46 +0000 Janusz Dobrowolski
+(178) get_js_set_focus superseded  by js setFocus() and php set_focus()
+ gl/inquiry/gl_account_inquiry.php
+ includes/page/footer.inc
+ includes/systypes.inc
+ includes/ui/ui_controls.inc
+
+2008-03-27 10:44 +0000 Janusz Dobrowolski
+(177) Removed get_js_set_focus() and get_js_form_entry()
+ includes/ui/ui_view.inc
+
+2008-03-27 10:43 +0000 Janusz Dobrowolski
+(176) get_js_set_focus() added for standalone script usage.
+ update_db.php
+
+2008-03-27 10:41 +0000 Janusz Dobrowolski
+(175) Removed not used yet ajax stuff, added combo class binding and setFocus()
+ js/inserts.js
+
+2008-03-27 10:39 +0000 Janusz Dobrowolski
+(174) Data picker omitted in kbd tabbing sequence
+ includes/ui/ui_input.inc
+
+2008-03-27 10:33 +0000 Janusz Dobrowolski
+(173) Fixed debit/credit entry check inline js superseded by behaviour binding
+ gl/gl_journal.php
+
+2008-03-26 11:06 +0000 Janusz Dobrowolski
+(172) Some buf fixes in purchase module related to tax structure changes.
+ CHANGELOG.txt
+
+2008-03-26 11:05 +0000 Janusz Dobrowolski
+(171) Some bug fixes in suppliers module related to tax structure changes
+ purchasing/includes/db/invoice_db.inc
+ purchasing/includes/db/invoice_items_db.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/invoice_ui.inc
+ reporting/rep105.php
+
+2008-03-25 23:18 +0000 Janusz Dobrowolski
+(170) Obsolete directory
+ admin/backup/index.php
+
+2008-03-25 10:58 +0000 Janusz Dobrowolski
+(169) Separate per company dirs for pdf_files/backup/images, javascript browser caching enabled.
+ CHANGELOG.txt
+
+2008-03-25 10:47 +0000 Janusz Dobrowolski
+(168) Javascript libs caching
+ admin/display_prefs.php
+ config.php
+ includes/main.inc
+ includes/page/header.inc
+ includes/session.inc
+ includes/ui/ui_view.inc
+
+2008-03-25 10:37 +0000 Janusz Dobrowolski
+(167) Moving company data storage to company subdirectory
+ admin/backups.php
+ admin/create_coy.php
+ admin/db/maintenance_db.inc
+ install/index.php
+ inventory/manage/items.php
+ reporting/includes/pdf_report.inc
+ reporting/pdf_files/index.php
+ reporting/rep102.php
+ reporting/rep104.php
+ reporting/rep202.php
+ reporting/rep303.php
+ reporting/rep706.php
+ reporting/rep707.php
+
+2008-03-25 10:23 +0000 Janusz Dobrowolski
+(166) New directory for per company data
+ company/0/images/102.jpg
+ company/0/images/103.jpg
+ company/0/images/104.jpg
+ company/0/images/logo_frontaccounting.jpg
+ company/0/images/logo_frontaccounting.png
+
+2008-03-24 10:07 +0000 Janusz Dobrowolski
+(165) Removed obsolete file.
+ sales/includes/ui/print_invoice.inc
+
+2008-03-21 17:19 +0000 Janusz Dobrowolski
+(164) Improved javascript allocation routines, editbutton class fix.
+ CHANGELOG.txt
+
+2008-03-21 17:13 +0000 Janusz Dobrowolski
+(163) Fixed unvisable under IE editbutton
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2008-03-21 17:11 +0000 Janusz Dobrowolski
+(162) Improved javascript allocations
+ includes/ui/ui_view.inc
+ purchasing/allocations/supplier_allocate.php
+ sales/allocations/customer_allocate.php
+
+2008-03-20 11:54 +0000 Janusz Dobrowolski
+(160) Four minor bug fixes
+ CHANGELOG.txt
+
+2008-03-20 11:51 +0000 Janusz Dobrowolski
+(159) Warning fix in is_date()
+ includes/date_functions.inc
+
+2008-03-20 11:50 +0000 Janusz Dobrowolski
+(158) DB error fix on new customer entry
+ sales/manage/customers.php
+
+2008-03-20 11:49 +0000 Janusz Dobrowolski
+(157) Divide by 0 fix on zero order_prices in new supplier invoice
+ purchasing/supplier_invoice_grns.php
+
+2008-03-20 11:48 +0000 Janusz Dobrowolski
+(156) Delivery notes removed from Customer Balnces, warning fix.
+ reporting/rep101.php
+
+2008-03-18 14:41 +0000 Janusz Dobrowolski
+(155) Line items editor in sales module now uses POST method
+ CHANGELOG.txt
+
+2008-03-18 14:40 +0000 Janusz Dobrowolski
+(154) Helper function for searching indexed submit POST vars
+ includes/ui/ui_input.inc
+
+2008-03-18 14:38 +0000 Janusz Dobrowolski
+(153) Added edit_button_cell()
+ includes/ui/ui_controls.inc
+
+2008-03-18 14:24 +0000 Janusz Dobrowolski
+(152) Added class .editbutton for link alike button.
+ themes/aqua/default.css
+ themes/cool/default.css
+ themes/default/default.css
+
+2008-03-18 14:22 +0000 Janusz Dobrowolski
+(151) Line items editor uses POST method - no disappearing shippment details.
+ sales/credit_note_entry.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+
+2008-03-17 09:25 +0000 Janusz Dobrowolski
+(150) Rounding added when needed to avoid document inconsistency, some add. bufixes
+ CHANGELOG.txt
+
+2008-03-17 09:24 +0000 Janusz Dobrowolski
+(149) Added rounding when needed to avoid document inconsistency
+ includes/banking.inc
+ purchasing/includes/supp_trans_class.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+ purchasing/supplier_credit_grns.php
+ purchasing/supplier_invoice_grns.php
+ reporting/rep107.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep209.php
+ sales/includes/cart_class.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_sales_order.php
+ taxes/tax_calc.inc
+
+2008-03-17 09:22 +0000 Janusz Dobrowolski
+(148) Include file conflict fix
+ gl/manage/bank_accounts.php
+ manufacturing/inquiry/where_used_inquiry.php
+ purchasing/manage/suppliers.php
+
+2008-03-17 09:19 +0000 Janusz Dobrowolski
+(147) Sign bug for customer transactions
+ reporting/rep709.php
+
+2008-03-17 07:25 +0000 Janusz Dobrowolski
+(146) Include file conflict fix
+ sales/manage/customer_branches.php
+ sales/manage/customers.php
+
+2008-03-17 07:22 +0000 Janusz Dobrowolski
+(145) Missing bracket
+ purchasing/includes/ui/invoice_ui.inc
+
+2008-03-16 17:43 +0000 Janusz Dobrowolski
+(144) Added javascript user side formatting; javascript collectors and unobtrusive handler applying.
+ CHANGELOG.txt
+
+2008-03-16 17:40 +0000 Janusz Dobrowolski
+(143) User side price/qty input formatting via onblur handler.
+ gl/gl_budget.php
+ gl/manage/exchange_rates.php
+
+2008-03-16 17:37 +0000 Janusz Dobrowolski
+(142) User side percent/qty/amount/exrate input formatting via onblur handler.
+ admin/gl_setup.php
+ includes/ui/ui_input.inc
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/work_order_entry.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/includes/ui/po_ui.inc
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit.php
+ purchasing/supplier_credit_grns.php
+ purchasing/supplier_invoice_grns.php
+ purchasing/supplier_trans_gl.php
+ sales/allocations/customer_allocate.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ taxes/tax_groups.php
+ taxes/tax_types.php
+
+2008-03-16 17:34 +0000 Janusz Dobrowolski
+(141) Added include data_checks.inc
+ includes/ui.inc
+
+2008-03-16 17:33 +0000 Janusz Dobrowolski
+(140) Added including javascript source from collecting arrays; conditional display for ajax
+ includes/page/footer.inc
+ includes/page/header.inc
+
+2008-03-16 17:32 +0000 Janusz Dobrowolski
+(139) Change name get_js_num to add_js_num; extended for exrate/qty/percent formatting
+ includes/ui/ui_view.inc
+
+2008-03-16 17:30 +0000 Janusz Dobrowolski
+(138) Added js global js collecting arrays, moved check_page_security call
+ includes/session.inc
+
+2008-03-16 17:29 +0000 Janusz Dobrowolski
+(137) Added javascript source collecting functions
+ includes/main.inc
+
+2008-03-16 17:27 +0000 Janusz Dobrowolski
+(136) Added javascript add-on for unobtrusive apply handlers to html inputs
+ js/behaviour.js
+ js/inserts.js
+
+2008-03-14 20:30 +0000 Janusz Dobrowolski
+(135) All forms fixed to accept user native numeric format, some additional fixes.
+ CHANGELOG.txt
+
+2008-03-14 20:28 +0000 Janusz Dobrowolski
+(134) Added formating functions for price/percent/exrate/qty fields in user native format.
+ includes/current_user.inc
+
+2008-03-14 20:26 +0000 Janusz Dobrowolski
+(133) Added checks for numeric input in user native format.
+ includes/data_checks.inc
+
+2008-03-14 20:24 +0000 Janusz Dobrowolski
+(132) Added numeric fields in native user format.
+ includes/ui/ui_input.inc
+
+2008-03-14 20:23 +0000 Janusz Dobrowolski
+(131) Javascript function for conversions to/from user formatted numeric input fields.
+ includes/ui/ui_view.inc
+
+2008-03-14 20:21 +0000 Janusz Dobrowolski
+(130) Added amount class for right justified numeric input fields.
+ themes/cool/default.css
+ themes/default/default.css
+
+2008-03-14 20:20 +0000 Janusz Dobrowolski
+(129) Added amount class for right justified numeric input fields
+ themes/aqua/default.css
+
+2008-03-14 20:17 +0000 Janusz Dobrowolski
+(128) Fixed numeric fields to accept user native number format.
+ admin/gl_setup.php
+ gl/bank_transfer.php
+ gl/gl_budget.php
+ gl/gl_deposit.php
+ gl/gl_journal.php
+ gl/gl_payment.php
+ gl/includes/db/gl_db_banking.inc
+ gl/includes/ui/gl_deposit_ui.inc
+ gl/includes/ui/gl_journal_ui.inc
+ gl/includes/ui/gl_payment_ui.inc
+ gl/manage/exchange_rates.php
+ inventory/adjustments.php
+ inventory/cost_update.php
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ inventory/manage/item_units.php
+ inventory/prices.php
+ inventory/purchasing_data.php
+ inventory/reorder_level.php
+ inventory/transfers.php
+ manufacturing/inquiry/where_used_inquiry.php
+ manufacturing/manage/bom_edit.php
+ manufacturing/work_order_entry.php
+ purchasing/allocations/supplier_allocate.php
+ purchasing/includes/ui/po_ui.inc
+ purchasing/inquiry/po_search.php
+ purchasing/po_entry_items.php
+ purchasing/po_receive_items.php
+ purchasing/supplier_credit_grns.php
+ purchasing/supplier_invoice_grns.php
+ purchasing/supplier_payment.php
+ purchasing/supplier_trans_gl.php
+ sales/allocations/customer_allocate.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/manage/customers.php
+ sales/manage/sales_people.php
+ sales/sales_order_entry.php
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_receipt.php
+ sales/view/view_sales_order.php
+ taxes/item_tax_types.php
+ taxes/tax_groups.php
+ taxes/tax_types.php
+
+2008-03-12 15:41 +0000 Joe Hunt
+(127) Added update of Units of Measure and converting of deptor_trans records from release 1.XX
+Removed default insertion of Units of Measure. Not neccessary.
+ CHANGELOG.txt
+ admin/db/maintenance_db.inc
+ sql/alter.sql
+
+2008-03-11 23:17 +0000 Joe Hunt
+(126) MySQL 5.x.x problem fixed. Inserted default values in item_units
+ sql/alter.sql
+
+2008-03-11 21:11 +0000 Janusz Dobrowolski
+(125) Units of measure moved from config.php into item_units table,
+themes table removed from config.php, list created from dir structure.
+ CHANGELOG.txt
+
+2008-03-11 21:09 +0000 Janusz Dobrowolski
+(124) Units of measure moved from config.php into item_units table
+ applications/inventory.php
+ inventory/includes/db/items_units_db.inc
+ inventory/includes/inventory_db.inc
+ inventory/manage/item_units.php
+ inventory/manage/items.php
+ sql/alter.sql
+
+2008-03-11 21:07 +0000 Janusz Dobrowolski
+(123) Changed list of themes and list of themes acording to config.php changes
+ includes/ui/ui_lists.inc
+
+2008-03-11 21:06 +0000 Janusz Dobrowolski
+(122) Removed tables of themes and units of measure
+ config.php
+
+2008-03-11 08:54 +0000 Joe Hunt
+(121) Design fix (Date and Due Date labels)
+ CHANGELOG.txt
+ sales/customer_delivery.php
+
+2008-03-11 01:59 +0000 Joe Hunt
+(120) Small fix for alignment of date and due date label fields in customer_invoice.php
+ CHANGELOG.txt
+ sales/customer_invoice.php
+
+2008-03-10 22:48 +0000 Joe Hunt
+(119) Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
+ CHANGELOG.txt
+ sales/sales_order_entry.php
+
+2008-03-10 20:12 +0000 Janusz Dobrowolski
+(118) Fixed bug causing erroneus debtor_trans record
+ sales/customer_delivery.php
+
+2008-03-10 16:37 +0000 Janusz Dobrowolski
+(117) One another dayly fix added
+ CHANGELOG.txt
+
+2008-03-10 16:33 +0000 Janusz Dobrowolski
+(116) pmWiki name conflict removing
+ admin/display_prefs.php
+
+2008-03-10 16:02 +0000 Janusz Dobrowolski
+(115) Proper calculation of due date on template invoices fixed
+ sales/customer_invoice.php
+ sales/sales_order_entry.php
+
+2008-03-10 13:13 +0000 Janusz Dobrowolski
+(114) Obsolete do_clone() function removed.
+ includes/ui/ui_view.inc
+
+2008-03-10 13:10 +0000 Janusz Dobrowolski
+(113) Added price list selector in order entry, some smaller fixes.
+ CHANGELOG.txt
+
+2008-03-10 13:09 +0000 Janusz Dobrowolski
+(112) Some smaller and compatibility fixes - see CHANGELOG.txt
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/includes/cart_class.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+
+2008-03-10 13:04 +0000 Janusz Dobrowolski
+(111) Added price list selector
+ sales/sales_order_entry.php
+
+2008-03-10 13:03 +0000 Janusz Dobrowolski
+(110) Added optional $submit_on_change parameter to sales_type selectors
+ includes/ui/ui_lists.inc
+
+2008-03-09 16:07 +0000 Joe Hunt
+(109) Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items.
+Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances.
+clone replacement do_clone() for both PHP 4 and PHP 5.
+ CHANGELOG.txt
+ dimensions/includes/dimensions_db.inc
+ gl/includes/db/gl_db_banking.inc
+ includes/main.inc
+ includes/ui/ui_view.inc
+ inventory/includes/db/items_adjust_db.inc
+ inventory/includes/db/items_transfer_db.inc
+ manufacturing/includes/db/work_order_issues_db.inc
+ manufacturing/includes/db/work_order_produce_items_db.inc
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ purchasing/includes/db/grn_db.inc
+ purchasing/includes/db/po_db.inc
+ purchasing/includes/db/supp_payment_db.inc
+ reporting/includes/form_types.inc
+ reporting/rep101.php
+ reporting/rep105.php
+ reporting/rep201.php
+ reporting/rep302.php
+ reporting/rep303.php
+ sales/includes/cart_class.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sql/alter.sql
+
+2008-03-08 17:49 +0000 Janusz Dobrowolski
+(108) Added 'type' field into sales_orders
+ sql/alter.sql
+
+2008-03-07 21:19 +0000 Janusz Dobrowolski
+(107) Fix related to tax_included db field moving
+ purchasing/includes/ui/invoice_ui.inc
+
+2008-03-07 21:17 +0000 Janusz Dobrowolski
+(106) Final rewriting of sales module and some smaller changes.
+ CHANGELOG.txt
+
+2008-03-07 21:11 +0000 Janusz Dobrowolski
+(105) Moving tax_included to sales_types,changed coinstraint for tax type name,
+document concurrent edition ctrl, fixed index fields in manufacturing db
+ sql/alter.sql
+
+2008-03-07 21:07 +0000 Janusz Dobrowolski
+(104) Final rewriting of sales module
+ applications/customers.php
+ includes/ui/ui_input.inc
+ reporting/rep107.php
+ reporting/rep109.php
+ reporting/rep110.php
+ sales/allocations/customer_allocate.php
+ sales/allocations/customer_allocation_main.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/customer_payments.php
+ sales/includes/cart_class.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/cust_trans_details_db.inc
+ sales/includes/db/custalloc_db.inc
+ sales/includes/db/customers_db.inc
+ sales/includes/db/payment_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/db/sales_types_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/sales_ui.inc
+ sales/includes/ui/print_invoice.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sales/manage/credit_status.php
+ sales/manage/sales_types.php
+ sales/sales_order_entry.php
+ sales/view/view_credit.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_receipt.php
+ sales/view/view_sales_order.php
+
+2008-03-07 21:03 +0000 Janusz Dobrowolski
+(103) Tax included option moved from tax_group to sales_type table
+ includes/ui/ui_view.inc
+ taxes/db/tax_groups_db.inc
+ taxes/tax_calc.inc
+ taxes/tax_groups.php
+
+2008-03-07 21:01 +0000 Janusz Dobrowolski
+(102) Removed function name conflict with pmWiki help system
+ includes/lang/language.php
+
+2008-03-07 21:00 +0000 Janusz Dobrowolski
+(101) Changed name tax type uniqueness constraint to (name, rate)
+ includes/ui/ui_lists.inc
+ taxes/item_tax_types.php
+
+2008-03-06 09:46 +0000 Janusz Dobrowolski
+(98) Side changes before final sales module commit
+ CHANGELOG.txt
+
+2008-03-06 09:44 +0000 Janusz Dobrowolski
+(97) MySQL 3.xx  CAST bug fix
+ includes/db/manufacturing_db.inc
+ manufacturing/includes/db/work_order_requirements_db.inc
+ manufacturing/inquiry/where_used_inquiry.php
+
+2008-03-06 09:41 +0000 Janusz Dobrowolski
+(96) Fixed warning about nonexistent $_GET[] variable
+ dimensions/inquiry/search_dimensions.php
+
+2008-03-06 09:40 +0000 Janusz Dobrowolski
+(95) Small layout fix
+ themes/aqua/renderer.php
+ themes/cool/renderer.php
+ themes/default/renderer.php
+
+2008-03-06 09:37 +0000 Janusz Dobrowolski
+(94) Small table header fix
+ manufacturing/manage/bom_edit.php
+
+2008-03-06 09:35 +0000 Janusz Dobrowolski
+(93) Concurrent edition fix
+ includes/systypes.inc
+
+2008-03-06 09:34 +0000 Janusz Dobrowolski
+(92) Optional debugging with xdebug module enabled.
+ includes/db/connect_db.inc
+ index.php
+
+2008-03-04 15:31 +0000 Joe Hunt
+(91) Changes in average material cost from bom_edit to work_orders_db.
+ CHANGELOG.txt
+ manufacturing/includes/db/work_orders_db.inc
+ manufacturing/includes/db/work_orders_quick_db.inc
+ manufacturing/manage/bom_edit.php
+ manufacturing/work_order_entry.php
+ purchasing/includes/db/grn_db.inc
+
+2008-03-04 09:38 +0000 Joe Hunt
+(90) Changed so that average item material price is automatic updated whenever a PO Delivery is received.
+Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
+ CHANGELOG.txt
+ config.php
+ includes/page/header.inc
+ inventory/cost_update.php
+ manufacturing/manage/bom_edit.php
+ purchasing/includes/db/grn_db.inc
+
+2008-02-25 23:16 +0000 Joe Hunt
+(89) Minor bugfix
+ reporting/rep106.php
+
+2008-02-22 12:34 +0000 Joe Hunt
+(88) Minor adjustment
+ admin/view_print_transaction.php
+
+2008-02-21 15:41 +0000 Joe Hunt
+(87) Added Print for documents in /admin/view_print_transaction.php (according to our new routines)
+ CHANGELOG.txt
+ admin/view_print_transaction.php
+ applications/setup.php
+
+2008-02-20 15:37 +0000 Joe Hunt
+(86) Changed so direct printing of invoices/credit notes is funtioning.
+ reporting/includes/reporting.inc
+ reporting/rep107.php
+
+2008-02-18 09:18 +0000 Joe Hunt
+(85) Added default bank account
+ reporting/includes/reporting.inc
+
+2008-02-18 00:47 +0000 Joe Hunt
+(84) Added 2 functions in ui_input.inc, button and button_cell
+ CHANGELOG.txt
+ includes/ui/ui_input.inc
+ reporting/includes/reporting.inc
+
+2008-02-18 00:10 +0000 Joe Hunt
+(83) Optimized the file
+ reporting/includes/reporting.inc
+
+2008-02-17 15:58 +0000 Joe Hunt
+(82) Minor change in menu and function in view_print_transaction.php
+Preparing for print of single documents
+Removing 'out' field in table tax_types
+ CHANGELOG.txt
+ admin/view_print_transaction.php
+ applications/setup.php
+ reporting/includes/reporting.inc
+ sql/alter.sql
+ taxes/db/tax_types_db.inc
+ taxes/tax_types.php
+
+2008-02-11 14:56 +0000 Joe Hunt
+(81) Added file, update_db.php, for updating company databases from an SQL script.
+ CHANGELOG.txt
+ update.html
+ update_db.php
+
+2008-02-06 21:38 +0000 Joe Hunt
+(80) Minor change
+ reporting/rep106.php
+ reporting/reports_main.php
+
+2008-02-06 18:56 +0000 Janusz Dobrowolski
+(79) Sql TB_PREF corrections
+ sales/customer_credit_invoice.php
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+
+2008-02-06 18:45 +0000 Janusz Dobrowolski
+(78) SQL TB_PREF fixes
+ sales/inquiry/sales_deliveries_view.php
+
+2008-02-06 16:02 +0000 Janusz Dobrowolski
+(77) Missing TB_PREF fix.
+ sales/inquiry/customer_inquiry.php
+
+2008-02-06 15:37 +0000 Janusz Dobrowolski
+(76) Additional changes for delivery notes implementation
+ includes/systypes.inc
+ includes/types.inc
+ includes/ui/ui_controls.inc
+ includes/ui/ui_lists.inc
+ includes/ui/ui_view.inc
+ inventory/inquiry/stock_status.php
+
+2008-02-06 14:53 +0000 Joe Hunt
+(75) Added Report, Salesman Listing, rep106.php
+ CHANGELOG.txt
+ reporting/rep106.php
+ reporting/reports_main.php
+
+2008-02-06 13:37 +0000 Janusz Dobrowolski
+(74) Invoice/delivery separation and some additional fixes.
+ CHANGELOG.txt
+
+2008-02-06 13:30 +0000 Janusz Dobrowolski
+(73) Default setting for debuging changed to off.
+ config.php
+
+2008-02-06 13:19 +0000 Janusz Dobrowolski
+(72) Huge sales module changes toward delivery and invoicing separation. Includes some cleanups i reporting directory.
+ admin/db/voiding_db.inc
+ applications/customers.php
+ reporting/includes/doctext.inc
+ reporting/includes/doctext2.inc
+ reporting/includes/form_types.inc
+ reporting/includes/pdf_report.inc
+ reporting/includes/reports_classes.inc
+ reporting/rep105.php
+ reporting/rep107.php
+ reporting/rep109.php
+ reporting/rep110.php
+ reporting/rep209.php
+ reporting/reports_main.php
+ sales/customer_credit_invoice.php
+ sales/customer_delivery.php
+ sales/customer_invoice.php
+ sales/includes/cart_class.inc
+ sales/includes/db/cust_trans_db.inc
+ sales/includes/db/cust_trans_details_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_delivery_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/sales_db.inc
+ sales/includes/ui/print_invoice.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/inquiry/customer_allocation_inquiry.php
+ sales/inquiry/customer_inquiry.php
+ sales/inquiry/sales_deliveries_view.php
+ sales/inquiry/sales_orders_view.php
+ sales/sales_order_entry.php
+ sales/view/view_dispatch.php
+ sales/view/view_invoice.php
+ sales/view/view_sales_order.php
+ sql/alter.sql
+
+2008-02-06 13:07 +0000 Janusz Dobrowolski
+(71) Corected inadequate shipping tax calculations.
+ taxes/db/tax_groups_db.inc
+ taxes/tax_calc.inc
+
+2008-02-03 23:25 +0000 Joe Hunt
+(70) unstable release 2
+ sql/alter.sql
+
+2008-02-03 23:18 +0000 Joe Hunt
+(69) Unstable release 2.
+ admin/company_preferences.php
+ admin/create_coy.php
+ admin/db/company_db.inc
+ config.php
+ includes/ui/ui_input.inc
+ includes/ui/ui_lists.inc
+ purchasing/includes/db/invoice_items_db.inc
+ purchasing/includes/ui/po_ui.inc
+ purchasing/supplier_trans_gl.php
+ sales/credit_note_entry.php
+ sales/customer_credit_invoice.php
+ sales/customer_invoice.php
+ sales/includes/cart_class.inc
+ sales/includes/db/cust_trans_details_db.inc
+ sales/includes/db/sales_credit_db.inc
+ sales/includes/db/sales_invoice_db.inc
+ sales/includes/db/sales_order_db.inc
+ sales/includes/ui/sales_credit_ui.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/manage/sales_people.php
+ sales/sales_order_entry.php
+
+2008-02-03 22:48 +0000 Joe Hunt
+(68) unstable
+ CHANGELOG.txt
+
+2008-01-31 18:20 +0000 cvs2hg
+(67) fixup commit for branch 'unstable'
+