Better color in data picker
[fa-stable.git] / CHANGELOG.txt
1 /**
2 * @version $Id$
3 * @package FrontAccounting
4 * @copyright (C) 2005 - 2009 FrontAccounting, LLC
5 * @license http://www.gnu.org/copyleft/gpl-3.0.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 23-Feb-2009 Joe Hunt
23 ! Changed extension include to be outside function. Didn't work in submenus.
24 $ frontaccounting.php
25   /includes/main.inc
26 ! Better color in data picker
27 $ /themes/aqua/default.css
28   /themes/cool/default.css
29   /themes/default/default.css
30   
31 22-Feb-2009 Janusz Dobrowolski
32 ! Application startup code cleanup.
33 $ /frontaccounting.php
34   /index.php
35   /applications/customers.php
36   /applications/dimensions.php
37   /applications/generalledger.php
38   /applications/inventory.php
39   /applications/manufacturing.php
40   /applications/setup.php
41   /applications/suppliers.php
42   /includes/session.inc
43   /includes/lang/language.php
44   /themes/default/renderer.php
45   /themes/aqua/renderer.php
46   /themes/cool/renderer.php
47 ! Removed obsolete $applications array.
48 $ /config.php
49 ! Cosmetic cleanup
50 $ /includes/main.inc
51 ! Calendar style moved to theme default.css
52 $ /includes/ui/ui_view.inc
53   /themes/aqua/default.css
54   /themes/cool/default.css
55   /themes/default/default.css
56 # Fixed charset selection on login screen
57 $ /access/login.php
58 # Blocked password changes in demo mode
59 $ /admin/change_current_user_password.php
60 ! Default theme and language set for not logged user
61 $ /includes/current_user.inc
62   /includes/prefs/userprefs.inc
63 # Fixed initial query order.
64 $ /purchasing/inquiry/po_search.php
65
66 21-Feb-2009 Joe Hunt
67 ! Added nowrap for date type fields in db_pager_view.inc. Problems with (-) sep.
68 $ /includes/ui/db_pager_view.inc
69 ! Better layout in stock_movements.php
70 $ /inventory/inquiry/stock_movements.php
71
72 18-Feb-2009 Joe Hunt
73 ! Better layout in Items form.
74 $ /inventory/manage/items.php
75
76 16-Feb-2009 Joe Hunt
77 # Instruction in update.html should include switch to standard theme before upgrade
78 $ update.html
79 # Bug in function get_ecb_rate when no function curl_init (missing url part)
80 $ /gl/includes/db/gl_db_rates.inc
81
82 ------------------------------- Release 2.1.0 beta 2 -------------------------------------------
83 15-Feb-2009 Joe Hunt
84 ! Release 2.1.0 beta 2
85 $ config.php
86
87 14-Feb-2009 Janusz Dobrowolski
88 # Removed obsolete bank_trans field
89 $ /sql/alter2.1.sql
90   /sql/en_US-demo.sql
91   /sql/en_US-new.sql
92 # Drop column queries executed also in not forced upgrade install 
93 $ /admin/db/maintenance_db.inc
94
95 13-Feb-2009 Janusz Dobrowolski
96 ! Added login page language setting
97 $ /access/login.php
98   /admin/inst_lang.php
99   /includes/lang/language.php
100   /lang/installed_languages.inc
101 # Message typo fixed
102 $ /admin/display_prefs.php
103 # Unified display_error function name in install wizard and main code
104 $ /install/save.php
105
106 13-Feb-2009 Joe Hunt
107 # Minor bug fix in Quick Entry tax account choice for Journal Entry.
108 $ /includes/ui/ui_view.inc
109
110 12-Feb-2009 Janusz Dobrowolski
111 ! Changed extension menu file placement, added support for gettext in extensions.
112 $ /frontaccounting.php
113 # Fix for some buggy curl versions.
114 $ /gl/includes/db/gl_db_rates.inc
115   /gl/manage/exchange_rates.php
116 # Fixed get_amount() to return 0 for invalid input.
117 $ /js/utils.js
118   /js/budget.js
119
120 ------------------------------- Release 2.1.0 beta --------------------------------------------
121
122 08-Feb-2009 Janusz Dobrowolski
123 # Fixed division by zero bug in empty pager
124 $ includes/db_pager.inc
125 # Fixed special char display issue in item name [0000116]
126 $ sales/includes/cart_class.inc
127
128 08-Feb-2009 Joe Hunt
129 ! Changed license type to GNU GPLv3. Stamped headers changed.
130 $ all appropriate source files
131
132 04-Feb-2009 Joe Hunt
133 ! Removed ALTER TABLE DROP columns
134 $ /sql/alter2.1.sql
135 ! Removed files from CVS
136 /company/0/images/logo_frontaccounting.png
137 /reporting/fonts/vera.afm
138 + Added files to CVS
139 /doc/2.1_Beta.txt
140 /doc/extensions.txt
141 /themes/default/images/escape.png
142
143 04-Feb-2009 Joe Hunt
144 # Software Upgrade (re-read of current user needed)
145 $ /admin/inst_upgrade.php
146
147 03-Feb-2009 Joe Hunt
148 ! install/index.php link to AGPL license
149 $ /install/index.php
150
151 03-Feb-2009 Janusz Dobrowolski
152 ! Merging bugfixes since 2.0.6 from main trunk (see below)
153 $ /config.php
154   /gl/includes/db/gl_db_banking.inc
155   /gl/manage/gl_account_classes.php
156   /includes/ui/items_cart.inc
157   /includes/ui/ui_view.inc
158   /purchasing/includes/db/invoice_db.inc
159   /reporting/rep101.php
160   /reporting/rep201.php
161   /reporting/includes/class.pdf.inc
162   /sales/credit_note_entry.php
163   /sales/customer_credit_invoice.php
164   /sales/customer_delivery.php
165   /sales/customer_invoice.php
166   /sales/includes/db/payment_db.inc
167   /sales/includes/db/sales_credit_db.inc
168   /sales/includes/db/sales_delivery_db.inc
169   /sales/includes/db/sales_invoice_db.inc
170   /sales/includes/ui/sales_order_ui.inc
171   /sales/view/view_credit.php
172 # Due date display finally fixed.
173 $ /purchasing/inquiry/supplier_inquiry.php
174   /sales/inquiry/customer_inquiry.php
175
176 ------------------------------- Release 2.0.7 --------------------------------------------
177 03-Feb-2009 Joe Hunt
178 ! New release 2.0.7
179 $ config.php
180
181 22-Jan-2009 Joe Hunt
182 # Bug [0000112] It shows invoices as overdue still (in red), even though its been payed and allocated. 
183 $ /sales/inquiry/customer_inquiry.php
184
185 13-Jan-2009 Joe Hunt
186 # Bug [0000111] Accounts on Credit Hold can still process delivery notes on sales order and invoicing.
187 $ /sales/customer_delivery.php
188   /sales/customer_invoice.php
189   /sales/includes/ui/sales_order_ui.inc
190   
191 08-Jan-2009 Janusz Dobrowolski
192 # Numeric check on class id added.
193 $ /gl/manage/gl_account_classes.php
194
195 02-Jan-2009 Joe Hunt
196 # [0000104] minor language updates in a few sales files 
197 $ /sales/customer_invoice.php
198
199 23-Dec-2008 Joe Hunt
200 # Fixed an accounting sync in GL when adding bank account transactions (no customer/supplier trans)
201 $ /gl/includes/db/gl_db_banking.inc
202
203 22-Dec-2008 Janusz Dobrowolski
204 # [0000102] Credit note was stored without entered shippment cost and comment.
205 $ /sales/credit_note_entry.php
206 # [0000103] Error during save of modified freehand credit note.
207 $ /sales/includes/db/cust_trans_db.inc
208
209 18-Dec-2008 Joe Hunt
210 # [0000101] Roll back of yeasterday issues
211 $ /purchasing/includes/db/invoice_db.inc
212   /purchasing/includes/db/supp_payment_db.inc
213   /sales/includes/db/payment_db.inc
214   /sales/includes/db/sales_credit_db.inc
215   /sales/includes/db/sales_invoice_db.inc
216
217 17-Dec-2008 Joe Hunt
218 # [0000101] More wonderful rounding issues 
219 $ /includes/ui/ui_view.inc
220   /purchasing/includes/db/invoice_db.inc
221   /purchasing/includes/db/supp_payment_db.inc
222   /sales/includes/db/payment_db.inc
223   /sales/includes/db/sales_credit_db.inc
224   /sales/includes/db/sales_delivery_db.inc
225   /sales/includes/db/sales_invoice_db.inc
226   
227 16-Dec-2008 Joe Hunt
228 # [0000100] Keep getting left allocated weird results (rounding problems).
229 $ /includes/ui/ui_view.inc
230   /purchasing/inquiry/supplier_allocation_inquiry.php
231   /reporting/rep101.php
232   /reporting/rep201.php
233   /sales/inquiry/customer_allocation_inquiry.php
234
235 10-Dec-2008 Janusz Dobrowolski
236 # [0000099] New line added to inventory transfer/adjustment sometimes overwrites old one.
237 $ /includes/ui/items_cart.inc
238
239 09-Dec-2008 Janusz Dobrowolski
240 # [0000098] Unable issue of credit note for invoice with removed item lines.
241 $ /sales/customer_credit_invoice.php
242 # [0000097] Can't void freehand customer credit note.
243 $ /sales/includes/db/sales_invoice_db.inc
244 # Fixed to hide empty credit note lines.
245 $ /sales/view/view_credit.php
246 -------------------------------------------------------------------------------
247
248 03-Feb-2009 Janusz Dobrowolski
249 # sql2date around row[date] in due date.
250 $ /purchasing/inquiry/supplier_inquiry.php
251 # Bugfix [0000115] once again.
252 $ /sales/inquiry/sales_orders_view.php
253 # Division by zero avoided in db_pager
254 $ /includes/db_pager.inc
255
256 02-Feb-2009 Joe Hunt
257 ! Better layout in Form setup
258 $ /admin/forms_setup.php
259 # sql2date around row[date] in due date.
260 $ /sales/inquiry/customer_inquiry.php
261
262 02-Feb-2009 Janusz Dobrowolski
263 # Fixed initial sort order in pagers
264 $ /dimensions/inquiry/search_dimensions.php
265   /includes/db_pager.inc
266   /purchasing/allocations/supplier_allocation_main.php
267   /purchasing/inquiry/po_search_completed.php
268   /purchasing/inquiry/supplier_allocation_inquiry.php
269   /purchasing/inquiry/supplier_inquiry.php
270   /sales/allocations/customer_allocation_main.php
271   /sales/inquiry/customer_allocation_inquiry.php
272   /sales/inquiry/customer_inquiry.php
273 # Fixed due date display for invoices.
274 $ /sales/inquiry/customer_inquiry.php
275 # Bugfix [0000115] - error on empty table update in fallback mode.
276 $ /sales/inquiry/customer_allocation_inquiry.php
277
278 30-Jan-2009 Joe Hunt
279 + Outputs/Inputs on tax inquiry as well (why not)
280 $ /gl/includes/db/gl_db_trans.inc
281   /gl/inquiry/tax_inquiry.php
282 ! Updated en_US-demo.sql, en_US-new.sql and alter2.1.sql
283 $ /sql/alter2.1.sql
284   /sql/en_US-demo.sql
285   /sql/en_US-new.sql
286   
287 29-Jan-2009 Joe Hunt
288 # A few minor fixes to get the tax report and inquiry right and syncronized
289 $ /gl/includes/db/gl_db_trans.inc
290   /gl/inquiry/tax_inquiry.php
291   /reporting/rep709.php
292 # Missing parameter to add_trans_tax_details
293 $ /sales/includes/db/sales_credit_db.inc
294   /sales/includes/db/sales_delivery_db.inc
295   /sales/includes/db/sales_invoice_db.inc
296   
297 29-Jan-2009 Janusz Dobrowolski
298 # Changes related to rewrite and optimalization of tax registration
299 $ /gl/includes/db/gl_db_bank_trans.inc
300   /gl/includes/db/gl_db_banking.inc
301   /gl/includes/db/gl_db_trans.inc
302   /purchasing/includes/db/invoice_db.inc
303   /purchasing/includes/db/invoice_items_db.inc
304   /purchasing/view/view_supp_credit.php
305   /purchasing/view/view_supp_invoice.php
306   /reporting/rep107.php
307   /reporting/rep110.php
308   /reporting/rep709.php
309   /sales/includes/db/cust_trans_details_db.inc
310   /sales/includes/db/sales_credit_db.inc
311   /sales/includes/db/sales_delivery_db.inc
312   /sales/includes/db/sales_invoice_db.inc
313   /sales/view/view_credit.php
314   /sales/view/view_dispatch.php
315   /sales/view/view_invoice.php
316   /sql/alter2.1.php
317   /sql/alter2.1.sql
318   /taxes/tax_calc.inc
319   /gl/inquiry/tax_inquiry.php
320 # Added precheck before system upgrade
321 $ /admin/inst_upgrade.php
322 # Reduced delay when ECB currency exrates page is unavailable.
323 $ /gl/includes/db/gl_db_rates.inc
324 # Small fixes
325 $ /inventory/prices.php
326   /includes/ui/ui_view.inc
327 # Fixed bug in checks before group delete.
328 $ /sales/manage/sales_groups.php
329 # Removing obsolete tax group in GL account definition
330 $ /gl/includes/db/gl_db_accounts.inc
331   /gl/manage/gl_accounts.php
332
333 28-Jan-2009 Joe Hunt
334 ! Changes to committed tax report routines.
335 $ /sales/includes/db/sales_invoice_db.inc
336   /sales/includes/db/sales_delivery_db.inc
337   /sales/includes/db/sales_credit_db.inc
338   /purchasing/includes/db/invoice_db.inc
339   /reporting/rep709.php
340   
341 28-Jan-2009 Joe Hunt
342 + Copyright notes at top op every source file
343 $ All files still missing
344
345 27-Jan-2009 Joe Hunt
346 - Removed file update_db.php (obsolete). Finetuning en_US-demo.sql
347 $ update_db.php
348   /sql/en_US-demo.sql
349 # fixed underline in db pager for sortable columns.
350 $ /themes/aqua/default.css
351   /themes/cool/default.css
352   /themes/default/default.css
353   
354 26-Jan-2009 Joe Hunt
355 + Added one Post option to Post options in Quick Entry Lines (amount without decrease or increase). Minor bug fixes.
356 $ /gl/manage/gl_quick_entries.php
357   /includes/types.inc
358   /includes/ui/ui_view.inc
359 + Added 'inactive' field in most 'catalog' tables.
360 $ /sql/alter2.1.sql
361   /sql/en_US-new.sql
362   /sql/en_US-demo.sql
363 + Added graphics for cancel. (door-out)
364   /themes/aqua/images/cancel.png
365   /themes/cool/images/cancel.png
366   /themes/default/images/cancel.png
367
368 24-Jan-2009 Janusz Dobrowolski
369 ! Set maximum width for select to avoid broken layout in two column layout.
370 $ /themes/aqua/default.css
371   /themes/cool/default.css
372   /themes/default/default.css
373 # Voiding tax records included via GL/bank transactions
374 $ /admin/db/voiding_db.inc
375   /gl/includes/db/gl_db_bank_trans.inc
376   /gl/includes/db/gl_db_trans.inc
377 # Fixed quick entry types values.
378 $ /includes/types.inc
379
380 23-Jan-2009 Joe Hunt
381 + Added new files in doc subdirectory
382 $ /doc/attachments.txt
383   /doc/bank_reconciliation.txt
384   /doc/dim_on_invoice.txt
385   /doc/license.txt
386   /doc/quick_entries.txt
387   /doc/recurrent_invoice.txt
388   
389 22-Jan-2009 Janusz Dobrowolski
390 # Added attachments to company sub_dirs
391 $ /update_db.php
392 # Added hot key for Quick Entries
393 $ /applications/generalledger.php
394 # Improved quick entries.
395 $ /gl/gl_bank.php
396   /gl/gl_journal.php
397   /gl/includes/db/gl_db_bank_accounts.inc
398   /gl/includes/ui/gl_bank_ui.inc
399   /gl/includes/ui/gl_journal_ui.inc
400   /includes/types.inc
401   /includes/ui/items_cart.inc
402   /gl/manage/gl_quick_entries.php
403   /includes/ui/ui_lists.inc
404   /includes/ui/ui_view.inc
405   /purchasing/supplier_credit.php
406   /purchasing/supplier_invoice.php
407   /purchasing/includes/ui/invoice_ui.inc
408   /sql/alter2.1.sql
409   /sql/en_US-demo.sql
410   /sql/en_US-new.sql
411 ! Registration of changes on GL tax accounts in debtor_trans_tax_details/supp_invoice_tax_details.
412 $ /gl/includes/db/gl_db_banking.inc
413   /gl/includes/db/gl_db_trans.inc
414   /purchasing/includes/db/invoice_db.inc
415   /sales/includes/db/cust_trans_details_db.inc
416   /taxes/tax_calc.inc
417 # Allocation bug for cash sales.
418 $ /sales/includes/db/sales_invoice_db.inc
419 # Hiding voided gl transactions.
420 $ /gl/view/gl_trans_view.php
421 ! Icons removed from form buttons for now.
422 $ /sales/sales_order_entry.php
423
424 20-Jan-2009 Joe Hunt
425 ! Preparing for installing of extensions
426 $ installed_extensions.php (new file)
427   frontaccounting.php
428   /includes/main.inc
429 # Bad handling of graphic links in certain browsers
430   /includes/ui/ui_input.inc
431   
432 19-Jan-2009 Joe Hunt
433 ! Changed direct sales document line descriptions to be editable (via edit link)
434 $ /sales/sales_order_entry.php
435   /includes/cart_class.inc
436   /includes/ui/sales_order_ui.inc
437 ! Fixed so the printed documents can handle multiple lines of description
438 $ /reporting/rep107.php
439   /reporting/rep109.php
440   /reporting/rep110.php
441   
442 17-Jan-2009 Joe Hunt
443 ! Changed all smaller forms and tables to be uniform. Copyright notes.
444 $ All files with small forms and tables.
445
446 16-Jan-2009 Janusz Dobrowolski
447 ! Fixed new pager generation on first display.
448 $ /gl/manage/exchange_rates.php
449
450 15-Jan-2009 Joe Hunt
451 ! Adjustment of db pager width. Copyright notes. 
452 $ All files with db pager
453   /db_pager_view.inc
454   /themes/default/default.css
455   /themes/aqua/default.css
456   /themes/cool/default.css
457
458 15-Jan-2009 Janusz Dobrowolski
459 ! Rewritten reconciliation page.
460 $ /gl/bank_account_reconcile.php
461   /includes/ui/ui_lists.inc
462   /sql/alter2.1.php
463   /sql/alter2.1.sql
464   /js/reconcile.js (added)
465 ! Standard mysql separator in date functions
466 $ /includes/date_functions.inc
467 + Separated checkbox generation for indirect display use
468 $ /includes/ui/ui_input.inc
469 ! Standard checkbox helper use.
470 $ /sales/inquiry/sales_orders_view.php
471
472 14-Jan-2009 Joe Hunt
473 ! Page reload problem, progress bar in backup/restore, 
474 $ /admin/backups.php
475   /admin/display_prefs.php
476   /includes/lang/language.php
477   
478 12-Jan-2009 Joe Hunt
479 ! Updating install and update helpers
480 $ install.html
481   update.html
482   /install/index.php
483 # Fixing price formatting of left to allocate
484 $ /purchasing/allocations/supplier_allocation_main.php
485   /sales/allocations/customer_allocation_main.php
486   
487 11-Jan-2009 Janusz Dobrowolski
488 ! Added table pager.
489 $ /admin/view_print_transaction.php
490 ! Improved check_cells().
491 $ /includes/ui/ui_input.inc
492 # Added new attachments per company subdirectory.
493 $ /admin/create_coy.php
494 # Added hotkey for reconciliation menu option.
495 $ /applications/generalledger.php
496 # Fixed false qoh alerts.
497 $ /sales/includes/ui/sales_order_ui.inc
498 # Fixed page title.
499 $ /sales/manage/sales_points.php
500
501 11-Jan-2009 Joe Hunt
502 ! Changed notice msg to warnings and changed bg color for warning
503 $ /admin/company_preferences.php
504   /admin/void_transaction.php
505   /includes/errors.inc
506   /inventory/manage/items.php
507   
508 10-Jan-2009 Joe Hunt
509 + Addition of Bank Reconciliation. Author Rob Mallon
510 $ /applications/generalledger.php 
511   /gl/bank_account_reconcile.php (new file)
512   /sql/alter2.1.sql
513 + Added more fields to suppliers table and fixed PO document
514 $ /sql/alter2.1.sql
515   /includes/ui/ui_input.inc (new link_row)
516   /purchasing/manage/suppliers.php
517   /reporting/includes/header2.inc
518   /reporting/rep209.php
519   
520 09-Jan-2009 Janusz Dobrowolski
521 + Added hook file for localized functions.
522 $ /includes/lang/language.php
523 ! Removed obsolete local css file inclusion.
524 $ /includes/page/header.inc
525 ! Optional params in table_header() added.
526 $ /includes/ui/ui_controls.inc
527 ! Added table pager in exchange rates editor.
528 $ /gl/includes/db/gl_db_rates.inc
529   /gl/manage/exchange_rates.php
530 ! Fixed rate column, added width table parameter
531 $ /includes/db_pager.inc
532   /includes/ui/db_pager_view.inc
533 # Added hot key for attachments menu option.
534 $ /applications/setup.php
535 # Removed bank_trans_types_db.inc inclusion.
536 $ /gl/includes/gl_db.inc
537 - Removed obsolete files
538 $ /gl/manage/bank_trans_types.php (removed)
539   /gl/includes/db/bank_trans_types.inc (removed)
540   /lang/en_US/stylesheet.css (removed)
541   /lang/new_language_template/stylesheet.css (removed)
542 - Example picture files moved to company/0
543 $ /inventory/manage/image (removed)
544   /inventory/manage/image/0 (removed)
545   /inventory/manage/image/0/102.jpg (removed)
546   /inventory/manage/image/0/103.jpg (removed)
547   /inventory/manage/image/0/104.jpg (removed)
548
549 09-Jan-2009 Joe Hunt
550 ! Changed $path_to_root in report files and stamped copyright
551 $ All report files
552 + Added Sales kits to Items price list.
553 $ /reporting/rep104.php
554 # Company logo can not be deleted.
555 $ /admin/company_preferences.php
556 # Bug [0000107] and [0000108]
557 $ /inventory/includes/db/items_codes_db.inc
558   /gl/manage/gl_account_types.php
559
560 08-Jan-2009 Joe Hunt
561 ! Changed attachments to use unique files store instead of blobs
562 $ /admin/attachments/attachments.php
563   /sql/alter2.1.sql
564   
565 07-Jan-2009 Joe Hunt
566 ! Changed supplier credit note to only show items for a period, default 30 days back.
567 $ /purchasing/includes/db/grn_db.inc
568   /purchasing/includes/invoice_ui.inc
569   /purchasing/supplier_credit.php
570   
571 07-Jan-2009 Janusz Dobrowolski
572 # [0000105] Not initialized user pos numbers after upgrade, fixed some new table fields.
573 $ /sql/alter2.1.sql
574 # [0000106] Error blocking direct invoice for currencies not listed by ECB.
575 $ sales/includes/cart_class.inc
576 # Fixed error handling in forced upgrade mode.
577 $ admin/db/maintenance_db.inc
578 + Added backtrace debugging function;
579 $ /includes/ui/ui_view.inc
580
581 05-Jan-2009 Joe Hunt
582 + Possibility to 'Credit This' in supplier transactions like in customer transaction.
583   If there are many invoice items during a year, there would be many rows suggestions.
584 $ /purchasing/includes/db/grn_db.inc
585   /purchasing/includes/db/invoice_db.inc
586   /purchasing/includes/ui/invoice_ui.inc
587   /purchasing/supplier_credit.php
588   /purchasing/inquiry/supplier_inquiry.php
589   /purchasing/view/view_supp_credit.php
590   
591 22-Dec-2008 Janusz Dobrowolski
592 # Fixed item_code database update on item creation.
593 $ /inventory/includes/db/item_codes_db.inc
594   /inventory/includes/db/items_db.inc
595
596 21-Dec-2008 Joe Hunt
597 # Minor bugs in layout and quick entries.
598 $ /Includes/ui/ui_view.inc
599   /purchasing/includes/ui/invoice_ui.inc
600   /purchasing/supplier_invoice.php
601 # Minor bugs in doctext.inc and doctext2.inc
602 $ /reporting/includes/doctext.inc
603   /reporting/includes/doctext2.inc
604   
605 20-Dec-2008 Joe Hunt
606 ! Replaced the ajax paging in stock movements with the old file.
607 $ /inventory/inquiry/stock_movements.php
608 ! Better layout in big forms
609 $ /includes/ui/ui_controls.inc
610
611 18-Dec-2008 Joe Hunt
612 + Added quick entries in supplier invoice/credit note as well. Based on bank payments
613 $ /gl/gl_bank.php
614   /gl/gl_journal.php
615   /gl/includes/db/gl_db_banking.inc
616   /includes/ui/ui_view.inc
617   /purchasing/supplier_credit.php
618   /purchasing/supplier_invoice.php
619   /purchasing/includes/ui/invoice_ui.inc
620
621 15-Dec-2008 Janusz Dobrowolski
622 # [0000085] Fixed session conflicts during document edition in multiply tabs.
623 $ /sales/includes/cart_class.inc
624   /sales/includes/sales_ui.inc
625   /sales/credit_note_entry.php
626   /sales/customer_credit_invoice.php
627   /sales/customer_delivery.php
628   /sales/customer_invoice.php
629   /sales/sales_order_entry.php
630   /sales/view/view_sales_order.php
631 # Fixed initial form values.
632 $ /sales/manage/recurrent_invoices.php  
633 ! Code cleanup.
634 $ /purchasing/view/view_po.php
635   /sales/includes/ui/sales_credit_ui.inc
636   /sales/includes/ui/sales_order_ui.inc
637
638 12-Dec-2008 Joe Hunt
639 ! Changed so document Sales Invoice now shows delivery notes instead of sales order
640 $ /reporting/includes/header2.inc
641
642 11-Dec-2008 Joe Hunt
643 + Two new fields in company table, accumulate_shipping and logal_text
644   Accumulat shipping is for accumulating shipping on batch invoice
645   Legal text is a last line legal info on sales invoices.
646 $ /sql/alter2.1.sql
647   /admin/db/company_db.inc
648   /admin/gl_setup.php
649   /reporting/includes/header2.inc
650   /sales/customer_invoice.php
651
652 10-Dec-2008 Janusz Dobrowolski
653 # File and line was not displayed for devel error messages.
654 $ /includes/errors.inc
655 # Fixed duplicate groups in list selectors.
656 $ /includes/ui/ui_lists.inc
657
658 09-Dec-2008 Joe Hunt
659 # Bug in document right-margin when more than 1 page.
660 $ /reporting/includes/header2.inc
661 ! Changed so input of account type is possible (like classes)
662 $ /gl/manage/gl_account_types.php
663   /gl/includes/db/gl_db_account_types.inc
664   
665 08-Dec-2008 Janusz Dobrowolski
666 + Added helpers for list editor F4 calls.
667 $ /includes/ui/ui_controls.inc
668   /sales/sales_order_entry.php
669 + Added development/bugtracking sql trail 
670 $ /config.php
671   /sql/alter2.1.sql
672   /includes/db/connect_db.inc
673 ! GL accounts in list selector always grouped by type
674 $ /admin/gl_setup.php
675   /gl/includes/ui/gl_bank_ui.inc
676   /gl/includes/ui/gl_journal_ui.inc
677   /gl/manage/bank_accounts.php
678   /gl/manage/gl_accounts.php
679   /gl/manage/gl_quick_entries.php
680   /includes/ui/ui_lists.inc
681   /purchasing/includes/ui/invoice_ui.inc
682   /sales/manage/customer_branches.php
683 # Fixed Win AltGr issue in hotkeys system.
684 $ /js/inserts.js
685 # Fixed sales_items selector for MySql 3.xx compatibility
686 $ /includes/ui/ui_lists.inc
687 # Fixed broken syntax in delete_item_code()
688 $ /inventory/includes/db/items_codes_db.inc
689 # Additional fixes to foreign/kit codes
690 $ /inventory/manage/item_codes.php
691   /inventory/manage/sales_kits.php
692 ! Merged changes from main trunk up to version 2.0.6 (see below)
693 $ /config.php
694   /update.html
695   /update_db.php
696   /admin/create_coy.php
697   /admin/db/maintenance_db.inc
698   /gl/includes/db/gl_db_banking.inc
699   /gl/includes/db/gl_db_trans.inc
700   /includes/banking.inc
701   /includes/current_user.inc
702   /manufacturing/view/wo_production_view.php
703   /purchasing/includes/db/invoice_db.inc
704   /purchasing/includes/db/supp_payment_db.inc
705   /purchasing/includes/ui/invoice_ui.inc
706   /reporting/rep107.php
707   /reporting/rep109.php
708   /reporting/rep110.php
709   /reporting/rep209.php
710   /reporting/rep302.php
711   /reporting/rep303.php
712   /reporting/includes/pdf_report.inc
713   /sales/customer_delivery.php
714   /sales/includes/cart_class.inc
715   /sales/includes/sales_db.inc
716   /sales/includes/db/payment_db.inc
717   /sales/includes/db/sales_credit_db.inc
718   /sales/includes/db/sales_invoice_db.inc
719   /sales/includes/ui/sales_credit_ui.inc
720   /sales/includes/ui/sales_order_ui.inc
721   /sales/view/view_credit.php
722   /sales/view/view_dispatch.php
723   /sales/view/view_invoice.php
724   /sales/view/view_sales_order.php
725   /taxes/tax_calc.inc
726 ------------------------------- Release 2.0.6 --------------------------------------------
727 08-Dec-2008 Joe Hunt
728 ! New release 2.0.6
729 $ config.php
730
731 05-Dec-2008 Joe Hunt
732 # [0000095] Bad behaviour of routine number_format and round in Windows.
733 $ /gl/includes/gl_db_trans.inc
734   /includes/banking.inc
735   /includes/current_user.inc
736   /purchasing/includes/ui/invoice_ui.inc
737   /reporting/rep107.php
738   /reporting/rep109.php
739   /reporting/rep110.php
740   /reporting/rep209.php
741   /sales/view/view_credit.php
742   /sales/view/view_dispatch.php
743   /sales/view/view_invoice.php
744   /sales/view/view_sales_order.php
745
746 04-Dec-2008 Janusz Dobrowolski
747 # Check write permissions and create per company subdirectory structure.
748 $ /update.html
749   /update_db.php
750 # Fixed index.php files in new company dirs.
751 $ /admin/create_coy.php
752   /admin/db/maintenance_db.inc
753
754 04-Dec-2008 Joe Hunt
755 # [0000095] Inbalance double entry on Documents
756 $ /gl/includes/db/gl_db_trans.inc
757   /gl/includes/db/gl_db_banking.inc
758   /purchasing/includes/db/invoice_db.inc
759   /purchasing/includes/db/supp_payment_db.inc
760   /sales/includes/db/payment_db.inc
761   /sales/includes/db/sales_credit_db.inc
762   /sales/includes/db/sales_invoice_db.inc
763   
764 29-Nov-2008 Joe Hunt
765 # [0000094] Report does not show items that have 0 qty but have demand qty
766 $ /reporting/rep302.php
767   /reporting/rep303.php
768   
769 28-Nov-2008 Joe Hunt
770 # [0000093] Voiding Supplier Invoices Causes some lines cost update to go to 0 and exchange rate change
771 $ /purchasing/includes/db/invoice_db.inc
772
773 27_Nov-2008 Joe Hunt
774 # [0000092] Stock Sheet Report. Bad Page break.
775 $ /reporting/includes/pdf_report.inc
776
777 26-Nov-2008 Joe Hunt
778 # [0000091] Tax for 2 decimal places doesn't compute properly
779 $ /taxes/tax_calc.inc
780
781 25-Nov-2008 Janusz Dobrowolski
782 # [0000084] Low inventory items are not marked properly.
783 $ /sales/customer_delivery.php
784 # [0000086] New line added to document sometimes overwrites old one.
785 $ /sales/includes/cart_class.inc
786 # [0000087] Change of order date always updates prices.
787 $ /sales/includes/ui/sales_credit_ui.inc
788   /sales/includes/ui/sales_order_ui.inc
789 # Fixed automatic price calculations always on.
790 $ /sales/includes/sales_db.inc
791
792 08-Dec-2008 Joe Hunt
793 ! Better support for purchasing data (automatic updating from PO receive)
794 $ /purchasing/includes/db/grn_db.inc
795   /purchasing/includes/db/invoice_db.inc
796   /purchasing/includes/db/po_db.inc
797   /purchasing/includes/ui/invoice_ui.inc
798   /purchasing/includes/purchasing_db.inc
799   /reporting/rep209.php
800
801 07-Dec-2008 Janusz Dobrowolski
802 + Added list category grouping.
803 $ /includes/ui/ui_lists.inc
804 ! Changed branch/customer invoice address/name selection on reports
805 $ /reporting/includes/doctext.inc
806   /reporting/includes/doctext2.inc
807   /reporting/includes/header2.inc
808 ! Fixed default delivery address selection
809 $ /sales/includes/ui/sales_order_ui.inc
810 + Added delivery links
811 $ /sales/view/view_invoice.php
812 # Small syntax fix.
813 $ /sql/alter2.1.php
814 # Fixed error handling during upgrade
815 $ /admin/db/maintenance_db.inc
816 # Fixed warnings display
817 $ /includes/errors.inc
818
819 08-Dec-2008 Joe Hunt
820 # Bad and missing parameter to header2 funciton
821 $ /reporting/rep109.php
822   /reporting/rep209.php
823 ! Rerun of invoice_ui.inc
824 $ /purchasing/includes/ui/invoice_ui.inc
825
826 07-Dec-2008 Joe Hunt
827 ! Better layout. Copyright notes. Mailto links, outer table routines.
828 $ /admin/company_preferences.php
829   /admin/display_prefs.php
830   /admin/gl_setup.php
831   /admin/users.php
832   /gl/includes/ui/gl_bank_ui.inc
833   /gl/includes/ui/gl_journal_ui.inc
834   /includes/ui_controls.inc
835   /includes/ui_input.inc
836   /inventory/adjustments.php
837   /inventory/transfers.php
838   /inventory/includes/item_adjustments_ui.inc
839   /inventory/includes/stock_transfers_ui.inc
840   /inventory/manage/locations.php
841   /purchasing/includes/ui/invoice_ui.inc
842   /purchasing/includes/ui/po_ui.inc
843   /purchasing/manage/suppliers.php
844   /purchasing/supplier_credit.php
845   /purchasing/supplier_invoice.php
846   /purchasing/supplier_payment.php
847   /sales/includes/ui/sales_credit_ui.inc
848   /sales/includes/ui/sales_order_ui.inc
849   /sales/manage/customer_branches.php
850   /sales/manage/customers.php
851   /sales/manage/sales_people.php
852   /sales/customer_payments.php
853   
854 05-Dec-2008 Joe Hunt
855 + New fields in suppliers, phone, fax, vat no, contact and credit limit
856 $ /purchasing/suppliers.php
857   /sql/alter2.1.sql
858 ! Changed dimension view to show result instead of ledger trans
859 $ /dimensions/view/view_dimension.php
860   /dimensions/includes/dimension_ui.inc
861   
862 05-Dec-2008 Janusz Dobrowolski
863 ! Allowed optional ORDER BY option in base db_pager sql query
864 $ /includes/db_pager.inc
865 # Small fixes to pager layout
866 $ /includes/ui/db_pager_view.inc
867 ! Reusable button code
868 $ /includes/ui/ui_controls.inc
869 ! Button helpers moved from ui_controls.inc
870 $ /includes/ui/ui_input.inc
871   /includes/ui/ui_controls.inc
872 # Fixed errors during focus on nonexistent elements
873 $ /js/utils.js
874
875 26-Nov-2008 Janusz Dobrowolski
876 # Fixed layout of amount_ex() fields with label.
877 $ /includes/ui/ui_input.inc
878 # Fixed combo_input for $sql with GROUP BY option
879 $ /includes/ui/ui_lists.inc
880
881 25-Nov-2008 Janusz Dobrowolski
882 ! Merged all changes from main trunk up to 2.0.5 (see details below)
883 $ /CHANGELOG.txt
884   /update.html
885   /admin/void_transaction.php
886   /admin/db/voiding_db.inc
887   /gl/includes/db/gl_db_trans.inc
888   /gl/inquiry/gl_trial_balance.php
889   /includes/banking.inc
890   /includes/ui/ui_input.inc
891   /includes/ui/ui_view.inc
892   /manufacturing/manage/bom_edit.php
893   /purchasing/po_receive_items.php
894   /purchasing/supplier_credit.php
895   /purchasing/supplier_invoice.php
896   /purchasing/supplier_payment.php
897   /purchasing/includes/purchasing_db.inc
898   /purchasing/includes/db/invoice_db.inc
899   /purchasing/includes/db/supp_payment_db.inc
900   /purchasing/includes/db/supp_trans_db.inc
901   /purchasing/includes/ui/invoice_ui.inc
902   /reporting/rep101.php
903   /reporting/rep106.php
904   /reporting/rep201.php
905   /reporting/rep203.php
906   /reporting/rep209.php
907   /reporting/rep708.php
908   /reporting/reports_main.php
909   /reporting/includes/class.pdf.inc
910   /sales/customer_payments.php
911   /sales/allocations/customer_allocate.php
912   /sales/includes/sales_db.inc
913   /sales/includes/db/cust_trans_db.inc
914   /sales/includes/db/payment_db.inc
915   /sales/view/view_receipt.php
916 ------------------------------- Release 2.0.5 --------------------------------------------
917 24-Nov.2008 Joe Hunt
918 ! Release 2.0.5
919 $ config.php
920 ! Changed update.html
921 $ update.html
922 # Small bug fixes
923 $ /reporting/includes/header2.inc
924   /sales/view/view_receipt.php
925
926 20-Nov-2008 Janusz Dobrowolski
927 # [0000082] Bad js allocation on All/None button press.
928 $ /sales/allocations/customer_allocate.php
929
930 20-Nov-2008 Joe Hunt
931 # Do not allow editing invoice if allocated > 0
932 $ /sales/inquiry/customer_inquiry.php
933
934 19-Nov-2008 Joe Hunt
935 + Possibility to view a transaction before final voiding.
936 $ /admin/void_transaction.php
937
938 11-Nov-2008 Janusz Dobrowolski
939 # Fixed right alignment of amount cells.
940 $ /includes/ui/ui_input.inc
941 # Fixed display bug for fully received items and false modify conflicts.
942 $ /purchasing/po_receive_items.php
943
944 10-Nov-2008 Joe Hunt
945 ! [0000081] Trial Balance again minor changes.
946 $ /gl/inquiry/gl_trial_balance.php
947   /reporting/rep708.php
948
949 07-Nov-2008 Joe Hunt
950 ! [0000081] Changed Trial Balance to show all debits and credits (option to only show balances)
951 $ /gl/inquiry/gl_trial_balance.php
952   /reporting/reports_main.php
953   /reporting/rep708.php
954   
955 03-Nov-2008 Janusz Dobrowolski
956 # Fixed price priority in automatic calculations.
957 $ sales/includes/sales_db.inc
958
959 30-Oct-2008 Janusz Dobrowolski
960 # [0000080] BOM elements was not editable after entry.
961 $ /manufacturing/manage/bom_edit.php
962
963 29-Oct-2008 Joe Hunt
964 # Voiding a supplier invoice/credit note with GL Postings creates a database error
965 $ /purchasing/includes/db/invoice_db.inc
966
967 28-Oct-2008 Joe Hunt
968 # [0000079] Delivery Note/Sales Invoice should not be editable after it has been voided.
969 $ /admin/db/voiding_db.inc
970   /sales/inquiry/sales_deliveries_view.php
971   /sales/inquiry/customer_inquiry.php
972   
973 27-Oct-2008 Joe Hunt
974 ! [0000078] Opened Exchange rate for editing (without storing) in sales/purchasing module payment
975 # Fixed exchange rate display bugs in Supplier Payment (earlier dates).
976 $ /gl/includes/db/gl_db_trans.inc
977   /includes/banking.inc
978   /includes/ui/ui_view.inc
979   /purchasing/supplier_payment.php
980   /purchasing/includes/purchasing_db.inc
981   /purchasing/includes/db/supp_payment_db.inc
982   /purchasing/includes/db/supp_trans_db.inc
983   /sales/customer_payments.php
984   /sales/includes/sales_db.inc
985   /sales/includes/db/cust_trans_db.inc
986   /sales/includes/db/payment_db.inc
987 # [0000078] Fixed some reports with wrong exchange rates.
988 $ /reporting/rep101.php
989   /reporting/rep106.php
990   /reporting/rep201.php
991   /reporting/rep203.php
992   /reporting/rep209.php
993 + Added confirm box when admins are about to remove PO GRNs from Supplier Invoice
994 $ /purchasing/supplier_invoice.php
995
996 24-Oct-2008 Joe Hunt
997 ! [0000077] Added a total before ending balance in trial balance (also in report)
998 $ /gl/inquiry/gl_trial_balance.php
999   /reporting/rep708.php
1000 ! Increased memory limit if reports in unicode (48M) as suggested in forum.
1001   /reporting/includes/class.pdf.inc
1002 ! Improved layout of Supplier Invoice/Credit. All Items can now be added in one sweep.
1003 $ /purchasing/supplier_invoice.php
1004   /purchasing/supplier_credit.php
1005   /purchasing/includes/ui/invoice_ui.inc
1006   
1007 ------------------------------- Release 2.0.4 --------------------------------------------
1008 23-Oct-2008 Joe Hunt
1009 ! Release 2.0.4
1010 25-Nov-2008 Joe Hunt
1011 ! Inserted Copyright Notice and fixed graphic items
1012 $ /access/login.php
1013   /access/logout.php
1014   /admin/attachments.php
1015   /admin/backups.php
1016   /admin/change_current_user_password.php
1017   /admin/db/company_db.inc
1018   /admin/db/maintenence_db.inc
1019   /admin/db/printers_db.inc
1020   /admin/db/users_db.inc
1021   /admin/db/v_banktrans.inc
1022   /admin/db/voiding_db.inc
1023   /admin/display_prefs.php
1024   /admin/fiscalyears.php
1025   /admin/forms_setup.php
1026   /admin/gl_setup.php
1027   /admin/inst_upgrade.php
1028   /admin/payment_terms.php
1029   /admin/print_profiles.php
1030   /admin/printers.php
1031   /admin/shipping_companies.php
1032   /admin/users.php
1033   /admin/view_print_transaction.php
1034   /admin/void_transaction.php
1035   /gl/gl_journal.php
1036   /gl/includes/ui/gl_bank_ui.inc
1037   /gl/includes/ui/gl_journal_ui.inc
1038   /gl/inquiry/bank_inquiry.php
1039   /gl/inquiry/tax_inquiry.php
1040   /gl/manage/bank_accounts.php
1041   /includes/ui/ui_controls.inc
1042   /reporting/includes/pdf_report.inc
1043   /reporting/rep709.php
1044   /sales/includes/ui/sales_credit_ui.inc
1045   /sql/alter2.1.php
1046   
1047 24-Nov-2008 Janusz Dobrowolski
1048 + Added alias/foreign item codes and sales kits support.
1049 $ /applications/inventory.php
1050   /includes/ui/ui_lists.inc
1051   /inventory/prices.php
1052   /inventory/includes/inventory_db.inc
1053   /inventory/includes/db/items_category_db.inc
1054   /inventory/includes/db/items_db.inc
1055   /inventory/manage/items.php
1056   /inventory/includes/db/items_codes_db.inc (new)
1057   /inventory/manage/item_codes.php (new)
1058   /inventory/manage/sales_kits.php (new)
1059   /sales/includes/sales_db.inc
1060   /sales/includes/ui/sales_order_ui.inc
1061 ! Added decimals to get_item_edit_info() return (sql usage optimization).
1062 $ /includes/db/inventory_db.inc
1063   /inventory/includes/item_adjustments_ui.inc
1064   /inventory/includes/stock_transfers_ui.inc
1065   /manufacturing/includes/work_order_issue_ui.inc
1066   /purchasing/includes/ui/po_ui.inc
1067   /sales/includes/ui/sales_credit_ui.inc
1068 ! Added postlabel update in amount_cells_ex() and derivative helpers, fixed qty_cell $dec handling
1069 $ /includes/ui/ui_input.inc
1070 # Fixed _vd() debug function for use also in ajax mode.
1071 $ /includes/ui/ui_view.inc
1072 ! Changed foreign column name to avoid mysql syntax problems, added category.
1073 $ /sql/alter2.1.sql
1074   /sql/alter2.1.php
1075 # Fixed unconsistent units of measure.
1076 $ /sql/en_US-demo.sql
1077   /sql/en_US-new.sql
1078
1079 24-Nov-2008 Joe Hunt
1080 ! Preparing for graphic Links
1081 $ config.php
1082   /includes/ui/ui_input.inc
1083   /sales/sales_order_entry.php
1084   /sales/includes/ui/sales_order_ui.inc
1085   /themes/aqua/images/ok.gif
1086   /themes/cool/images/ok.gif
1087   /themes/default/images/ok.gif
1088 # Small layout bug in header2.inc
1089 $ /reporting/includes/header2.inc
1090 # Small layout bug in report bank statement
1091 $ /reporting/rep601.php
1092 # Restriction on links
1093 $ /sales/inquiry/customer_inquiry.php
1094
1095 22-Nov-2008 Joe Hunt
1096 + Preparing for Graphic Links final.Optimized.
1097 $ config.php
1098   /admin/create_coy.php
1099   /admin/inst_lang.php
1100   /admin/inst_module.php
1101   /dimensions/inquiry/search_dimensions.php
1102   /includes/ui/ui_controls.inc
1103   /includes/ui/ui_view.inc
1104   /includes/db_pager_view.inc
1105   /manufacturing/search_work_orders.php
1106   /purchasing/inquiry/po_search.php
1107   /purchasing/inquiry/po_search_completed.php
1108   /purchasing/inquiry/supplier_allocation_inquiry.php
1109   /purchasing/allocations/supplier_allocation_main.php
1110   /reporting/includes/reporting.inc
1111   /sales/allocations/customer_allocation_main.php
1112   /sales/inquiry/customer_allocation_inquiry.php
1113   /sales/inquiry/customer_inquiry.php
1114   /sales/inquiry/sales_orders_view.php
1115   /sales/inquiry/sales_deliveries_view.php
1116   /themes/default/images/receive.gif (new file)
1117   /themes/aquat/images/receive.gif (new file)
1118   /themes/cool/images/receive.gif (new file)
1119   
1120   
1121 21-Nov-2008 Joe Hunt
1122 + Preparing for Graphic Links instead of Text Links (user display option, default)
1123   (new field in 0_users, graphic_links)
1124 $ config.php
1125   /admin/display_prefs.php
1126   /admin/create_coy.php
1127   /admin/inst_lang.php
1128   /admin/inst_module.php
1129   /admin/db/users_db.inc
1130   /includes/current_user.inc
1131   /includes/prefs/userprefs.inc
1132   /includes/ui/ui_controls.inc
1133   /includes/ui/ui_input.inc
1134   /includes/ui/ui_view.inc
1135   /reporting/includes/reporting.inc
1136   /sql/alter2.1.sql 
1137   /themes/default/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
1138           invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
1139   /themes/aqua/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
1140           invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
1141   /themes/cool/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
1142           invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
1143   
1144 20-Nov-2008 Joe Hunt
1145 + Added new AGPL license file
1146 $ /doc/license.txt (new file)
1147
1148 19-Nov-2008 Janusz Dobrowolski
1149 # Fixed error handling during database upgrade in normal and forced mode.
1150 $ /admin/db/maintenance_db.inc
1151 ! Additions needed for foreign item codes support.
1152 $ /sql/alter2.1.php
1153   /sql/alter2.1.sql
1154
1155 19-Nov-2008 Joe Hunt
1156 ! Changed the default header2.inc.
1157 $ /reporting/includes/header2.inc
1158
1159 18-Nov-2008 Janusz Dobrowolski
1160 + System upgrade page for site admins
1161 $ /admin/db/maintenance_db.inc
1162   /applications/setup.php
1163   /admin/inst_upgrade.php       (new)
1164   /sql/alter2.1.php             (new)
1165 ! Added $tbpref parameter to get_user_prefs()
1166 $ /admin/db/company_db.inc
1167 # Next fixes to db_pager behaviour.
1168 $ /includes/db_pager.inc
1169   /includes/ui/db_pager_view.inc
1170   /dimensions/inquiry/search_dimensions.php
1171   /inventory/inquiry/stock_movements.php
1172   /manufacturing/search_work_orders.php
1173   /manufacturing/inquiry/where_used_inquiry.php
1174   /purchasing/allocations/supplier_allocation_main.php
1175   /purchasing/inquiry/po_search.php
1176   /purchasing/inquiry/po_search_completed.php
1177   /purchasing/inquiry/supplier_allocation_inquiry.php
1178   /purchasing/inquiry/supplier_inquiry.php
1179   /sales/allocations/customer_allocation_main.php
1180   /sales/inquiry/customer_allocation_inquiry.php
1181   /sales/inquiry/customer_inquiry.php
1182   /sales/inquiry/sales_deliveries_view.php
1183   /sales/inquiry/sales_orders_view.php
1184
1185 16-Nov-2008 Janusz Dobrowolski
1186 ! Rewritten for paged query results.
1187 $ /inventory/inquiry/stock_movements.php
1188 + Added optional footer and header in db_pager, simplified usage.
1189 $ /includes/db_pager.inc
1190   /includes/ui/db_pager_view.inc
1191 ! Code cleanup.
1192 $ /dimensions/inquiry/search_dimensions.php
1193   /manufacturing/search_work_orders.php
1194   /manufacturing/inquiry/where_used_inquiry.php
1195   /purchasing/inquiry/po_search.php
1196   /purchasing/inquiry/po_search_completed.php
1197   /purchasing/inquiry/supplier_allocation_inquiry.php
1198   /purchasing/inquiry/supplier_inquiry.php
1199   /sales/inquiry/customer_allocation_inquiry.php
1200   /sales/inquiry/customer_inquiry.php
1201   /sales/inquiry/sales_deliveries_view.php
1202   /sales/inquiry/sales_orders_view.php
1203
1204 16-Nov-2008 Joe Hunt
1205 + Added Attachment of Documents and a couple of links from supplier invoice/credit note
1206 $ /admin/attachments.php (new file)
1207   /applications/setup.php
1208   /purchasing/supplier_credit,php
1209   /purchasing/supplier_invoice.php
1210   /sql/alter2.1.sql
1211 # Minor bug in view_print_transactions.php
1212 $ /admin/view_print_transactions.php
1213
1214 15-Nov-2008 Joe Hunt
1215 + Added Quick Entries in GL Journal Entry and changed some needed fixes.
1216 $ /gl/gl_bank.php
1217   /gl/gl_journal.php
1218   /gl/includes/db/gl_db_bank_accounts.inc
1219   /gl/includes/ui/gl_bank_ui.inc
1220   /gl/includes/ui/gl_journal_ui.inc
1221   /includes/ui/ui_lists.inc
1222   
1223 15-Nov-2008 Joe Hunt
1224 + Added Tax Inquiry in Banking and General Ledger tab.
1225 $ /applications/generalledger.php
1226   /gl/inquiry/tax_inquiry.php (new file)
1227   
1228 14-Nov-2008 Joe Hunt
1229 + Added Sales Groups and Recurrent Invoices.
1230 $ /applications/customers.php
1231   /includes/ui/ui_lists.inc
1232   /reporting/includes/reporting.inc
1233   /reporting/rep108.php
1234   /sales/includes/db/branches_db.inc
1235   /sales/includes/db/sales_credit_db.inc
1236   /sales/includes/db/sales_delivery_db.inc
1237   /sales/includes/db/sales_invoice_db.inc
1238   /sales/inquiry/sales_orders_view.php
1239   /sales/manage/customer_branches.php
1240   /sales/manage/customers.php
1241   /sql/alter2.1.sql
1242   /sales/create_recurrent_invoices.php (new file)
1243   /sales/manage/recurrent_invoices.php (new file)
1244   /sales/manage/sales_groups.php (new file)
1245
1246 13-Nov-2008 Janusz Dobrowolski
1247 ! Rewritten for paged query results.
1248 $ /dimensions/inquiry/search_dimensions.php
1249 # Removed obsolete dimension list submit_on_change option.
1250 $ /sales/includes/ui/sales_order_ui.inc
1251   /sales/credit_note_entry.php
1252   /sales/includes/ui/sales_credit_ui.inc
1253
1254 12-Nov-2008 Janusz Dobrowolski
1255 ! Rewritten for paged query results.
1256 $ /manufacturing/search_work_orders.php
1257   /manufacturing/inquiry/where_used_inquiry.php
1258   /purchasing/allocations/supplier_allocation_main.php
1259   /sales/allocations/customer_allocation_main.php
1260 ! Code reorganization to reuse sql query by db_pager.
1261   /purchasing/includes/db/supp_trans_db.inc
1262   /purchasing/includes/db/suppalloc_db.inc
1263   /sales/includes/db/custalloc_db.inc
1264 ! Added $echo parameter to view_stock_status()
1265 $ /includes/ui/ui_view.inc
1266 # Fixed sql query (duplicated rows in query result)
1267 $ /sales/inquiry/customer_inquiry.php
1268 # Fixed bom selection via $_GET['stock_id']
1269 $  /manufacturing/manage/bom_edit.php
1270
1271 12-Nov-2008 Joe Hunt
1272 ! Added dimension entries in delivery and invoice forms
1273 $ /includes/ui/ui_lists.inc
1274   /sales/credit_note_entry.php
1275   /sales/includes/cart_class.inc
1276   /sales/includes/db/cust_trans_db.inc
1277   /sales/includes/db/sales_credit_db.inc
1278   /sales/includes/db/sales_delivery_db.inc
1279   /sales/includes/db/sales_invoice_db.inc
1280   /sales/includes/db/sales_order_db.inc
1281   /sales/includes/sales_db.inc
1282   /sales/includes/ui/sales_credit_ui.inc
1283   /sales/includes/ui/sales_order_ui.inc
1284   /sales/sales_order_entry.php
1285   /sql/alter2.1.sql
1286   
1287 12-Nov-2008 Janusz Dobrowolski
1288 ! Changed db_pager API for inserted columns.
1289 $ /includes/db_pager.inc
1290   /includes/ui/db_pager_view.inc
1291 ! Fixed $cols according to api change.
1292 $ /purchasing/inquiry/supplier_inquiry.php
1293   /sales/inquiry/customer_allocation_inquiry.php
1294   /sales/inquiry/customer_inquiry.php
1295   /sales/inquiry/sales_deliveries_view.php
1296   /sales/inquiry/sales_orders_view.php
1297 ! Rewritten for paged query results.
1298 $ /purchasing/inquiry/po_search.php
1299   /purchasing/inquiry/po_search_completed.php
1300   /purchasing/inquiry/supplier_allocation_inquiry.php
1301
1302 10-Nov-2008 Janusz Dobrowolski
1303 # Suppressed page update after import errors
1304 $ /admin/backups.php
1305 # More fail safe db_import()
1306 $ /admin/db/maintenance_db.inc
1307 # Added check for POS relations before account delete.
1308 $ /gl/manage/bank_accounts.php
1309 # Fixed for MySQL <4.0.18, removed bank_trans_types
1310 $ /sql/alter2.1.sql
1311 # Fixed page update after branch/customer change.
1312 $ /sales/includes/ui/sales_order_ui.inc
1313
1314 10-Nov-2008 Joe Hunt
1315 ! changing the default.css style sheets to handle the new navibar/buttons
1316 $ /themes/default/default.css 
1317   /themes/aqua/default.css
1318   /themes/cool/default.css
1319   /themes/cool/images/sort_asc.gif
1320   /themes/cool/images/sort_desc.gif
1321   
1322 10-Nov-2008 Joe Hunt
1323 ! Changed Bank Statement Report in accourding to Bank Account Change
1324 $ /reporting/rep601.php
1325   /reporting/includes/reports_classes.inc
1326 # Removed Type header from bank inquiry.
1327   /gl/inquiry/bank_inquiry.php
1328   
1329 09-Nov-2008 Janusz Dobrowolski
1330 ! Allowed multiply bank accounts on one GL account, removed obsolete bank trans type.
1331 $ /applications/generalledger.php
1332   /gl/bank_transfer.php
1333   /gl/gl_bank.php
1334   /gl/includes/db/gl_db_bank_accounts.inc
1335   /gl/includes/db/gl_db_bank_trans.inc
1336   /gl/includes/db/gl_db_banking.inc
1337   /gl/includes/db/gl_db_trans.inc
1338   /gl/includes/ui/gl_bank_ui.inc
1339   /gl/inquiry/bank_inquiry.php
1340   /gl/manage/bank_accounts.php
1341   /gl/view/bank_transfer_view.php
1342   /gl/view/gl_deposit_view.php
1343   /gl/view/gl_payment_view.php
1344   /includes/banking.inc
1345   /includes/data_checks.inc
1346   /includes/types.inc
1347   /includes/ui/ui_lists.inc
1348   /purchasing/supplier_payment.php
1349   /purchasing/includes/db/supp_payment_db.inc
1350   /purchasing/includes/db/supp_trans_db.inc
1351   /purchasing/view/view_supp_payment.php
1352   /sales/customer_payments.php
1353   /sales/includes/db/payment_db.inc
1354   /sales/includes/db/sales_invoice_db.inc
1355   /sales/view/view_receipt.php
1356   /sql/alter2.1.sql
1357 ! Fixed session name for multiuser debuging tests.
1358   /includes/lang/language.php
1359 ! Preparing to paged table view in customer_allocation_main.php 
1360 $ /sales/includes/db/cust_trans_db.inc
1361   /sales/includes/db/custalloc_db.inc
1362 # Small fix to avoid sql conflicts
1363 $ /sales/includes/db/sales_points_db.inc
1364 # Changes to POS addition related to above changes.
1365 $ /includes/ui/ui_lists.inc
1366   /sales/includes/db/sales_points_db.inc
1367   /sales/manage/sales_points.php
1368   /sql/alter2.1.sql
1369
1370 09-Nov-2008 Joe Hunt
1371 ! changed Quick Entries in Bank Payments/Deposits (Banking and General Ledger) to also work as Automatic Codings.
1372 $ /includes/ui/ui_lists.inc 
1373   /includes/ui/ui_input.inc 
1374   /gl/gl_bank.php
1375   /gl/includes/db/gl_db_bank_accounts.inc
1376   /gl/includes/ui/gl_bank_ui.inc
1377   /gl/manage/gl_quick_entries.php
1378 ! New table, 0:quick_entry_lines, change to 0_quick_entries
1379 $ /sql/alter2.1.sql
1380
1381 08-Nov-2008 Janusz Dobrowolski
1382 ! Rewritten for paged query results.
1383 $ /purchasing/inquiry/supplier_inquiry.php
1384 # Fixed broken table content after customer selector change.
1385 $ /sales/inquiry/customer_allocation_inquiry.php
1386   /sales/inquiry/customer_inquiry.php
1387   /sales/inquiry/sales_deliveries_view.php
1388   /sales/inquiry/sales_orders_view.php
1389
1390 05-Nov-2008 Janusz Dobrowolski
1391 ! Changed dbpager API.
1392 $ /includes/ui/db_pager_view.inc
1393 # Polishing db_pager code.
1394 $ /includes/db_pager.inc
1395 + Added array_replace() and array_append() helpers.
1396 $ /includes/main.inc
1397 # Fixed multiply sales document view links.
1398 $ /includes/ui/ui_view.inc
1399 ! Rewritten for paged query results.
1400 $ /sales/inquiry/customer_allocation_inquiry.php
1401   /sales/inquiry/customer_inquiry.php
1402   /sales/inquiry/sales_deliveries_view.php
1403 ! Code cleanup.
1404 $ /sales/inquiry/sales_orders_view.php
1405
1406 04-Nov-2008 Janusz Dobrowolski
1407 + Added db_pager widget for paged/sorted sql query display.
1408 $ /includes/db_pager.inc (New)
1409   /includes/ui/db_pager_view.inc (New)
1410   /themes/aqua/images/sort_asc.gif (New)
1411   /themes/aqua/images/sort_desc.gif (New)
1412   /themes/aqua/images/sort_none.gif (New)
1413   /themes/cool/images/sort_asc.gif (New)
1414   /themes/cool/images/sort_desc.gif (New)
1415   /themes/cool/images/sort_none.gif (New)
1416   /themes/default/images/sort_asc.gif (New)
1417   /themes/default/images/sort_desc.gif (New)
1418   /themes/default/images/sort_none.gif (New)
1419   /themes/default/default.css
1420   /themes/aqua/default.css
1421 + Added query size user preference.
1422 $ /admin/display_prefs.php
1423   /admin/db/users_db.inc
1424   /includes/current_user.inc
1425   /includes/prefs/userprefs.inc
1426   /sql/alter2.1.sql
1427 + Added helper functions for array manipulation.
1428 $ /includes/main.inc
1429 + Added mysql_fetch_assoc() wrapper.
1430 $ /includes/db/connect_db.inc
1431 ! Paged query result.
1432 $ /sales/inquiry/sales_orders_view.php
1433 # Two smaller fixes.
1434 $ /js/inserts.js
1435
1436 31-Oct-2008 Janusz Dobrowolski
1437 + POS and cash sale support.
1438 $ /admin/users.php
1439   /admin/db/users_db.inc
1440   /applications/setup.php
1441   /includes/current_user.inc
1442   /includes/ui/ui_lists.inc
1443   /sales/sales_order_entry.php
1444   /sales/includes/cart_class.inc
1445   /sales/includes/sales_db.inc
1446   /sales/includes/ui/sales_order_ui.inc
1447   /sales/manage/sales_points.php (New)
1448   /sales/includes/db/sales_points_db.inc (New)
1449   /sales/includes/cart_class.inc
1450   /sales/includes/db/sales_invoice_db.inc
1451   /sales/includes/db/sales_order_db.inc
1452   /sql/alter2.1.sql
1453 # Fixed focus after error display.
1454 $ /js/utils.js
1455 # Fixed buggy output when SetLineWidth is used before first AddPage call.
1456 $ /reporting/includes/tcpdf.php
1457 # Fixed sign in payment view.
1458 $ /sales/view/view_receipt.php
1459 # Fixed missing hotkeys support for print links.
1460 $ /reporting/includes/reporting.inc
1461
1462 30-Oct-2008 Joe Hunt
1463 ! Added Quick Entries in Bank Payments/Deposits (Banking and General Ledger).
1464 $ /applications/generalledger.php 
1465   /includes/data_checks.inc
1466   /includes/types.inc
1467   /includes/ui/ui_lists.inc
1468   /gl/gl_bank.php
1469   /gl/includes/db/gl_db_bank_accounts.inc
1470   /gl/includes/ui/gl_bank_ui.inc
1471   /gl/manage/gl_quick_entries.php
1472   /sales/manage/customer_branches.php
1473 ! New table, 0_quick_entries
1474 $ /sql/alter2.1.sql
1475 ! Changed GL Accounts form. The tax_code is now Tax Group instead of Tax Type.
1476 $ /gl/manage/gl_accounts.php
1477
1478 24-Oct-2008 Janusz Dobrowolski
1479 ! Added hotkeys to final menu options.
1480 $ /dimensions/dimension_entry.php
1481   /gl/bank_transfer.php
1482   /gl/gl_bank.php
1483   /gl/gl_journal.php
1484   /inventory/adjustments.php
1485   /inventory/transfers.php
1486   /manufacturing/work_order_add_finished.php
1487   /manufacturing/work_order_issue.php
1488   /manufacturing/work_order_release.php
1489   /purchasing/po_entry_items.php
1490   /purchasing/po_receive_items.php
1491   /purchasing/supplier_payment.php
1492   /sales/credit_note_entry.php
1493   /sales/customer_credit_invoice.php
1494   /sales/customer_invoice.php
1495   /sales/customer_payments.php
1496   /sales/sales_order_entry.php
1497 # Fixed TCPDF errors display.
1498 $ /reporting/includes/tcpdf.php
1499 # Fixed page position after message display.
1500 $  /js/utils.js
1501
1502 23-Oct-2008 Janusz Dobrowolski
1503 + Improved report module performance, also usable without javascript.
1504 $ /reporting/reports_main.php
1505   /reporting/includes/class.pdf.inc
1506   /reporting/includes/pdf_report.inc
1507   /reporting/includes/reports_classes.inc
1508   /reporting/includes/header2.inc
1509 + Hotkey support for viewer links.
1510 $ /includes/ui/ui_view.inc
1511   /js/inserts.js
1512 + Added purchase order printing after entry.
1513 $ /purchasing/po_entry_items.php
1514 + Added hotkeys to credit note final menu.
1515 $ /sales/credit_note_entry.php
1516 # Fixed submit button for IE7
1517 $ /includes/ui/ui_input.inc
1518 # Fixed ajax popup flicker.
1519 $ /js/utils.js
1520 # Fix after 2.0.4 merge
1521 $ /sales/inquiry/sales_orders_view.php
1522
1523 23-Oct-2008 Joe Hunt
1524 ! Merging the changes up to 2-0-4
1525 $ /purchasing/supplier_invoice.php
1526   /purchasing/supplier_credit.php
1527   /purchasing/includes/db/invoice_db.inc
1528   /purchasing/includes/db/grn_db.inc
1529   /purchasing/includes/ui/invoice_ui.inc
1530   /purchasing/supplier_invoice_grns.php (File removed)
1531   /purchasing/supplier_credit_grns.php (File removed)
1532   /purchasing/supplier_trans_gl.php (File removed)
1533   /gl/inquiry/gl_trial_balance.php
1534   /gl/inquiry/gl_account_inquiry.php
1535   /reporting/rep704.php
1536   /reporting/rep708.php
1537   /sql/en_US-demo.sql
1538   /sales/includes/ui/sales_order_ui.inc
1539   /sales/inquiry/sales_orders_view.php
1540   
1541 20-Oct-2008 Janusz Dobrowolski
1542 # Fix for pdf reports (php 5.2.4 issue)
1543 $ /reporting/includes/pdf_report.inc
1544
1545 19-Oct-2008 Janusz Dobrowolski
1546 + User interface mode (full vs fallback) detected and set on login
1547 $ /access/login.php
1548   /includes/current_user.inc
1549   /includes/session.inc
1550   /includes/ui/ui_input.inc
1551   /includes/ui/ui_lists.inc
1552 + More sales documents available for printing from inquiry page.
1553 $ /sales/inquiry/customer_inquiry.php
1554   /reporting/includes/header2.inc
1555 ! Changed version info.
1556 $ /config.php
1557 # Fixed ajax popup/redirection.
1558 $ /reporting/includes/pdf_report.inc
1559   /includes/ajax.inc
1560
1561 17-Oct-2008 Janusz Dobrowolski
1562 + Added ajax request indicator.
1563 $ /js/utils.js
1564   /themes/aqua/renderer.php
1565   /themes/aqua/images/ajax-loader.gif (new)
1566   /themes/cool/renderer.php
1567   /themes/cool/images/ajax-loader.gif (new)
1568   /themes/default/renderer.php
1569   /themes/default/images/ajax-loader.gif (new)
1570 + Added optional popup for pdf reports display.
1571 $ /admin/display_prefs.php
1572   /admin/users.php
1573   /admin/db/users_db.inc
1574   /includes/current_user.inc
1575   /includes/prefs/userprefs.inc
1576   /reporting/includes/pdf_report.inc
1577   /sql/alter2.1.sql
1578 # Changed message for missing currency rate.
1579 $ /includes/banking.inc
1580 # Fixed submit/button behaviour.
1581 $ /js/inserts.js
1582 # Fixed canceling order.
1583 $ /sales/sales_order_entry.php
1584 # Fixed typo in css
1585 $ /themes/aqua/default.css
1586 # Fixed pdf_debug mode
1587 $ /reporting/includes/reporting.inc
1588   /reporting/includes/reports_classes.inc
1589
1590 15-Oct-2008 Janusz Dobrowolski
1591 + Added remote printing support
1592 $ /admin/print_profiles.php (new)
1593   /admin/printers.php (new)
1594   /admin/db/printers_db.inc (new)
1595   /reporting/prn_redirect.php (new)
1596   /reporting/includes/printer_class.inc (new)
1597   /sql/alter2.1.sql (new)
1598   /config.php
1599   /admin/display_prefs.php
1600   /admin/users.php
1601   /admin/db/users_db.inc
1602   /applications/setup.php
1603   /includes/current_user.inc
1604   /includes/prefs/userprefs.inc
1605   /includes/ui/ui_lists.inc
1606   /js/inserts.js
1607   /js/utils.js
1608   /reporting/rep109.php
1609   /reporting/reports_main.php
1610   /reporting/includes/pdf_report.inc
1611   /reporting/includes/reporting.inc
1612   /reporting/includes/reports_classes.inc
1613 !Fixes related to changed printing api.
1614 $ /admin/view_print_transaction.php
1615   /purchasing/inquiry/po_search.php
1616   /purchasing/inquiry/po_search_completed.php
1617   /sales/customer_credit_invoice.php
1618   /sales/customer_delivery.php
1619   /sales/customer_invoice.php
1620   /sales/sales_order_entry.php
1621   /sales/inquiry/customer_inquiry.php
1622   /sales/inquiry/sales_deliveries_view.php
1623   /sales/inquiry/sales_orders_view.php
1624 + Added optional id parameter for label helpers; added value for buttons.
1625 $ /includes/ui/ui_input.inc
1626 + Added ajax popup screen command.
1627 $ /includes/ajax.inc
1628 # Skipping index.php file during flush_dir()
1629 $ /includes/main.inc
1630
1631 06-Oct-2008 Janusz Dobrowolski
1632 + Menu hotkeys system implementation.
1633 $ /includes/page/header.inc
1634   /includes/ui/ui_controls.inc
1635   /includes/ui/ui_input.inc
1636   /js/JsHttpRequest.js
1637   /js/inserts.js
1638   /js/utils.js
1639   /reporting/includes/reports_classes.inc
1640   /sales/sales_order_entry.php
1641   /sales/manage/customers.php
1642   /themes/aqua/default.css
1643   /themes/aqua/renderer.php
1644   /themes/cool/default.css
1645   /themes/cool/renderer.php
1646   /themes/default/default.css
1647   /themes/default/renderer.php
1648 + Access keys added to menu options strings.
1649 $ /config.php
1650   /applications/customers.php
1651   /applications/dimensions.php
1652   /applications/generalledger.php
1653   /applications/inventory.php
1654   /applications/manufacturing.php
1655   /applications/setup.php
1656   /applications/suppliers.php
1657   /reporting/reports_main.php
1658
1659 ------------------------------- Release 2.0.3 --------------------------------------------
1660 06-Oct-2008 Joe Hunt
1661 ! Release 2.0.3
1662 $ config.php
1663 # Bug [0000072] Item stock movement should check for if there is empty Inventory.
1664 $ /inventory/inquiry/stock_movements.php
1665
1666 05-Oct-2008 Janusz Dobrowolski
1667 # Bugfix [0000063] Bad update of parent document lines after edition of sales documents.
1668 $ /sales/includes/cart_class.inc
1669   /sales/includes/sales_db.inc
1670   /sales/includes/db/sales_credit_db.inc
1671   /sales/includes/db/sales_delivery_db.inc
1672   /sales/includes/db/sales_invoice_db.inc
1673 # Bugfix [0000071] Ordering for customer with bad history available after F4 - Return
1674 $ /sales/manage/customers.php
1675
1676 04-Oct-2008 Joe Hunt
1677 # Bug [0000069] Constraint on voiding delivery note if a non voided, linked invoice exists.
1678 $ /admin/db/voiding_db.inc
1679 # Bug [0000061] Cost Update doesn't compute correctly after inventory adjust.
1680 $ /inventory/includes/db/item_adjust_db.inc
1681
1682 01-Oct-2008 Joe Hunt
1683 # When deleting the last module in FA a parce error arose:
1684 $ /admin/inst_module.php
1685   /admin/inst_lang.php
1686
1687 30-Sep-2008 Janusz Dobrowolski
1688 # Bug [0000067] Settled supplier documents were displayed as overdued.
1689 $ /purchasing/inquiry/supplier_inquiry.php
1690   /purchasing/inquiry/supplier_allocation_inquiry.php
1691 # Bug [0000068] Removed unneeded constraint on edition of fully allocated sales doc.
1692 $ /sales/allocations/customer_allocation_main.php
1693
1694 29-Sep-2008 Janusz Dobrowolski
1695 # Bug [0000065] Changing item type during adding new item caused record reset.
1696 $ /inventory/manage/items.php
1697
1698 26-Sep-2008 Joe Hunt
1699 # Bug [0000064] Credit This on an invoice should automatically allocate the credit to that invoice
1700 $ /sales/includes/db/sales_credit_db.inc
1701
1702 26-Sep-2008 Janusz Dobrowolski
1703 # Bug [0000062] Delivery Modifitication - duplicated tax details.
1704 $ /sales/includes/db/sales_delivery_db.inc
1705
1706 25-Sep-2008 Joe Hunt
1707 # if MySQL is in strict sql mode, a couple of files didn't pass that. Better not use strict sql mode.
1708   This is not necessary, because FA handle this internally. in my.ini(win) or my.cnf(linux) set sql-mode="".
1709 $ /gl/gl_budget.php
1710   /includes/db/comments_db.inc
1711   /inventory/cost_update.php
1712   /purchasing/includes/db/supp_trans_db.inc
1713   /sales/includes/db/cust_trans_db.inc
1714 # Bug [0000060] table prefix error message and inconsistency at install
1715 $ /admin/db/maintenance_db.inc
1716   /install/index.php
1717   /install/save.php
1718 # Bug [0000061] Delivery Modifitication (standard cost change)
1719 $ /sales/includes/db/sales_delivery_db.inc
1720
1721 ------------------------------- Release 2.0.2 --------------------------------------------
1722 23-Sep-2008 Joe Hunt
1723 ! Release 2.0.2
1724 $ config.php
1725 ! Increased time_out to 3 minutes.
1726 $ /install/save.php
1727
1728 23-Sep-2008 Joe Hunt
1729 # Bug [0000059] Direct Invoice or Delivery Notes doesn't account for negative inventory flag
1730 $ /sales/sales_order_entry.php
1731
1732 21-Sep-2008 Janusz Dobrowolski
1733 + Added submit_on_change option for date fields
1734 $ /includes/ui/ui_input.inc
1735 + Automatic exchange rate update after document date change
1736 $ /gl/bank_transfer.php
1737   /gl/gl_bank.php
1738   /gl/includes/db/gl_db_rates.inc
1739   /gl/includes/ui/gl_bank_ui.inc
1740   /includes/banking.inc
1741   /includes/ui/ui_view.inc
1742   /purchasing/supplier_payment.php
1743   /sales/customer_payments.php
1744   /sales/includes/cart_class.inc
1745 # Sales/purchase terms update after document date change [0000058]
1746 $ /purchasing/includes/ui/invoice_ui.inc
1747   /purchasing/includes/ui/po_ui.inc
1748   /sales/customer_invoice.php
1749 # Fixed edit line total, price update after date change
1750 $ /sales/includes/ui/sales_credit_ui.inc
1751   /sales/includes/ui/sales_order_ui.inc
1752 # Fixed unneeded page reload on enter key in text inputs
1753 $ /js/inserts.js
1754 # Fixed session variables conflicts with some third party software (e.g. XRMS)
1755 $ /includes/lang/language.php
1756 # Fixed calendar flicker, removed buttons from exchange_rate_display()
1757 $ /includes/ui/ui_view.inc
1758 ! Default delivery required by changed to 1 day.
1759 $ /includes/prefs/sysprefs.inc
1760 # Small bug fix 
1761 $ /sales/includes/sales_db.inc
1762
1763 20-Sep-2008 Joe Hunt
1764 # Fix for exchange variation when allocating payments. re-inserted in System and GL Setup.
1765 $ /admin/gl_setup.php
1766   /admin/db/company_db
1767   /includes/banking.inc
1768   /purchasing/allocations/supplier_allocate.php
1769   /purchasing/includes/db/suppalloc_db.inc
1770   /sales/allocations/customer_allocate.php
1771   /sales/includes/db/custalloc_db.inc
1772   /sales/includes/db/payment_db.inc
1773   /sales/includes/db/sales_credit_db.inc
1774 ! New tcpdf.php file. Minor bugfixes from tcpdf.org
1775   /reporting/includes/tcpdf.php
1776 ! Layout adjustments
1777   /dimensions/includes/dimensions_ui.inc
1778   /dimensions/view/view_dimension.php
1779   /inventory/view/view_adjustment.php
1780   /manufacturing/view/work_order_view.php
1781   
1782 18-Sep-2008 Janusz Dobrowolski
1783 + Support for calling external pages during document entry (e.g. for adding customer/supplier/items).
1784 $ /index.php
1785   /includes/ui/ui_controls.inc
1786   /includes/ui/ui_input.inc
1787   /includes/ui/ui_lists.inc
1788   /js/inserts.js
1789 + Add/view on F4 in customer/supplier selectors
1790 $ /gl/gl_bank.php
1791 + Add/view on F4 in supplier/items selectors
1792 $ /purchasing/po_entry_items.php
1793   /inventory/manage/items.php
1794 + Add/view on F4 in supplier selector
1795 $ /purchasing/supplier_credit.php
1796   /purchasing/supplier_invoice.php
1797   /purchasing/supplier_payment.php
1798   /purchasing/allocations/supplier_allocation_main.php
1799   /purchasing/manage/suppliers.php
1800   /inventory/purchasing_data.php
1801 + Add/view on F4 in customer selector
1802   /sales/credit_note_entry.php
1803   /sales/customer_payments.php
1804   /sales/sales_order_entry.php
1805   /sales/allocations/customer_allocation_main.php
1806   /sales/includes/ui/sales_credit_ui.inc
1807   /sales/includes/ui/sales_order_ui.inc
1808   /sales/manage/customer_branches.php
1809   /sales/manage/customers.php
1810 # Syntax error introduced in previous update fixed
1811 $ /inventory/prices.php
1812 # Fixed retreiving of exchange rates [0000057]
1813 $ /gl/manage/exchange_rates.php
1814   /includes/banking.inc
1815   /includes/ui/ui_view.inc
1816
1817 18-Sep-2008 Joe Hunt
1818 + New Report - Bank Statement.
1819 $ /reporting/reports_main.php
1820   /reporting/rep601.php (new file)
1821   
1822 17-Sep-2008 Joe Hunt
1823 ! New PDF tcpdf.php file. Support for cid-0 fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
1824   New cid-0 fonts will be available for download when release 2.0.2 is shipping. Reduces file size enormouusly
1825 $ /reporting/includes/tcpdf.php
1826 ! Inventory column option in Report Stock Sheet Check.
1827 $ /reporting/reports_main.php
1828   /reporting/rep303.php
1829   
1830 11-Sep-2008 Janusz Dobrowolski
1831 # Fixed slash quotation problems on direct POST values display.
1832 $ /includes/session.inc
1833   /includes/db/connect_db.inc
1834 # Added missing db_escape on person_id.
1835 $ /gl/includes/db/gl_db_bank_trans.inc
1836   /gl/includes/db/gl_db_trans.inc
1837 # Added error message and suppressed db update on failed ECB exchange rate read.
1838 $ /includes/ui/ui_view.inc
1839
1840 10-Sep-2008 Janusz Dobrowolski
1841 # Fixed company folders renaming after company remove.
1842 $ /admin/create_coy.php
1843 # Fixed list selectors' behaviour during search.
1844 $ /includes/ui/ui_lists.inc
1845 # Fixed page update after item search. Closes bugs [0000051],[0000054].
1846 $ /inventory/cost_update.php
1847   /inventory/prices.php
1848   /inventory/purchasing_data.php
1849   /inventory/reorder_level.php
1850   /inventory/includes/item_adjustments_ui.inc
1851   /inventory/includes/stock_transfers_ui.inc
1852   /inventory/inquiry/stock_status.php
1853   /inventory/manage/items.php
1854   /manufacturing/includes/work_order_issue_ui.inc
1855   /manufacturing/inquiry/where_used_inquiry.php
1856   /purchasing/includes/ui/po_ui.inc
1857   /sales/includes/ui/sales_credit_ui.inc
1858   /sales/includes/ui/sales_order_ui.inc
1859
1860 09-Sep-2008 Joe Hunt
1861 # Bug [0000055] Rasmus detected a cost diff. bug and changed some code for us. Very appreciated.
1862 $ /purchasing/includes/db/invoice_db.inc
1863
1864 ------------------------------- Release 2.0.1 --------------------------------------------
1865 07-Sep-2008 Joe Hunt
1866 ! Release 2.0.1
1867 $ config.php
1868
1869 05-Sep-2008 Janusz Dobrowolski
1870 # Bug [0000046] Sales invoice not working on some php versions (php bug #40509)
1871 $ /sales/includes/sales_db.inc
1872   /sales/includes/db/sales_credit_db.inc
1873 ! Obsolete code removed
1874 $ /sales/customer_credit_invoice.php
1875
1876 05-Sep-2008 Joe Hunt
1877 # Bug [0000053] Missing GL postings on item issue on Work Order
1878 $ /manufacturing/includes/db/work_order_quick_db.inc
1879   /manufacturing/includes/db/work_order_issues_db.inc
1880   /manufacturing/includes/db/work_order_produce_items_db.inc
1881 ! Bad layout in aging on report Statements
1882 $ /reporting/rep108.php
1883
1884 04-Sep-2008 Joe Hunt
1885 # Bug [0000050] Invoice no. on all sales reports
1886 $ /reporting/includes/doctext.inc
1887   /reporting/includes/doctext2.inc
1888   
1889 04-Sep-2008 Joe Hunt
1890 # Bug [0000052] Inventory Valuation Report
1891 $ /reporting/rep301.php
1892
1893 04-Sep-2008 Joe Hunt
1894 # Bug [0000047] Not possible to view delivery sequence
1895 $ /purchasing/supplier_credit_grns.php
1896   /purchasing/supplier_invoice_grns.php
1897   /purchasing/includes/db/grn_db.inc
1898   /purchasing/includes/ui/invoice_ui.inc
1899   /purchasing/view/view_po.php
1900   /purchasing/view/view_supp_credit.php
1901 # Bug [0000048] Crediting invoice and choosing gl account for items to be written off doesn't work  
1902 $ /sales/includes/db/sales_credit_db.inc  
1903
1904 03-Sep-2008 Janusz Dobrowolski
1905 # Fixed fatal error handling in php5
1906 $ /includes/errors.inc
1907   /includes/session.inc
1908 # Fixed display of errors while saving sales documents
1909 $ /sales/sales_order_entry.php
1910
1911 03-Sep-2008 Joe Hunt
1912 # Bug [0000044] Standard Cost error on credit note. Reopened. Stock Movement forgot the credit note.
1913 $ /inventory/inquiry/stock_movements.php
1914   /purchasing/includes/db/grn_db.inc
1915   /purchasing/includes/invoice_db.inc
1916
1917 03-Sep-2008 Joe Hunt
1918 # Bug [0000043] Inventory Adjustment Session doesn't update standard cost
1919 # Bug [0000044] Standard Cost error on credit note
1920 $ /inventory/includes/db/items_adjust_db.inc
1921   /purchasing/includes/db/grn_db.inc
1922   /purchasing/includes/invoice_db.inc
1923 # Bug [0000045] Cannot close fiscal year 
1924 $ /admin/fiscalyears.php
1925 # Update screen bug in Bank Account Inquiry.
1926   $ /gl/inquiry/bank_inquiry.php
1927
1928 02-Sep-2008 Joe Hunt
1929 # Bug when selecting report, List of Journal Entries, by type. Nothing selected.
1930 $ /reporting/includes/reports_classes.inc
1931 $ /reporting/rep702.php
1932
1933 01-Sep-2008 Joe Hunt
1934 ! Up-to-date translation file (some strings were missing, single quotations in .inc files)
1935 $ /lang/new_language_template/LC_MASSAGES/empty.po
1936   /lang/en_US/LC_MESSAGES/en_US.mo
1937
1938 31-Aug-2008 Janusz Dobrowolski
1939 + Added ajax support for file uploading
1940 $ /js/utils.js
1941 # Final fix for logo file upload
1942 $ /admin/company_preferences.php
1943 # Fixed item image file upload
1944 $ /inventory/manage/items.php
1945
1946 30-Aug-2008 Janusz Dobrowolski
1947 ! Up to date translation file
1948 $ /lang/new_language_template/LC_MASSAGES/empty.po
1949 # Fixed broken &amp's in backup files [0000040]
1950 $ /admin/db/maintenance_db.inc
1951 # Temporary fix (sync page reload) for uploading logo file
1952 $ /admin/company_preferences.php
1953 -------------------------------2.0 Final --------------------------------------------
1954 21_aug-2008 Joe Hunt
1955 ! config.php file. Version changed to 2.0
1956 $ config.php
1957 ! Set time out to 120 seconds.
1958 $ /install/save.php
1959 # Removed js warnings on index pages
1960 $ /js/utils.js
1961
1962 20-Aug-2008 Joe Hunt
1963 # Bug [0000037] Price diff and deliveries between po receive and supp invoice. (Again)
1964 $ /includes/db/inventory_db.inc
1965   /purchase/includes/db/grn_db.inc
1966   /purchase/includes/db/invoice_db.inc
1967
1968 20-Aug-2008
1969 # [0000041] Voiding PO GRN's could be dangerous, if deliveries have been done. Eliminating it. Use item adjustment with 0 price.
1970 $ /admin/db/voiding_db.inc
1971 # Fixing a minor bug in grn_db.inc
1972 $ /purchasing/includes/db/grn_db.inc 
1973   
1974 19-Aug-2008 Joe Hunt
1975 # Fixed some color conversion problems in the new PDF Engine
1976 $ /reporting/includes/pdf_report.inc
1977   /reporting/includes/class.pdf.inc
1978   
1979 19-Aut-2008 Joe Hunt
1980 ! Optimized the textwraplines in pdf_report.inc and header2.inc
1981   /reporting/includes/pdf_report.inc
1982   /reporting/includes/header2.inc (This is important to download too!)
1983   
1984 19-Aug-2008 Joe Hunt
1985 ! Replacing the PDF Engine with a slightly modified TCPDF
1986 $ /reporting/fonts/helvetica*.php (new php files)
1987   /reporting/fonts/*.atm files removed
1988   /reporting/includes/pdf_report.inc (changed)
1989   /reporting/includes/class.pdf.inc (changed)
1990   /reporting/includes/barcodes.php (new file)
1991   /reporting/includes/htmlcolors.php (new file)
1992   /reporting/includes/html_entity_decode_php4.php (new file)
1993   /reporting/includes/tcpdf.php (new file, the PDF engine)
1994   /reporting/includes/unicode_data2.php (new file, reduced unicode_data.php)
1995   
1996 18-Aug-2008 Joe Hunt
1997 # Bug [0000038] Voiding a cost update doesn't void even if it says so. There will now be an error msg saying
1998   that this can not be done. 
1999 $ /admin/db/voiding_db.inc
2000
2001 18-Aug-2008 Joe Hunt
2002 # Bug [0000037] Price diff and deliveries between po receive and supp invoice.
2003 $ /purchase/includes/db/grn_db.inc
2004   /purchase/includes/db/invoice_db.inc
2005   
2006 16-Aug-2008 Janusz Dobrowolski
2007 # Fixed first supplier add confirmation [0000039].
2008 $ /purchasing/manage/suppliers.php
2009 # Fixed entering direct documents with date in the past [0000036]
2010 $ /sales/customer_delivery.php
2011   /sales/includes/cart_class.inc
2012 # Fixed date_picker caching in debug mode
2013 $ /includes/ui/ui_view.inc
2014 # Some focus fixes after user entry error
2015 $ /sales/manage/credit_status.php
2016   /sales/manage/customer_branches.php
2017   /sales/manage/sales_areas.php
2018   /sales/manage/sales_people.php
2019
2020 08-Aug-2008 Joe Hunt
2021 # Wrong email-adress field taken when emailing documents [0000035].
2022 $ /sales/includes/db/cust_trans_db.inc
2023
2024 02-Aug-2008 Joe Hunt
2025 # Use Item Sales Account as default when creating new branch. Customer Branch Sales Account overrides Item Sales Accounts.
2026 $ /sales/manage/customer_branches.php
2027
2028 01-Aug-2008 Joe Hunt
2029 ! Customer Dimension overrides an Item Dimension when creating GL transactions
2030 $ /sales/includes/db/customers_db.inc
2031   /sales/includes/db/sales_credit_db.inc
2032   /sales/includes/db/sales_delivery_db.inc
2033   /sales/includes/db/sales_invoice_db.inc
2034   
2035 31-Jul-2008 Joe Hunt
2036 + Added a new menu entry after that Bank Payment or Bank Deposit has been processed.
2037 $ /gl/gl_bank.php
2038
2039 30-Jul-2008 Joe Hunt
2040 ! Currency selection in Price Listing Report
2041 $ /reporting/rep104.php
2042   /reporting/reports_main.php
2043   
2044 28-Jul-2008 Janusz Dobrowolski
2045 # Fixed control buttons reset after record deletion.
2046 $ /admin/fiscalyears.php
2047   /admin/payment_terms.php
2048   /admin/shipping_companies.php
2049   /gl/manage/bank_accounts.php
2050   /gl/manage/currencies.php
2051   /gl/manage/gl_account_classes.php
2052   /gl/manage/gl_account_types.php
2053   /inventory/manage/item_categories.php
2054   /inventory/manage/item_units.php
2055   /inventory/manage/locations.php
2056   /inventory/manage/movement_types.php
2057   /manufacturing/manage/work_centres.php
2058   /sales/manage/credit_status.php
2059   /sales/manage/customer_branches.php
2060   /sales/manage/sales_areas.php
2061   /sales/manage/sales_people.php
2062   /sales/manage/sales_types.php
2063   /taxes/item_tax_types.php
2064   /taxes/tax_groups.php
2065   /taxes/tax_types.php
2066
2067 27-Jul-2008 Janusz Dobrowolski
2068 # Fixed record selection on pages using non-numeric selectors with simple_page_mode() helper. 
2069 $ /includes/ui/ui_controls.inc
2070   /includes/ui/ui_input.inc
2071   /inventory/manage/item_units.php
2072 # Fixed focus setting on multi-form pages.
2073 $ /js/utils.js
2074 # Fixed ajax reload
2075 $ /manufacturing/work_order_release.php
2076
2077 26-Jul-2008 Janusz Dobrowolski
2078 ! Potentially dangerous for whole FA site operations are currently available only for admins of first registered company (site admins).
2079 $ /config.php
2080   /admin/create_coy.php
2081   /admin/inst_lang.php
2082   /admin/inst_module.php
2083   /includes/current_user.inc
2084 # Small layout fix
2085   /admin/fiscalyears.php
2086
2087 25-Jul-2008 Joe Hunt
2088 # Minor adjustments
2089 $ /includes/page/header.inc
2090   /manufacturing/work_order_release.php
2091   
2092 25-Jul-2008 Joe Hunt
2093 # Default application setting does not work [0000034]
2094 $ /includes/page/header.inc
2095
2096 25-Jul-2008 Joe Hunt
2097 ! The built version in config.php now shows the last change date of this file (CHANGELOG.txt).
2098 $ config.php
2099
2100 25-Jul-2008 Joe Hunt
2101 # Missing GL transactions when producing advanced manufacturing [0000032].
2102 $ /manufacturing/includes/db/work_order_produce_items_db.inc
2103
2104 24-Jul-2008 Janusz Dobrowolski
2105 + Added fatal error handling during ajax calls - [0000003] closed
2106 $ includes/session.inc
2107 # Fixed hints for lists without submit [0000026]
2108 $ includes/ui/ui_lists.inc
2109 # Removed not used file (related to [0000023])
2110 $ sql/basic.sql
2111
2112 24-Jul-2008 Joe Hunt
2113 # Pressing the link in the meta_forward function may result in a blank page.
2114 $ /includes/ui/ui_controls.inc
2115
2116 23-Jul-2008 Joe Hunt
2117 # Increment reference bug in GL Deposit and missing hyperlink parameter.
2118 $ /gl/gl_bank.php
2119   /gl/includes/gl_bank_ui.inc
2120   
2121 22-Jul-2008 Janusz Dobrowolski
2122 # Corrected backup maintenance page display during script download.
2123 $ /admin/backups.php
2124
2125 20-Jul-2008 Janusz Dobrowolski
2126 # Corrected reports page display after yesterday change.
2127 $ /reporting/reports_main.php
2128
2129 19-Jul-2008 Janusz Dobrowolski
2130 ! Content of js-only pages superseded by the requirement notification in non-js browsers.
2131 $ /admin/backups.php
2132   /reporting/reports_main.php
2133 + Support for js only divs/pages.
2134 $ /includes/main.inc
2135   /includes/ui/ui_controls.inc
2136   /js/inserts.js
2137 # Fixed page usability in non-js mode.
2138 $ /sales/inquiry/sales_orders_view.php
2139 # Small table view fix
2140 $ /admin/inst_lang.php
2141
2142 18-Jul-2008 Janusz Dobrowolski
2143 + Added optional processing progressbar for submit buttons
2144 $ /includes/ui/ui_input.inc
2145   /includes/ui/ui_lists.inc
2146   /js/inserts.js
2147   /themes/aqua/images/progressbar.gif (new)
2148   /themes/cool/images/progressbar.gif (new)
2149   /themes/default/images/progressbar.gif (new)
2150 # Fixed database error after empty supplier search result [0000022]
2151 $ /purchasing/supplier_credit.php
2152   /purchasing/supplier_invoice.php
2153 # Fixed focus after update
2154 $ /admin/company_preferences.php
2155 # Fixed message typo.
2156 $ /admin/create_coy.php
2157 # Fixed line edition layout
2158 $ /inventory/includes/item_adjustments_ui.inc
2159
2160 18-Jul-2008 Joe Hunt
2161 # Parse error fixed [0000021] in customer_credit_invoice.php
2162 $ /sales/customer_credit_invoice.php
2163
2164 15-Jul-2008 Janusz Dobrowolski
2165 # Fixed bug [0000018] - unwanted freight cost reset on page update.
2166 $ /sales/customer_delivery.php
2167
2168 14-Jul-2008 Janusz Dobrowolski
2169 # Fixed bug [0000017] - error while checking qoh
2170 $ /includes/ui/items_cart.inc
2171   /manufacturing/work_order_issue.php
2172 # Fixed ajax update
2173 $ /gl/manage/gl_accounts.php
2174
2175 13-Jul-2008 Joe Hunt
2176 + Added GL Summary of Tax Report (rep709.php). Usable only if different Tax Accounts are used.
2177 $ /reporting/rep709.php
2178
2179 12-Jul-2008 Joe Hunt
2180 ! Rewrite of Tax Report (rep709.php).
2181 $ /reporting/rep709.php
2182
2183 09-Jul-2008 Janusz Dobrowolski
2184 # Corrections to maximum input lengths
2185 $ /gl/manage/bank_accounts.php
2186   /gl/manage/gl_account_classes.php
2187 # Fixed spare Back link on restricted pages
2188 $ /includes/session.inc
2189 # Fixed bank_account_types_list()
2190 $ /includes/ui/ui_lists.inc
2191 # Fixed warning about unexisting POST var
2192 $ /sales/manage/customers.php
2193
2194 08-Jul-2008 Janusz Dobrowolski
2195 # Added validation of entered quantities
2196 $ /sales/customer_credit_invoice.php
2197 # Fixed ajax update (0000015) and quantity checks
2198 $ /sales/customer_delivery.php
2199   /sales/customer_invoice.php
2200 # Fixed invalid voiding sales invoice/delivery/credit (0000016)
2201 $ /sales/includes/db/sales_delivery_db.inc
2202   /sales/includes/db/sales_invoice_db.inc
2203   /sales/includes/sales_db.inc
2204 # Fixed setting document date to Today() 
2205 $ /sales/includes/cart_class.inc
2206
2207 08-Jul-2008 Joe Hunt
2208 + Addition in test of duplicate fiscal year
2209 $ /admin/fiscalyears.php
2210
2211 07-Jul-2008 Joe Hunt
2212 # Corrected a subbug in 00000012 (blank page in sales_types.php).
2213 $ /sales/manage/sales_types.php
2214
2215 07-Jul-2008 Janusz Dobrowolski
2216 + Added ajax
2217 $ /admin/fiscalyears.php
2218   /inventory/purchasing_data.php
2219 # Corrected factor parameter checking (fixes 00000012)
2220 $ /sales/includes/sales_db.inc
2221 ! Changed selector for fiscal year functions to id
2222 $ /admin/db/company_db.inc
2223 # Checking options parameter for combos 
2224 $ /includes/ui/ui_lists.inc
2225
2226 06-Jul-2008 Janusz Dobrowolski
2227 + Ajax additions
2228 $ /admin/view_print_transaction.php
2229   /admin/void_transaction.php
2230   /dimensions/dimension_entry.php
2231   /manufacturing/work_order_entry.php
2232   /manufacturing/manage/bom_edit.php
2233   /sales/manage/customer_branches.php
2234 + Default value calculated for new prices
2235 $ /inventory/prices.php
2236 + Optional default value for input_num()
2237 $ /includes/ui/ui_input.inc
2238 + Submit on change option for currency lists
2239 $ /includes/ui/ui_lists.inc
2240 # factor parameter in get_price() is now optional
2241 $ /sales/includes/sales_db.inc
2242 # Smaller fix to ajax page content update
2243 $ /sales/manage/customers.php
2244
2245 05-Jul-2008 Janusz Dobrowolski
2246 + Ajax additions
2247 $ /admin/change_current_user_password.php
2248   /admin/company_preferences.php
2249   /admin/forms_setup.php
2250   /admin/gl_setup.php
2251   /admin/payment_terms.php
2252   /admin/shipping_companies.php
2253   /admin/users.php
2254   /inventory/manage/item_categories.php
2255   /inventory/manage/item_units.php
2256   /inventory/manage/locations.php
2257   /inventory/manage/movement_types.php
2258   /manufacturing/manage/work_centres.php
2259   /sales/manage/credit_status.php
2260   /sales/manage/sales_areas.php
2261   /sales/manage/sales_people.php
2262   /sales/manage/sales_types.php
2263   /taxes/item_tax_types.php
2264   /taxes/tax_groups.php
2265   /taxes/tax_types.php
2266 # Gettext fixes
2267 $ /gl/manage/bank_accounts.php
2268   /gl/manage/bank_trans_types.php
2269   /gl/manage/currencies.php
2270   /gl/manage/gl_account_classes.php
2271   /gl/manage/gl_account_types.php
2272   /gl/manage/gl_accounts.php
2273
2274 04-Jul-2008 Janusz Dobrowolski
2275 + Ajax additions
2276   /gl/inquiry/bank_inquiry.php
2277   /gl/inquiry/gl_account_inquiry.php
2278   /gl/inquiry/gl_trial_balance.php
2279   /gl/manage/bank_accounts.php
2280   /gl/manage/bank_trans_types.php
2281   /gl/manage/currencies.php
2282   /gl/manage/exchange_rates.php
2283   /gl/manage/gl_account_classes.php
2284   /gl/manage/gl_account_types.php
2285   /gl/manage/gl_accounts.php
2286 ! Changed layout for simple db table editor pages
2287 $ /includes/ui/ui_input.inc
2288 - Removed unused GL account settings.
2289 $ /admin/gl_setup.php
2290   /admin/db/company_db.inc
2291   /gl/manage/gl_accounts.php
2292 # Fixed default sales account for customer branch.
2293 $ /admin/gl_setup.php
2294   /sales/manage/customer_branches.php
2295 # Fixed focus after ajax page reload.
2296 $ /includes/ajax.inc
2297 # Fixed optional submit for yesno and gl_all_accounts lists.
2298 $ /includes/ui/ui_lists.inc
2299
2300 01-Jul-2008 Janusz Dobrowolski
2301 + Ajax additions
2302   /gl/bank_transfer.php
2303   /gl/gl_budget.php
2304   /gl/gl_journal.php
2305   /gl/includes/ui/gl_journal_ui.inc
2306 + Added client side calculations for budget
2307   /gl/gl_budget.php
2308   /js/budget.js
2309 # Fixed default POST assigning [fixes 0000009]
2310   /includes/ui/ui_lists.inc
2311 # Fixed submit type in submit_row()
2312   /includes/ui/ui_input.inc
2313 # Small display fix
2314   /gl/manage/currencies.php
2315 ! Code cleanup
2316   /gl/gl_bank.php
2317   /gl/includes/ui/gl_bank_ui.inc
2318   /inventory/adjustments.php
2319   /inventory/transfers.php
2320   /purchasing/po_entry_items.php
2321   /sales/sales_order_entry.php
2322   /sales/credit_note_entry.php
2323
2324 29-Jun-2008 Janusz Dobrowolski
2325 ! Rewritten bank deposit/payment related files, added ajax
2326   /gl/gl_deposit.php (removed)
2327   /gl/gl_payment.php (removed)
2328   /gl/gl_bank.php (added)
2329   /gl/includes/ui/gl_bank_ui.inc (new file)
2330   /gl/includes/ui/gl_deposit_ui.inc (removed)
2331   /gl/includes/ui/gl_payment_ui.inc (removed)
2332   /gl/includes/db/gl_db_banking.inc
2333   /gl/gl_journal.php
2334   /manufacturing/search_work_orders.php
2335   /applications/generalledger.php
2336 + Added fallback flag for non-js mode only ui elements
2337 $ /js/inserts.js
2338 ! Default value from POST for check_box,hidden and text_cells inputs
2339 $ /includes/ui/ui_input.inc
2340 ! Rewritten non-sql list selectors
2341 $ /includes/ui/ui_lists.inc
2342   /purchasing/inquiry/supplier_allocation_inquiry.php
2343   /purchasing/inquiry/supplier_inquiry.php
2344 ! Added trans_type parameter to items_cart()  
2345 $ /includes/ui/items_cart.inc
2346   /inventory/adjustments.php
2347   /inventory/transfers.php
2348   /manufacturing/work_order_issue.php
2349
2350 27-Jun-2008 Janusz Dobrowolski
2351 + Ajax additions
2352 $ /dimensions/dimension_entry.php
2353   /dimensions/inquiry/search_dimensions.php
2354   /manufacturing/work_order_add_finished.php
2355   /manufacturing/work_order_issue.php
2356   /manufacturing/work_order_release.php
2357   /manufacturing/includes/work_order_issue_ui.inc
2358   /manufacturing/search_work_orders.php
2359 ! Default $selected_id=null (ie current $_POST value) for all lists;
2360    standard view (ie with search box) of stock_component_list()
2361 $ /includes/ui/ui_lists.inc
2362 # Fixed selection for outstanding work orders
2363 $ /manufacturing/search_work_orders.php
2364 # Fixed stock item links
2365 $ /inventory/includes/item_adjustments_ui.inc
2366   /inventory/includes/stock_transfers_ui.inc
2367 # Fixed typo in menu option
2368 $ /applications/manufacturing.php
2369
2370 27-Jun-2008 Joe Hunt
2371 # Minor html adjustment in login.php
2372 $ /access/login.php
2373 # Fixed a bug when trying to create a duplicate year
2374 $ /admin/fiscalyears.php
2375 # Fixed a misspelled parameter (OutstandingOnly) in manufacturing.php
2376 $ /applications/manufacturing.php
2377
2378 26-Jun-2008 Janusz Dobrowolski
2379 + Ajax additions
2380 $ /includes/ui/ui_lists.inc
2381   /inventory/adjustments.php
2382   /inventory/cost_update.php
2383   /inventory/prices.php
2384   /inventory/transfers.php
2385   /inventory/includes/item_adjustments_ui.inc
2386   /inventory/includes/stock_transfers_ui.inc
2387   /inventory/inquiry/stock_movements.php
2388   /inventory/manage/items.php
2389   /manufacturing/work_order_entry.php
2390   /purchasing/po_entry_items.php
2391 ! Changes to items_cart API (line_items indexed by line# instead of stock_id)
2392 $ /includes/ui/items_cart.inc
2393 # Fixed bug 0000008 (call to no more existing function)
2394 $ /sales/includes/db/sales_types_db.inc
2395
2396 25-Jun-2008 Joe Hunt
2397 # Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu
2398 $ /purchasing/includes/ui/invoice_ui.inc
2399
2400 25-Jun-2008 Janusz Dobrowolski
2401 # Fixed bug 0000004, removed nested forms in supplier invoice/credit
2402 $ /purchasing/includes/ui/invoice_ui.inc
2403
2404 25-Jun-2008 Joe Hunt
2405 # Fixed bug when updating/saving Tax Group Items
2406 $ /includes/ui/ui_lists.inc
2407
2408 24-Jun-2008 Joe Hunt
2409 # Fixed inconsistencies in customer and supplier aging 
2410 $ /sales/includes/db/customers_db.inc
2411   /sales/inquiry/customer_inquiry.php
2412   /purchasing/includes/db/suppliers_db.inc
2413   /reporting/rep102.php
2414   /reporting/rep202.php
2415 # Fixed a bug when trying to back the inv.date and due date in Direct Invoicing.
2416 $ /sales/sales_order_entry.php
2417
2418
2419 23-Jun-2008 Janusz Dobrowolski
2420 + Ajax additions to sales and purchasing modules
2421 $ /purchasing/po_receive_items.php
2422   /purchasing/supplier_credit.php
2423   /purchasing/supplier_credit_grns.php
2424   /purchasing/supplier_invoice.php
2425   /purchasing/supplier_invoice_grns.php
2426   /purchasing/supplier_trans_gl.php
2427   /purchasing/allocations/supplier_allocate.php
2428   /purchasing/includes/ui/invoice_ui.inc
2429   /sales/customer_credit_invoice.php
2430   /sales/allocations/customer_allocate.php
2431 # Fixed edition of purchase order (bug #0000001)
2432 $ /purchasing/includes/ui/po_ui.inc
2433 ! Improved client side allocation functions
2434 $ /js/allocate.js
2435 + Optional coloured price_format()
2436 $ /js/utils.js
2437   /js/inserts.js
2438 ! Async update of locations selector
2439 $ /includes/ui/ui_lists.inc
2440 # Fixed warning on pages without default focus.
2441 $ /includes/ui/ui_controls.inc
2442 # Fixed initial display for numeric inputs with dec=0. 
2443 $ /includes/ui/ui_input.inc
2444
2445 21-Jun-2008 Janusz Dobrowolski
2446 + Ajax additions to sales and purchasing modules
2447 $ /purchasing/po_entry_items.php
2448   /purchasing/supplier_payment.php
2449   /purchasing/allocations/supplier_allocate.php
2450   /purchasing/includes/ui/po_ui.inc
2451   /purchasing/inquiry/po_search.php
2452   /purchasing/inquiry/po_search_completed.php
2453   /purchasing/inquiry/supplier_allocation_inquiry.php
2454   /purchasing/inquiry/supplier_inquiry.php
2455   /purchasing/manage/suppliers.php
2456   /sales/manage/customers.php
2457
2458 21-Jun-2008 Joe Hunt
2459 + Added upload functionality to company logo. Better names on lists search.
2460 $ /admin/company_preferences.php
2461 ! Better layout on company logo print-out
2462 $ /reporting/includes/header2.inc
2463
2464 ---------------------------------------Release Candidate 2-------------------------------
2465 20-Jun-2008 Joe Hunt
2466 ! 2.0 Release Candidate 2
2467 $ config.php
2468   update.html
2469   
2470 20-Jun-2008 Joe Hunt
2471 ! In reorder_level.php the heading gets updated as well
2472 $ /inventory/reorder_level.php
2473 ! Changes the -1 to 'User Quantiry Decimals' in the table for units.
2474 $ /inventory/manage/item_units.php
2475
2476 20-Jun-2008 Janusz Dobrowolski
2477 # Proper error handling even after exit() call.
2478 $ /includes/errors.inc
2479   /includes/main.inc
2480   /includes/session.inc
2481 # Fixed initial combo selection.
2482   /includes/ui/ui_lists.inc
2483 # Layout fixes to customer edition.
2484   /sales/manage/customers.php
2485 # Added order table reload after template option change
2486   /sales/inquiry/sales_orders_view.php
2487
2488 19-Jun-2008 Janusz Dobrowolski
2489 + Added ajax improvements
2490 $ /purchasing/allocations/supplier_allocation_main.php
2491   /sales/customer_delivery.php
2492   /sales/customer_invoice.php
2493   /sales/allocations/customer_allocation_main.php
2494   /sales/manage/customers.php
2495 + Ajax added to check helper function
2496 $ /includes/ui/ui_input.inc
2497 # Fixing database error in branch exist check on empty customer_id
2498 $ /includes/data_checks.inc
2499 # Layout fix for hyperlink_params_td()
2500 $ /includes/ui/ui_controls.inc
2501 # Fix for initial combo position
2502 $ /includes/ui/ui_lists.inc
2503 # Fix to select onchange extension
2504 $ /js/inserts.js
2505
2506 19-Jun-2008 Joe Hunt
2507 ! changed so the due date is updated when changing customer in direct invoice.
2508 $ /sales/includes/ui/sales_order_ui.inc
2509
2510 19-Jun-2008 Joe Hunt
2511 # Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
2512 $ /sales/customer_credit_invoice.php
2513
2514 18-Jun-2008 Janusz Dobrowolski
2515 + Added ajax improvements
2516 $ /sales/credit_note_entry.php
2517   /sales/customer_payments.php
2518   /sales/sales_order_entry.php
2519   /sales/includes/ui/sales_credit_ui.inc
2520   /sales/includes/ui/sales_order_ui.inc
2521   /sales/inquiry/customer_allocation_inquiry.php
2522   /sales/inquiry/customer_inquiry.php
2523 + Added optional trigger parameter to div_start()
2524 $ /includes/ui/ui_controls.inc
2525 + Added dec attribute ajax update for amount fields 
2526 $ /includes/ui/ui_input.inc
2527 + Ajaxified stock item types and credit types lists
2528 $ /includes/ui/ui_lists.inc
2529 # Fixed onblur for amount fields, extended onchange event handling for selects
2530 $ /js/inserts.js
2531 # Fixed addAssign() js handler for nonstandard attributes
2532 $ /js/utils.js
2533 # Fixed bug in stock item image upload
2534 $ /inventory/manage/items.php
2535
2536 17-Jun-2008 Joe Hunt
2537 ! More files with Quantity routines needed fix due to php4 related issue.
2538 $ /includes/current_user.inc
2539   /manufacturing/work_order_entry.php
2540   /manufacturing/inquiry/where_used_inquiry.php
2541   /manufacturing/manage/bom_edit.php
2542   /purchasing/po_receive_items.php
2543   /purchasing/supplier_credit_grns.php
2544   /purchasing/supplier_invoice_grns.php
2545   /sales/customer_credit_invoice.php
2546   /sales/includes/ui/sales_order_ui.inc
2547
2548 16-Jun-2008 Joe Hunt
2549 ! Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here).
2550 $ /reporting/includes/header2.inc
2551   /reporting/doctext.inc
2552   /reporting/doctext2.inc
2553   
2554 16-Jun-2008 Joe Hunt
2555 ! Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
2556 $ /includes/current_user.inc
2557   /includes/ui/ui_input.inc
2558   /includes/ui/ui_lists.inc
2559   /inventory/reorder_level.inc
2560   /inventory/includes/item_adjustments_ui.inc
2561   /inventory/includes/stock_transfers_ui.inc
2562   /inventory/includes/db/items_units_db.inc
2563   /inventory/inquiry/stock_movements.php
2564   /inventory/inquiry/stock_status.php
2565   /inventory/manage/item_units.php
2566   /inventory/view/view_adjustment.php
2567   /inventory/view/view_transfer.php
2568   /manufacturing/search_work_orders.php
2569   /manufacturing/work_order_entry.php
2570   /manufacturing/includes/manufacturing_ui.inc
2571   /manufacturing/includes/work_order_issue_ui.inc
2572   /manufacturing/inquiry/where_used_inquiry.php
2573   /manufacturing/manage/bom_edit.php
2574   /manufacturing/view/wo_issue_view.php
2575   /manufacturing/view/wo_production_view.php
2576   /purchasing/po_receive_items.php
2577   /purchasing/supplier_credit_grns.php
2578   /purchasing/supplier_invoice_grns.php
2579   /purchasing/includes/ui/invoice_ui.inc
2580   /purchasing/includes/ui/po_ui.inc
2581   /purchasing/view/view_grn.php
2582   /purchasing/view/view_po.php
2583   /reporting/rep105.php
2584   /reporting/rep107.php
2585   /reporting/rep108.php
2586   /reporting/rep109.php
2587   /reporting/rep110.php
2588   /reporting/rep204.php
2589   /reporting/rep209.php
2590   /reporting/rep301.php
2591   /reporting/rep302.php
2592   /reporting/rep303.php
2593   /reporting/rep401.php
2594   /sales/customer_credit_invoice.php
2595   /sales/customer_delivery.php
2596   /sales/customer_invoice.php
2597   /sales/includes/ui/sales_credit_ui.inc
2598   /sales/includes/ui/sales_order_ui.inc
2599   /sales/view/view_credit.php
2600   /sales/view/view_dispatch.php
2601   /sales/view/view_invoice.php
2602   /sales/view/view_sales_order.php
2603   
2604 15-Jun-2008 Janusz Dobrowolski
2605 + Ajax driven delivery and order queries.
2606 $ /sales/inquiry/sales_deliveries_view.php
2607   /sales/inquiry/sales_orders_view.php
2608 + Added searchbox class selector for text inputs with onchange event handlers.
2609 ! Added text selection after focus.
2610 $ /js/inserts.js
2611   /js/utils.js
2612 + Added submit_on_change option to ref input functions, fixed data picker
2613 $ /includes/ui/ui_input.inc
2614 # Fixed bug in non-js mode for combos type 0 (stock_items_lists).
2615 $ /includes/ui/ui_lists.inc
2616
2617 15-Jun-2008 Joe Hunt
2618 # Changed so Invoice Template gets the current day instead of original day.
2619 $ /sales/sales_order_entry.php
2620
2621 15-Jun-2008 Joe Hunt
2622 # Bug in tax_types_list (spec_id)
2623 $ /includes/ui/ui_lists.inc
2624
2625 14-Jun-2008 Joe Hunt
2626 # Minor annoying layout bug in stock movements.
2627 $ /inventory/inquiry/stock_movements.php
2628
2629 14-Jun-2008 Joe Hunt
2630 ! The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here.
2631   Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default.
2632 ! If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the 
2633   transactions from Direct Invoice and Credit Note will be allocated immediately when placing.
2634 $ /includes/ui/ui_lists.inc
2635   /sales/includes/db/sales_invoice_db.inc
2636   /sales/includes/db/sales_credit_db.inc
2637   /sales/manage/customer_branches.php
2638   .
2639 12-Jun-2008 Joe Hunt
2640 + New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period.
2641 $ /reporting/reports_main.php
2642   /reporting/rep304.php (new file)
2643   
2644 ---------------------------------------Release Candidate 1-------------------------------
2645 10-Jun-2008 Janusz Dobrowolski
2646 # Some more fixes related to ajax combos usage
2647 $ /includes/ui/ui_lists.inc
2648   /inventory/cost_update.php
2649   /inventory/prices.php
2650   /inventory/purchasing_data.php
2651   /inventory/reorder_level.php
2652   /inventory/includes/item_adjustments_ui.inc
2653   /inventory/inquiry/stock_status.php
2654   /manufacturing/inquiry/where_used_inquiry.php
2655   /manufacturing/manage/bom_edit.php
2656   /purchasing/includes/ui/po_ui.inc
2657 # Fixed focus issues
2658 $ /gl/gl_journal.php
2659   /gl/gl_deposit.php
2660   /gl/gl_payment.php
2661   /js/inserts.js
2662   
2663 09-Jun-2008 Janusz Dobrowolski
2664 # Some additional fixes related to last big committment
2665 $ /gl/gl_journal.php
2666   /gl/gl_deposit.php
2667   /gl/gl_payment.php
2668   /includes/ajax.inc
2669   /includes/reserved.inc
2670   /includes/ui/ui_lists.inc
2671   /includes/ui/ui_view.inc
2672   /js/inserts.js
2673   /js/utils.js
2674   /sales/includes/ui/sales_order_ui.inc
2675   /themes/default/default.css
2676   /themes/aqua/default.css
2677   /themes/cool/default.css
2678
2679 08-Jun-2008 Joe Hunt
2680 ! Preparing for release candidate 1
2681 $ config.php
2682
2683 08-Jun-2008 Joe Hunt
2684 ! Set 'max_execution_time' to 60 seconds by ini_set.
2685 $ /install/save.php
2686
2687 07-Jun-2008 Joe Hunt
2688 # Fixed a layout bug in footer.inc
2689 $ /includes/page/footer.inc
2690
2691 07-Jun-2008 Joe Hunt
2692 ! Changed install.html and update.html
2693 $ install.html
2694   update.html
2695 + New files, change_current_user_password.php and alter2.sql
2696 $ /admin/change_current_user_password.php
2697   /sql/alter2.sql
2698 ! Changed some files for layout
2699 $ /lang/en_US/stylesheet.css
2700   /themes/aqua/default.css
2701   /themes/aqua/renderer.php
2702   /themes/cool/default.css
2703   /themes/cool/renderer.php
2704   /themes/default/default.css
2705   /themes/default/renderer.php
2706 ! Changed install sql scripts
2707 $ /sql/en_US-demo.sql
2708   /sql/en_US-new.sql
2709   
2710 07-Jun-2008 Janusz Dobrowolski
2711 + Added ajax functionality and ui hints to sales form entry pages.
2712 $ /sales/sales_order_entry.php
2713   /sales/includes/ui/sales_order_ui.inc
2714 + Added option for hints display, changed input/lists functions API
2715 $ /admin/display_prefs.php
2716   /admin/db/users_db.inc
2717   /includes/current_user.inc
2718   /includes/prefs/userprefs.inc
2719   /includes/ui/ui_input.inc
2720   /themes/default/renderer.php
2721   /sql/alter.sql
2722 + List functions rewrite. Added ajax functionality, universal combo_input().
2723 $ /includes/ui/ui_lists.inc
2724 + Ajaxified exchange_rate_display()
2725 $ /includes/ui/ui_view.inc
2726 + Added methods for setting focus and page reload to $Ajax class
2727 $ /includes/ajax.inc
2728   /includes/main.inc
2729 + Added comma separated css element selectors
2730 $ /js/behaviour.js
2731 ! Searchable select js changes related to new ui_lists.inc changes
2732 $ /js/inserts.js
2733   /js/utils.js
2734 + Additional style definitions for various ajax controls
2735 $ /themes/default/default.css
2736 ! Fixes related to changed input/lists API and ajax extensions
2737 $ /admin/company_preferences.php
2738   /admin/fiscalyears.php
2739   /admin/forms_setup.php
2740   /admin/gl_setup.php
2741   /dimensions/dimension_entry.php
2742   /dimensions/inquiry/search_dimensions.php
2743   /gl/bank_transfer.php
2744   /gl/includes/ui/gl_deposit_ui.inc
2745   /gl/includes/ui/gl_journal_ui.inc
2746   /gl/includes/ui/gl_payment_ui.inc
2747   /gl/inquiry/bank_inquiry.php
2748   /gl/inquiry/gl_account_inquiry.php
2749   /gl/inquiry/gl_trial_balance.php
2750   /gl/manage/gl_account_types.php
2751   /gl/manage/gl_accounts.php
2752   /includes/ui/ui_controls.inc
2753   /inventory/includes/item_adjustments_ui.inc
2754   /inventory/includes/stock_transfers_ui.inc
2755   /inventory/inquiry/stock_movements.php
2756   /manufacturing/search_work_orders.php
2757   /manufacturing/work_order_add_finished.php
2758   /manufacturing/work_order_entry.php
2759   /manufacturing/includes/work_order_issue_ui.inc
2760   /manufacturing/manage/bom_edit.php
2761   /purchasing/supplier_payment.php
2762   /purchasing/includes/ui/grn_ui.inc
2763   /purchasing/includes/ui/invoice_ui.inc
2764   /purchasing/includes/ui/po_ui.inc
2765   /purchasing/inquiry/po_search.php
2766   /purchasing/inquiry/po_search_completed.php
2767   /purchasing/inquiry/supplier_allocation_inquiry.php
2768   /purchasing/inquiry/supplier_inquiry.php
2769   /sales/customer_credit_invoice.php
2770   /sales/customer_delivery.php
2771   /sales/customer_invoice.php
2772   /sales/includes/ui/sales_credit_ui.inc
2773   /sales/inquiry/customer_allocation_inquiry.php
2774   /sales/inquiry/customer_inquiry.php
2775   /sales/inquiry/sales_deliveries_view.php
2776   /sales/inquiry/sales_orders_view.php
2777   /taxes/tax_groups.php
2778
2779 06-Jun-2008 Joe Hunt
2780 # Final fixes in html layout
2781 $ /admin/create_coy.php
2782   /gl/gl_deposit.php
2783   /gl/gl_payment.php
2784   /gl/manage/exchange_rates.php
2785   /inventory/prices.php
2786   /inventory/purchasing_date.php
2787   /inventory/reorder_level.php
2788   /inventory/inquiry/stock_status.php
2789   /manufacturing/inquiry/where_used_inquiry.php
2790   /manufacturing/manage/bom_edit.php
2791   
2792 05-Jun-2008 Joe Hunt
2793 ! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based.
2794 $ /includes/ui/ui_view.inc
2795 # Fixed a html layout bug
2796 $ /includes/page/header.inc
2797
2798 31-May-2008 Joe Hunt
2799 # A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists!
2800 $ /gl/view/gl_deposit_view.php
2801   /gl/view/gl_payment_view.php
2802   /includes/ui/ui_controls.inc
2803   /includes/ui/ui_lists.inc
2804   /includes/ui/ui_view.inc
2805   /manufacturing/work_order_add_finished.php
2806   /manufacturing/includes/manufacturing_ui.inc
2807   /manufacturing/view/work_order_view.php
2808   /manufacturing/view/wo_issue_view.php
2809   /sales/inquiry/customer_allocation_inquiry.php
2810   /sales/inquiry/customer_inquiry.php
2811
2812 30-May-2008 Joe Hunt
2813 # Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
2814 $ /inventory/inquiry/stock_movements.php
2815   /reporting/rep302.php
2816
2817 28-May-2008 Joe Hunt
2818 # More bugs related to debtor_trans changes (positive amounts)
2819 $ /gl/includes/db/gl_db_banking.inc
2820   /sales/allocations/customer_allocate.php
2821   /sales/includes/db/custalloc_db.inc
2822   /sales/inquiry/customer_allocation_inquiry.php
2823
2824 27-May-2008 Joe Hunt
2825 # Changed more files with new html/css.
2826 $ /includes/page/header.inc
2827   /purchasing/inquiry/supplier_allocation_inquiry.php
2828   /sales/credit_note_entry.php
2829   
2830 26-May-2008 Joe Hunt
2831 # Fixed many minor bugs, new ones as well as debtor_trans related.
2832 ! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change.
2833 $ /admin/backups.php
2834   /admin/create_coy.php
2835   /admin/inst_lang.php
2836   /admin/inst_module.php
2837   /gl/manage/exchange_rates.php
2838   /includes/session.inc
2839   /includes/page/header.inc
2840   /includes/ui/ui_controls.inc
2841   /includes/ui/ui_input.inc
2842   /includes/ui/ui_lists.inc
2843   /includes/ui/ui_view.inc
2844   /purchasing/allocations/supplier_allocate.php
2845   /sales/allocations/customer_allocate.php
2846   /sales/includes/db/sales_credit_db.inc
2847   /sales/inquiry/customer_allocation_inquiry.php
2848   /themes/aqua/default.css
2849   /themes/cool/default.css
2850   /themes/default/default.css
2851   
2852 23-May-2008 Joe Hunt
2853 # Minor bug in dimensions.php (Outstanding Dimensions)
2854 $ /applications/dimensions.php
2855   /dimensions/inquiry/search_dimensions.php
2856   
2857 23-May-2008 Janusz Dobrowolski
2858 ! Include file order / error handling order fixed once again.
2859 $ /includes/main.inc
2860   /includes/session.inc
2861   
2862 23-May-2008 Joe Hunt
2863 ! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the
2864   correct renderer.php.
2865 $ frontaccounting.php
2866   /includes/page/header.inc
2867   /includes/page/footer.inc
2868   /themes/default/renderer.php
2869   /themes/cool/renderer.php
2870   /themes/aqua/renderer.php
2871
2872 22-May-2008 Janusz Dobrowolski
2873 ! Error handler switching moved to session.inc for early error catching
2874 $ /includes/main.inc
2875   /includes/session.inc
2876 ! Cosmetic cleanup
2877   /js/utils.js
2878   
2879 18-May-2008 Janusz Dobrowolski
2880 # Added explicit ob_end_flush() on shutdown needed for php5
2881 $ /includes/main.inc
2882 # Fixed for www servers on nonstandard listening ports.
2883 $ /js/JsHttpRequest.js
2884
2885 18-May-2008 Joe Hunt
2886 # Bug when inserting new records in debtor_trans.
2887 $ /sales/includes/db/cust_trans_db.inc
2888
2889 16-May-2008 Janusz Dobrowolski
2890 + Rewritten errors/messages handling, unified for ajax/user/php errors
2891 $ /includes/errors.inc
2892   /includes/main.inc
2893   /includes/ui/ui_msgs.inc
2894 + Framework extended for ajax functionality, javascript code organization improvements.
2895 $ /config.php
2896   /includes/JsHttpRequest.php (new file)
2897   /includes/ajax.inc (new file)
2898   /includes/current_user.inc
2899   /includes/session.inc
2900   /includes/lang/language.php
2901   /includes/page/footer.inc
2902   /includes/page/header.inc
2903   /includes/ui/ui_controls.inc
2904   /includes/ui/ui_input.inc
2905   /includes/ui/ui_view.inc
2906   /js/JsHttpRequest.js (new file)
2907   /js/allocate.js (new file)
2908   /js/utils.js (new file)
2909   /js/behaviour.js
2910   /js/inserts.js
2911   /themes/aqua/images (new dir)
2912   /themes/aqua/images/button_ok.png (new file)
2913   /themes/aqua/images/locate.png (new file)
2914   /themes/cool/images (new dir)
2915   /themes/coll/images/button_ok.png (new file)
2916   /themes/coll/images/locate.png (new file)
2917   /themes/default/images/button_ok.png (new file)
2918   /themes/default/images/progressbar.gif (new file)
2919   /themes/default/images/progressbar1.gif (new file)
2920   /themes/default/images/progressbar2.gif (new file)
2921   /themes/default/default.css
2922   /themes/aqua/default.css
2923   /themes/cool/default.css
2924 ! Payment allocation js functions moved to allocate.js
2925 $ /purchasing/allocations/supplier_allocate.php 
2926   /sales/allocations/customer_allocate.php
2927 ! Some initializations moved from sales_order_ui.inc
2928 $ /sales/includes/cart_class.inc
2929 + Added javascript compression routine
2930 $ /includes/main.inc
2931
2932 14-May-2008 Joe Hunt
2933 # Minor bugs in the former fixing.
2934 $ /includes/ui/ui_lists.inc
2935
2936 14-May-2008 Joe Hunt
2937 # When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
2938   the records when there were no search values.
2939 $ /includes/ui/ui_lists.inc
2940
2941 09-May-2008 Joe Hunt
2942 ! Due to differences in Javascript the script update_db.php had to be changed.
2943 ! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
2944 $ /update_db.php
2945   /sql/en_US-new.sql
2946   /sql/en_US-demo.sql
2947   
2948 09-May-2008 Janusz Dobrowolski
2949 # Automatic calculation of not set item prices from home currency and base sales type settings.
2950 $ /admin/company_preferences.php
2951   /admin/db/company_db.inc
2952   /includes/ui/ui_lists.inc
2953   /sales/includes/cart_class.inc
2954   /sales/includes/sales_db.inc
2955   /sales/includes/db/sales_order_db.inc
2956   /sales/includes/db/sales_types_db.inc
2957   /sales/includes/ui/sales_credit_ui.inc
2958   /sales/includes/ui/sales_order_ui.inc
2959   /sales/manage/sales_types.php
2960   /sql/alter.sql
2961 # Fixed dev bug blocking change of price on order entry.
2962 $ /sales/includes/ui/sales_order_ui.inc
2963 # Small display fix
2964 $ /sales/manage/sales_people.php
2965
2966 30-Apr-2008 Joe Hunt
2967 # Fixed price update also in purchase order
2968 $ /purchasing/includes/ui/po_ui.inc
2969
2970 30-Apr-2008 Janusz Dobrowolski
2971 # Fixed price update when changing item in sales order.
2972 $ /includes/ui/ui_lists.inc
2973   /js/inserts.js
2974   /sales/includes/ui/sales_order_ui.inc
2975
2976 24-Apr-2008 Janusz Dobrowolski
2977 + Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file.
2978 $ /company/0/reporting (added new directory)
2979   /company/0/reporting/index.php
2980   /admin/create_coy.php
2981   /reporting/includes/reports_classes.inc
2982 # Warnings turned off in case of charset not supported by htmlspecialchars().
2983 $ /includes/db/connect_db.inc
2984 # Added content type encoding header
2985 $ /includes/page/header.inc
2986
2987 24-Apr-2008 Joe Hunt
2988 # Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to
2989   /includes/prefs/sysprefs.inc
2990 $ /includes/ui/items_cart.inc  
2991 # Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc
2992 $ /reporting/includes/pdf_report.inc
2993
2994 23-Apr-2008 Joe Hunt
2995 ! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.
2996   It will make it easier to design your own document layouts.
2997 $ /reporting/includes/pdf_report.inc
2998   /reporting/includes/header2.inc (new file)
2999   
3000 20-Apr-2008 Janusz Dobrowolski
3001 # Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
3002 $ /admin/create_coy.php
3003 ! Added missing include_once directives.
3004 $ /includes/ui/items_cart.inc
3005   /includes/ui/ui_lists.inc
3006   /includes/ui/ui_view.inc
3007 + Added ini default_charset unnecessary for planned ajax calls.
3008 $ /includes/lang/language.inc
3009
3010 19-Apr.2008 Joe Hunt
3011 # Bug (right to left text was done if price decimals were 3). A test sentense from a while
3012   ago wasn't removed.
3013 $ /reporting/includes/pdf_report.inc
3014
3015 18-Apr-2008 Janusz Dobrowolski
3016 # Additional checks on provisions and break point entry.
3017 $ /sales/manage/sales_people.php
3018 ! Modules purchasing, sales and taxes sealed against XSS attacks
3019 $ /install/save.php
3020   /admin/db/maintenance_db.inc
3021   /purchasing/includes/db/grn_db.inc
3022   /purchasing/includes/db/invoice_items_db.inc
3023   /purchasing/includes/db/po_db.inc
3024   /purchasing/includes/db/supp_trans_db.inc
3025   /purchasing/manage/suppliers.php
3026   /sales/includes/db/credit_status_db.inc
3027   /sales/includes/db/cust_trans_db.inc
3028   /sales/includes/db/cust_trans_details_db.inc
3029   /sales/includes/db/sales_order_db.inc
3030   /sales/includes/db/sales_types_db.inc
3031   /sales/manage/customer_branches.php
3032   /sales/manage/customers.php
3033   /sales/manage/sales_areas.php
3034   /sales/manage/sales_people.php
3035   /taxes/db/item_tax_types_db.inc
3036   /taxes/db/tax_groups_db.inc
3037   /taxes/db/tax_types_db.inc
3038
3039 18-Apr-2008 Joe Hunt
3040 ! Module gl sealed against XSS Attacks
3041 $ /gl/includes/db/gl_db_accounts.inc
3042   /gl/includes/db/gl_db_account_types.inc
3043   /gl/includes/db/gl_db_bank_accounts.inc
3044   /gl/includes/db/gl_db_bank_trans.inc
3045   /gl/includes/db/gl_db_bank_trans_types.inc
3046   /gl/includes/db/gl_db_currencies.inc
3047   /gl/includes/db/gl_db_trans.inc
3048   
3049 18-Apr-2008 Janusz Dobrowolski
3050 ! Modules admin and dimensions sealed against XSS attacks
3051 $ /admin/payment_terms.php
3052   /admin/shipping_companies.php
3053   /admin/db/company_db.inc
3054   /admin/db/maintenance_db.inc
3055   /admin/db/users_db.inc
3056   /admin/db/voiding_db.inc
3057   /dimensions/includes/dimensions_db.inc
3058
3059 18-Apr-2008 Joe Hunt
3060 ! Modules includes, inventory and manufacturing sealed against XSS attacks
3061 $ /includes/db/comments_db.inc
3062   /includes/db/inventory_db.inc
3063   /includes/db/references_db.inc
3064   /inventory/includes/db/items_category_db.inc
3065   /inventory/includes/db/items_db.inc
3066   /inventory/includes/db/items_locations_db.inc
3067   /inventory/includes/db/items_units_db.inc
3068   /inventory/includes/db/movement_types_db.inc
3069   /manufacturing/includes/db/work_centres_db.inc
3070   /manufacturing/includes/db/work_orders_db.inc
3071   /manufacturing/includes/db/work_orders_quick_db.inc
3072   /manufacturing/includes/db/work_order_issues_db.inc
3073   /manufacturing/includes/db/work_order_produce_items_db.inc
3074   
3075 18-Apr-2008 Janusz Dobrowolski
3076 ! Changed db_escape function to avoid XSS attacks via js db injection
3077 $ /includes/db/connect_db.inc
3078 # Database inserts/updates secured against js injection
3079 $ /admin/db/maintenance_db.inc
3080   /gl/includes/db/gl_db_accounts.inc
3081   /purchasing/includes/db/po_db.inc
3082   /sales/sales_order_entry.php
3083   /sales/includes/db/sales_order_db.inc
3084
3085 16-Apr-2008 Joe Hunt
3086 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
3087 $ /includes/ui/ui_lists.inc
3088
3089 09-Apr-2008 Janusz Dobrowolski
3090 # Fixed number formatting bug in standard cost update.
3091 $ /inventory/cost_update.php
3092
3093 -------------------- 2,0 Beta - released ----------------------------
3094
3095 06-Apr-2008 Joe Hunt
3096 ! Changed install.html and update.html to fit the new unstable release 2.0
3097 ! Changed demo sql script to fit the 2.0 unstable.
3098 $ install.html
3099   update.html
3100   /sql/en_US-demo.sql
3101   
3102 06-Apr-2008 Janusz Dobrowolski
3103 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
3104   /sales/customer_invoice.php
3105 # Fixed typo causing error while adding new tax type.
3106   /taxes/tax_types.php
3107   
3108 05-Apr-2008 Joe Hunt
3109 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
3110 $ /admin/create_coy.php
3111
3112 05-Apr-2008 Joe Hunt
3113 # Removed annoying warnings in several reports. 
3114 $ config.php 
3115   /reporting/rep102.php
3116   /reporting/rep104.php
3117   /reporting/rep201.php
3118   /reporting/rep203.php
3119   /reporting/rep705.php
3120   /reporting/rep706.php
3121   /reporting/rep707.php
3122   /reporting/rep709.php
3123   /reporting/reports_main.php
3124   /reporting/includes/pdf_report.inc
3125   
3126 04-Apr-2008 Janusz Dobrowolski
3127 # Javascript bugfix in selecting orders for template.
3128 $ /sales/inquiry/sales_orders_view.php
3129
3130 04-Apr-2008 Joe Hunt
3131 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
3132 + Preparing for download of release 2.0b on SourceForge.
3133 $ config.php
3134   update.html
3135   /sql/en_US-new.sql
3136   /sql/en_US-demo.sql
3137   
3138 02-Apr-2008 Janusz Dobrowolski
3139 # Removed selector expansion on space key for multi-line selectors
3140 $ /js/inserts.js
3141 ! Hiding search button in combo selectors for javascript enabled browsers
3142 $ /includes/ui/ui_lists.inc
3143   /js/inserts.js
3144 + Focus set to invalid form field after submit check fail
3145 $ /admin/company_preferences.php
3146   /admin/fiscalyears.php
3147   /admin/gl_setup.php
3148   /admin/payment_terms.php
3149   /admin/shipping_companies.php
3150   /admin/users.php
3151   /admin/void_transaction.php
3152   /dimensions/dimension_entry.php
3153   /gl/bank_transfer.php
3154   /gl/gl_deposit.php
3155   /gl/gl_journal.php
3156   /gl/gl_payment.php
3157   /gl/manage/bank_accounts.php
3158   /gl/manage/bank_trans_types.php
3159   /gl/manage/currencies.php
3160   /gl/manage/exchange_rates.php
3161   /gl/manage/gl_account_classes.php
3162   /gl/manage/gl_account_types.php
3163   /gl/manage/gl_accounts.php
3164   /inventory/adjustments.php
3165   /inventory/cost_update.php
3166   /inventory/prices.php
3167   /inventory/purchasing_data.php
3168   /inventory/transfers.php
3169   /inventory/manage/item_categories.php
3170   /inventory/manage/item_units.php
3171   /inventory/manage/items.php
3172   /inventory/manage/locations.php
3173   /inventory/manage/movement_types.php
3174   /manufacturing/work_order_add_finished.php
3175   /manufacturing/work_order_entry.php
3176   /manufacturing/work_order_issue.php
3177   /manufacturing/work_order_release.php
3178   /manufacturing/manage/bom_edit.php
3179   /manufacturing/manage/work_centres.php
3180   /purchasing/po_entry_items.php
3181   /purchasing/po_receive_items.php
3182   /purchasing/supplier_credit.php
3183   /purchasing/supplier_credit_grns.php
3184   /purchasing/supplier_invoice.php
3185   /purchasing/supplier_invoice_grns.php
3186   /purchasing/supplier_payment.php
3187   /purchasing/supplier_trans_gl.php
3188   /purchasing/allocations/supplier_allocate.php
3189   /purchasing/manage/suppliers.php
3190   /sales/credit_note_entry.php
3191   /sales/customer_credit_invoice.php
3192   /sales/customer_delivery.php
3193   /sales/customer_invoice.php
3194   /sales/customer_payments.php
3195   /sales/sales_order_entry.php
3196   /sales/allocations/customer_allocate.php
3197   /taxes/item_tax_types.php
3198   /taxes/tax_groups.php
3199   /taxes/tax_types.php
3200 # Set default focus in update_db.php
3201 $ /admin/backups.php
3202
3203 29-Mar-2008 Janusz Dobrowolski
3204 # Changed gl_all_accounts_list() API
3205 $ /includes/ui/ui_lists.inc
3206 + Enhanced list accessability in kbd usage via space key
3207 $ js/inserts.js
3208
3209 28-Mar-2008 Janusz Dobrowolski
3210 # Fixed headers for various display mode
3211 $ /sales/inquiry/sales_orders_view.php
3212
3213 28-Mar-2008 Joe Hunt
3214 + Added print document options in inquiries.
3215 $ /sales/inquiry/customer_inquiry.php
3216   /sales/inquiry/sales_orders_view.php
3217   /sales/inquiry/sales_deliveries_view.php
3218   /purchasing/inquiry/po_search.php
3219   /purchasing/inquiry/po_search_completed.php
3220   
3221 28-Mar-2008 Joe Hunt
3222 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
3223 $ /sales/includes/db/customers_db.inc
3224 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
3225 $ /sales/includes/db/sales_credit_db.inc
3226 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
3227 $ /reporting/includes/doctext.inc
3228   /reporting/includes/doctext2.inc
3229 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
3230 $ /reporting/rep101.php
3231   /reporting/rep102.php
3232
3233 28-Mar-2008 Janusz Dobrowolski
3234 # Layout/focus fixes for no_[customer/supplier/item]_list option on
3235 $  /includes/ui/ui_lists.inc
3236    /purchasing/includes/ui/po_ui.inc
3237    /sales/credit_note_entry.php
3238    /sales/sales_order_entry.php
3239    /sales/includes/ui/sales_credit_ui.inc
3240    /sales/includes/ui/sales_order_ui.inc
3241
3242 27-Mar-2008 Janusz Dobrowolski
3243 + Automatic first field focus on page start, focus order preserved between form updates
3244 $  /gl/inquiry/gl_account_inquiry.php
3245    /includes/page/footer.inc
3246    /includes/ui/ui_controls.inc
3247    /includes/ui/ui_input.inc
3248    /includes/ui/ui_lists.inc
3249    /includes/ui/ui_view.inc
3250    /js/inserts.js
3251    /sales/sales_order_entry.php
3252    /sales/credit_note_entry.php
3253    /sales/includes/ui/sales_credit_ui.inc
3254    /sales/includes/ui/sales_order_ui.inc
3255 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
3256 $  /includes/ui/ui_input.inc
3257 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
3258 $  /gl/gl_deposit.php
3259    /gl/gl_journal.php
3260    /gl/gl_payment.php
3261    /gl/includes/ui/gl_deposit_ui.inc
3262    /gl/includes/ui/gl_journal_ui.inc
3263    /gl/includes/ui/gl_payment_ui.inc
3264    /includes/ui/ui_view.inc
3265    /purchasing/po_entry_items.php
3266    /purchasing/includes/ui/po_ui.inc
3267    /sales/sales_order_entry.php
3268    /sales/includes/ui/sales_credit_ui.inc
3269    /sales/includes/ui/sales_order_ui.inc
3270    /js/inserts.js
3271 ! get_js_set_focus moved from ui_view (this is only standalone form).
3272    /update_db.php
3273 # Fixed debit/credit entry check 
3274 $  /gl/gl_journal.php
3275 # Restored GET/POST security check on path_to_root
3276 $  /config.php
3277
3278 26-Mar-2008 Janusz Dobrowolski
3279 # Bug fixes in purchase module related to tax structure changes.
3280 $  /purchasing/includes/supp_trans_class.inc
3281    /purchasing/includes/db/invoice_db.inc
3282    /purchasing/includes/db/invoice_items_db.inc
3283    /purchasing/includes/ui/invoice_ui.inc
3284    /reporting/rep105.php
3285
3286 25-Mar-2008 Janusz Dobrowolski
3287 ! Per company pdf, backup and graphics directories in 'company' dir.
3288 $  /company (new dir)
3289    /company/0 (new dir)
3290    /company/0/images/ (new dir)
3291    /company/0/images/102.jpg    (moved from inventory/manage/image)
3292    /company/0/images/103.jpg    (moved from inventory/manage/image)
3293    /company/0/images/104.jpg    (moved from inventory/manage/image)
3294    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
3295    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
3296    /admin/backups.php
3297    /admin/create_coy.php
3298    /admin/db/maintenance_db.inc
3299    /install/index.php
3300    /reporting/rep102.php
3301    /reporting/rep104.php
3302    /reporting/rep202.php
3303    /reporting/rep303.php
3304    /reporting/rep706.php
3305    /reporting/rep707.php
3306    /reporting/includes/pdf_report.inc
3307    /inventory/manage/items.php
3308
3309 + jscript component caching (enables browser caching and future compression)
3310 $  /includes/session.inc
3311    /includes/main.inc
3312    /includes/page/header.inc
3313    /includes/ui/ui_view.inc
3314    /admin/display_prefs.php
3315    /config.php
3316
3317 - Removed obsolete file
3318 $  /sales/includes/ui/print_invoice.inc
3319
3320 21-Mar-2008 Janusz Dobrowolski
3321 ! Total Allocation/Left to Allocate update without page submit.
3322 $  /includes/ui/ui_view.inc
3323    /purchasing/allocations/supplier_allocate.php
3324    /sales/allocations/customer_allocate.php
3325 # Fixed unvisable under IE editbutton
3326 $  /themes/aqua/default.css
3327    /themes/cool/default.css
3328    /themes/default/default.css
3329
3330 20-Mar-2008 Janusz Dobrowolski
3331 # Excluding delivery notes from Customer Balances, removed warnings. 
3332 $  /reporting/rep101.php 
3333 # Divide by zero fix on order_price==0 in new supplier invoice
3334 $  /purchasing/supplier_invoice_grns.php
3335 # Database bug fix in new customer entry
3336 $  /sales/manage/customers.php
3337 # Small bug fix (warnings) in is_date() function.
3338 $  /includes/date_functions.inc
3339
3340 18-Mar-2008 Janusz Dobrowolski
3341 # Line items editor uses POST method - no disappearing shippment info.
3342 $  /sales/credit_note_entry.php
3343    /sales/sales_order_entry.php
3344    /sales/includes/ui/sales_credit_ui.inc
3345    /sales/includes/ui/sales_order_ui.inc
3346 + Added edit_button_cell() function
3347 $  /includes/ui/ui_controls.inc
3348 + Helper function for finding indexed submit $_POST vars.
3349 $  /includes/ui/ui_input.inc
3350 + New class .editbutton for buttons. Default view is link alike.
3351 $  /themes/aqua/default.css
3352    /themes/cool/default.css
3353    /themes/default/default.css
3354
3355 17-Mar-2008 Janusz Dobrowolski
3356 # Added rounding when needed to avoid document non cosistent documents.
3357 $  /includes/banking.inc
3358    /purchasing/supplier_credit_grns.php
3359    /purchasing/supplier_invoice_grns.php
3360    /purchasing/includes/supp_trans_class.inc
3361    /purchasing/includes/ui/invoice_ui.inc
3362    /purchasing/includes/ui/po_ui.inc
3363    /reporting/rep107.php
3364    /reporting/rep109.php
3365    /reporting/rep110.php
3366    /reporting/rep209.php
3367    /sales/includes/cart_class.inc
3368    /sales/includes/ui/sales_credit_ui.inc
3369    /sales/includes/ui/sales_order_ui.inc
3370    /sales/view/view_credit.php
3371    /sales/view/view_dispatch.php
3372    /sales/view/view_invoice.php
3373    /sales/view/view_sales_order.php
3374    /taxes/tax_calc.inc
3375 # Sign bug for customer transactions
3376 $  /reporting/rep709.php
3377 # Include file conflict fix
3378 $ /purchasing/includes/ui/invoice_ui.inc
3379   /gl/manage/bank_accounts.php
3380   /manufacturing/inquiry/where_used_inquiry.php
3381   /purchasing/manage/suppliers.php
3382   
3383 16-Mar-2008 Janusz Dobrowolski
3384 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
3385 $  /js/behaviour.js
3386    /js/inserts.js
3387 + Added javascript source collecting functions
3388 $  /includes/main.inc
3389 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
3390 + Added global js code collecting arrays  $js_lib, $js_static
3391 $  /includes/session.inc
3392 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
3393 $  /includes/ui/ui_view.inc
3394 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
3395 $  /includes/page/footer.inc
3396    /includes/page/header.inc
3397 ! Added including of data_checks.inc
3398 $  /includes/ui.inc
3399 + User side percent/exrate/qty/price input formatting via onblur handler.
3400 $  /admin/gl_setup.php
3401    /gl/gl_budget.php
3402    /gl/manage/exchange_rates.php
3403    /includes/ui/ui_input.inc
3404    /inventory/purchasing_data.php
3405    /inventory/reorder_level.php
3406    /inventory/includes/item_adjustments_ui.inc
3407    /inventory/includes/stock_transfers_ui.inc
3408    /manufacturing/work_order_entry.php
3409    /manufacturing/manage/bom_edit.php
3410    /purchasing/po_entry_items.php
3411    /purchasing/po_receive_items.php
3412    /purchasing/supplier_credit.php
3413    /purchasing/supplier_credit_grns.php
3414    /purchasing/supplier_invoice_grns.php
3415    /purchasing/supplier_trans_gl.php
3416    /purchasing/allocations/supplier_allocate.php
3417    /purchasing/includes/ui/po_ui.inc
3418    /sales/customer_delivery.php
3419    /sales/customer_invoice.php
3420    /sales/allocations/customer_allocate.php
3421    /sales/includes/ui/sales_credit_ui.inc
3422    /sales/includes/ui/sales_order_ui.inc
3423    /taxes/tax_groups.php
3424    /taxes/tax_types.php
3425
3426 14-Mar-2008 Janusz Dobrowolski
3427  + All forms fixed to accept user native numeric format.
3428  $ /admin/gl_setup.php
3429    /gl/bank_transfer.php
3430    /gl/gl_budget.php
3431    /gl/gl_deposit.php
3432    /gl/gl_journal.php
3433    /gl/gl_payment.php
3434    /gl/includes/db/gl_db_banking.inc
3435    /gl/includes/ui/gl_deposit_ui.inc
3436    /gl/includes/ui/gl_journal_ui.inc
3437    /gl/includes/ui/gl_payment_ui.inc
3438    /gl/manage/exchange_rates.php
3439    /inventory/adjustments.php
3440    /inventory/cost_update.php
3441    /inventory/prices.php
3442    /inventory/purchasing_data.php
3443    /inventory/reorder_level.php
3444    /inventory/transfers.php
3445    /inventory/includes/item_adjustments_ui.inc
3446    /inventory/includes/stock_transfers_ui.inc
3447    /inventory/manage/item_units.php
3448    /manufacturing/work_order_entry.php
3449    /manufacturing/inquiry/where_used_inquiry.php
3450    /manufacturing/manage/bom_edit.php
3451    /purchasing/po_entry_items.php
3452    /purchasing/po_receive_items.php
3453    /purchasing/supplier_credit_grns.php
3454    /purchasing/supplier_invoice_grns.php
3455    /purchasing/supplier_payment.php
3456    /purchasing/supplier_trans_gl.php
3457    /purchasing/allocations/supplier_allocate.php
3458    /purchasing/includes/ui/po_ui.inc
3459    /purchasing/inquiry/po_search.php
3460    /sales/credit_note_entry.php
3461    /sales/customer_credit_invoice.php
3462    /sales/customer_delivery.php
3463    /sales/customer_invoice.php
3464    /sales/customer_payments.php
3465    /sales/sales_order_entry.php
3466    /sales/allocations/customer_allocate.php
3467    /sales/includes/ui/sales_credit_ui.inc
3468    /sales/includes/ui/sales_order_ui.inc
3469    /sales/manage/customers.php
3470    /sales/manage/sales_people.php
3471    /sales/view/view_credit.php
3472    /sales/view/view_dispatch.php
3473    /sales/view/view_invoice.php
3474    /sales/view/view_receipt.php
3475    /sales/view/view_sales_order.php
3476    /taxes/item_tax_types.php
3477    /taxes/tax_groups.php
3478    /taxes/tax_types.php
3479  + User format functions for percent/price/exrate amounts display.
3480  $ /includes/current_user.inc
3481  + Input checking functions for numeric input fields in user native format
3482  $ /includes/data_checks.inc
3483  + Numeric input fields in user native format
3484  $ /includes/ui/ui_input.inc
3485  + Javascript function for conversion to/from user native numeric format.
3486  $ /includes/ui/ui_view.inc
3487  + New class amount for numeric input
3488  $ /themes/aqua/default.css
3489    /themes/cool/default.css
3490    /themes/default/default.css
3491  # Removed warning on adding component
3492    /manufacturing/manage/bom_edit.php
3493  # Quantity display correction
3494    /manufacturing/inquiry/where_used_inquiry.php
3495  # Fixed add_customer_trans() call
3496    /gl/includes/db/gl_db_banking.inc
3497
3498 12-Mar-2008 Joe Hung
3499  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
3500  - Removed default insertion of Units of Measure. Not neccessary.
3501  $ /sql/alter.sql
3502    /admin/db/maintenance_db.inc (added support for update)
3503
3504 11-Mar-2008 Janusz Dobrowolski
3505  + Table of measure moved into new table item_units
3506  ! Removed $themes[] from config.php, theme list based on directory structure
3507  $ /config.php
3508    /includes/ui/ui_lists.inc
3509    /applications/inventory.php
3510    /inventory/includes/inventory_db.inc
3511    /inventory/includes/db/items_units_db.inc
3512    /inventory/manage/item_units.php
3513    /inventory/manage/items.php
3514    /sql/alter.sql
3515
3516 11-Mar-2008 Joe Hunt
3517  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
3518  $ /sales/customer_invoice.php
3519    /sales/customer_delivery.php
3520  
3521 10-Mar-2008 Joe Hunt
3522  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
3523  $ /sales/sales_order_entry.php
3524  
3525 10-Mar-2008 Janusz Dobrowolski
3526  + Added price list selector to sales entry (debtor_master gives only default one)
3527  + Added optional submit_on_change parameter to sales ui lists
3528  $ /includes/ui/ui_lists.inc
3529    /sales/sales_order_entry.php
3530    /sales/includes/ui/sales_credit_ui.inc
3531    /sales/includes/ui/sales_order_ui.inc
3532  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
3533  $ /sales/includes/cart_class.inc
3534    /includes/ui/ui_view.inc
3535    /sales/includes/sales_db.inc
3536  # Fixed bogus sales_type lists in edition mode
3537  $ /sales/customer_delivery.php
3538    /sales/customer_invoice.php
3539  # Smaller fixes, cart_class.sales_type name change
3540  $ /sales/includes/ui/sales_credit_db.inc
3541    /sales/credit_note_entry.php
3542    /sales/customer_credit_invoice.php
3543    /sales/includes/cart_class.inc
3544    /sales/includes/db/sales_credit_db.inc
3545    /sales/includes/db/sales_delivery_db.inc
3546    /sales/includes/db/sales_invoice_db.inc
3547    /sales/includes/db/sales_order_db.inc
3548    /sales/includes/ui/sales_credit_ui.inc
3549  # One another pmWiki name conflict removed
3550  $ /admin/display_prefs.php
3551  
3552 09-Mar-2008 Joe Hunt
3553  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
3554  $ /dimensions/includes/dimensions_db.inc
3555    /gl/includes/db/gl_db_banking.inc
3556    /includes/main.inc
3557    /inventory/includes/db/items_adjust_db.inc
3558    /manufacturing/includes/db/work_order_issues_db.inc
3559    /manufacturing/includes/db/work_order_produce_items_db.inc
3560    /manufacturing/includes/db/work_orders_db.inc
3561    /manufacturing/includes/db/work_orders_quick_db.inc
3562    /purchasing/includes/db/grn_db.inc
3563    /purchasing/includes/db/po_db.inc
3564    /purchasing/includes/db/supp_payment_db.inc
3565    /reporting/includes/form_types.inc (File removed)
3566    /sales/includes/db/sales_delivery_db.inc
3567    /sales/includes/db/sales_invoice_db.inc
3568    /sales/includes/db/sales_order_db.inc
3569    /sql/alter.sql
3570  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
3571  $ /reporting/rep101.php
3572    /reporting/rep201.php
3573  # clone replacement do_clone() for both PHP 4 and PHP 5.
3574  $ /includes/ui/ui_view.inc (at the very bottom)
3575    /sales/includes/cart_class.inc
3576    
3577 07-Mar-2008 Janusz Dobrowolski
3578  ! Changed name tax type uniqueness constraint to (name, rate)
3579  $ /includes/ui/ui_lists.inc
3580    /taxes/items_tax_types.php
3581  ! Tax included option moved from tax_group to sales_types table
3582  $ includes/ui/ui_view.inc
3583    /purchasing/includes/ui/invoice_ui.inc
3584    /taxes/tax_calc.inc
3585    /taxes/tax_groups.php
3586    /taxes/db/tax_groups_db.inc
3587    /sql/alter.sql
3588  # Final rewriting of sales module, a lot of bugfixes.
3589  + Template delivery/invoicing
3590  + Concurrent document editing control on sql level
3591  + Most of sales documents are now editable
3592  + Some links to print documents after entry
3593  ! Changed javascript helper function for customer allocations
3594  $ /applications/customers.php
3595    /includes/ui/ui_input.inc
3596    /reporting/rep107.php
3597    /reporting/rep109.php
3598    /reporting/rep110.php
3599    /sales/credit_note_entry.php
3600    /sales/customer_credit_invoice.php
3601    /sales/customer_delivery.php
3602    /sales/customer_invoice.php
3603    /sales/customer_payments.php
3604    /sales/sales_order_entry.php
3605    /sales/allocations/customer_allocate.php
3606    /sales/allocations/customer_allocation_main.php
3607    /sales/includes/cart_class.inc
3608    /sales/includes/sales_db.inc
3609    /sales/includes/sales_ui.inc
3610    /sales/includes/db/cust_trans_db.inc
3611    /sales/includes/db/cust_trans_details_db.inc
3612    /sales/includes/db/custalloc_db.inc
3613    /sales/includes/db/customers_db.inc
3614    /sales/includes/db/payment_db.inc
3615    /sales/includes/db/sales_credit_db.inc
3616    /sales/includes/db/sales_delivery_db.inc
3617    /sales/includes/db/sales_invoice_db.inc
3618    /sales/includes/db/sales_order_db.inc
3619    /sales/includes/db/sales_types_db.inc
3620    /sales/includes/ui/print_invoice.inc
3621    /sales/includes/ui/sales_credit_ui.inc
3622    /sales/includes/ui/sales_order_ui.inc
3623    /sales/inquiry/customer_allocation_inquiry.php
3624    /sales/inquiry/customer_inquiry.php
3625    /sales/inquiry/sales_deliveries_view.php
3626    /sales/inquiry/sales_orders_view.php
3627    /sales/manage/credit_status.php
3628    /sales/manage/sales_types.php
3629    /sales/view/view_credit.php
3630    /sales/view/view_dispatch.php
3631    /sales/view/view_invoice.php
3632    /sales/view/view_receipt.php
3633    /sales/view/view_sales_order.php
3634 # Removed function name conflict with wiki help system
3635    /includes/lang/language.php
3636    
3637 06-Mar-2008 Janusz Dobrowolski
3638  + Wiki help links integration
3639  $ /config.php
3640    /includes/page/header.inc
3641    /includes/lang/language.php
3642  + Optional debuging with xdebug module
3643  $ /index.php
3644    /includes/db/connect_db.inc
3645  ! Concurrent edition fix
3646  $  /includes/systypes.inc
3647  # Table header fix
3648  $  /manufacturing/manage/bom_edit.php
3649  # Menu layout fixes
3650  $ /themes/aqua/renderer.php
3651    /themes/cool/renderer.php
3652    /themes/default/renderer.php
3653  # Removed warning about nonexistent $_GET variable
3654  $ /dimensions/inquiry/search_dimensions.php
3655  # MySQL 3.xx CAST bug fix
3656  $ /includes/db/manufacturing_db.inc
3657    /manufacturing/includes/db/work_order_requirements_db.inc
3658    /manufacturing/inquiry/where_used_inquiry.php
3659
3660 04-Mar-2008 Joe Hunt
3661  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
3662    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
3663  $ /inventory/cost_update.php
3664    /purchasing/includes/db/grn_db.inc and
3665    /manufacturing/manage/bom_edit.php. 
3666    /manufacturing/includes/db/work_orders_db.inc
3667    /manufacturing/includes/db/work_orders_quick_db.inc
3668    /manufacturing/work_order_entry.php
3669   
3670 21-Feb-2008 Joe Hunt
3671  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
3672  $ /admin/view_print_transaction.php
3673    /applications/setup.php
3674   
3675 17-Feb-2008 Joe Hunt
3676  ! Minor change in menu and function in view_print_transaction.php
3677  $ /admin/view_print_transaction.php
3678    /application/setup.php
3679  + Preparing for print of single documents
3680  $ /reporting/includes/reporting.inc
3681  ! Removing 'out' field in table tax_types
3682  $ /sql/alter.sql
3683    /taxes/tax_types.php
3684    /taxes/db/tax_types_db.inc
3685  + Added 2 functions in ui_input.inc, button and button_cell
3686    /includes/ui/ui_input.inc
3687
3688 11-Feb-2008 Joe Hunt
3689  + Added file, update_db.php, for updating company databases from an SQL script.
3690  $ update_db.php (New file)
3691    update.html
3692   
3693 06-Fef-2008 Joe Hunt
3694  + Added Report, Salesman Listing, rep106.php. 
3695  $ /reporting/reports_main.php
3696    /reporting/rep106.php
3697   
3698 06-Feb-2008 Janusz Dobrowolski
3699  + Separation of customer invoice issue and goods delivery.
3700  + Batch invoicing for more than one delivery
3701  # Corrected inadequate shipping tax calculations.
3702  ! Default debugging status changed to off.
3703  $ /taxes/tax_calc.inc
3704    /taxes/db/tax_groups_db.inc
3705    /admin/db/voiding_db.inc
3706    /applications/customers.php
3707    /includes/systypes.inc
3708    /includes/types.inc
3709    /includes/ui/ui_controls.inc
3710    /includes/ui/ui_lists.inc
3711    /includes/ui/ui_view.inc
3712    /inventory/inquiry/stock_status.php
3713    /reporting/rep105.php
3714    /reporting/rep107.php
3715    /reporting/rep109.php
3716    /reporting/rep110.php 
3717    /reporting/rep209.php
3718    /reporting/reports_main.php
3719    /reporting/includes/doctext.inc
3720    /reporting/includes/doctext2.inc
3721    /reporting/includes/form_types.inc
3722    /reporting/includes/pdf_report.inc
3723    /reporting/includes/reports_classes.inc
3724    /sales/customer_credit_invoice.php
3725    /sales/customer_invoice.php
3726    /sales/sales_order_entry.php
3727    /sales/customer_delivery.php 
3728    /sales/includes/db/sales_delivery_db.inc 
3729    /sales/includes/ui/print_invoice.inc 
3730    /sales/includes/cart_class.inc
3731    /sales/includes/sales_db.inc
3732    /sales/includes/db/cust_trans_db.inc
3733    /sales/includes/db/cust_trans_details_db.inc
3734    /sales/includes/db/sales_credit_db.inc
3735    /sales/includes/db/sales_invoice_db.inc
3736    /sales/includes/db/sales_order_db.inc
3737    /sales/includes/ui/sales_order_ui.inc
3738    /sales/inquiry/customer_allocation_inquiry.php
3739    /sales/inquiry/customer_inquiry.php
3740    /sales/inquiry/sales_orders_view.php
3741    /sales/inquiry/sales_deliveries_view.php 
3742    /sales/view/view_dispatch.php
3743    /sales/view/view_invoice.php
3744    /sales/view/view_sales_order.php
3745    /sql/alter.sql
3746    config.php
3747   
3748 01-Feb-2008 Joe Hunt
3749  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
3750  $ /sales/includes/cart_class.inc
3751    /sales/includes/db/sales_credit_db.inc
3752    /sales/includes/db/sales_invoice_db.inc
3753    /sales/includes/db/sales_order_db.inc
3754    /sales/includes/db/cust_trans_details_db.inc
3755    /sales/includes/ui/sales_order_ui.inc
3756    /sales/includes/ui/sales_credit_ui.inc
3757    /sales/credit_note_entry.php
3758    /sales/customer_credit_invoice.php
3759    /sales/sales_order_entry.php
3760    /sales/customer_invoice.php
3761
3762 31-Jan-2008 Joe Hunt
3763  ! New Release 2.0 Pre Alpha
3764  $ config.php
3765  # Fixed a release 2 related bug in create_coy.php
3766  $ /admin/create_coy.php
3767  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
3768    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
3769    with these databases changes without any new files. They are coming as soon as possible.
3770  $ /sql/alter.sql (New file)  
3771  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
3772    and 2 related files
3773  $ /purchasing/supplier_trans_gl.php
3774    /purchasing/includes/db/invoice_items_db.inc
3775  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
3776  $ /includes/ui/ui_lists.inc
3777    /purchasing/includes/ui/po_ui.inc
3778    /sales/includes/ui/sales_order_ui.inc
3779    /admin/company_preferences.php
3780    /admin/db/company_db.inc
3781    config.php
3782  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
3783    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
3784  $ /sales/manage/sales_people.php
3785    /includes/ui/ui_input.inc
3786  
3787 -------------------- 2,0 Pre Alpha - above ----------------------------
3788 31-Jan-2008 Janusz Dobrowolski
3789  # Minor bugfix in db_import()
3790  $ /admin/db/maintenance_db.inc
3791  
3792 30-Jan-2008 Janusz Dobrowolski
3793  # Minor display fix in tax_types.php
3794  $ /taxes/tax_types.php
3795  ! Format cleanup on some files.
3796  $ /gl/includes/gl_db.inc
3797    /gl/includes/gl_ui.inc
3798    /applications/application.php
3799    frontaccounting.php
3800    index.php
3801    
3802 -------------------- 1.16 Stable Released ----------------------
3803 28-Jan-2008 Joe Hunt
3804  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
3805    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
3806    and $no_supplier_list. Default is the normal behavior for all listboxes.
3807  $ /includes/ui/ui_lists.inc
3808    /sales/includes/ui/sales_orders_ui.inc
3809    /purchases/includes/ui/po_ui.inc
3810    /themes/default/images/locate.png (New file)
3811    config.php
3812
3813  + Added ALTER TABLE possibility in db_import. For future releases.
3814  $ /admin/db/maintenence_db.inc  
3815
3816  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
3817  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
3818  $ /includes/db/connect_db.inc
3819    /includes/ui/ui_lists.inc
3820    /includes/page/header.inc
3821    /access/login.php
3822    
3823 16-Jan-2008 Joe Hunt
3824  # When login screen is displayed after session timeout page content is broken. It
3825    is because of NOT using absolute paths in href attribute theme elements.
3826  $ /access/login.php
3827  
3828 30-Dec-2007 Joe Hunt
3829  # Minor adjustments in function db_export on line 325
3830  $ /admin/db/maintenance_db.inc
3831  
3832 29-Dec-2007 Joe Hunt
3833  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
3834  $ config.php
3835  
3836  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
3837    Also fixed a unneccessary str_replace when importing sql scripts.
3838  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
3839  $ /admin/db/maintenance_db.inc
3840    /reporting/includes/pdf_report.inc
3841    
3842 13-Dec-2007 Joe Hunt
3843  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
3844  $ /gl/inquiry/gl_trial_balance.php
3845    /gl/inquiry/gl_account_inquiry.php
3846
3847 13-Dec-2007 Joe Hunt
3848  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
3849  $ /admin/db/voiding_db.inc
3850  
3851 06-Dec-2007 Joe Hunt
3852  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
3853  $ /gl/gl_payment.php
3854    /gl/includes/ui/gl_payment_ui.inc
3855    
3856  ! Changed $loc_notification to be set to 0 instead of 1.
3857  $ config.php
3858  
3859 -------------------- 1.15 Stable Released ----------------------
3860 05-Dec-2007 Joe Hunt
3861  + Added email notification to stock location when available stock is below reorder level
3862  $ config.php
3863    /sales/includes/db/sales_order_db.inc
3864    
3865  # Fixed bugs in Open balances when account is not a balance account
3866  $ /gl/inquiry/gl_trial_balance.php
3867    /gl/inquiry/gl_account_inquiry.php
3868    /reporting/rep704.php
3869    /reporting/rep708.php
3870    
3871 -------------------- 1.14 Stable Released ----------------------
3872 01-Oct-2007 Joe Hunt
3873  ! Major change in the installation of modules to also accept an SQL-file for upload.
3874  $ config.php
3875    /admin/inst_module.php
3876    /admin/db/maintenance_db.inc
3877    
3878 30-Sep-2007 Joe Hunt
3879  # The following files were still vulnerable. Fixed
3880  $ /access/login.php
3881    /includes/lang/language.php
3882
3883 -------------------- 1.13 Stable Released ----------------------
3884 14-Sep-2007 Joe Hunt
3885  + Added optional link for electronic payment on invoices (PayPal). 
3886  ! Better support for install/update languages.  
3887  ! Minor adjustments
3888  # Fixed a vulnerable item in config.php
3889  $ config.php
3890
3891 14-Sep-2007 Joe Hunt
3892  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
3893  # config.php has been vulnerable. Fixed.
3894  $ /admin/inst_lang.php
3895  $ config.php
3896  
3897 10-Sep-2007 Joe Hunt
3898  ! Changed Bank Address field from text to textarea (multirows)
3899  $ /gl/manage/bank_accounts.php
3900  
3901 06-Sep-2007 Joe Hunt
3902  + Added optional link for electronic payment on invoices (PayPal)
3903  $ /reporting/reports_main.php
3904    /reporting/rep107.php
3905    /reporting/includes/report_classes.inc
3906    /reporting/includes/pdf_report.inc
3907    /reporting/includes/doc_text.inc
3908    /reporting/includes/doc_text2.inc
3909    
3910 23-Aug-2007 Joe Hunt
3911  # Unnecessary parameter ($db) in check_for_recursive_bom
3912  $ /manufacturing/manage/bom_edit.php
3913  
3914 21-Aug-2007 Joe Hunt
3915  # Bug in /includes/lang/gettext.php (249) affecting changing language!
3916  $ /includes/lang/gettext.php
3917  
3918 08-Aug-2007 Joe Hunt
3919  # Minor adjustments
3920  $ config.php
3921    /access/login.php
3922    /admin/create_coy.php
3923    /reporting/includes/pdf_report.inc
3924    
3925 04-Aug-2007 Joe Hunt
3926  + Added a default fiscal year in the en_US-new.sql and start references.
3927  $ /sql/en_US-new.sql
3928  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
3929  $ /lang/en_US/LC_MESSAGES/en_US.mo
3930  
3931 03-Aug-2007 Joe Hunt
3932  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
3933  $ /sales/includes/db/sales_order_db.inc
3934  
3935 23-Jul-2007 Joe Hunt
3936  # Changed <? in front of 2 files to <?php.
3937  $ /purchasing/includes/purchasing_ui.inc
3938    /reporting/includes/class.mail.inc
3939    
3940 -------------------- 1.12 Stable Released ----------------------
3941 21-Jul-2007 Joe Hunt
3942  + Added option to handle Jalali and Islamic Calendars
3943  ! Minor adjustments
3944  $ config.php
3945    /gl/includes/db/gl_db_trans.inc
3946    /includes/date_functions.inc
3947    /includes/ui/ui_input.inc
3948    /includes/ui/ui_lists.inc
3949    /includes/ui/ui_view.inc
3950    /purchasing/po_receive_items.php
3951    /purchasing/includes/ui/invoice_ui.inc
3952    /purchasing/includes/ui/po_ui.inc
3953    /reporting/rep705.php
3954    /sales/includes/db/sales_order_db.inc
3955    /sales/includes/ui/sales_order_ui.inc
3956    
3957 20-Jul-2007 Joe Hunt
3958  ! Changed parameters on report Sales Order. Option to print as Quote.
3959  $ /reporting/reports_main.php
3960    /reporting/rep109.php
3961    /reporting/includes/pdf_report.inc
3962    /reporting/includes/doctext.inc
3963    /reporting/includes/doctext2.inc
3964  
3965 19-Jul-2007 Joe Hunt
3966  + Added Budget Entry in General Ledger. Includes Dimensions.
3967  $ config.php
3968    /applications/generalledger.php
3969    /gl/gl_budget.php (New File!)
3970    /gl/includes/db/gl_db_trans.inc
3971    /includes/date_functions.inc
3972    /reporting/report_classes.inc
3973    
3974 -------------------- 1.11 Stable Released ----------------------
3975 04-Jul-2007 Joe Hunt
3976  ! Option for using alpha numeric chart of accounts.
3977  $ config.php
3978    /gl/manage/gl_accounts.php
3979    /gl/includes/db/gl_db_accounts.inc
3980    /gl/includes/db/gl_db_bank_trans.inc
3981    /gl/includes/db/gl_db_trans.inc
3982    /gl/inquiry/gl_trial_balance.inc
3983    /admin/db/company_db.inc
3984    /inventory/includes/db/items_db.inc
3985    /sales/manage/customer_branches.inc
3986
3987 04-Jul-2007 Joe Hunt
3988  # Problems retrieving language texts for poEdit in long javascripts
3989  $ /includes/ui/ui_view.inc
3990  
3991 04-May-2007 Joe Hunt
3992  # Database error when updating more than one item row in Sales Orders.
3993  $ /sales/includes/db/sales_order_db.inc
3994  # Database error when inserting work order issues. Fixed.
3995  $ /manufacturing/includes/db/work_order_issues_db.inc
3996  
3997 03-May-2007 Joe Hunt
3998  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
3999  $ /includes/db/manufacturing_db.inc
4000    /manufacturing/includes/db/work_order_requirements_db.inc
4001
4002 02-May-2007 Joe Hunt
4003  # Missing details on Purchase Order when emailing and printing
4004  $ /reporting/rep209.php
4005  
4006 -------------------- 1.1 Stable Released ----------------------
4007 02-May-2007 Joe Hunt
4008  + Enabled module addons and all the below bugfixes. No changes in database structure.
4009  - Removed /sql/basic.sql (included in the other sql files)
4010  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
4011    (not needed anymore).
4012  + Addition of update.html  
4013  $ /admin/inst_module.php (New file!)
4014    /applications/customers.php
4015    /applications/dimensions.php
4016    /applications/generalledger.php
4017    /applications/inventory.php
4018    /applications/manufacturing.php
4019    /applications/setup.php
4020    /applications/suppliers.php
4021    /install/index.php
4022    /install/save.php
4023    /modules/inst_modules.php (New folder and new file!)
4024    /modules/index.php (New file!)
4025    /sql/en_US-demo.sql
4026    /sql/en_US-new.sql
4027    install.html
4028    update.html (New file!)
4029    
4030 01-May-2007 Joe Hunt
4031  # Missing measure of units when printing sales orders
4032  # Update of Sales People caused a database error
4033  $ /sales/manage/sales_people.php
4034    /reporting/rep109.php
4035  
4036 30-Apr-2007 Joe Hunt
4037  + The selected menu tab is now shown with same background as hover color.
4038  $ config.php (default tab line 77. Change if you want)
4039    /includes/page/header.inc
4040    
4041 28-Apr-2007 Joe Hunt
4042  # When saving work order entries a lot of debug boxes appeared. Fixed
4043  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
4044  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
4045  $ /includes/db/manufacturing_db.inc
4046    /manufacturing/work_order_entry.php
4047    /manufacturing/includes/work_order_issue_ui.inc
4048    /manufacturing/includes/db/work_order_requirements_db.inc
4049    /manufacturing/includes/db/work_orders_quick_db.inc
4050    /manufacturing/inquiry/where_used_inquiry.php
4051    
4052 25-Apr-2007 Joe Hunt
4053  # Missing Date Picker
4054  $ /sales/customer_invoice.php
4055  # No JS popup window
4056  $ /sales/view/view_invoice.php
4057  
4058 24-Apr-2007 Joe Hunt
4059  ! New and better Date Picker, better cool theme.
4060  $ /includes/ui/ui_input.inc
4061    /includes/ui/ui_view.inc
4062    /reporting/includes/reports_classes.inc
4063    /themes/cool/default.css
4064
4065 -------------------- 1.0.1 Stable Released ----------------------
4066 23-Apr-2007 Joe Hunt
4067  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
4068    the changes for selection lists customers/suppliers and the Audit Trail.
4069
4070 22-Apr-2007 Joe Hunt
4071  ! Changed the two selection lists for customers/suppliers in reports to a single one with
4072    No Filter
4073  ! Changed the sort order in these selection lists from id to name.
4074  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
4075  $ /reporting/reports_main.php
4076    /reporting/rep101.php
4077    /reporting/rep102.php
4078    /reporting/rep201.php
4079    /reporting/rep202.php
4080    /reporting/rep203.php
4081    /reporting/rep204.php
4082    /reporting/includes/reports_classes.inc
4083    /includes/ui/ui_lists.inc
4084    /gl/includes/db/gl_db_trans.inc
4085    config.php
4086    
4087 22-Apr-2007 Joe Hunt
4088  + Date Picker for all date fields.
4089  $ config.php
4090    /admin/fiscalyears.php
4091    /admin/void_transaction.php
4092    /includes/ui/ui_view.inc
4093    /includes/ui/ui_input.inc
4094    /dimensions/dimension_entry.php
4095    /dimensions/inquiry/search_dimensions.php
4096    /gl/gl_journal.php
4097    /gl/gl_deposit.php
4098    /gl/gl_payment.php
4099    /gl/bank_transfer.php
4100    /gl/inquiry/bank_inquiry.php
4101    /gl/inquiry/gl_account_inquiry.php
4102    /gl/inquiry/gl_trial_balance.php
4103    /gl/manage/exchange_rates.php
4104    /inventory/adjustments.php
4105    /inventory/transfers.php
4106    /inventory/inquiry/stock_movements.php
4107    /inventory/manage/items.php
4108    /manufacturing/work_order_add_finished.php
4109    /manufacturing/work_order_entry.php
4110    /manufacturing/work_order_issue.php
4111    /manufacturing/work_order_release.php
4112    /purchasing/supplier_payment.php
4113    /purchasing/po_entry_items.php
4114    /purchasing/po_receive_items.php
4115    /purchasing/supplier_credit.php
4116    /purchasing/supplier_credit_grns.php
4117    /purchasing/supplier_invoice.php
4118    /purchasing/supplier_invoice_grns.php
4119    /purchasing/supplier_trans_gl.php
4120    /purchasing/includes/ui/po_ui.inc
4121    /purchasing/inquity/po_search.php
4122    /purchasing/inquiry/po_search_completed.php
4123    /purchasing/inquiry/supplier_allocation_inquiry.php
4124    /purchasing/inquiry/supplier_inquiry.php
4125    /reporting/reports_main.php
4126    /reporting/includes/reports_classes.inc
4127    /sales/credit_note_entry.php
4128    /sales/customer_credit_invoice.php
4129    /sales/customer_payments.php
4130    /sales/sales_order_entry.php
4131    /sales/includes/ui/sales_order_ui.inc
4132    /sales/inquiry/customer_allocation_inquiry.php
4133    /sales/inquiry/customer_inquiry.php
4134    /sales/inquiry/sales_orders_view.php
4135    New image files:
4136    /themes/default/images/cal.gif
4137    /themes/default/images/next.gif
4138    /themes/default/images/prev.gif
4139
4140 19-Apr-2007 Joe Hunt
4141  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
4142  # Bug no 1703891, Reserved MySQL words used as column names, fixed
4143  $ /taxes/db/tax_types_db.inc
4144
4145  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
4146  $ /gl/manage/gl_accounts.php
4147    /gl/includes/db/gl_db_accounts.inc
4148    /includes/ui/ui_input.inc
4149
4150 18-Apr-2007 Joe Hunt
4151  # Bug no 1702594, Logon Loop, fixed
4152  $ config.php
4153
4154 -------------------- 1.0a Stable Released ----------------------
4155 10-Apr-2007 Joe Hunt
4156  ! Release 1.0a established on SourceForge, fixing the bugs.
4157
4158 11-Apr-2007 Joe Hunt
4159  # Bug No 1698214, Creating Items, fixed
4160  $ /includes/ui/ui_lists.inc
4161  # Bug no 1698216, Item Movements, fixed
4162  $ /inventory/manage/items.php
4163
4164 -------------------- 1.0 Stable Released ----------------------
4165 10-Apr-2007 Joe Hunt
4166  ! Release 1.0 established on SourceForge.
4167
4168 2. Copyright and disclaimer
4169 ---------------------------
4170 This application is opensource software released under the GPL.  Please
4171 see source code and the LICENSE file