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