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