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