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