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