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