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