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