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