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