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