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