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