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