f8f04abaf7d500d8890f743d23cac3db53676f83
[fa-stable.git] / CHANGELOG.txt
1 /**
2 * @version $Id$
3 * @package FrontAccounting
4 * @copyright (C) 2005 - 2007 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 10-Mar-2008 Janusz Dobrowolski
23  + Added price list selector to sales entry (debtor_master gives only default one)
24  + Added optional submit_on_change parameter to sales ui lists
25  $ /includes/ui/ui_lists.inc
26    /sales/sales_order_entry.php
27    /sales/includes/ui/sales_credit_ui.inc
28    /sales/includes/ui/sales_order_ui.inc
29  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
30  $ /sales/includes/cart_class.inc
31    /includes/ui/ui_view.inc
32    /sales/includes/sales_db.inc
33  # Fixed bogus sales_type lists in edition mode
34  $ /sales/customer_delivery.php
35    /sales/customer_invoice.php
36  # Smaller fixes, cart_class.sales_type name change
37  $ /sales/includes/ui/sales_credit_db.inc
38    /sales/credit_note_entry.php
39    /sales/customer_credit_invoice.php
40    /sales/includes/cart_class.inc
41    /sales/includes/db/sales_credit_db.inc
42    /sales/includes/db/sales_delivery_db.inc
43    /sales/includes/db/sales_invoice_db.inc
44    /sales/includes/db/sales_order_db.inc
45    /sales/includes/ui/sales_credit_ui.inc
46  
47 09-Mar-2008 Joe Hunt
48  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
49  $ /dimensions/includes/dimensions_db.inc
50    /gl/includes/db/gl_db_banking.inc
51    /includes/main.inc
52    /inventory/includes/db/items_adjust_db.inc
53    /manufacturing/includes/db/work_order_issues_db.inc
54    /manufacturing/includes/db/work_order_produce_items_db.inc
55    /manufacturing/includes/db/work_orders_db.inc
56    /manufacturing/includes/db/work_orders_quick_db.inc
57    /purchasing/includes/db/grn_db.inc
58    /purchasing/includes/db/po_db.inc
59    /purchasing/includes/db/supp_payment_db.inc
60    /reporting/includes/form_types.inc (File removed)
61    /sales/includes/db/sales_delivery_db.inc
62    /sales/includes/db/sales_invoice_db.inc
63    /sales/includes/db/sales_order_db.inc
64    /sql/alter.sql
65  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
66  $ /reporting/rep101.php
67    /reporting/rep201.php
68  # clone replacement do_clone() for both PHP 4 and PHP 5.
69  $ /includes/ui/ui_view.inc (at the very bottom)
70    /sales/includes/cart_class.inc
71    
72 07-Mar-2008 Janusz Dobrowolski
73  ! Changed name tax type uniqueness constraint to (name, rate)
74  $ /includes/ui/ui_lists.inc
75    /taxes/items_tax_types.php
76  ! Tax included option moved from tax_group to sales_types table
77  $ includes/ui/ui_view.inc
78    /purchasing/includes/ui/invoice_ui.inc
79    /taxes/tax_calc.inc
80    /taxes/tax_groups.php
81    /taxes/db/tax_groups_db.inc
82    /sql/alter.sql
83  # Final rewriting of sales module, a lot of bugfixes.
84  + Template delivery/invoicing
85  + Concurrent document editing control on sql level
86  + Most of sales documents are now editable
87  + Some links to print documents after entry
88  ! Changed javascript helper function for customer allocations
89  $ /applications/customers.php
90    /includes/ui/ui_input.inc
91    /reporting/rep107.php
92    /reporting/rep109.php
93    /reporting/rep110.php
94    /sales/credit_note_entry.php
95    /sales/customer_credit_invoice.php
96    /sales/customer_delivery.php
97    /sales/customer_invoice.php
98    /sales/customer_payments.php
99    /sales/sales_order_entry.php
100    /sales/allocations/customer_allocate.php
101    /sales/allocations/customer_allocation_main.php
102    /sales/includes/cart_class.inc
103    /sales/includes/sales_db.inc
104    /sales/includes/sales_ui.inc
105    /sales/includes/db/cust_trans_db.inc
106    /sales/includes/db/cust_trans_details_db.inc
107    /sales/includes/db/custalloc_db.inc
108    /sales/includes/db/customers_db.inc
109    /sales/includes/db/payment_db.inc
110    /sales/includes/db/sales_credit_db.inc
111    /sales/includes/db/sales_delivery_db.inc
112    /sales/includes/db/sales_invoice_db.inc
113    /sales/includes/db/sales_order_db.inc
114    /sales/includes/db/sales_types_db.inc
115    /sales/includes/ui/print_invoice.inc
116    /sales/includes/ui/sales_credit_ui.inc
117    /sales/includes/ui/sales_order_ui.inc
118    /sales/inquiry/customer_allocation_inquiry.php
119    /sales/inquiry/customer_inquiry.php
120    /sales/inquiry/sales_deliveries_view.php
121    /sales/inquiry/sales_orders_view.php
122    /sales/manage/credit_status.php
123    /sales/manage/sales_types.php
124    /sales/view/view_credit.php
125    /sales/view/view_dispatch.php
126    /sales/view/view_invoice.php
127    /sales/view/view_receipt.php
128    /sales/view/view_sales_order.php
129 # Removed function name conflict with wiki help system
130    /includes/lang/language.php
131    
132 06-Mar-2008 Janusz Dobrowolski
133  + Wiki help links integration
134  $ /config.php
135    /includes/page/header.inc
136    /includes/lang/language.php
137  + Optional debuging with xdebug module
138  $ /index.php
139    /includes/db/connect_db.inc
140  ! Concurrent edition fix
141  $  /includes/systypes.inc
142  # Table header fix
143  $  /manufacturing/manage/bom_edit.php
144  # Menu layout fixes
145  $ /themes/aqua/renderer.php
146    /themes/cool/renderer.php
147    /themes/default/renderer.php
148  # Removed warning about nonexistent $_GET variable
149  $ /dimensions/inquiry/search_dimensions.php
150  # MySQL 3.xx CAST bug fix
151  $ /includes/db/manufacturing_db.inc
152    /manufacturing/includes/db/work_order_requirements_db.inc
153    /manufacturing/inquiry/where_used_inquiry.php
154
155 04-Mar-2008 Joe Hunt
156  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
157    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
158  $ /inventory/cost_update.php
159    /purchasing/includes/db/grn_db.inc and
160    /manufacturing/manage/bom_edit.php. 
161    /manufacturing/includes/db/work_orders_db.inc
162    /manufacturing/includes/db/work_orders_quick_db.inc
163    /manufacturing/work_order_entry.php
164   
165 21-Feb-2008 Joe Hunt
166  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
167  $ /admin/view_print_transaction.php
168    /applications/setup.php
169   
170 17-Feb-2008 Joe Hunt
171  ! Minor change in menu and function in view_print_transaction.php
172  $ /admin/view_print_transaction.php
173    /application/setup.php
174  + Preparing for print of single documents
175  $ /reporting/includes/reporting.inc
176  ! Removing 'out' field in table tax_types
177  $ /sql/alter.sql
178    /taxes/tax_types.php
179    /taxes/db/tax_types_db.inc
180  + Added 2 functions in ui_input.inc, button and button_cell
181    /includes/ui/ui_input.inc
182
183 11-Feb-2008 Joe Hunt
184  + Added file, update_db.php, for updating company databases from an SQL script.
185  $ update_db.php (New file)
186    update.html
187   
188 06-Fef-2008 Joe Hunt
189  + Added Report, Salesman Listing, rep106.php. 
190  $ /reporting/reports_main.php
191    /reporting/rep106.php
192   
193 06-Feb-2008 Janusz Dobrowolski
194  + Separation of customer invoice issue and goods delivery.
195  + Batch invoicing for more than one delivery
196  # Corrected inadequate shipping tax calculations.
197  ! Default debugging status changed to off.
198  $ /taxes/tax_calc.inc
199    /taxes/db/tax_groups_db.inc
200    /admin/db/voiding_db.inc
201    /applications/customers.php
202    /includes/systypes.inc
203    /includes/types.inc
204    /includes/ui/ui_controls.inc
205    /includes/ui/ui_lists.inc
206    /includes/ui/ui_view.inc
207    /inventory/inquiry/stock_status.php
208    /reporting/rep105.php
209    /reporting/rep107.php
210    /reporting/rep109.php
211    /reporting/rep110.php 
212    /reporting/rep209.php
213    /reporting/reports_main.php
214    /reporting/includes/doctext.inc
215    /reporting/includes/doctext2.inc
216    /reporting/includes/form_types.inc
217    /reporting/includes/pdf_report.inc
218    /reporting/includes/reports_classes.inc
219    /sales/customer_credit_invoice.php
220    /sales/customer_invoice.php
221    /sales/sales_order_entry.php
222    /sales/customer_delivery.php 
223    /sales/includes/db/sales_delivery_db.inc 
224    /sales/includes/ui/print_invoice.inc 
225    /sales/includes/cart_class.inc
226    /sales/includes/sales_db.inc
227    /sales/includes/db/cust_trans_db.inc
228    /sales/includes/db/cust_trans_details_db.inc
229    /sales/includes/db/sales_credit_db.inc
230    /sales/includes/db/sales_invoice_db.inc
231    /sales/includes/db/sales_order_db.inc
232    /sales/includes/ui/sales_order_ui.inc
233    /sales/inquiry/customer_allocation_inquiry.php
234    /sales/inquiry/customer_inquiry.php
235    /sales/inquiry/sales_orders_view.php
236    /sales/inquiry/sales_deliveries_view.php 
237    /sales/view/view_dispatch.php
238    /sales/view/view_invoice.php
239    /sales/view/view_sales_order.php
240    /sql/alter.sql
241    config.php
242   
243 01-Feb-2008 Joe Hunt
244  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
245  $ /sales/includes/cart_class.inc
246    /sales/includes/db/sales_credit_db.inc
247    /sales/includes/db/sales_invoice_db.inc
248    /sales/includes/db/sales_order_db.inc
249    /sales/includes/db/cust_trans_details_db.inc
250    /sales/includes/ui/sales_order_ui.inc
251    /sales/includes/ui/sales_credit_ui.inc
252    /sales/credit_note_entry.php
253    /sales/customer_credit_invoice.php
254    /sales/sales_order_entry.php
255    /sales/customer_invoice.php
256
257 31-Jan-2008 Joe Hunt
258  ! New Release 2.0 Pre Alpha
259  $ config.php
260  # Fixed a release 2 related bug in create_coy.php
261  $ /admin/create_coy.php
262  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
263    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
264    with these databases changes without any new files. They are coming as soon as possible.
265  $ /sql/alter.sql (New file)  
266  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
267    and 2 related files
268  $ /purchasing/supplier_trans_gl.php
269    /purchasing/includes/db/invoice_items_db.inc
270  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
271  $ /includes/ui/ui_lists.inc
272    /purchasing/includes/ui/po_ui.inc
273    /sales/includes/ui/sales_order_ui.inc
274    /admin/company_preferences.php
275    /admin/db/company_db.inc
276    config.php
277  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
278    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
279  $ /sales/manage/sales_people.php
280    /includes/ui/ui_input.inc
281  
282 -------------------- 2,0 Pre Alpha - above ----------------------------
283 31-Jan-2008 Janusz Dobrowolski
284  # Minor bugfix in db_import()
285  $ /admin/db/maintenance_db.inc
286  
287 30-Jan-2008 Janusz Dobrowolski
288  # Minor display fix in tax_types.php
289  $ /taxes/tax_types.php
290  ! Format cleanup on some files.
291  $ /gl/includes/gl_db.inc
292    /gl/includes/gl_ui.inc
293    /applications/application.php
294    frontaccounting.php
295    index.php
296    
297 -------------------- 1.16 Stable Released ----------------------
298 28-Jan-2008 Joe Hunt
299  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
300    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
301    and $no_supplier_list. Default is the normal behavior for all listboxes.
302  $ /includes/ui/ui_lists.inc
303    /sales/includes/ui/sales_orders_ui.inc
304    /purchases/includes/ui/po_ui.inc
305    /themes/default/images/locate.png (New file)
306    config.php
307
308  + Added ALTER TABLE possibility in db_import. For future releases.
309  $ /admin/db/maintenence_db.inc  
310
311  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
312  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
313  $ /includes/db/connect_db.inc
314    /includes/ui/ui_lists.inc
315    /includes/page/header.inc
316    /access/login.php
317    
318 16-Jan-2008 Joe Hunt
319  # When login screen is displayed after session timeout page content is broken. It
320    is because of NOT using absolute paths in href attribute theme elements.
321  $ /access/login.php
322  
323 30-Dec-2007 Joe Hunt
324  # Minor adjustments in function db_export on line 325
325  $ /admin/db/maintenance_db.inc
326  
327 29-Dec-2007 Joe Hunt
328  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
329  $ config.php
330  
331  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
332    Also fixed a unneccessary str_replace when importing sql scripts.
333  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
334  $ /admin/db/maintenance_db.inc
335    /reporting/includes/pdf_report.inc
336    
337 13-Dec-2007 Joe Hunt
338  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
339  $ /gl/inquiry/gl_trial_balance.php
340    /gl/inquiry/gl_account_inquiry.php
341
342 13-Dec-2007 Joe Hunt
343  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
344  $ /admin/db/voiding_db.inc
345  
346 06-Dec-2007 Joe Hunt
347  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
348  $ /gl/gl_payment.php
349    /gl/includes/ui/gl_payment_ui.inc
350    
351  ! Changed $loc_notification to be set to 0 instead of 1.
352  $ config.php
353  
354 -------------------- 1.15 Stable Released ----------------------
355 05-Dec-2007 Joe Hunt
356  + Added email notification to stock location when available stock is below reorder level
357  $ config.php
358    /sales/includes/db/sales_order_db.inc
359    
360  # Fixed bugs in Open balances when account is not a balance account
361  $ /gl/inquiry/gl_trial_balance.php
362    /gl/inquiry/gl_account_inquiry.php
363    /reporting/rep704.php
364    /reporting/rep708.php
365    
366 -------------------- 1.14 Stable Released ----------------------
367 01-Oct-2007 Joe Hunt
368  ! Major change in the installation of modules to also accept an SQL-file for upload.
369  $ config.php
370    /admin/inst_module.php
371    /admin/db/maintenance_db.inc
372    
373 30-Sep-2007 Joe Hunt
374  # The following files were still vulnerable. Fixed
375  $ /access/login.php
376    /includes/lang/language.php
377
378 -------------------- 1.13 Stable Released ----------------------
379 14-Sep-2007 Joe Hunt
380  + Added optional link for electronic payment on invoices (PayPal). 
381  ! Better support for install/update languages.  
382  ! Minor adjustments
383  # Fixed a vulnerable item in config.php
384  $ config.php
385
386 14-Sep-2007 Joe Hunt
387  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
388  # config.php has been vulnerable. Fixed.
389  $ /admin/inst_lang.php
390  $ config.php
391  
392 10-Sep-2007 Joe Hunt
393  ! Changed Bank Address field from text to textarea (multirows)
394  $ /gl/manage/bank_accounts.php
395  
396 06-Sep-2007 Joe Hunt
397  + Added optional link for electronic payment on invoices (PayPal)
398  $ /reporting/reports_main.php
399    /reporting/rep107.php
400    /reporting/includes/report_classes.inc
401    /reporting/includes/pdf_report.inc
402    /reporting/includes/doc_text.inc
403    /reporting/includes/doc_text2.inc
404    
405 23-Aug-2007 Joe Hunt
406  # Unnecessary parameter ($db) in check_for_recursive_bom
407  $ /manufacturing/manage/bom_edit.php
408  
409 21-Aug-2007 Joe Hunt
410  # Bug in /includes/lang/gettext.php (249) affecting changing language!
411  $ /includes/lang/gettext.php
412  
413 08-Aug-2007 Joe Hunt
414  # Minor adjustments
415  $ config.php
416    /access/login.php
417    /admin/create_coy.php
418    /reporting/includes/pdf_report.inc
419    
420 04-Aug-2007 Joe Hunt
421  + Added a default fiscal year in the en_US-new.sql and start references.
422  $ /sql/en_US-new.sql
423  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
424  $ /lang/en_US/LC_MESSAGES/en_US.mo
425  
426 03-Aug-2007 Joe Hunt
427  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
428  $ /sales/includes/db/sales_order_db.inc
429  
430 23-Jul-2007 Joe Hunt
431  # Changed <? in front of 2 files to <?php.
432  $ /purchasing/includes/purchasing_ui.inc
433    /reporting/includes/class.mail.inc
434    
435 -------------------- 1.12 Stable Released ----------------------
436 21-Jul-2007 Joe Hunt
437  + Added option to handle Jalali and Islamic Calendars
438  ! Minor adjustments
439  $ config.php
440    /gl/includes/db/gl_db_trans.inc
441    /includes/date_functions.inc
442    /includes/ui/ui_input.inc
443    /includes/ui/ui_lists.inc
444    /includes/ui/ui_view.inc
445    /purchasing/po_receive_items.php
446    /purchasing/includes/ui/invoice_ui.inc
447    /purchasing/includes/ui/po_ui.inc
448    /reporting/rep705.php
449    /sales/includes/db/sales_order_db.inc
450    /sales/includes/ui/sales_order_ui.inc
451    
452 20-Jul-2007 Joe Hunt
453  ! Changed parameters on report Sales Order. Option to print as Quote.
454  $ /reporting/reports_main.php
455    /reporting/rep109.php
456    /reporting/includes/pdf_report.inc
457    /reporting/includes/doctext.inc
458    /reporting/includes/doctext2.inc
459  
460 19-Jul-2007 Joe Hunt
461  + Added Budget Entry in General Ledger. Includes Dimensions.
462  $ config.php
463    /applications/generalledger.php
464    /gl/gl_budget.php (New File!)
465    /gl/includes/db/gl_db_trans.inc
466    /includes/date_functions.inc
467    /reporting/report_classes.inc
468    
469 -------------------- 1.11 Stable Released ----------------------
470 04-Jul-2007 Joe Hunt
471  ! Option for using alpha numeric chart of accounts.
472  $ config.php
473    /gl/manage/gl_accounts.php
474    /gl/includes/db/gl_db_accounts.inc
475    /gl/includes/db/gl_db_bank_trans.inc
476    /gl/includes/db/gl_db_trans.inc
477    /gl/inquiry/gl_trial_balance.inc
478    /admin/db/company_db.inc
479    /inventory/includes/db/items_db.inc
480    /sales/manage/customer_branches.inc
481
482 04-Jul-2007 Joe Hunt
483  # Problems retrieving language texts for poEdit in long javascripts
484  $ /includes/ui/ui_view.inc
485  
486 04-May-2007 Joe Hunt
487  # Database error when updating more than one item row in Sales Orders.
488  $ /sales/includes/db/sales_order_db.inc
489  # Database error when inserting work order issues. Fixed.
490  $ /manufacturing/includes/db/work_order_issues_db.inc
491  
492 03-May-2007 Joe Hunt
493  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
494  $ /includes/db/manufacturing_db.inc
495    /manufacturing/includes/db/work_order_requirements_db.inc
496
497 02-May-2007 Joe Hunt
498  # Missing details on Purchase Order when emailing and printing
499  $ /reporting/rep209.php
500  
501 -------------------- 1.1 Stable Released ----------------------
502 02-May-2007 Joe Hunt
503  + Enabled module addons and all the below bugfixes. No changes in database structure.
504  - Removed /sql/basic.sql (included in the other sql files)
505  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
506    (not needed anymore).
507  + Addition of update.html  
508  $ /admin/inst_module.php (New file!)
509    /applications/customers.php
510    /applications/dimensions.php
511    /applications/generalledger.php
512    /applications/inventory.php
513    /applications/manufacturing.php
514    /applications/setup.php
515    /applications/suppliers.php
516    /install/index.php
517    /install/save.php
518    /modules/inst_modules.php (New folder and new file!)
519    /modules/index.php (New file!)
520    /sql/en_US-demo.sql
521    /sql/en_US-new.sql
522    install.html
523    update.html (New file!)
524    
525 01-May-2007 Joe Hunt
526  # Missing measure of units when printing sales orders
527  # Update of Sales People caused a database error
528  $ /sales/manage/sales_people.php
529    /reporting/rep109.php
530  
531 30-Apr-2007 Joe Hunt
532  + The selected menu tab is now shown with same background as hover color.
533  $ config.php (default tab line 77. Change if you want)
534    /includes/page/header.inc
535    
536 28-Apr-2007 Joe Hunt
537  # When saving work order entries a lot of debug boxes appeared. Fixed
538  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
539  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
540  $ /includes/db/manufacturing_db.inc
541    /manufacturing/work_order_entry.php
542    /manufacturing/includes/work_order_issue_ui.inc
543    /manufacturing/includes/db/work_order_requirements_db.inc
544    /manufacturing/includes/db/work_orders_quick_db.inc
545    /manufacturing/inquiry/where_used_inquiry.php
546    
547 25-Apr-2007 Joe Hunt
548  # Missing Date Picker
549  $ /sales/customer_invoice.php
550  # No JS popup window
551  $ /sales/view/view_invoice.php
552  
553 24-Apr-2007 Joe Hunt
554  ! New and better Date Picker, better cool theme.
555  $ /includes/ui/ui_input.inc
556    /includes/ui/ui_view.inc
557    /reporting/includes/reports_classes.inc
558    /themes/cool/default.css
559
560 -------------------- 1.0.1 Stable Released ----------------------
561 23-Apr-2007 Joe Hunt
562  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
563    the changes for selection lists customers/suppliers and the Audit Trail.
564
565 22-Apr-2007 Joe Hunt
566  ! Changed the two selection lists for customers/suppliers in reports to a single one with
567    No Filter
568  ! Changed the sort order in these selection lists from id to name.
569  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
570  $ /reporting/reports_main.php
571    /reporting/rep101.php
572    /reporting/rep102.php
573    /reporting/rep201.php
574    /reporting/rep202.php
575    /reporting/rep203.php
576    /reporting/rep204.php
577    /reporting/includes/reports_classes.inc
578    /includes/ui/ui_lists.inc
579    /gl/includes/db/gl_db_trans.inc
580    config.php
581    
582 22-Apr-2007 Joe Hunt
583  + Date Picker for all date fields.
584  $ config.php
585    /admin/fiscalyears.php
586    /admin/void_transaction.php
587    /includes/ui/ui_view.inc
588    /includes/ui/ui_input.inc
589    /dimensions/dimension_entry.php
590    /dimensions/inquiry/search_dimensions.php
591    /gl/gl_journal.php
592    /gl/gl_deposit.php
593    /gl/gl_payment.php
594    /gl/bank_transfer.php
595    /gl/inquiry/bank_inquiry.php
596    /gl/inquiry/gl_account_inquiry.php
597    /gl/inquiry/gl_trial_balance.php
598    /gl/manage/exchange_rates.php
599    /inventory/adjustments.php
600    /inventory/transfers.php
601    /inventory/inquiry/stock_movements.php
602    /inventory/manage/items.php
603    /manufacturing/work_order_add_finished.php
604    /manufacturing/work_order_entry.php
605    /manufacturing/work_order_issue.php
606    /manufacturing/work_order_release.php
607    /purchasing/supplier_payment.php
608    /purchasing/po_entry_items.php
609    /purchasing/po_receive_items.php
610    /purchasing/supplier_credit.php
611    /purchasing/supplier_credit_grns.php
612    /purchasing/supplier_invoice.php
613    /purchasing/supplier_invoice_grns.php
614    /purchasing/supplier_trans_gl.php
615    /purchasing/includes/ui/po_ui.inc
616    /purchasing/inquity/po_search.php
617    /purchasing/inquiry/po_search_completed.php
618    /purchasing/inquiry/supplier_allocation_inquiry.php
619    /purchasing/inquiry/supplier_inquiry.php
620    /reporting/reports_main.php
621    /reporting/includes/reports_classes.inc
622    /sales/credit_note_entry.php
623    /sales/customer_credit_invoice.php
624    /sales/customer_payments.php
625    /sales/sales_order_entry.php
626    /sales/includes/ui/sales_order_ui.inc
627    /sales/inquiry/customer_allocation_inquiry.php
628    /sales/inquiry/customer_inquiry.php
629    /sales/inquiry/sales_orders_view.php
630    New image files:
631    /themes/default/images/cal.gif
632    /themes/default/images/next.gif
633    /themes/default/images/prev.gif
634
635 19-Apr-2007 Joe Hunt
636  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
637  # Bug no 1703891, Reserved MySQL words used as column names, fixed
638  $ /taxes/db/tax_types_db.inc
639
640  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
641  $ /gl/manage/gl_accounts.php
642    /gl/includes/db/gl_db_accounts.inc
643    /includes/ui/ui_input.inc
644
645 18-Apr-2007 Joe Hunt
646  # Bug no 1702594, Logon Loop, fixed
647  $ config.php
648
649 -------------------- 1.0a Stable Released ----------------------
650 10-Apr-2007 Joe Hunt
651  ! Release 1.0a established on SourceForge, fixing the bugs.
652
653 11-Apr-2007 Joe Hunt
654  # Bug No 1698214, Creating Items, fixed
655  $ /includes/ui/ui_lists.inc
656  # Bug no 1698216, Item Movements, fixed
657  $ /inventory/manage/items.php
658
659 -------------------- 1.0 Stable Released ----------------------
660 10-Apr-2007 Joe Hunt
661  ! Release 1.0 established on SourceForge.
662
663 2. Copyright and disclaimer
664 ---------------------------
665 This application is opensource software released under the GPL.  Please
666 see source code and the LICENSE file