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