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