Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in...
[fa-stable.git] / CHANGELOG.txt
1 /**
2 * @version $Id$
3 * @package FrontAccounting
4 * @copyright (C) 2005 - 2008 FrontAccounting
5 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
6 * FrontAccounting is Free Software
7 */
8
9 1. Changelog
10 ------------
11 This is a changelog for FrontAccounting All releases.
12
13 Legend:
14
15 # -> Bug Fix
16 + -> Addition
17 ! -> Change
18 - -> Removed
19 ! -> Note
20 $ -> Affected files
21
22 04-Apr-2008 Joe Hunt
23 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
24 + Preparing for download of release 2.0b on SourceForge.
25 $ config.php
26   update.html
27   /sql/en_US-new.sql
28   /sql/en_US-demo.sql
29   
30 02-Apr-2008 Janusz Dobrowolski
31 # Removed selector expansion on space key for multi-line selectors
32 $ /js/inserts.js
33 ! Hiding search button in combo selectors for javascript enabled browsers
34 $ /includes/ui/ui_lists.inc
35   /js/inserts.js
36 + Focus set to invalid form field after submit check fail
37 $ /admin/company_preferences.php
38   /admin/fiscalyears.php
39   /admin/gl_setup.php
40   /admin/payment_terms.php
41   /admin/shipping_companies.php
42   /admin/users.php
43   /admin/void_transaction.php
44   /dimensions/dimension_entry.php
45   /gl/bank_transfer.php
46   /gl/gl_deposit.php
47   /gl/gl_journal.php
48   /gl/gl_payment.php
49   /gl/manage/bank_accounts.php
50   /gl/manage/bank_trans_types.php
51   /gl/manage/currencies.php
52   /gl/manage/exchange_rates.php
53   /gl/manage/gl_account_classes.php
54   /gl/manage/gl_account_types.php
55   /gl/manage/gl_accounts.php
56   /inventory/adjustments.php
57   /inventory/cost_update.php
58   /inventory/prices.php
59   /inventory/purchasing_data.php
60   /inventory/transfers.php
61   /inventory/manage/item_categories.php
62   /inventory/manage/item_units.php
63   /inventory/manage/items.php
64   /inventory/manage/locations.php
65   /inventory/manage/movement_types.php
66   /manufacturing/work_order_add_finished.php
67   /manufacturing/work_order_entry.php
68   /manufacturing/work_order_issue.php
69   /manufacturing/work_order_release.php
70   /manufacturing/manage/bom_edit.php
71   /manufacturing/manage/work_centres.php
72   /purchasing/po_entry_items.php
73   /purchasing/po_receive_items.php
74   /purchasing/supplier_credit.php
75   /purchasing/supplier_credit_grns.php
76   /purchasing/supplier_invoice.php
77   /purchasing/supplier_invoice_grns.php
78   /purchasing/supplier_payment.php
79   /purchasing/supplier_trans_gl.php
80   /purchasing/allocations/supplier_allocate.php
81   /purchasing/manage/suppliers.php
82   /sales/credit_note_entry.php
83   /sales/customer_credit_invoice.php
84   /sales/customer_delivery.php
85   /sales/customer_invoice.php
86   /sales/customer_payments.php
87   /sales/sales_order_entry.php
88   /sales/allocations/customer_allocate.php
89   /taxes/item_tax_types.php
90   /taxes/tax_groups.php
91   /taxes/tax_types.php
92 # Set default focus in update_db.php
93 $ /admin/backups.php
94
95 29-Mar-2008 Janusz Dobrowolski
96 # Changed gl_all_accounts_list() API
97 $ /includes/ui/ui_lists.inc
98 + Enhanced list accessability in kbd usage via space key
99 $ js/inserts.js
100
101 28-Mar-2008 Janusz Dobrowolski
102 # Fixed headers for various display mode
103 $ /sales/inquiry/sales_orders_view.php
104
105 28-Mar-2008 Joe Hunt
106 + Added print document options in inquiries.
107 $ /sales/inquiry/customer_inquiry.php
108   /sales/inquiry/sales_orders_view.php
109   /sales/inquiry/sales_deliveries_view.php
110   /purchasing/inquiry/po_search.php
111   /purchasing/inquiry/po_search_completed.php
112   
113 28-Mar-2008 Joe Hunt
114 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
115 $ /sales/includes/db/customers_db.inc
116 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
117 $ /sales/includes/db/sales_credit_db.inc
118 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
119 $ /reporting/includes/doctext.inc
120   /reporting/includes/doctext2.inc
121 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
122 $ /reporting/rep101.php
123   /reporting/rep102.php
124
125 28-Mar-2008 Janusz Dobrowolski
126 # Layout/focus fixes for no_[customer/supplier/item]_list option on
127 $  /includes/ui/ui_lists.inc
128    /purchasing/includes/ui/po_ui.inc
129    /sales/credit_note_entry.php
130    /sales/sales_order_entry.php
131    /sales/includes/ui/sales_credit_ui.inc
132    /sales/includes/ui/sales_order_ui.inc
133
134 27-Mar-2008 Janusz Dobrowolski
135 + Automatic first field focus on page start, focus order preserved between form updates
136 $  /gl/inquiry/gl_account_inquiry.php
137    /includes/page/footer.inc
138    /includes/ui/ui_controls.inc
139    /includes/ui/ui_input.inc
140    /includes/ui/ui_lists.inc
141    /includes/ui/ui_view.inc
142    /js/inserts.js
143    /sales/sales_order_entry.php
144    /sales/credit_note_entry.php
145    /sales/includes/ui/sales_credit_ui.inc
146    /sales/includes/ui/sales_order_ui.inc
147 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
148 $  /includes/ui/ui_input.inc
149 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
150 $  /gl/gl_deposit.php
151    /gl/gl_journal.php
152    /gl/gl_payment.php
153    /gl/includes/ui/gl_deposit_ui.inc
154    /gl/includes/ui/gl_journal_ui.inc
155    /gl/includes/ui/gl_payment_ui.inc
156    /includes/ui/ui_view.inc
157    /purchasing/po_entry_items.php
158    /purchasing/includes/ui/po_ui.inc
159    /sales/sales_order_entry.php
160    /sales/includes/ui/sales_credit_ui.inc
161    /sales/includes/ui/sales_order_ui.inc
162    /js/inserts.js
163 ! get_js_set_focus moved from ui_view (this is only standalone form).
164    /update_db.php
165 # Fixed debit/credit entry check 
166 $  /gl/gl_journal.php
167 # Restored GET/POST security check on path_to_root
168 $  /config.php
169
170 26-Mar-2008 Janusz Dobrowolski
171 # Bug fixes in purchase module related to tax structure changes.
172 $  /purchasing/includes/supp_trans_class.inc
173    /purchasing/includes/db/invoice_db.inc
174    /purchasing/includes/db/invoice_items_db.inc
175    /purchasing/includes/ui/invoice_ui.inc
176    /reporting/rep105.php
177
178 25-Mar-2008 Janusz Dobrowolski
179 ! Per company pdf, backup and graphics directories in 'company' dir.
180 $  /company (new dir)
181    /company/0 (new dir)
182    /company/0/images/ (new dir)
183    /company/0/images/102.jpg    (moved from inventory/manage/image)
184    /company/0/images/103.jpg    (moved from inventory/manage/image)
185    /company/0/images/104.jpg    (moved from inventory/manage/image)
186    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
187    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
188    /admin/backups.php
189    /admin/create_coy.php
190    /admin/db/maintenance_db.inc
191    /install/index.php
192    /reporting/rep102.php
193    /reporting/rep104.php
194    /reporting/rep202.php
195    /reporting/rep303.php
196    /reporting/rep706.php
197    /reporting/rep707.php
198    /reporting/includes/pdf_report.inc
199    /inventory/manage/items.php
200
201 + jscript component caching (enables browser caching and future compression)
202 $  /includes/session.inc
203    /includes/main.inc
204    /includes/page/header.inc
205    /includes/ui/ui_view.inc
206    /admin/display_prefs.php
207    /config.php
208
209 - Removed obsolete file
210 $  /sales/includes/ui/print_invoice.inc
211
212 21-Mar-2008 Janusz Dobrowolski
213 ! Total Allocation/Left to Allocate update without page submit.
214 $  /includes/ui/ui_view.inc
215    /purchasing/allocations/supplier_allocate.php
216    /sales/allocations/customer_allocate.php
217 # Fixed unvisable under IE editbutton
218 $  /themes/aqua/default.css
219    /themes/cool/default.css
220    /themes/default/default.css
221
222 20-Mar-2008 Janusz Dobrowolski
223 # Excluding delivery notes from Customer Balances, removed warnings. 
224 $  /reporting/rep101.php 
225 # Divide by zero fix on order_price==0 in new supplier invoice
226 $  /purchasing/supplier_invoice_grns.php
227 # Database bug fix in new customer entry
228 $  /sales/manage/customers.php
229 # Small bug fix (warnings) in is_date() function.
230 $  /includes/date_functions.inc
231
232 18-Mar-2008 Janusz Dobrowolski
233 # Line items editor uses POST method - no disappearing shippment info.
234 $  /sales/credit_note_entry.php
235    /sales/sales_order_entry.php
236    /sales/includes/ui/sales_credit_ui.inc
237    /sales/includes/ui/sales_order_ui.inc
238 + Added edit_button_cell() function
239 $  /includes/ui/ui_controls.inc
240 + Helper function for finding indexed submit $_POST vars.
241 $  /includes/ui/ui_input.inc
242 + New class .editbutton for buttons. Default view is link alike.
243 $  /themes/aqua/default.css
244    /themes/cool/default.css
245    /themes/default/default.css
246
247 17-Mar-2008 Janusz Dobrowolski
248 # Added rounding when needed to avoid document non cosistent documents.
249 $  /includes/banking.inc
250    /purchasing/supplier_credit_grns.php
251    /purchasing/supplier_invoice_grns.php
252    /purchasing/includes/supp_trans_class.inc
253    /purchasing/includes/ui/invoice_ui.inc
254    /purchasing/includes/ui/po_ui.inc
255    /reporting/rep107.php
256    /reporting/rep109.php
257    /reporting/rep110.php
258    /reporting/rep209.php
259    /sales/includes/cart_class.inc
260    /sales/includes/ui/sales_credit_ui.inc
261    /sales/includes/ui/sales_order_ui.inc
262    /sales/view/view_credit.php
263    /sales/view/view_dispatch.php
264    /sales/view/view_invoice.php
265    /sales/view/view_sales_order.php
266    /taxes/tax_calc.inc
267 # Sign bug for customer transactions
268 $  /reporting/rep709.php
269 # Include file conflict fix
270 $ /purchasing/includes/ui/invoice_ui.inc
271   /gl/manage/bank_accounts.php
272   /manufacturing/inquiry/where_used_inquiry.php
273   /purchasing/manage/suppliers.php
274   
275 16-Mar-2008 Janusz Dobrowolski
276 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
277 $  /js/behaviour.js
278    /js/inserts.js
279 + Added javascript source collecting functions
280 $  /includes/main.inc
281 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
282 + Added global js code collecting arrays  $js_lib, $js_static
283 $  /includes/session.inc
284 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
285 $  /includes/ui/ui_view.inc
286 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
287 $  /includes/page/footer.inc
288    /includes/page/header.inc
289 ! Added including of data_checks.inc
290 $  /includes/ui.inc
291 + User side percent/exrate/qty/price input formatting via onblur handler.
292 $  /admin/gl_setup.php
293    /gl/gl_budget.php
294    /gl/manage/exchange_rates.php
295    /includes/ui/ui_input.inc
296    /inventory/purchasing_data.php
297    /inventory/reorder_level.php
298    /inventory/includes/item_adjustments_ui.inc
299    /inventory/includes/stock_transfers_ui.inc
300    /manufacturing/work_order_entry.php
301    /manufacturing/manage/bom_edit.php
302    /purchasing/po_entry_items.php
303    /purchasing/po_receive_items.php
304    /purchasing/supplier_credit.php
305    /purchasing/supplier_credit_grns.php
306    /purchasing/supplier_invoice_grns.php
307    /purchasing/supplier_trans_gl.php
308    /purchasing/allocations/supplier_allocate.php
309    /purchasing/includes/ui/po_ui.inc
310    /sales/customer_delivery.php
311    /sales/customer_invoice.php
312    /sales/allocations/customer_allocate.php
313    /sales/includes/ui/sales_credit_ui.inc
314    /sales/includes/ui/sales_order_ui.inc
315    /taxes/tax_groups.php
316    /taxes/tax_types.php
317
318 14-Mar-2008 Janusz Dobrowolski
319  + All forms fixed to accept user native numeric format.
320  $ /admin/gl_setup.php
321    /gl/bank_transfer.php
322    /gl/gl_budget.php
323    /gl/gl_deposit.php
324    /gl/gl_journal.php
325    /gl/gl_payment.php
326    /gl/includes/db/gl_db_banking.inc
327    /gl/includes/ui/gl_deposit_ui.inc
328    /gl/includes/ui/gl_journal_ui.inc
329    /gl/includes/ui/gl_payment_ui.inc
330    /gl/manage/exchange_rates.php
331    /inventory/adjustments.php
332    /inventory/cost_update.php
333    /inventory/prices.php
334    /inventory/purchasing_data.php
335    /inventory/reorder_level.php
336    /inventory/transfers.php
337    /inventory/includes/item_adjustments_ui.inc
338    /inventory/includes/stock_transfers_ui.inc
339    /inventory/manage/item_units.php
340    /manufacturing/work_order_entry.php
341    /manufacturing/inquiry/where_used_inquiry.php
342    /manufacturing/manage/bom_edit.php
343    /purchasing/po_entry_items.php
344    /purchasing/po_receive_items.php
345    /purchasing/supplier_credit_grns.php
346    /purchasing/supplier_invoice_grns.php
347    /purchasing/supplier_payment.php
348    /purchasing/supplier_trans_gl.php
349    /purchasing/allocations/supplier_allocate.php
350    /purchasing/includes/ui/po_ui.inc
351    /purchasing/inquiry/po_search.php
352    /sales/credit_note_entry.php
353    /sales/customer_credit_invoice.php
354    /sales/customer_delivery.php
355    /sales/customer_invoice.php
356    /sales/customer_payments.php
357    /sales/sales_order_entry.php
358    /sales/allocations/customer_allocate.php
359    /sales/includes/ui/sales_credit_ui.inc
360    /sales/includes/ui/sales_order_ui.inc
361    /sales/manage/customers.php
362    /sales/manage/sales_people.php
363    /sales/view/view_credit.php
364    /sales/view/view_dispatch.php
365    /sales/view/view_invoice.php
366    /sales/view/view_receipt.php
367    /sales/view/view_sales_order.php
368    /taxes/item_tax_types.php
369    /taxes/tax_groups.php
370    /taxes/tax_types.php
371  + User format functions for percent/price/exrate amounts display.
372  $ /includes/current_user.inc
373  + Input checking functions for numeric input fields in user native format
374  $ /includes/data_checks.inc
375  + Numeric input fields in user native format
376  $ /includes/ui/ui_input.inc
377  + Javascript function for conversion to/from user native numeric format.
378  $ /includes/ui/ui_view.inc
379  + New class amount for numeric input
380  $ /themes/aqua/default.css
381    /themes/cool/default.css
382    /themes/default/default.css
383  # Removed warning on adding component
384    /manufacturing/manage/bom_edit.php
385  # Quantity display correction
386    /manufacturing/inquiry/where_used_inquiry.php
387  # Fixed add_customer_trans() call
388    /gl/includes/db/gl_db_banking.inc
389
390 12-Mar-2008 Joe Hung
391  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
392  - Removed default insertion of Units of Measure. Not neccessary.
393  $ /sql/alter.sql
394    /admin/db/maintenance_db.inc (added support for update)
395
396 11-Mar-2008 Janusz Dobrowolski
397  + Table of measure moved into new table item_units
398  ! Removed $themes[] from config.php, theme list based on directory structure
399  $ /config.php
400    /includes/ui/ui_lists.inc
401    /applications/inventory.php
402    /inventory/includes/inventory_db.inc
403    /inventory/includes/db/items_units_db.inc
404    /inventory/manage/item_units.php
405    /inventory/manage/items.php
406    /sql/alter.sql
407
408 11-Mar-2008 Joe Hunt
409  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
410  $ /sales/customer_invoice.php
411    /sales/customer_delivery.php
412  
413 10-Mar-2008 Joe Hunt
414  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
415  $ /sales/sales_order_entry.php
416  
417 10-Mar-2008 Janusz Dobrowolski
418  + Added price list selector to sales entry (debtor_master gives only default one)
419  + Added optional submit_on_change parameter to sales ui lists
420  $ /includes/ui/ui_lists.inc
421    /sales/sales_order_entry.php
422    /sales/includes/ui/sales_credit_ui.inc
423    /sales/includes/ui/sales_order_ui.inc
424  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
425  $ /sales/includes/cart_class.inc
426    /includes/ui/ui_view.inc
427    /sales/includes/sales_db.inc
428  # Fixed bogus sales_type lists in edition mode
429  $ /sales/customer_delivery.php
430    /sales/customer_invoice.php
431  # Smaller fixes, cart_class.sales_type name change
432  $ /sales/includes/ui/sales_credit_db.inc
433    /sales/credit_note_entry.php
434    /sales/customer_credit_invoice.php
435    /sales/includes/cart_class.inc
436    /sales/includes/db/sales_credit_db.inc
437    /sales/includes/db/sales_delivery_db.inc
438    /sales/includes/db/sales_invoice_db.inc
439    /sales/includes/db/sales_order_db.inc
440    /sales/includes/ui/sales_credit_ui.inc
441  # One another pmWiki name conflict removed
442  $ /admin/display_prefs.php
443  
444 09-Mar-2008 Joe Hunt
445  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
446  $ /dimensions/includes/dimensions_db.inc
447    /gl/includes/db/gl_db_banking.inc
448    /includes/main.inc
449    /inventory/includes/db/items_adjust_db.inc
450    /manufacturing/includes/db/work_order_issues_db.inc
451    /manufacturing/includes/db/work_order_produce_items_db.inc
452    /manufacturing/includes/db/work_orders_db.inc
453    /manufacturing/includes/db/work_orders_quick_db.inc
454    /purchasing/includes/db/grn_db.inc
455    /purchasing/includes/db/po_db.inc
456    /purchasing/includes/db/supp_payment_db.inc
457    /reporting/includes/form_types.inc (File removed)
458    /sales/includes/db/sales_delivery_db.inc
459    /sales/includes/db/sales_invoice_db.inc
460    /sales/includes/db/sales_order_db.inc
461    /sql/alter.sql
462  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
463  $ /reporting/rep101.php
464    /reporting/rep201.php
465  # clone replacement do_clone() for both PHP 4 and PHP 5.
466  $ /includes/ui/ui_view.inc (at the very bottom)
467    /sales/includes/cart_class.inc
468    
469 07-Mar-2008 Janusz Dobrowolski
470  ! Changed name tax type uniqueness constraint to (name, rate)
471  $ /includes/ui/ui_lists.inc
472    /taxes/items_tax_types.php
473  ! Tax included option moved from tax_group to sales_types table
474  $ includes/ui/ui_view.inc
475    /purchasing/includes/ui/invoice_ui.inc
476    /taxes/tax_calc.inc
477    /taxes/tax_groups.php
478    /taxes/db/tax_groups_db.inc
479    /sql/alter.sql
480  # Final rewriting of sales module, a lot of bugfixes.
481  + Template delivery/invoicing
482  + Concurrent document editing control on sql level
483  + Most of sales documents are now editable
484  + Some links to print documents after entry
485  ! Changed javascript helper function for customer allocations
486  $ /applications/customers.php
487    /includes/ui/ui_input.inc
488    /reporting/rep107.php
489    /reporting/rep109.php
490    /reporting/rep110.php
491    /sales/credit_note_entry.php
492    /sales/customer_credit_invoice.php
493    /sales/customer_delivery.php
494    /sales/customer_invoice.php
495    /sales/customer_payments.php
496    /sales/sales_order_entry.php
497    /sales/allocations/customer_allocate.php
498    /sales/allocations/customer_allocation_main.php
499    /sales/includes/cart_class.inc
500    /sales/includes/sales_db.inc
501    /sales/includes/sales_ui.inc
502    /sales/includes/db/cust_trans_db.inc
503    /sales/includes/db/cust_trans_details_db.inc
504    /sales/includes/db/custalloc_db.inc
505    /sales/includes/db/customers_db.inc
506    /sales/includes/db/payment_db.inc
507    /sales/includes/db/sales_credit_db.inc
508    /sales/includes/db/sales_delivery_db.inc
509    /sales/includes/db/sales_invoice_db.inc
510    /sales/includes/db/sales_order_db.inc
511    /sales/includes/db/sales_types_db.inc
512    /sales/includes/ui/print_invoice.inc
513    /sales/includes/ui/sales_credit_ui.inc
514    /sales/includes/ui/sales_order_ui.inc
515    /sales/inquiry/customer_allocation_inquiry.php
516    /sales/inquiry/customer_inquiry.php
517    /sales/inquiry/sales_deliveries_view.php
518    /sales/inquiry/sales_orders_view.php
519    /sales/manage/credit_status.php
520    /sales/manage/sales_types.php
521    /sales/view/view_credit.php
522    /sales/view/view_dispatch.php
523    /sales/view/view_invoice.php
524    /sales/view/view_receipt.php
525    /sales/view/view_sales_order.php
526 # Removed function name conflict with wiki help system
527    /includes/lang/language.php
528    
529 06-Mar-2008 Janusz Dobrowolski
530  + Wiki help links integration
531  $ /config.php
532    /includes/page/header.inc
533    /includes/lang/language.php
534  + Optional debuging with xdebug module
535  $ /index.php
536    /includes/db/connect_db.inc
537  ! Concurrent edition fix
538  $  /includes/systypes.inc
539  # Table header fix
540  $  /manufacturing/manage/bom_edit.php
541  # Menu layout fixes
542  $ /themes/aqua/renderer.php
543    /themes/cool/renderer.php
544    /themes/default/renderer.php
545  # Removed warning about nonexistent $_GET variable
546  $ /dimensions/inquiry/search_dimensions.php
547  # MySQL 3.xx CAST bug fix
548  $ /includes/db/manufacturing_db.inc
549    /manufacturing/includes/db/work_order_requirements_db.inc
550    /manufacturing/inquiry/where_used_inquiry.php
551
552 04-Mar-2008 Joe Hunt
553  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
554    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
555  $ /inventory/cost_update.php
556    /purchasing/includes/db/grn_db.inc and
557    /manufacturing/manage/bom_edit.php. 
558    /manufacturing/includes/db/work_orders_db.inc
559    /manufacturing/includes/db/work_orders_quick_db.inc
560    /manufacturing/work_order_entry.php
561   
562 21-Feb-2008 Joe Hunt
563  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
564  $ /admin/view_print_transaction.php
565    /applications/setup.php
566   
567 17-Feb-2008 Joe Hunt
568  ! Minor change in menu and function in view_print_transaction.php
569  $ /admin/view_print_transaction.php
570    /application/setup.php
571  + Preparing for print of single documents
572  $ /reporting/includes/reporting.inc
573  ! Removing 'out' field in table tax_types
574  $ /sql/alter.sql
575    /taxes/tax_types.php
576    /taxes/db/tax_types_db.inc
577  + Added 2 functions in ui_input.inc, button and button_cell
578    /includes/ui/ui_input.inc
579
580 11-Feb-2008 Joe Hunt
581  + Added file, update_db.php, for updating company databases from an SQL script.
582  $ update_db.php (New file)
583    update.html
584   
585 06-Fef-2008 Joe Hunt
586  + Added Report, Salesman Listing, rep106.php. 
587  $ /reporting/reports_main.php
588    /reporting/rep106.php
589   
590 06-Feb-2008 Janusz Dobrowolski
591  + Separation of customer invoice issue and goods delivery.
592  + Batch invoicing for more than one delivery
593  # Corrected inadequate shipping tax calculations.
594  ! Default debugging status changed to off.
595  $ /taxes/tax_calc.inc
596    /taxes/db/tax_groups_db.inc
597    /admin/db/voiding_db.inc
598    /applications/customers.php
599    /includes/systypes.inc
600    /includes/types.inc
601    /includes/ui/ui_controls.inc
602    /includes/ui/ui_lists.inc
603    /includes/ui/ui_view.inc
604    /inventory/inquiry/stock_status.php
605    /reporting/rep105.php
606    /reporting/rep107.php
607    /reporting/rep109.php
608    /reporting/rep110.php 
609    /reporting/rep209.php
610    /reporting/reports_main.php
611    /reporting/includes/doctext.inc
612    /reporting/includes/doctext2.inc
613    /reporting/includes/form_types.inc
614    /reporting/includes/pdf_report.inc
615    /reporting/includes/reports_classes.inc
616    /sales/customer_credit_invoice.php
617    /sales/customer_invoice.php
618    /sales/sales_order_entry.php
619    /sales/customer_delivery.php 
620    /sales/includes/db/sales_delivery_db.inc 
621    /sales/includes/ui/print_invoice.inc 
622    /sales/includes/cart_class.inc
623    /sales/includes/sales_db.inc
624    /sales/includes/db/cust_trans_db.inc
625    /sales/includes/db/cust_trans_details_db.inc
626    /sales/includes/db/sales_credit_db.inc
627    /sales/includes/db/sales_invoice_db.inc
628    /sales/includes/db/sales_order_db.inc
629    /sales/includes/ui/sales_order_ui.inc
630    /sales/inquiry/customer_allocation_inquiry.php
631    /sales/inquiry/customer_inquiry.php
632    /sales/inquiry/sales_orders_view.php
633    /sales/inquiry/sales_deliveries_view.php 
634    /sales/view/view_dispatch.php
635    /sales/view/view_invoice.php
636    /sales/view/view_sales_order.php
637    /sql/alter.sql
638    config.php
639   
640 01-Feb-2008 Joe Hunt
641  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
642  $ /sales/includes/cart_class.inc
643    /sales/includes/db/sales_credit_db.inc
644    /sales/includes/db/sales_invoice_db.inc
645    /sales/includes/db/sales_order_db.inc
646    /sales/includes/db/cust_trans_details_db.inc
647    /sales/includes/ui/sales_order_ui.inc
648    /sales/includes/ui/sales_credit_ui.inc
649    /sales/credit_note_entry.php
650    /sales/customer_credit_invoice.php
651    /sales/sales_order_entry.php
652    /sales/customer_invoice.php
653
654 31-Jan-2008 Joe Hunt
655  ! New Release 2.0 Pre Alpha
656  $ config.php
657  # Fixed a release 2 related bug in create_coy.php
658  $ /admin/create_coy.php
659  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
660    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
661    with these databases changes without any new files. They are coming as soon as possible.
662  $ /sql/alter.sql (New file)  
663  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
664    and 2 related files
665  $ /purchasing/supplier_trans_gl.php
666    /purchasing/includes/db/invoice_items_db.inc
667  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
668  $ /includes/ui/ui_lists.inc
669    /purchasing/includes/ui/po_ui.inc
670    /sales/includes/ui/sales_order_ui.inc
671    /admin/company_preferences.php
672    /admin/db/company_db.inc
673    config.php
674  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
675    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
676  $ /sales/manage/sales_people.php
677    /includes/ui/ui_input.inc
678  
679 -------------------- 2,0 Pre Alpha - above ----------------------------
680 31-Jan-2008 Janusz Dobrowolski
681  # Minor bugfix in db_import()
682  $ /admin/db/maintenance_db.inc
683  
684 30-Jan-2008 Janusz Dobrowolski
685  # Minor display fix in tax_types.php
686  $ /taxes/tax_types.php
687  ! Format cleanup on some files.
688  $ /gl/includes/gl_db.inc
689    /gl/includes/gl_ui.inc
690    /applications/application.php
691    frontaccounting.php
692    index.php
693    
694 -------------------- 1.16 Stable Released ----------------------
695 28-Jan-2008 Joe Hunt
696  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
697    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
698    and $no_supplier_list. Default is the normal behavior for all listboxes.
699  $ /includes/ui/ui_lists.inc
700    /sales/includes/ui/sales_orders_ui.inc
701    /purchases/includes/ui/po_ui.inc
702    /themes/default/images/locate.png (New file)
703    config.php
704
705  + Added ALTER TABLE possibility in db_import. For future releases.
706  $ /admin/db/maintenence_db.inc  
707
708  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
709  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
710  $ /includes/db/connect_db.inc
711    /includes/ui/ui_lists.inc
712    /includes/page/header.inc
713    /access/login.php
714    
715 16-Jan-2008 Joe Hunt
716  # When login screen is displayed after session timeout page content is broken. It
717    is because of NOT using absolute paths in href attribute theme elements.
718  $ /access/login.php
719  
720 30-Dec-2007 Joe Hunt
721  # Minor adjustments in function db_export on line 325
722  $ /admin/db/maintenance_db.inc
723  
724 29-Dec-2007 Joe Hunt
725  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
726  $ config.php
727  
728  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
729    Also fixed a unneccessary str_replace when importing sql scripts.
730  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
731  $ /admin/db/maintenance_db.inc
732    /reporting/includes/pdf_report.inc
733    
734 13-Dec-2007 Joe Hunt
735  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
736  $ /gl/inquiry/gl_trial_balance.php
737    /gl/inquiry/gl_account_inquiry.php
738
739 13-Dec-2007 Joe Hunt
740  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
741  $ /admin/db/voiding_db.inc
742  
743 06-Dec-2007 Joe Hunt
744  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
745  $ /gl/gl_payment.php
746    /gl/includes/ui/gl_payment_ui.inc
747    
748  ! Changed $loc_notification to be set to 0 instead of 1.
749  $ config.php
750  
751 -------------------- 1.15 Stable Released ----------------------
752 05-Dec-2007 Joe Hunt
753  + Added email notification to stock location when available stock is below reorder level
754  $ config.php
755    /sales/includes/db/sales_order_db.inc
756    
757  # Fixed bugs in Open balances when account is not a balance account
758  $ /gl/inquiry/gl_trial_balance.php
759    /gl/inquiry/gl_account_inquiry.php
760    /reporting/rep704.php
761    /reporting/rep708.php
762    
763 -------------------- 1.14 Stable Released ----------------------
764 01-Oct-2007 Joe Hunt
765  ! Major change in the installation of modules to also accept an SQL-file for upload.
766  $ config.php
767    /admin/inst_module.php
768    /admin/db/maintenance_db.inc
769    
770 30-Sep-2007 Joe Hunt
771  # The following files were still vulnerable. Fixed
772  $ /access/login.php
773    /includes/lang/language.php
774
775 -------------------- 1.13 Stable Released ----------------------
776 14-Sep-2007 Joe Hunt
777  + Added optional link for electronic payment on invoices (PayPal). 
778  ! Better support for install/update languages.  
779  ! Minor adjustments
780  # Fixed a vulnerable item in config.php
781  $ config.php
782
783 14-Sep-2007 Joe Hunt
784  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
785  # config.php has been vulnerable. Fixed.
786  $ /admin/inst_lang.php
787  $ config.php
788  
789 10-Sep-2007 Joe Hunt
790  ! Changed Bank Address field from text to textarea (multirows)
791  $ /gl/manage/bank_accounts.php
792  
793 06-Sep-2007 Joe Hunt
794  + Added optional link for electronic payment on invoices (PayPal)
795  $ /reporting/reports_main.php
796    /reporting/rep107.php
797    /reporting/includes/report_classes.inc
798    /reporting/includes/pdf_report.inc
799    /reporting/includes/doc_text.inc
800    /reporting/includes/doc_text2.inc
801    
802 23-Aug-2007 Joe Hunt
803  # Unnecessary parameter ($db) in check_for_recursive_bom
804  $ /manufacturing/manage/bom_edit.php
805  
806 21-Aug-2007 Joe Hunt
807  # Bug in /includes/lang/gettext.php (249) affecting changing language!
808  $ /includes/lang/gettext.php
809  
810 08-Aug-2007 Joe Hunt
811  # Minor adjustments
812  $ config.php
813    /access/login.php
814    /admin/create_coy.php
815    /reporting/includes/pdf_report.inc
816    
817 04-Aug-2007 Joe Hunt
818  + Added a default fiscal year in the en_US-new.sql and start references.
819  $ /sql/en_US-new.sql
820  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
821  $ /lang/en_US/LC_MESSAGES/en_US.mo
822  
823 03-Aug-2007 Joe Hunt
824  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
825  $ /sales/includes/db/sales_order_db.inc
826  
827 23-Jul-2007 Joe Hunt
828  # Changed <? in front of 2 files to <?php.
829  $ /purchasing/includes/purchasing_ui.inc
830    /reporting/includes/class.mail.inc
831    
832 -------------------- 1.12 Stable Released ----------------------
833 21-Jul-2007 Joe Hunt
834  + Added option to handle Jalali and Islamic Calendars
835  ! Minor adjustments
836  $ config.php
837    /gl/includes/db/gl_db_trans.inc
838    /includes/date_functions.inc
839    /includes/ui/ui_input.inc
840    /includes/ui/ui_lists.inc
841    /includes/ui/ui_view.inc
842    /purchasing/po_receive_items.php
843    /purchasing/includes/ui/invoice_ui.inc
844    /purchasing/includes/ui/po_ui.inc
845    /reporting/rep705.php
846    /sales/includes/db/sales_order_db.inc
847    /sales/includes/ui/sales_order_ui.inc
848    
849 20-Jul-2007 Joe Hunt
850  ! Changed parameters on report Sales Order. Option to print as Quote.
851  $ /reporting/reports_main.php
852    /reporting/rep109.php
853    /reporting/includes/pdf_report.inc
854    /reporting/includes/doctext.inc
855    /reporting/includes/doctext2.inc
856  
857 19-Jul-2007 Joe Hunt
858  + Added Budget Entry in General Ledger. Includes Dimensions.
859  $ config.php
860    /applications/generalledger.php
861    /gl/gl_budget.php (New File!)
862    /gl/includes/db/gl_db_trans.inc
863    /includes/date_functions.inc
864    /reporting/report_classes.inc
865    
866 -------------------- 1.11 Stable Released ----------------------
867 04-Jul-2007 Joe Hunt
868  ! Option for using alpha numeric chart of accounts.
869  $ config.php
870    /gl/manage/gl_accounts.php
871    /gl/includes/db/gl_db_accounts.inc
872    /gl/includes/db/gl_db_bank_trans.inc
873    /gl/includes/db/gl_db_trans.inc
874    /gl/inquiry/gl_trial_balance.inc
875    /admin/db/company_db.inc
876    /inventory/includes/db/items_db.inc
877    /sales/manage/customer_branches.inc
878
879 04-Jul-2007 Joe Hunt
880  # Problems retrieving language texts for poEdit in long javascripts
881  $ /includes/ui/ui_view.inc
882  
883 04-May-2007 Joe Hunt
884  # Database error when updating more than one item row in Sales Orders.
885  $ /sales/includes/db/sales_order_db.inc
886  # Database error when inserting work order issues. Fixed.
887  $ /manufacturing/includes/db/work_order_issues_db.inc
888  
889 03-May-2007 Joe Hunt
890  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
891  $ /includes/db/manufacturing_db.inc
892    /manufacturing/includes/db/work_order_requirements_db.inc
893
894 02-May-2007 Joe Hunt
895  # Missing details on Purchase Order when emailing and printing
896  $ /reporting/rep209.php
897  
898 -------------------- 1.1 Stable Released ----------------------
899 02-May-2007 Joe Hunt
900  + Enabled module addons and all the below bugfixes. No changes in database structure.
901  - Removed /sql/basic.sql (included in the other sql files)
902  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
903    (not needed anymore).
904  + Addition of update.html  
905  $ /admin/inst_module.php (New file!)
906    /applications/customers.php
907    /applications/dimensions.php
908    /applications/generalledger.php
909    /applications/inventory.php
910    /applications/manufacturing.php
911    /applications/setup.php
912    /applications/suppliers.php
913    /install/index.php
914    /install/save.php
915    /modules/inst_modules.php (New folder and new file!)
916    /modules/index.php (New file!)
917    /sql/en_US-demo.sql
918    /sql/en_US-new.sql
919    install.html
920    update.html (New file!)
921    
922 01-May-2007 Joe Hunt
923  # Missing measure of units when printing sales orders
924  # Update of Sales People caused a database error
925  $ /sales/manage/sales_people.php
926    /reporting/rep109.php
927  
928 30-Apr-2007 Joe Hunt
929  + The selected menu tab is now shown with same background as hover color.
930  $ config.php (default tab line 77. Change if you want)
931    /includes/page/header.inc
932    
933 28-Apr-2007 Joe Hunt
934  # When saving work order entries a lot of debug boxes appeared. Fixed
935  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
936  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
937  $ /includes/db/manufacturing_db.inc
938    /manufacturing/work_order_entry.php
939    /manufacturing/includes/work_order_issue_ui.inc
940    /manufacturing/includes/db/work_order_requirements_db.inc
941    /manufacturing/includes/db/work_orders_quick_db.inc
942    /manufacturing/inquiry/where_used_inquiry.php
943    
944 25-Apr-2007 Joe Hunt
945  # Missing Date Picker
946  $ /sales/customer_invoice.php
947  # No JS popup window
948  $ /sales/view/view_invoice.php
949  
950 24-Apr-2007 Joe Hunt
951  ! New and better Date Picker, better cool theme.
952  $ /includes/ui/ui_input.inc
953    /includes/ui/ui_view.inc
954    /reporting/includes/reports_classes.inc
955    /themes/cool/default.css
956
957 -------------------- 1.0.1 Stable Released ----------------------
958 23-Apr-2007 Joe Hunt
959  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
960    the changes for selection lists customers/suppliers and the Audit Trail.
961
962 22-Apr-2007 Joe Hunt
963  ! Changed the two selection lists for customers/suppliers in reports to a single one with
964    No Filter
965  ! Changed the sort order in these selection lists from id to name.
966  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
967  $ /reporting/reports_main.php
968    /reporting/rep101.php
969    /reporting/rep102.php
970    /reporting/rep201.php
971    /reporting/rep202.php
972    /reporting/rep203.php
973    /reporting/rep204.php
974    /reporting/includes/reports_classes.inc
975    /includes/ui/ui_lists.inc
976    /gl/includes/db/gl_db_trans.inc
977    config.php
978    
979 22-Apr-2007 Joe Hunt
980  + Date Picker for all date fields.
981  $ config.php
982    /admin/fiscalyears.php
983    /admin/void_transaction.php
984    /includes/ui/ui_view.inc
985    /includes/ui/ui_input.inc
986    /dimensions/dimension_entry.php
987    /dimensions/inquiry/search_dimensions.php
988    /gl/gl_journal.php
989    /gl/gl_deposit.php
990    /gl/gl_payment.php
991    /gl/bank_transfer.php
992    /gl/inquiry/bank_inquiry.php
993    /gl/inquiry/gl_account_inquiry.php
994    /gl/inquiry/gl_trial_balance.php
995    /gl/manage/exchange_rates.php
996    /inventory/adjustments.php
997    /inventory/transfers.php
998    /inventory/inquiry/stock_movements.php
999    /inventory/manage/items.php
1000    /manufacturing/work_order_add_finished.php
1001    /manufacturing/work_order_entry.php
1002    /manufacturing/work_order_issue.php
1003    /manufacturing/work_order_release.php
1004    /purchasing/supplier_payment.php
1005    /purchasing/po_entry_items.php
1006    /purchasing/po_receive_items.php
1007    /purchasing/supplier_credit.php
1008    /purchasing/supplier_credit_grns.php
1009    /purchasing/supplier_invoice.php
1010    /purchasing/supplier_invoice_grns.php
1011    /purchasing/supplier_trans_gl.php
1012    /purchasing/includes/ui/po_ui.inc
1013    /purchasing/inquity/po_search.php
1014    /purchasing/inquiry/po_search_completed.php
1015    /purchasing/inquiry/supplier_allocation_inquiry.php
1016    /purchasing/inquiry/supplier_inquiry.php
1017    /reporting/reports_main.php
1018    /reporting/includes/reports_classes.inc
1019    /sales/credit_note_entry.php
1020    /sales/customer_credit_invoice.php
1021    /sales/customer_payments.php
1022    /sales/sales_order_entry.php
1023    /sales/includes/ui/sales_order_ui.inc
1024    /sales/inquiry/customer_allocation_inquiry.php
1025    /sales/inquiry/customer_inquiry.php
1026    /sales/inquiry/sales_orders_view.php
1027    New image files:
1028    /themes/default/images/cal.gif
1029    /themes/default/images/next.gif
1030    /themes/default/images/prev.gif
1031
1032 19-Apr-2007 Joe Hunt
1033  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
1034  # Bug no 1703891, Reserved MySQL words used as column names, fixed
1035  $ /taxes/db/tax_types_db.inc
1036
1037  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
1038  $ /gl/manage/gl_accounts.php
1039    /gl/includes/db/gl_db_accounts.inc
1040    /includes/ui/ui_input.inc
1041
1042 18-Apr-2007 Joe Hunt
1043  # Bug no 1702594, Logon Loop, fixed
1044  $ config.php
1045
1046 -------------------- 1.0a Stable Released ----------------------
1047 10-Apr-2007 Joe Hunt
1048  ! Release 1.0a established on SourceForge, fixing the bugs.
1049
1050 11-Apr-2007 Joe Hunt
1051  # Bug No 1698214, Creating Items, fixed
1052  $ /includes/ui/ui_lists.inc
1053  # Bug no 1698216, Item Movements, fixed
1054  $ /inventory/manage/items.php
1055
1056 -------------------- 1.0 Stable Released ----------------------
1057 10-Apr-2007 Joe Hunt
1058  ! Release 1.0 established on SourceForge.
1059
1060 2. Copyright and disclaimer
1061 ---------------------------
1062 This application is opensource software released under the GPL.  Please
1063 see source code and the LICENSE file