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