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