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