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