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