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