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