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