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