Ajax additions
[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 26-Jun-2008 Janusz Dobrowolski
23 + Ajax additions
24 $ /includes/ui/ui_lists.inc
25   /inventory/adjustments.php
26   /inventory/cost_update.php
27   /inventory/prices.php
28   /inventory/transfers.php
29   /inventory/includes/item_adjustments_ui.inc
30   /inventory/includes/stock_transfers_ui.inc
31   /inventory/inquiry/stock_movements.php
32   /inventory/manage/items.php
33   /manufacturing/work_order_entry.php
34   /purchasing/po_entry_items.php
35 ! Changes to items_cart API (line_items indexed by line# instead of stock_id)
36 $ /includes/ui/items_cart.inc
37
38 25-Jun-2008 Joe Hunt
39 # Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu
40 $ /purchasing/includes/ui/invoice_ui.inc
41
42 25-Jun-2008 Janusz Dobrowolski
43 # Fixed bug 0000004, removed nested forms in supplier invoice/credit
44 $ /purchasing/includes/ui/invoice_ui.inc
45
46 25-Jun-2008 Joe Hunt
47 # Fixed bug when updating/saving Tax Group Items
48 $ /includes/ui/ui_lists.inc
49
50 24-Jun-2008 Joe Hunt
51 # Fixed inconsistencies in customer and supplier aging 
52 $ /sales/includes/db/customers_db.inc
53   /sales/inquiry/customer_inquiry.php
54   /purchasing/includes/db/suppliers_db.inc
55   /reporting/rep102.php
56   /reporting/rep202.php
57 # Fixed a bug when trying to back the inv.date and due date in Direct Invoicing.
58 $ /sales/sales_order_entry.php
59
60
61 23-Jun-2008 Janusz Dobrowolski
62 + Ajax additions to sales and purchasing modules
63 $ /purchasing/po_receive_items.php
64   /purchasing/supplier_credit.php
65   /purchasing/supplier_credit_grns.php
66   /purchasing/supplier_invoice.php
67   /purchasing/supplier_invoice_grns.php
68   /purchasing/supplier_trans_gl.php
69   /purchasing/allocations/supplier_allocate.php
70   /purchasing/includes/ui/invoice_ui.inc
71   /sales/customer_credit_invoice.php
72   /sales/allocations/customer_allocate.php
73 # Fixed edition of purchase order (bug #0000001)
74 $ /purchasing/includes/ui/po_ui.inc
75 ! Improved client side allocation functions
76 $ /js/allocate.js
77 + Optional coloured price_format()
78 $ /js/utils.js
79   /js/inserts.js
80 ! Async update of locations selector
81 $ /includes/ui/ui_lists.inc
82 # Fixed warning on pages without default focus.
83 $ /includes/ui/ui_controls.inc
84 # Fixed initial display for numeric inputs with dec=0. 
85 $ /includes/ui/ui_input.inc
86
87 21-Jun-2008 Janusz Dobrowolski
88 + Ajax additions to sales and purchasing modules
89 $ /purchasing/po_entry_items.php
90   /purchasing/supplier_payment.php
91   /purchasing/allocations/supplier_allocate.php
92   /purchasing/includes/ui/po_ui.inc
93   /purchasing/inquiry/po_search.php
94   /purchasing/inquiry/po_search_completed.php
95   /purchasing/inquiry/supplier_allocation_inquiry.php
96   /purchasing/inquiry/supplier_inquiry.php
97   /purchasing/manage/suppliers.php
98   /sales/manage/customers.php
99
100 21-Jun-2008 Joe Hunt
101 + Added upload functionality to company logo. Better names on lists search.
102 $ /admin/company_preferences.php
103 ! Better layout on company logo print-out
104 $ /reporting/includes/header2.inc
105
106 ---------------------------------------Release Candidate 2-------------------------------
107 20-Jun-2008 Joe Hunt
108 ! 2.0 Release Candidate 2
109 $ config.php
110   update.html
111   
112 20-Jun-2008 Joe Hunt
113 ! In reorder_level.php the heading gets updated as well
114 $ /inventory/reorder_level.php
115 ! Changes the -1 to 'User Quantiry Decimals' in the table for units.
116 $ /inventory/manage/item_units.php
117
118 20-Jun-2008 Janusz Dobrowolski
119 # Proper error handling even after exit() call.
120 $ /includes/errors.inc
121   /includes/main.inc
122   /includes/session.inc
123 # Fixed initial combo selection.
124   /includes/ui/ui_lists.inc
125 # Layout fixes to customer edition.
126   /sales/manage/customers.php
127 # Added order table reload after template option change
128   /sales/inquiry/sales_orders_view.php
129
130 19-Jun-2008 Janusz Dobrowolski
131 + Added ajax improvements
132 $ /purchasing/allocations/supplier_allocation_main.php
133   /sales/customer_delivery.php
134   /sales/customer_invoice.php
135   /sales/allocations/customer_allocation_main.php
136   /sales/manage/customers.php
137 + Ajax added to check helper function
138 $ /includes/ui/ui_input.inc
139 # Fixing database error in branch exist check on empty customer_id
140 $ /includes/data_checks.inc
141 # Layout fix for hyperlink_params_td()
142 $ /includes/ui/ui_controls.inc
143 # Fix for initial combo position
144 $ /includes/ui/ui_lists.inc
145 # Fix to select onchange extension
146 $ /js/inserts.js
147
148 19-Jun-2008 Joe Hunt
149 ! changed so the due date is updated when changing customer in direct invoice.
150 $ /sales/includes/ui/sales_order_ui.inc
151
152 19-Jun-2008 Joe Hunt
153 # Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
154 $ /sales/customer_credit_invoice.php
155
156 18-Jun-2008 Janusz Dobrowolski
157 + Added ajax improvements
158 $ /sales/credit_note_entry.php
159   /sales/customer_payments.php
160   /sales/sales_order_entry.php
161   /sales/includes/ui/sales_credit_ui.inc
162   /sales/includes/ui/sales_order_ui.inc
163   /sales/inquiry/customer_allocation_inquiry.php
164   /sales/inquiry/customer_inquiry.php
165 + Added optional trigger parameter to div_start()
166 $ /includes/ui/ui_controls.inc
167 + Added dec attribute ajax update for amount fields 
168 $ /includes/ui/ui_input.inc
169 + Ajaxified stock item types and credit types lists
170 $ /includes/ui/ui_lists.inc
171 # Fixed onblur for amount fields, extended onchange event handling for selects
172 $ /js/inserts.js
173 # Fixed addAssign() js handler for nonstandard attributes
174 $ /js/utils.js
175 # Fixed bug in stock item image upload
176 $ /inventory/manage/items.php
177
178 17-Jun-2008 Joe Hunt
179 ! More files with Quantity routines needed fix due to php4 related issue.
180 $ /includes/current_user.inc
181   /manufacturing/work_order_entry.php
182   /manufacturing/inquiry/where_used_inquiry.php
183   /manufacturing/manage/bom_edit.php
184   /purchasing/po_receive_items.php
185   /purchasing/supplier_credit_grns.php
186   /purchasing/supplier_invoice_grns.php
187   /sales/customer_credit_invoice.php
188   /sales/includes/ui/sales_order_ui.inc
189
190 16-Jun-2008 Joe Hunt
191 ! Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here).
192 $ /reporting/includes/header2.inc
193   /reporting/doctext.inc
194   /reporting/doctext2.inc
195   
196 16-Jun-2008 Joe Hunt
197 ! Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
198 $ /includes/current_user.inc
199   /includes/ui/ui_input.inc
200   /includes/ui/ui_lists.inc
201   /inventory/reorder_level.inc
202   /inventory/includes/item_adjustments_ui.inc
203   /inventory/includes/stock_transfers_ui.inc
204   /inventory/includes/db/items_units_db.inc
205   /inventory/inquiry/stock_movements.php
206   /inventory/inquiry/stock_status.php
207   /inventory/manage/item_units.php
208   /inventory/view/view_adjustment.php
209   /inventory/view/view_transfer.php
210   /manufacturing/search_work_orders.php
211   /manufacturing/work_order_entry.php
212   /manufacturing/includes/manufacturing_ui.inc
213   /manufacturing/includes/work_order_issue_ui.inc
214   /manufacturing/inquiry/where_used_inquiry.php
215   /manufacturing/manage/bom_edit.php
216   /manufacturing/view/wo_issue_view.php
217   /manufacturing/view/wo_production_view.php
218   /purchasing/po_receive_items.php
219   /purchasing/supplier_credit_grns.php
220   /purchasing/supplier_invoice_grns.php
221   /purchasing/includes/ui/invoice_ui.inc
222   /purchasing/includes/ui/po_ui.inc
223   /purchasing/view/view_grn.php
224   /purchasing/view/view_po.php
225   /reporting/rep105.php
226   /reporting/rep107.php
227   /reporting/rep108.php
228   /reporting/rep109.php
229   /reporting/rep110.php
230   /reporting/rep204.php
231   /reporting/rep209.php
232   /reporting/rep301.php
233   /reporting/rep302.php
234   /reporting/rep303.php
235   /reporting/rep401.php
236   /sales/customer_credit_invoice.php
237   /sales/customer_delivery.php
238   /sales/customer_invoice.php
239   /sales/includes/ui/sales_credit_ui.inc
240   /sales/includes/ui/sales_order_ui.inc
241   /sales/view/view_credit.php
242   /sales/view/view_dispatch.php
243   /sales/view/view_invoice.php
244   /sales/view/view_sales_order.php
245   
246 15-Jun-2008 Janusz Dobrowolski
247 + Ajax driven delivery and order queries.
248 $ /sales/inquiry/sales_deliveries_view.php
249   /sales/inquiry/sales_orders_view.php
250 + Added searchbox class selector for text inputs with onchange event handlers.
251 ! Added text selection after focus.
252 $ /js/inserts.js
253   /js/utils.js
254 + Added submit_on_change option to ref input functions, fixed data picker
255 $ /includes/ui/ui_input.inc
256 # Fixed bug in non-js mode for combos type 0 (stock_items_lists).
257 $ /includes/ui/ui_lists.inc
258
259 15-Jun-2008 Joe Hunt
260 # Changed so Invoice Template gets the current day instead of original day.
261 $ /sales/sales_order_entry.php
262
263 15-Jun-2008 Joe Hunt
264 # Bug in tax_types_list (spec_id)
265 $ /includes/ui/ui_lists.inc
266
267 14-Jun-2008 Joe Hunt
268 # Minor annoying layout bug in stock movements.
269 $ /inventory/inquiry/stock_movements.php
270
271 14-Jun-2008 Joe Hunt
272 ! The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here.
273   Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default.
274 ! If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the 
275   transactions from Direct Invoice and Credit Note will be allocated immediately when placing.
276 $ /includes/ui/ui_lists.inc
277   /sales/includes/db/sales_invoice_db.inc
278   /sales/includes/db/sales_credit_db.inc
279   /sales/manage/customer_branches.php
280   .
281 12-Jun-2008 Joe Hunt
282 + New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period.
283 $ /reporting/reports_main.php
284   /reporting/rep304.php (new file)
285   
286 ---------------------------------------Release Candidate 1-------------------------------
287 10-Jun-2008 Janusz Dobrowolski
288 # Some more fixes related to ajax combos usage
289 $ /includes/ui/ui_lists.inc
290   /inventory/cost_update.php
291   /inventory/prices.php
292   /inventory/purchasing_data.php
293   /inventory/reorder_level.php
294   /inventory/includes/item_adjustments_ui.inc
295   /inventory/inquiry/stock_status.php
296   /manufacturing/inquiry/where_used_inquiry.php
297   /manufacturing/manage/bom_edit.php
298   /purchasing/includes/ui/po_ui.inc
299 # Fixed focus issues
300 $ /gl/gl_journal.php
301   /gl/gl_deposit.php
302   /gl/gl_payment.php
303   /js/inserts.js
304   
305 09-Jun-2008 Janusz Dobrowolski
306 # Some additional fixes related to last big committment
307 $ /gl/gl_journal.php
308   /gl/gl_deposit.php
309   /gl/gl_payment.php
310   /includes/ajax.inc
311   /includes/reserved.inc
312   /includes/ui/ui_lists.inc
313   /includes/ui/ui_view.inc
314   /js/inserts.js
315   /js/utils.js
316   /sales/includes/ui/sales_order_ui.inc
317   /themes/default/default.css
318   /themes/aqua/default.css
319   /themes/cool/default.css
320
321 08-Jun-2008 Joe Hunt
322 ! Preparing for release candidate 1
323 $ config.php
324
325 08-Jun-2008 Joe Hunt
326 ! Set 'max_execution_time' to 60 seconds by ini_set.
327 $ /install/save.php
328
329 07-Jun-2008 Joe Hunt
330 # Fixed a layout bug in footer.inc
331 $ /includes/page/footer.inc
332
333 07-Jun-2008 Joe Hunt
334 ! Changed install.html and update.html
335 $ install.html
336   update.html
337 + New files, change_current_user_password.php and alter2.sql
338 $ /admin/change_current_user_password.php
339   /sql/alter2.sql
340 ! Changed some files for layout
341 $ /lang/en_US/stylesheet.css
342   /themes/aqua/default.css
343   /themes/aqua/renderer.php
344   /themes/cool/default.css
345   /themes/cool/renderer.php
346   /themes/default/default.css
347   /themes/default/renderer.php
348 ! Changed install sql scripts
349 $ /sql/en_US-demo.sql
350   /sql/en_US-new.sql
351   
352 07-Jun-2008 Janusz Dobrowolski
353 + Added ajax functionality and ui hints to sales form entry pages.
354 $ /sales/sales_order_entry.php
355   /sales/includes/ui/sales_order_ui.inc
356 + Added option for hints display, changed input/lists functions API
357 $ /admin/display_prefs.php
358   /admin/db/users_db.inc
359   /includes/current_user.inc
360   /includes/prefs/userprefs.inc
361   /includes/ui/ui_input.inc
362   /themes/default/renderer.php
363   /sql/alter.sql
364 + List functions rewrite. Added ajax functionality, universal combo_input().
365 $ /includes/ui/ui_lists.inc
366 + Ajaxified exchange_rate_display()
367 $ /includes/ui/ui_view.inc
368 + Added methods for setting focus and page reload to $Ajax class
369 $ /includes/ajax.inc
370   /includes/main.inc
371 + Added comma separated css element selectors
372 $ /js/behaviour.js
373 ! Searchable select js changes related to new ui_lists.inc changes
374 $ /js/inserts.js
375   /js/utils.js
376 + Additional style definitions for various ajax controls
377 $ /themes/default/default.css
378 ! Fixes related to changed input/lists API and ajax extensions
379 $ /admin/company_preferences.php
380   /admin/fiscalyears.php
381   /admin/forms_setup.php
382   /admin/gl_setup.php
383   /dimensions/dimension_entry.php
384   /dimensions/inquiry/search_dimensions.php
385   /gl/bank_transfer.php
386   /gl/includes/ui/gl_deposit_ui.inc
387   /gl/includes/ui/gl_journal_ui.inc
388   /gl/includes/ui/gl_payment_ui.inc
389   /gl/inquiry/bank_inquiry.php
390   /gl/inquiry/gl_account_inquiry.php
391   /gl/inquiry/gl_trial_balance.php
392   /gl/manage/gl_account_types.php
393   /gl/manage/gl_accounts.php
394   /includes/ui/ui_controls.inc
395   /inventory/includes/item_adjustments_ui.inc
396   /inventory/includes/stock_transfers_ui.inc
397   /inventory/inquiry/stock_movements.php
398   /manufacturing/search_work_orders.php
399   /manufacturing/work_order_add_finished.php
400   /manufacturing/work_order_entry.php
401   /manufacturing/includes/work_order_issue_ui.inc
402   /manufacturing/manage/bom_edit.php
403   /purchasing/supplier_payment.php
404   /purchasing/includes/ui/grn_ui.inc
405   /purchasing/includes/ui/invoice_ui.inc
406   /purchasing/includes/ui/po_ui.inc
407   /purchasing/inquiry/po_search.php
408   /purchasing/inquiry/po_search_completed.php
409   /purchasing/inquiry/supplier_allocation_inquiry.php
410   /purchasing/inquiry/supplier_inquiry.php
411   /sales/customer_credit_invoice.php
412   /sales/customer_delivery.php
413   /sales/customer_invoice.php
414   /sales/includes/ui/sales_credit_ui.inc
415   /sales/inquiry/customer_allocation_inquiry.php
416   /sales/inquiry/customer_inquiry.php
417   /sales/inquiry/sales_deliveries_view.php
418   /sales/inquiry/sales_orders_view.php
419   /taxes/tax_groups.php
420
421 06-Jun-2008 Joe Hunt
422 # Final fixes in html layout
423 $ /admin/create_coy.php
424   /gl/gl_deposit.php
425   /gl/gl_payment.php
426   /gl/manage/exchange_rates.php
427   /inventory/prices.php
428   /inventory/purchasing_date.php
429   /inventory/reorder_level.php
430   /inventory/inquiry/stock_status.php
431   /manufacturing/inquiry/where_used_inquiry.php
432   /manufacturing/manage/bom_edit.php
433   
434 05-Jun-2008 Joe Hunt
435 ! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based.
436 $ /includes/ui/ui_view.inc
437 # Fixed a html layout bug
438 $ /includes/page/header.inc
439
440 31-May-2008 Joe Hunt
441 # A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists!
442 $ /gl/view/gl_deposit_view.php
443   /gl/view/gl_payment_view.php
444   /includes/ui/ui_controls.inc
445   /includes/ui/ui_lists.inc
446   /includes/ui/ui_view.inc
447   /manufacturing/work_order_add_finished.php
448   /manufacturing/includes/manufacturing_ui.inc
449   /manufacturing/view/work_order_view.php
450   /manufacturing/view/wo_issue_view.php
451   /sales/inquiry/customer_allocation_inquiry.php
452   /sales/inquiry/customer_inquiry.php
453
454 30-May-2008 Joe Hunt
455 # Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
456 $ /inventory/inquiry/stock_movements.php
457   /reporting/rep302.php
458
459 28-May-2008 Joe Hunt
460 # More bugs related to debtor_trans changes (positive amounts)
461 $ /gl/includes/db/gl_db_banking.inc
462   /sales/allocations/customer_allocate.php
463   /sales/includes/db/custalloc_db.inc
464   /sales/inquiry/customer_allocation_inquiry.php
465
466 27-May-2008 Joe Hunt
467 # Changed more files with new html/css.
468 $ /includes/page/header.inc
469   /purchasing/inquiry/supplier_allocation_inquiry.php
470   /sales/credit_note_entry.php
471   
472 26-May-2008 Joe Hunt
473 # Fixed many minor bugs, new ones as well as debtor_trans related.
474 ! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change.
475 $ /admin/backups.php
476   /admin/create_coy.php
477   /admin/inst_lang.php
478   /admin/inst_module.php
479   /gl/manage/exchange_rates.php
480   /includes/session.inc
481   /includes/page/header.inc
482   /includes/ui/ui_controls.inc
483   /includes/ui/ui_input.inc
484   /includes/ui/ui_lists.inc
485   /includes/ui/ui_view.inc
486   /purchasing/allocations/supplier_allocate.php
487   /sales/allocations/customer_allocate.php
488   /sales/includes/db/sales_credit_db.inc
489   /sales/inquiry/customer_allocation_inquiry.php
490   /themes/aqua/default.css
491   /themes/cool/default.css
492   /themes/default/default.css
493   
494 23-May-2008 Joe Hunt
495 # Minor bug in dimensions.php (Outstanding Dimensions)
496 $ /applications/dimensions.php
497   /dimensions/inquiry/search_dimensions.php
498   
499 23-May-2008 Janusz Dobrowolski
500 ! Include file order / error handling order fixed once again.
501 $ /includes/main.inc
502   /includes/session.inc
503   
504 23-May-2008 Joe Hunt
505 ! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the
506   correct renderer.php.
507 $ frontaccounting.php
508   /includes/page/header.inc
509   /includes/page/footer.inc
510   /themes/default/renderer.php
511   /themes/cool/renderer.php
512   /themes/aqua/renderer.php
513
514 22-May-2008 Janusz Dobrowolski
515 ! Error handler switching moved to session.inc for early error catching
516 $ /includes/main.inc
517   /includes/session.inc
518 ! Cosmetic cleanup
519   /js/utils.js
520   
521 18-May-2008 Janusz Dobrowolski
522 # Added explicit ob_end_flush() on shutdown needed for php5
523 $ /includes/main.inc
524 # Fixed for www servers on nonstandard listening ports.
525 $ /js/JsHttpRequest.js
526
527 18-May-2008 Joe Hunt
528 # Bug when inserting new records in debtor_trans.
529 $ /sales/includes/db/cust_trans_db.inc
530
531 16-May-2008 Janusz Dobrowolski
532 + Rewritten errors/messages handling, unified for ajax/user/php errors
533 $ /includes/errors.inc
534   /includes/main.inc
535   /includes/ui/ui_msgs.inc
536 + Framework extended for ajax functionality, javascript code organization improvements.
537 $ /config.php
538   /includes/JsHttpRequest.php (new file)
539   /includes/ajax.inc (new file)
540   /includes/current_user.inc
541   /includes/session.inc
542   /includes/lang/language.php
543   /includes/page/footer.inc
544   /includes/page/header.inc
545   /includes/ui/ui_controls.inc
546   /includes/ui/ui_input.inc
547   /includes/ui/ui_view.inc
548   /js/JsHttpRequest.js (new file)
549   /js/allocate.js (new file)
550   /js/utils.js (new file)
551   /js/behaviour.js
552   /js/inserts.js
553   /themes/aqua/images (new dir)
554   /themes/aqua/images/button_ok.png (new file)
555   /themes/aqua/images/locate.png (new file)
556   /themes/cool/images (new dir)
557   /themes/coll/images/button_ok.png (new file)
558   /themes/coll/images/locate.png (new file)
559   /themes/default/images/button_ok.png (new file)
560   /themes/default/images/progressbar.gif (new file)
561   /themes/default/images/progressbar1.gif (new file)
562   /themes/default/images/progressbar2.gif (new file)
563   /themes/default/default.css
564   /themes/aqua/default.css
565   /themes/cool/default.css
566 ! Payment allocation js functions moved to allocate.js
567 $ /purchasing/allocations/supplier_allocate.php 
568   /sales/allocations/customer_allocate.php
569 ! Some initializations moved from sales_order_ui.inc
570 $ /sales/includes/cart_class.inc
571 + Added javascript compression routine
572 $ /includes/main.inc
573
574 14-May-2008 Joe Hunt
575 # Minor bugs in the former fixing.
576 $ /includes/ui/ui_lists.inc
577
578 14-May-2008 Joe Hunt
579 # When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
580   the records when there were no search values.
581 $ /includes/ui/ui_lists.inc
582
583 09-May-2008 Joe Hunt
584 ! Due to differences in Javascript the script update_db.php had to be changed.
585 ! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
586 $ /update_db.php
587   /sql/en_US-new.sql
588   /sql/en_US-demo.sql
589   
590 09-May-2008 Janusz Dobrowolski
591 # Automatic calculation of not set item prices from home currency and base sales type settings.
592 $ /admin/company_preferences.php
593   /admin/db/company_db.inc
594   /includes/ui/ui_lists.inc
595   /sales/includes/cart_class.inc
596   /sales/includes/sales_db.inc
597   /sales/includes/db/sales_order_db.inc
598   /sales/includes/db/sales_types_db.inc
599   /sales/includes/ui/sales_credit_ui.inc
600   /sales/includes/ui/sales_order_ui.inc
601   /sales/manage/sales_types.php
602   /sql/alter.sql
603 # Fixed dev bug blocking change of price on order entry.
604 $ /sales/includes/ui/sales_order_ui.inc
605 # Small display fix
606 $ /sales/manage/sales_people.php
607
608 30-Apr-2008 Joe Hunt
609 # Fixed price update also in purchase order
610 $ /purchasing/includes/ui/po_ui.inc
611
612 30-Apr-2008 Janusz Dobrowolski
613 # Fixed price update when changing item in sales order.
614 $ /includes/ui/ui_lists.inc
615   /js/inserts.js
616   /sales/includes/ui/sales_order_ui.inc
617
618 24-Apr-2008 Janusz Dobrowolski
619 + Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file.
620 $ /company/0/reporting (added new directory)
621   /company/0/reporting/index.php
622   /admin/create_coy.php
623   /reporting/includes/reports_classes.inc
624 # Warnings turned off in case of charset not supported by htmlspecialchars().
625 $ /includes/db/connect_db.inc
626 # Added content type encoding header
627 $ /includes/page/header.inc
628
629 24-Apr-2008 Joe Hunt
630 # Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to
631   /includes/prefs/sysprefs.inc
632 $ /includes/ui/items_cart.inc  
633 # Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc
634 $ /reporting/includes/pdf_report.inc
635
636 23-Apr-2008 Joe Hunt
637 ! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.
638   It will make it easier to design your own document layouts.
639 $ /reporting/includes/pdf_report.inc
640   /reporting/includes/header2.inc (new file)
641   
642 20-Apr-2008 Janusz Dobrowolski
643 # Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
644 $ /admin/create_coy.php
645 ! Added missing include_once directives.
646 $ /includes/ui/items_cart.inc
647   /includes/ui/ui_lists.inc
648   /includes/ui/ui_view.inc
649 + Added ini default_charset unnecessary for planned ajax calls.
650 $ /includes/lang/language.inc
651
652 19-Apr.2008 Joe Hunt
653 # Bug (right to left text was done if price decimals were 3). A test sentense from a while
654   ago wasn't removed.
655 $ /reporting/includes/pdf_report.inc
656
657 18-Apr-2008 Janusz Dobrowolski
658 # Additional checks on provisions and break point entry.
659 $ /sales/manage/sales_people.php
660 ! Modules purchasing, sales and taxes sealed against XSS attacks
661 $ /install/save.php
662   /admin/db/maintenance_db.inc
663   /purchasing/includes/db/grn_db.inc
664   /purchasing/includes/db/invoice_items_db.inc
665   /purchasing/includes/db/po_db.inc
666   /purchasing/includes/db/supp_trans_db.inc
667   /purchasing/manage/suppliers.php
668   /sales/includes/db/credit_status_db.inc
669   /sales/includes/db/cust_trans_db.inc
670   /sales/includes/db/cust_trans_details_db.inc
671   /sales/includes/db/sales_order_db.inc
672   /sales/includes/db/sales_types_db.inc
673   /sales/manage/customer_branches.php
674   /sales/manage/customers.php
675   /sales/manage/sales_areas.php
676   /sales/manage/sales_people.php
677   /taxes/db/item_tax_types_db.inc
678   /taxes/db/tax_groups_db.inc
679   /taxes/db/tax_types_db.inc
680
681 18-Apr-2008 Joe Hunt
682 ! Module gl sealed against XSS Attacks
683 $ /gl/includes/db/gl_db_accounts.inc
684   /gl/includes/db/gl_db_account_types.inc
685   /gl/includes/db/gl_db_bank_accounts.inc
686   /gl/includes/db/gl_db_bank_trans.inc
687   /gl/includes/db/gl_db_bank_trans_types.inc
688   /gl/includes/db/gl_db_currencies.inc
689   /gl/includes/db/gl_db_trans.inc
690   
691 18-Apr-2008 Janusz Dobrowolski
692 ! Modules admin and dimensions sealed against XSS attacks
693 $ /admin/payment_terms.php
694   /admin/shipping_companies.php
695   /admin/db/company_db.inc
696   /admin/db/maintenance_db.inc
697   /admin/db/users_db.inc
698   /admin/db/voiding_db.inc
699   /dimensions/includes/dimensions_db.inc
700
701 18-Apr-2008 Joe Hunt
702 ! Modules includes, inventory and manufacturing sealed against XSS attacks
703 $ /includes/db/comments_db.inc
704   /includes/db/inventory_db.inc
705   /includes/db/references_db.inc
706   /inventory/includes/db/items_category_db.inc
707   /inventory/includes/db/items_db.inc
708   /inventory/includes/db/items_locations_db.inc
709   /inventory/includes/db/items_units_db.inc
710   /inventory/includes/db/movement_types_db.inc
711   /manufacturing/includes/db/work_centres_db.inc
712   /manufacturing/includes/db/work_orders_db.inc
713   /manufacturing/includes/db/work_orders_quick_db.inc
714   /manufacturing/includes/db/work_order_issues_db.inc
715   /manufacturing/includes/db/work_order_produce_items_db.inc
716   
717 18-Apr-2008 Janusz Dobrowolski
718 ! Changed db_escape function to avoid XSS attacks via js db injection
719 $ /includes/db/connect_db.inc
720 # Database inserts/updates secured against js injection
721 $ /admin/db/maintenance_db.inc
722   /gl/includes/db/gl_db_accounts.inc
723   /purchasing/includes/db/po_db.inc
724   /sales/sales_order_entry.php
725   /sales/includes/db/sales_order_db.inc
726
727 16-Apr-2008 Joe Hunt
728 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
729 $ /includes/ui/ui_lists.inc
730
731 09-Apr-2008 Janusz Dobrowolski
732 # Fixed number formatting bug in standard cost update.
733 $ /inventory/cost_update.php
734
735 -------------------- 2,0 Beta - released ----------------------------
736
737 06-Apr-2008 Joe Hunt
738 ! Changed install.html and update.html to fit the new unstable release 2.0
739 ! Changed demo sql script to fit the 2.0 unstable.
740 $ install.html
741   update.html
742   /sql/en_US-demo.sql
743   
744 06-Apr-2008 Janusz Dobrowolski
745 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
746   /sales/customer_invoice.php
747 # Fixed typo causing error while adding new tax type.
748   /taxes/tax_types.php
749   
750 05-Apr-2008 Joe Hunt
751 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
752 $ /admin/create_coy.php
753
754 05-Apr-2008 Joe Hunt
755 # Removed annoying warnings in several reports. 
756 $ config.php 
757   /reporting/rep102.php
758   /reporting/rep104.php
759   /reporting/rep201.php
760   /reporting/rep203.php
761   /reporting/rep705.php
762   /reporting/rep706.php
763   /reporting/rep707.php
764   /reporting/rep709.php
765   /reporting/reports_main.php
766   /reporting/includes/pdf_report.inc
767   
768 04-Apr-2008 Janusz Dobrowolski
769 # Javascript bugfix in selecting orders for template.
770 $ /sales/inquiry/sales_orders_view.php
771
772 04-Apr-2008 Joe Hunt
773 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
774 + Preparing for download of release 2.0b on SourceForge.
775 $ config.php
776   update.html
777   /sql/en_US-new.sql
778   /sql/en_US-demo.sql
779   
780 02-Apr-2008 Janusz Dobrowolski
781 # Removed selector expansion on space key for multi-line selectors
782 $ /js/inserts.js
783 ! Hiding search button in combo selectors for javascript enabled browsers
784 $ /includes/ui/ui_lists.inc
785   /js/inserts.js
786 + Focus set to invalid form field after submit check fail
787 $ /admin/company_preferences.php
788   /admin/fiscalyears.php
789   /admin/gl_setup.php
790   /admin/payment_terms.php
791   /admin/shipping_companies.php
792   /admin/users.php
793   /admin/void_transaction.php
794   /dimensions/dimension_entry.php
795   /gl/bank_transfer.php
796   /gl/gl_deposit.php
797   /gl/gl_journal.php
798   /gl/gl_payment.php
799   /gl/manage/bank_accounts.php
800   /gl/manage/bank_trans_types.php
801   /gl/manage/currencies.php
802   /gl/manage/exchange_rates.php
803   /gl/manage/gl_account_classes.php
804   /gl/manage/gl_account_types.php
805   /gl/manage/gl_accounts.php
806   /inventory/adjustments.php
807   /inventory/cost_update.php
808   /inventory/prices.php
809   /inventory/purchasing_data.php
810   /inventory/transfers.php
811   /inventory/manage/item_categories.php
812   /inventory/manage/item_units.php
813   /inventory/manage/items.php
814   /inventory/manage/locations.php
815   /inventory/manage/movement_types.php
816   /manufacturing/work_order_add_finished.php
817   /manufacturing/work_order_entry.php
818   /manufacturing/work_order_issue.php
819   /manufacturing/work_order_release.php
820   /manufacturing/manage/bom_edit.php
821   /manufacturing/manage/work_centres.php
822   /purchasing/po_entry_items.php
823   /purchasing/po_receive_items.php
824   /purchasing/supplier_credit.php
825   /purchasing/supplier_credit_grns.php
826   /purchasing/supplier_invoice.php
827   /purchasing/supplier_invoice_grns.php
828   /purchasing/supplier_payment.php
829   /purchasing/supplier_trans_gl.php
830   /purchasing/allocations/supplier_allocate.php
831   /purchasing/manage/suppliers.php
832   /sales/credit_note_entry.php
833   /sales/customer_credit_invoice.php
834   /sales/customer_delivery.php
835   /sales/customer_invoice.php
836   /sales/customer_payments.php
837   /sales/sales_order_entry.php
838   /sales/allocations/customer_allocate.php
839   /taxes/item_tax_types.php
840   /taxes/tax_groups.php
841   /taxes/tax_types.php
842 # Set default focus in update_db.php
843 $ /admin/backups.php
844
845 29-Mar-2008 Janusz Dobrowolski
846 # Changed gl_all_accounts_list() API
847 $ /includes/ui/ui_lists.inc
848 + Enhanced list accessability in kbd usage via space key
849 $ js/inserts.js
850
851 28-Mar-2008 Janusz Dobrowolski
852 # Fixed headers for various display mode
853 $ /sales/inquiry/sales_orders_view.php
854
855 28-Mar-2008 Joe Hunt
856 + Added print document options in inquiries.
857 $ /sales/inquiry/customer_inquiry.php
858   /sales/inquiry/sales_orders_view.php
859   /sales/inquiry/sales_deliveries_view.php
860   /purchasing/inquiry/po_search.php
861   /purchasing/inquiry/po_search_completed.php
862   
863 28-Mar-2008 Joe Hunt
864 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
865 $ /sales/includes/db/customers_db.inc
866 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
867 $ /sales/includes/db/sales_credit_db.inc
868 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
869 $ /reporting/includes/doctext.inc
870   /reporting/includes/doctext2.inc
871 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
872 $ /reporting/rep101.php
873   /reporting/rep102.php
874
875 28-Mar-2008 Janusz Dobrowolski
876 # Layout/focus fixes for no_[customer/supplier/item]_list option on
877 $  /includes/ui/ui_lists.inc
878    /purchasing/includes/ui/po_ui.inc
879    /sales/credit_note_entry.php
880    /sales/sales_order_entry.php
881    /sales/includes/ui/sales_credit_ui.inc
882    /sales/includes/ui/sales_order_ui.inc
883
884 27-Mar-2008 Janusz Dobrowolski
885 + Automatic first field focus on page start, focus order preserved between form updates
886 $  /gl/inquiry/gl_account_inquiry.php
887    /includes/page/footer.inc
888    /includes/ui/ui_controls.inc
889    /includes/ui/ui_input.inc
890    /includes/ui/ui_lists.inc
891    /includes/ui/ui_view.inc
892    /js/inserts.js
893    /sales/sales_order_entry.php
894    /sales/credit_note_entry.php
895    /sales/includes/ui/sales_credit_ui.inc
896    /sales/includes/ui/sales_order_ui.inc
897 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
898 $  /includes/ui/ui_input.inc
899 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
900 $  /gl/gl_deposit.php
901    /gl/gl_journal.php
902    /gl/gl_payment.php
903    /gl/includes/ui/gl_deposit_ui.inc
904    /gl/includes/ui/gl_journal_ui.inc
905    /gl/includes/ui/gl_payment_ui.inc
906    /includes/ui/ui_view.inc
907    /purchasing/po_entry_items.php
908    /purchasing/includes/ui/po_ui.inc
909    /sales/sales_order_entry.php
910    /sales/includes/ui/sales_credit_ui.inc
911    /sales/includes/ui/sales_order_ui.inc
912    /js/inserts.js
913 ! get_js_set_focus moved from ui_view (this is only standalone form).
914    /update_db.php
915 # Fixed debit/credit entry check 
916 $  /gl/gl_journal.php
917 # Restored GET/POST security check on path_to_root
918 $  /config.php
919
920 26-Mar-2008 Janusz Dobrowolski
921 # Bug fixes in purchase module related to tax structure changes.
922 $  /purchasing/includes/supp_trans_class.inc
923    /purchasing/includes/db/invoice_db.inc
924    /purchasing/includes/db/invoice_items_db.inc
925    /purchasing/includes/ui/invoice_ui.inc
926    /reporting/rep105.php
927
928 25-Mar-2008 Janusz Dobrowolski
929 ! Per company pdf, backup and graphics directories in 'company' dir.
930 $  /company (new dir)
931    /company/0 (new dir)
932    /company/0/images/ (new dir)
933    /company/0/images/102.jpg    (moved from inventory/manage/image)
934    /company/0/images/103.jpg    (moved from inventory/manage/image)
935    /company/0/images/104.jpg    (moved from inventory/manage/image)
936    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
937    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
938    /admin/backups.php
939    /admin/create_coy.php
940    /admin/db/maintenance_db.inc
941    /install/index.php
942    /reporting/rep102.php
943    /reporting/rep104.php
944    /reporting/rep202.php
945    /reporting/rep303.php
946    /reporting/rep706.php
947    /reporting/rep707.php
948    /reporting/includes/pdf_report.inc
949    /inventory/manage/items.php
950
951 + jscript component caching (enables browser caching and future compression)
952 $  /includes/session.inc
953    /includes/main.inc
954    /includes/page/header.inc
955    /includes/ui/ui_view.inc
956    /admin/display_prefs.php
957    /config.php
958
959 - Removed obsolete file
960 $  /sales/includes/ui/print_invoice.inc
961
962 21-Mar-2008 Janusz Dobrowolski
963 ! Total Allocation/Left to Allocate update without page submit.
964 $  /includes/ui/ui_view.inc
965    /purchasing/allocations/supplier_allocate.php
966    /sales/allocations/customer_allocate.php
967 # Fixed unvisable under IE editbutton
968 $  /themes/aqua/default.css
969    /themes/cool/default.css
970    /themes/default/default.css
971
972 20-Mar-2008 Janusz Dobrowolski
973 # Excluding delivery notes from Customer Balances, removed warnings. 
974 $  /reporting/rep101.php 
975 # Divide by zero fix on order_price==0 in new supplier invoice
976 $  /purchasing/supplier_invoice_grns.php
977 # Database bug fix in new customer entry
978 $  /sales/manage/customers.php
979 # Small bug fix (warnings) in is_date() function.
980 $  /includes/date_functions.inc
981
982 18-Mar-2008 Janusz Dobrowolski
983 # Line items editor uses POST method - no disappearing shippment info.
984 $  /sales/credit_note_entry.php
985    /sales/sales_order_entry.php
986    /sales/includes/ui/sales_credit_ui.inc
987    /sales/includes/ui/sales_order_ui.inc
988 + Added edit_button_cell() function
989 $  /includes/ui/ui_controls.inc
990 + Helper function for finding indexed submit $_POST vars.
991 $  /includes/ui/ui_input.inc
992 + New class .editbutton for buttons. Default view is link alike.
993 $  /themes/aqua/default.css
994    /themes/cool/default.css
995    /themes/default/default.css
996
997 17-Mar-2008 Janusz Dobrowolski
998 # Added rounding when needed to avoid document non cosistent documents.
999 $  /includes/banking.inc
1000    /purchasing/supplier_credit_grns.php
1001    /purchasing/supplier_invoice_grns.php
1002    /purchasing/includes/supp_trans_class.inc
1003    /purchasing/includes/ui/invoice_ui.inc
1004    /purchasing/includes/ui/po_ui.inc
1005    /reporting/rep107.php
1006    /reporting/rep109.php
1007    /reporting/rep110.php
1008    /reporting/rep209.php
1009    /sales/includes/cart_class.inc
1010    /sales/includes/ui/sales_credit_ui.inc
1011    /sales/includes/ui/sales_order_ui.inc
1012    /sales/view/view_credit.php
1013    /sales/view/view_dispatch.php
1014    /sales/view/view_invoice.php
1015    /sales/view/view_sales_order.php
1016    /taxes/tax_calc.inc
1017 # Sign bug for customer transactions
1018 $  /reporting/rep709.php
1019 # Include file conflict fix
1020 $ /purchasing/includes/ui/invoice_ui.inc
1021   /gl/manage/bank_accounts.php
1022   /manufacturing/inquiry/where_used_inquiry.php
1023   /purchasing/manage/suppliers.php
1024   
1025 16-Mar-2008 Janusz Dobrowolski
1026 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
1027 $  /js/behaviour.js
1028    /js/inserts.js
1029 + Added javascript source collecting functions
1030 $  /includes/main.inc
1031 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
1032 + Added global js code collecting arrays  $js_lib, $js_static
1033 $  /includes/session.inc
1034 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
1035 $  /includes/ui/ui_view.inc
1036 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
1037 $  /includes/page/footer.inc
1038    /includes/page/header.inc
1039 ! Added including of data_checks.inc
1040 $  /includes/ui.inc
1041 + User side percent/exrate/qty/price input formatting via onblur handler.
1042 $  /admin/gl_setup.php
1043    /gl/gl_budget.php
1044    /gl/manage/exchange_rates.php
1045    /includes/ui/ui_input.inc
1046    /inventory/purchasing_data.php
1047    /inventory/reorder_level.php
1048    /inventory/includes/item_adjustments_ui.inc
1049    /inventory/includes/stock_transfers_ui.inc
1050    /manufacturing/work_order_entry.php
1051    /manufacturing/manage/bom_edit.php
1052    /purchasing/po_entry_items.php
1053    /purchasing/po_receive_items.php
1054    /purchasing/supplier_credit.php
1055    /purchasing/supplier_credit_grns.php
1056    /purchasing/supplier_invoice_grns.php
1057    /purchasing/supplier_trans_gl.php
1058    /purchasing/allocations/supplier_allocate.php
1059    /purchasing/includes/ui/po_ui.inc
1060    /sales/customer_delivery.php
1061    /sales/customer_invoice.php
1062    /sales/allocations/customer_allocate.php
1063    /sales/includes/ui/sales_credit_ui.inc
1064    /sales/includes/ui/sales_order_ui.inc
1065    /taxes/tax_groups.php
1066    /taxes/tax_types.php
1067
1068 14-Mar-2008 Janusz Dobrowolski
1069  + All forms fixed to accept user native numeric format.
1070  $ /admin/gl_setup.php
1071    /gl/bank_transfer.php
1072    /gl/gl_budget.php
1073    /gl/gl_deposit.php
1074    /gl/gl_journal.php
1075    /gl/gl_payment.php
1076    /gl/includes/db/gl_db_banking.inc
1077    /gl/includes/ui/gl_deposit_ui.inc
1078    /gl/includes/ui/gl_journal_ui.inc
1079    /gl/includes/ui/gl_payment_ui.inc
1080    /gl/manage/exchange_rates.php
1081    /inventory/adjustments.php
1082    /inventory/cost_update.php
1083    /inventory/prices.php
1084    /inventory/purchasing_data.php
1085    /inventory/reorder_level.php
1086    /inventory/transfers.php
1087    /inventory/includes/item_adjustments_ui.inc
1088    /inventory/includes/stock_transfers_ui.inc
1089    /inventory/manage/item_units.php
1090    /manufacturing/work_order_entry.php
1091    /manufacturing/inquiry/where_used_inquiry.php
1092    /manufacturing/manage/bom_edit.php
1093    /purchasing/po_entry_items.php
1094    /purchasing/po_receive_items.php
1095    /purchasing/supplier_credit_grns.php
1096    /purchasing/supplier_invoice_grns.php
1097    /purchasing/supplier_payment.php
1098    /purchasing/supplier_trans_gl.php
1099    /purchasing/allocations/supplier_allocate.php
1100    /purchasing/includes/ui/po_ui.inc
1101    /purchasing/inquiry/po_search.php
1102    /sales/credit_note_entry.php
1103    /sales/customer_credit_invoice.php
1104    /sales/customer_delivery.php
1105    /sales/customer_invoice.php
1106    /sales/customer_payments.php
1107    /sales/sales_order_entry.php
1108    /sales/allocations/customer_allocate.php
1109    /sales/includes/ui/sales_credit_ui.inc
1110    /sales/includes/ui/sales_order_ui.inc
1111    /sales/manage/customers.php
1112    /sales/manage/sales_people.php
1113    /sales/view/view_credit.php
1114    /sales/view/view_dispatch.php
1115    /sales/view/view_invoice.php
1116    /sales/view/view_receipt.php
1117    /sales/view/view_sales_order.php
1118    /taxes/item_tax_types.php
1119    /taxes/tax_groups.php
1120    /taxes/tax_types.php
1121  + User format functions for percent/price/exrate amounts display.
1122  $ /includes/current_user.inc
1123  + Input checking functions for numeric input fields in user native format
1124  $ /includes/data_checks.inc
1125  + Numeric input fields in user native format
1126  $ /includes/ui/ui_input.inc
1127  + Javascript function for conversion to/from user native numeric format.
1128  $ /includes/ui/ui_view.inc
1129  + New class amount for numeric input
1130  $ /themes/aqua/default.css
1131    /themes/cool/default.css
1132    /themes/default/default.css
1133  # Removed warning on adding component
1134    /manufacturing/manage/bom_edit.php
1135  # Quantity display correction
1136    /manufacturing/inquiry/where_used_inquiry.php
1137  # Fixed add_customer_trans() call
1138    /gl/includes/db/gl_db_banking.inc
1139
1140 12-Mar-2008 Joe Hung
1141  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
1142  - Removed default insertion of Units of Measure. Not neccessary.
1143  $ /sql/alter.sql
1144    /admin/db/maintenance_db.inc (added support for update)
1145
1146 11-Mar-2008 Janusz Dobrowolski
1147  + Table of measure moved into new table item_units
1148  ! Removed $themes[] from config.php, theme list based on directory structure
1149  $ /config.php
1150    /includes/ui/ui_lists.inc
1151    /applications/inventory.php
1152    /inventory/includes/inventory_db.inc
1153    /inventory/includes/db/items_units_db.inc
1154    /inventory/manage/item_units.php
1155    /inventory/manage/items.php
1156    /sql/alter.sql
1157
1158 11-Mar-2008 Joe Hunt
1159  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
1160  $ /sales/customer_invoice.php
1161    /sales/customer_delivery.php
1162  
1163 10-Mar-2008 Joe Hunt
1164  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
1165  $ /sales/sales_order_entry.php
1166  
1167 10-Mar-2008 Janusz Dobrowolski
1168  + Added price list selector to sales entry (debtor_master gives only default one)
1169  + Added optional submit_on_change parameter to sales ui lists
1170  $ /includes/ui/ui_lists.inc
1171    /sales/sales_order_entry.php
1172    /sales/includes/ui/sales_credit_ui.inc
1173    /sales/includes/ui/sales_order_ui.inc
1174  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
1175  $ /sales/includes/cart_class.inc
1176    /includes/ui/ui_view.inc
1177    /sales/includes/sales_db.inc
1178  # Fixed bogus sales_type lists in edition mode
1179  $ /sales/customer_delivery.php
1180    /sales/customer_invoice.php
1181  # Smaller fixes, cart_class.sales_type name change
1182  $ /sales/includes/ui/sales_credit_db.inc
1183    /sales/credit_note_entry.php
1184    /sales/customer_credit_invoice.php
1185    /sales/includes/cart_class.inc
1186    /sales/includes/db/sales_credit_db.inc
1187    /sales/includes/db/sales_delivery_db.inc
1188    /sales/includes/db/sales_invoice_db.inc
1189    /sales/includes/db/sales_order_db.inc
1190    /sales/includes/ui/sales_credit_ui.inc
1191  # One another pmWiki name conflict removed
1192  $ /admin/display_prefs.php
1193  
1194 09-Mar-2008 Joe Hunt
1195  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
1196  $ /dimensions/includes/dimensions_db.inc
1197    /gl/includes/db/gl_db_banking.inc
1198    /includes/main.inc
1199    /inventory/includes/db/items_adjust_db.inc
1200    /manufacturing/includes/db/work_order_issues_db.inc
1201    /manufacturing/includes/db/work_order_produce_items_db.inc
1202    /manufacturing/includes/db/work_orders_db.inc
1203    /manufacturing/includes/db/work_orders_quick_db.inc
1204    /purchasing/includes/db/grn_db.inc
1205    /purchasing/includes/db/po_db.inc
1206    /purchasing/includes/db/supp_payment_db.inc
1207    /reporting/includes/form_types.inc (File removed)
1208    /sales/includes/db/sales_delivery_db.inc
1209    /sales/includes/db/sales_invoice_db.inc
1210    /sales/includes/db/sales_order_db.inc
1211    /sql/alter.sql
1212  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
1213  $ /reporting/rep101.php
1214    /reporting/rep201.php
1215  # clone replacement do_clone() for both PHP 4 and PHP 5.
1216  $ /includes/ui/ui_view.inc (at the very bottom)
1217    /sales/includes/cart_class.inc
1218    
1219 07-Mar-2008 Janusz Dobrowolski
1220  ! Changed name tax type uniqueness constraint to (name, rate)
1221  $ /includes/ui/ui_lists.inc
1222    /taxes/items_tax_types.php
1223  ! Tax included option moved from tax_group to sales_types table
1224  $ includes/ui/ui_view.inc
1225    /purchasing/includes/ui/invoice_ui.inc
1226    /taxes/tax_calc.inc
1227    /taxes/tax_groups.php
1228    /taxes/db/tax_groups_db.inc
1229    /sql/alter.sql
1230  # Final rewriting of sales module, a lot of bugfixes.
1231  + Template delivery/invoicing
1232  + Concurrent document editing control on sql level
1233  + Most of sales documents are now editable
1234  + Some links to print documents after entry
1235  ! Changed javascript helper function for customer allocations
1236  $ /applications/customers.php
1237    /includes/ui/ui_input.inc
1238    /reporting/rep107.php
1239    /reporting/rep109.php
1240    /reporting/rep110.php
1241    /sales/credit_note_entry.php
1242    /sales/customer_credit_invoice.php
1243    /sales/customer_delivery.php
1244    /sales/customer_invoice.php
1245    /sales/customer_payments.php
1246    /sales/sales_order_entry.php
1247    /sales/allocations/customer_allocate.php
1248    /sales/allocations/customer_allocation_main.php
1249    /sales/includes/cart_class.inc
1250    /sales/includes/sales_db.inc
1251    /sales/includes/sales_ui.inc
1252    /sales/includes/db/cust_trans_db.inc
1253    /sales/includes/db/cust_trans_details_db.inc
1254    /sales/includes/db/custalloc_db.inc
1255    /sales/includes/db/customers_db.inc
1256    /sales/includes/db/payment_db.inc
1257    /sales/includes/db/sales_credit_db.inc
1258    /sales/includes/db/sales_delivery_db.inc
1259    /sales/includes/db/sales_invoice_db.inc
1260    /sales/includes/db/sales_order_db.inc
1261    /sales/includes/db/sales_types_db.inc
1262    /sales/includes/ui/print_invoice.inc
1263    /sales/includes/ui/sales_credit_ui.inc
1264    /sales/includes/ui/sales_order_ui.inc
1265    /sales/inquiry/customer_allocation_inquiry.php
1266    /sales/inquiry/customer_inquiry.php
1267    /sales/inquiry/sales_deliveries_view.php
1268    /sales/inquiry/sales_orders_view.php
1269    /sales/manage/credit_status.php
1270    /sales/manage/sales_types.php
1271    /sales/view/view_credit.php
1272    /sales/view/view_dispatch.php
1273    /sales/view/view_invoice.php
1274    /sales/view/view_receipt.php
1275    /sales/view/view_sales_order.php
1276 # Removed function name conflict with wiki help system
1277    /includes/lang/language.php
1278    
1279 06-Mar-2008 Janusz Dobrowolski
1280  + Wiki help links integration
1281  $ /config.php
1282    /includes/page/header.inc
1283    /includes/lang/language.php
1284  + Optional debuging with xdebug module
1285  $ /index.php
1286    /includes/db/connect_db.inc
1287  ! Concurrent edition fix
1288  $  /includes/systypes.inc
1289  # Table header fix
1290  $  /manufacturing/manage/bom_edit.php
1291  # Menu layout fixes
1292  $ /themes/aqua/renderer.php
1293    /themes/cool/renderer.php
1294    /themes/default/renderer.php
1295  # Removed warning about nonexistent $_GET variable
1296  $ /dimensions/inquiry/search_dimensions.php
1297  # MySQL 3.xx CAST bug fix
1298  $ /includes/db/manufacturing_db.inc
1299    /manufacturing/includes/db/work_order_requirements_db.inc
1300    /manufacturing/inquiry/where_used_inquiry.php
1301
1302 04-Mar-2008 Joe Hunt
1303  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
1304    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
1305  $ /inventory/cost_update.php
1306    /purchasing/includes/db/grn_db.inc and
1307    /manufacturing/manage/bom_edit.php. 
1308    /manufacturing/includes/db/work_orders_db.inc
1309    /manufacturing/includes/db/work_orders_quick_db.inc
1310    /manufacturing/work_order_entry.php
1311   
1312 21-Feb-2008 Joe Hunt
1313  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
1314  $ /admin/view_print_transaction.php
1315    /applications/setup.php
1316   
1317 17-Feb-2008 Joe Hunt
1318  ! Minor change in menu and function in view_print_transaction.php
1319  $ /admin/view_print_transaction.php
1320    /application/setup.php
1321  + Preparing for print of single documents
1322  $ /reporting/includes/reporting.inc
1323  ! Removing 'out' field in table tax_types
1324  $ /sql/alter.sql
1325    /taxes/tax_types.php
1326    /taxes/db/tax_types_db.inc
1327  + Added 2 functions in ui_input.inc, button and button_cell
1328    /includes/ui/ui_input.inc
1329
1330 11-Feb-2008 Joe Hunt
1331  + Added file, update_db.php, for updating company databases from an SQL script.
1332  $ update_db.php (New file)
1333    update.html
1334   
1335 06-Fef-2008 Joe Hunt
1336  + Added Report, Salesman Listing, rep106.php. 
1337  $ /reporting/reports_main.php
1338    /reporting/rep106.php
1339   
1340 06-Feb-2008 Janusz Dobrowolski
1341  + Separation of customer invoice issue and goods delivery.
1342  + Batch invoicing for more than one delivery
1343  # Corrected inadequate shipping tax calculations.
1344  ! Default debugging status changed to off.
1345  $ /taxes/tax_calc.inc
1346    /taxes/db/tax_groups_db.inc
1347    /admin/db/voiding_db.inc
1348    /applications/customers.php
1349    /includes/systypes.inc
1350    /includes/types.inc
1351    /includes/ui/ui_controls.inc
1352    /includes/ui/ui_lists.inc
1353    /includes/ui/ui_view.inc
1354    /inventory/inquiry/stock_status.php
1355    /reporting/rep105.php
1356    /reporting/rep107.php
1357    /reporting/rep109.php
1358    /reporting/rep110.php 
1359    /reporting/rep209.php
1360    /reporting/reports_main.php
1361    /reporting/includes/doctext.inc
1362    /reporting/includes/doctext2.inc
1363    /reporting/includes/form_types.inc
1364    /reporting/includes/pdf_report.inc
1365    /reporting/includes/reports_classes.inc
1366    /sales/customer_credit_invoice.php
1367    /sales/customer_invoice.php
1368    /sales/sales_order_entry.php
1369    /sales/customer_delivery.php 
1370    /sales/includes/db/sales_delivery_db.inc 
1371    /sales/includes/ui/print_invoice.inc 
1372    /sales/includes/cart_class.inc
1373    /sales/includes/sales_db.inc
1374    /sales/includes/db/cust_trans_db.inc
1375    /sales/includes/db/cust_trans_details_db.inc
1376    /sales/includes/db/sales_credit_db.inc
1377    /sales/includes/db/sales_invoice_db.inc
1378    /sales/includes/db/sales_order_db.inc
1379    /sales/includes/ui/sales_order_ui.inc
1380    /sales/inquiry/customer_allocation_inquiry.php
1381    /sales/inquiry/customer_inquiry.php
1382    /sales/inquiry/sales_orders_view.php
1383    /sales/inquiry/sales_deliveries_view.php 
1384    /sales/view/view_dispatch.php
1385    /sales/view/view_invoice.php
1386    /sales/view/view_sales_order.php
1387    /sql/alter.sql
1388    config.php
1389   
1390 01-Feb-2008 Joe Hunt
1391  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
1392  $ /sales/includes/cart_class.inc
1393    /sales/includes/db/sales_credit_db.inc
1394    /sales/includes/db/sales_invoice_db.inc
1395    /sales/includes/db/sales_order_db.inc
1396    /sales/includes/db/cust_trans_details_db.inc
1397    /sales/includes/ui/sales_order_ui.inc
1398    /sales/includes/ui/sales_credit_ui.inc
1399    /sales/credit_note_entry.php
1400    /sales/customer_credit_invoice.php
1401    /sales/sales_order_entry.php
1402    /sales/customer_invoice.php
1403
1404 31-Jan-2008 Joe Hunt
1405  ! New Release 2.0 Pre Alpha
1406  $ config.php
1407  # Fixed a release 2 related bug in create_coy.php
1408  $ /admin/create_coy.php
1409  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
1410    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
1411    with these databases changes without any new files. They are coming as soon as possible.
1412  $ /sql/alter.sql (New file)  
1413  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
1414    and 2 related files
1415  $ /purchasing/supplier_trans_gl.php
1416    /purchasing/includes/db/invoice_items_db.inc
1417  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
1418  $ /includes/ui/ui_lists.inc
1419    /purchasing/includes/ui/po_ui.inc
1420    /sales/includes/ui/sales_order_ui.inc
1421    /admin/company_preferences.php
1422    /admin/db/company_db.inc
1423    config.php
1424  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
1425    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
1426  $ /sales/manage/sales_people.php
1427    /includes/ui/ui_input.inc
1428  
1429 -------------------- 2,0 Pre Alpha - above ----------------------------
1430 31-Jan-2008 Janusz Dobrowolski
1431  # Minor bugfix in db_import()
1432  $ /admin/db/maintenance_db.inc
1433  
1434 30-Jan-2008 Janusz Dobrowolski
1435  # Minor display fix in tax_types.php
1436  $ /taxes/tax_types.php
1437  ! Format cleanup on some files.
1438  $ /gl/includes/gl_db.inc
1439    /gl/includes/gl_ui.inc
1440    /applications/application.php
1441    frontaccounting.php
1442    index.php
1443    
1444 -------------------- 1.16 Stable Released ----------------------
1445 28-Jan-2008 Joe Hunt
1446  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
1447    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
1448    and $no_supplier_list. Default is the normal behavior for all listboxes.
1449  $ /includes/ui/ui_lists.inc
1450    /sales/includes/ui/sales_orders_ui.inc
1451    /purchases/includes/ui/po_ui.inc
1452    /themes/default/images/locate.png (New file)
1453    config.php
1454
1455  + Added ALTER TABLE possibility in db_import. For future releases.
1456  $ /admin/db/maintenence_db.inc  
1457
1458  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
1459  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
1460  $ /includes/db/connect_db.inc
1461    /includes/ui/ui_lists.inc
1462    /includes/page/header.inc
1463    /access/login.php
1464    
1465 16-Jan-2008 Joe Hunt
1466  # When login screen is displayed after session timeout page content is broken. It
1467    is because of NOT using absolute paths in href attribute theme elements.
1468  $ /access/login.php
1469  
1470 30-Dec-2007 Joe Hunt
1471  # Minor adjustments in function db_export on line 325
1472  $ /admin/db/maintenance_db.inc
1473  
1474 29-Dec-2007 Joe Hunt
1475  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
1476  $ config.php
1477  
1478  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
1479    Also fixed a unneccessary str_replace when importing sql scripts.
1480  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
1481  $ /admin/db/maintenance_db.inc
1482    /reporting/includes/pdf_report.inc
1483    
1484 13-Dec-2007 Joe Hunt
1485  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
1486  $ /gl/inquiry/gl_trial_balance.php
1487    /gl/inquiry/gl_account_inquiry.php
1488
1489 13-Dec-2007 Joe Hunt
1490  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
1491  $ /admin/db/voiding_db.inc
1492  
1493 06-Dec-2007 Joe Hunt
1494  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
1495  $ /gl/gl_payment.php
1496    /gl/includes/ui/gl_payment_ui.inc
1497    
1498  ! Changed $loc_notification to be set to 0 instead of 1.
1499  $ config.php
1500  
1501 -------------------- 1.15 Stable Released ----------------------
1502 05-Dec-2007 Joe Hunt
1503  + Added email notification to stock location when available stock is below reorder level
1504  $ config.php
1505    /sales/includes/db/sales_order_db.inc
1506    
1507  # Fixed bugs in Open balances when account is not a balance account
1508  $ /gl/inquiry/gl_trial_balance.php
1509    /gl/inquiry/gl_account_inquiry.php
1510    /reporting/rep704.php
1511    /reporting/rep708.php
1512    
1513 -------------------- 1.14 Stable Released ----------------------
1514 01-Oct-2007 Joe Hunt
1515  ! Major change in the installation of modules to also accept an SQL-file for upload.
1516  $ config.php
1517    /admin/inst_module.php
1518    /admin/db/maintenance_db.inc
1519    
1520 30-Sep-2007 Joe Hunt
1521  # The following files were still vulnerable. Fixed
1522  $ /access/login.php
1523    /includes/lang/language.php
1524
1525 -------------------- 1.13 Stable Released ----------------------
1526 14-Sep-2007 Joe Hunt
1527  + Added optional link for electronic payment on invoices (PayPal). 
1528  ! Better support for install/update languages.  
1529  ! Minor adjustments
1530  # Fixed a vulnerable item in config.php
1531  $ config.php
1532
1533 14-Sep-2007 Joe Hunt
1534  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
1535  # config.php has been vulnerable. Fixed.
1536  $ /admin/inst_lang.php
1537  $ config.php
1538  
1539 10-Sep-2007 Joe Hunt
1540  ! Changed Bank Address field from text to textarea (multirows)
1541  $ /gl/manage/bank_accounts.php
1542  
1543 06-Sep-2007 Joe Hunt
1544  + Added optional link for electronic payment on invoices (PayPal)
1545  $ /reporting/reports_main.php
1546    /reporting/rep107.php
1547    /reporting/includes/report_classes.inc
1548    /reporting/includes/pdf_report.inc
1549    /reporting/includes/doc_text.inc
1550    /reporting/includes/doc_text2.inc
1551    
1552 23-Aug-2007 Joe Hunt
1553  # Unnecessary parameter ($db) in check_for_recursive_bom
1554  $ /manufacturing/manage/bom_edit.php
1555  
1556 21-Aug-2007 Joe Hunt
1557  # Bug in /includes/lang/gettext.php (249) affecting changing language!
1558  $ /includes/lang/gettext.php
1559  
1560 08-Aug-2007 Joe Hunt
1561  # Minor adjustments
1562  $ config.php
1563    /access/login.php
1564    /admin/create_coy.php
1565    /reporting/includes/pdf_report.inc
1566    
1567 04-Aug-2007 Joe Hunt
1568  + Added a default fiscal year in the en_US-new.sql and start references.
1569  $ /sql/en_US-new.sql
1570  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
1571  $ /lang/en_US/LC_MESSAGES/en_US.mo
1572  
1573 03-Aug-2007 Joe Hunt
1574  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
1575  $ /sales/includes/db/sales_order_db.inc
1576  
1577 23-Jul-2007 Joe Hunt
1578  # Changed <? in front of 2 files to <?php.
1579  $ /purchasing/includes/purchasing_ui.inc
1580    /reporting/includes/class.mail.inc
1581    
1582 -------------------- 1.12 Stable Released ----------------------
1583 21-Jul-2007 Joe Hunt
1584  + Added option to handle Jalali and Islamic Calendars
1585  ! Minor adjustments
1586  $ config.php
1587    /gl/includes/db/gl_db_trans.inc
1588    /includes/date_functions.inc
1589    /includes/ui/ui_input.inc
1590    /includes/ui/ui_lists.inc
1591    /includes/ui/ui_view.inc
1592    /purchasing/po_receive_items.php
1593    /purchasing/includes/ui/invoice_ui.inc
1594    /purchasing/includes/ui/po_ui.inc
1595    /reporting/rep705.php
1596    /sales/includes/db/sales_order_db.inc
1597    /sales/includes/ui/sales_order_ui.inc
1598    
1599 20-Jul-2007 Joe Hunt
1600  ! Changed parameters on report Sales Order. Option to print as Quote.
1601  $ /reporting/reports_main.php
1602    /reporting/rep109.php
1603    /reporting/includes/pdf_report.inc
1604    /reporting/includes/doctext.inc
1605    /reporting/includes/doctext2.inc
1606  
1607 19-Jul-2007 Joe Hunt
1608  + Added Budget Entry in General Ledger. Includes Dimensions.
1609  $ config.php
1610    /applications/generalledger.php
1611    /gl/gl_budget.php (New File!)
1612    /gl/includes/db/gl_db_trans.inc
1613    /includes/date_functions.inc
1614    /reporting/report_classes.inc
1615    
1616 -------------------- 1.11 Stable Released ----------------------
1617 04-Jul-2007 Joe Hunt
1618  ! Option for using alpha numeric chart of accounts.
1619  $ config.php
1620    /gl/manage/gl_accounts.php
1621    /gl/includes/db/gl_db_accounts.inc
1622    /gl/includes/db/gl_db_bank_trans.inc
1623    /gl/includes/db/gl_db_trans.inc
1624    /gl/inquiry/gl_trial_balance.inc
1625    /admin/db/company_db.inc
1626    /inventory/includes/db/items_db.inc
1627    /sales/manage/customer_branches.inc
1628
1629 04-Jul-2007 Joe Hunt
1630  # Problems retrieving language texts for poEdit in long javascripts
1631  $ /includes/ui/ui_view.inc
1632  
1633 04-May-2007 Joe Hunt
1634  # Database error when updating more than one item row in Sales Orders.
1635  $ /sales/includes/db/sales_order_db.inc
1636  # Database error when inserting work order issues. Fixed.
1637  $ /manufacturing/includes/db/work_order_issues_db.inc
1638  
1639 03-May-2007 Joe Hunt
1640  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
1641  $ /includes/db/manufacturing_db.inc
1642    /manufacturing/includes/db/work_order_requirements_db.inc
1643
1644 02-May-2007 Joe Hunt
1645  # Missing details on Purchase Order when emailing and printing
1646  $ /reporting/rep209.php
1647  
1648 -------------------- 1.1 Stable Released ----------------------
1649 02-May-2007 Joe Hunt
1650  + Enabled module addons and all the below bugfixes. No changes in database structure.
1651  - Removed /sql/basic.sql (included in the other sql files)
1652  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
1653    (not needed anymore).
1654  + Addition of update.html  
1655  $ /admin/inst_module.php (New file!)
1656    /applications/customers.php
1657    /applications/dimensions.php
1658    /applications/generalledger.php
1659    /applications/inventory.php
1660    /applications/manufacturing.php
1661    /applications/setup.php
1662    /applications/suppliers.php
1663    /install/index.php
1664    /install/save.php
1665    /modules/inst_modules.php (New folder and new file!)
1666    /modules/index.php (New file!)
1667    /sql/en_US-demo.sql
1668    /sql/en_US-new.sql
1669    install.html
1670    update.html (New file!)
1671    
1672 01-May-2007 Joe Hunt
1673  # Missing measure of units when printing sales orders
1674  # Update of Sales People caused a database error
1675  $ /sales/manage/sales_people.php
1676    /reporting/rep109.php
1677  
1678 30-Apr-2007 Joe Hunt
1679  + The selected menu tab is now shown with same background as hover color.
1680  $ config.php (default tab line 77. Change if you want)
1681    /includes/page/header.inc
1682    
1683 28-Apr-2007 Joe Hunt
1684  # When saving work order entries a lot of debug boxes appeared. Fixed
1685  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
1686  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
1687  $ /includes/db/manufacturing_db.inc
1688    /manufacturing/work_order_entry.php
1689    /manufacturing/includes/work_order_issue_ui.inc
1690    /manufacturing/includes/db/work_order_requirements_db.inc
1691    /manufacturing/includes/db/work_orders_quick_db.inc
1692    /manufacturing/inquiry/where_used_inquiry.php
1693    
1694 25-Apr-2007 Joe Hunt
1695  # Missing Date Picker
1696  $ /sales/customer_invoice.php
1697  # No JS popup window
1698  $ /sales/view/view_invoice.php
1699  
1700 24-Apr-2007 Joe Hunt
1701  ! New and better Date Picker, better cool theme.
1702  $ /includes/ui/ui_input.inc
1703    /includes/ui/ui_view.inc
1704    /reporting/includes/reports_classes.inc
1705    /themes/cool/default.css
1706
1707 -------------------- 1.0.1 Stable Released ----------------------
1708 23-Apr-2007 Joe Hunt
1709  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
1710    the changes for selection lists customers/suppliers and the Audit Trail.
1711
1712 22-Apr-2007 Joe Hunt
1713  ! Changed the two selection lists for customers/suppliers in reports to a single one with
1714    No Filter
1715  ! Changed the sort order in these selection lists from id to name.
1716  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
1717  $ /reporting/reports_main.php
1718    /reporting/rep101.php
1719    /reporting/rep102.php
1720    /reporting/rep201.php
1721    /reporting/rep202.php
1722    /reporting/rep203.php
1723    /reporting/rep204.php
1724    /reporting/includes/reports_classes.inc
1725    /includes/ui/ui_lists.inc
1726    /gl/includes/db/gl_db_trans.inc
1727    config.php
1728    
1729 22-Apr-2007 Joe Hunt
1730  + Date Picker for all date fields.
1731  $ config.php
1732    /admin/fiscalyears.php
1733    /admin/void_transaction.php
1734    /includes/ui/ui_view.inc
1735    /includes/ui/ui_input.inc
1736    /dimensions/dimension_entry.php
1737    /dimensions/inquiry/search_dimensions.php
1738    /gl/gl_journal.php
1739    /gl/gl_deposit.php
1740    /gl/gl_payment.php
1741    /gl/bank_transfer.php
1742    /gl/inquiry/bank_inquiry.php
1743    /gl/inquiry/gl_account_inquiry.php
1744    /gl/inquiry/gl_trial_balance.php
1745    /gl/manage/exchange_rates.php
1746    /inventory/adjustments.php
1747    /inventory/transfers.php
1748    /inventory/inquiry/stock_movements.php
1749    /inventory/manage/items.php
1750    /manufacturing/work_order_add_finished.php
1751    /manufacturing/work_order_entry.php
1752    /manufacturing/work_order_issue.php
1753    /manufacturing/work_order_release.php
1754    /purchasing/supplier_payment.php
1755    /purchasing/po_entry_items.php
1756    /purchasing/po_receive_items.php
1757    /purchasing/supplier_credit.php
1758    /purchasing/supplier_credit_grns.php
1759    /purchasing/supplier_invoice.php
1760    /purchasing/supplier_invoice_grns.php
1761    /purchasing/supplier_trans_gl.php
1762    /purchasing/includes/ui/po_ui.inc
1763    /purchasing/inquity/po_search.php
1764    /purchasing/inquiry/po_search_completed.php
1765    /purchasing/inquiry/supplier_allocation_inquiry.php
1766    /purchasing/inquiry/supplier_inquiry.php
1767    /reporting/reports_main.php
1768    /reporting/includes/reports_classes.inc
1769    /sales/credit_note_entry.php
1770    /sales/customer_credit_invoice.php
1771    /sales/customer_payments.php
1772    /sales/sales_order_entry.php
1773    /sales/includes/ui/sales_order_ui.inc
1774    /sales/inquiry/customer_allocation_inquiry.php
1775    /sales/inquiry/customer_inquiry.php
1776    /sales/inquiry/sales_orders_view.php
1777    New image files:
1778    /themes/default/images/cal.gif
1779    /themes/default/images/next.gif
1780    /themes/default/images/prev.gif
1781
1782 19-Apr-2007 Joe Hunt
1783  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
1784  # Bug no 1703891, Reserved MySQL words used as column names, fixed
1785  $ /taxes/db/tax_types_db.inc
1786
1787  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
1788  $ /gl/manage/gl_accounts.php
1789    /gl/includes/db/gl_db_accounts.inc
1790    /includes/ui/ui_input.inc
1791
1792 18-Apr-2007 Joe Hunt
1793  # Bug no 1702594, Logon Loop, fixed
1794  $ config.php
1795
1796 -------------------- 1.0a Stable Released ----------------------
1797 10-Apr-2007 Joe Hunt
1798  ! Release 1.0a established on SourceForge, fixing the bugs.
1799
1800 11-Apr-2007 Joe Hunt
1801  # Bug No 1698214, Creating Items, fixed
1802  $ /includes/ui/ui_lists.inc
1803  # Bug no 1698216, Item Movements, fixed
1804  $ /inventory/manage/items.php
1805
1806 -------------------- 1.0 Stable Released ----------------------
1807 10-Apr-2007 Joe Hunt
1808  ! Release 1.0 established on SourceForge.
1809
1810 2. Copyright and disclaimer
1811 ---------------------------
1812 This application is opensource software released under the GPL.  Please
1813 see source code and the LICENSE file