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