7290c5a213db6720f618770dcf878e16f04c90d0
[fa-stable.git] / CHANGELOG.txt
1 /**
2 * @version $Id$
3 * @package FrontAccounting
4 * @copyright (C) 2005 - 2008 FrontAccounting
5 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
6 * FrontAccounting is Free Software
7 */
8
9 1. Changelog
10 ------------
11 This is a changelog for FrontAccounting All releases.
12
13 Legend:
14
15 # -> Bug Fix
16 + -> Addition
17 ! -> Change
18 - -> Removed
19 ! -> Note
20 $ -> Affected files
21
22 25-Jun-2008 Joe Hunt
23 # Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu
24 $ /purchasing/includes/ui/invoice_ui.inc
25
26 25-Jun-2008 Janusz Dobrowolski
27 # Fixed bug 0000004, removed nested forms in supplier invoice/credit
28 $ /purchasing/includes/ui/invoice_ui.inc
29
30 25-Jun-2008 Joe Hunt
31 # Fixed bug when updating/saving Tax Group Items
32 $ /includes/ui/ui_lists.inc
33
34 24-Jun-2008 Joe Hunt
35 # Fixed inconsistencies in customer and supplier aging 
36 $ /sales/includes/db/customers_db.inc
37   /sales/inquiry/customer_inquiry.php
38   /purchasing/includes/db/suppliers_db.inc
39   /reporting/rep102.php
40   /reporting/rep202.php
41 # Fixed a bug when trying to back the inv.date and due date in Direct Invoicing.
42 $ /sales/sales_order_entry.php
43
44
45 23-Jun-2008 Janusz Dobrowolski
46 + Ajax additions to sales and purchasing modules
47 $ /purchasing/po_receive_items.php
48   /purchasing/supplier_credit.php
49   /purchasing/supplier_credit_grns.php
50   /purchasing/supplier_invoice.php
51   /purchasing/supplier_invoice_grns.php
52   /purchasing/supplier_trans_gl.php
53   /purchasing/allocations/supplier_allocate.php
54   /purchasing/includes/ui/invoice_ui.inc
55   /sales/customer_credit_invoice.php
56   /sales/allocations/customer_allocate.php
57 # Fixed edition of purchase order (bug #0000001)
58 $ /purchasing/includes/ui/po_ui.inc
59 ! Improved client side allocation functions
60 $ /js/allocate.js
61 + Optional coloured price_format()
62 $ /js/utils.js
63   /js/inserts.js
64 ! Async update of locations selector
65 $ /includes/ui/ui_lists.inc
66 # Fixed warning on pages without default focus.
67 $ /includes/ui/ui_controls.inc
68 # Fixed initial display for numeric inputs with dec=0. 
69 $ /includes/ui/ui_input.inc
70
71 21-Jun-2008 Janusz Dobrowolski
72 + Ajax additions to sales and purchasing modules
73 $ /purchasing/po_entry_items.php
74   /purchasing/supplier_payment.php
75   /purchasing/allocations/supplier_allocate.php
76   /purchasing/includes/ui/po_ui.inc
77   /purchasing/inquiry/po_search.php
78   /purchasing/inquiry/po_search_completed.php
79   /purchasing/inquiry/supplier_allocation_inquiry.php
80   /purchasing/inquiry/supplier_inquiry.php
81   /purchasing/manage/suppliers.php
82   /sales/manage/customers.php
83
84 21-Jun-2008 Joe Hunt
85 + Added upload functionality to company logo. Better names on lists search.
86 $ /admin/company_preferences.php
87 ! Better layout on company logo print-out
88 $ /reporting/includes/header2.inc
89
90 ---------------------------------------Release Candidate 2-------------------------------
91 20-Jun-2008 Joe Hunt
92 ! 2.0 Release Candidate 2
93 $ config.php
94   update.html
95   
96 20-Jun-2008 Joe Hunt
97 ! In reorder_level.php the heading gets updated as well
98 $ /inventory/reorder_level.php
99 ! Changes the -1 to 'User Quantiry Decimals' in the table for units.
100 $ /inventory/manage/item_units.php
101
102 20-Jun-2008 Janusz Dobrowolski
103 # Proper error handling even after exit() call.
104 $ /includes/errors.inc
105   /includes/main.inc
106   /includes/session.inc
107 # Fixed initial combo selection.
108   /includes/ui/ui_lists.inc
109 # Layout fixes to customer edition.
110   /sales/manage/customers.php
111 # Added order table reload after template option change
112   /sales/inquiry/sales_orders_view.php
113
114 19-Jun-2008 Janusz Dobrowolski
115 + Added ajax improvements
116 $ /purchasing/allocations/supplier_allocation_main.php
117   /sales/customer_delivery.php
118   /sales/customer_invoice.php
119   /sales/allocations/customer_allocation_main.php
120   /sales/manage/customers.php
121 + Ajax added to check helper function
122 $ /includes/ui/ui_input.inc
123 # Fixing database error in branch exist check on empty customer_id
124 $ /includes/data_checks.inc
125 # Layout fix for hyperlink_params_td()
126 $ /includes/ui/ui_controls.inc
127 # Fix for initial combo position
128 $ /includes/ui/ui_lists.inc
129 # Fix to select onchange extension
130 $ /js/inserts.js
131
132 19-Jun-2008 Joe Hunt
133 ! changed so the due date is updated when changing customer in direct invoice.
134 $ /sales/includes/ui/sales_order_ui.inc
135
136 19-Jun-2008 Joe Hunt
137 # Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
138 $ /sales/customer_credit_invoice.php
139
140 18-Jun-2008 Janusz Dobrowolski
141 + Added ajax improvements
142 $ /sales/credit_note_entry.php
143   /sales/customer_payments.php
144   /sales/sales_order_entry.php
145   /sales/includes/ui/sales_credit_ui.inc
146   /sales/includes/ui/sales_order_ui.inc
147   /sales/inquiry/customer_allocation_inquiry.php
148   /sales/inquiry/customer_inquiry.php
149 + Added optional trigger parameter to div_start()
150 $ /includes/ui/ui_controls.inc
151 + Added dec attribute ajax update for amount fields 
152 $ /includes/ui/ui_input.inc
153 + Ajaxified stock item types and credit types lists
154 $ /includes/ui/ui_lists.inc
155 # Fixed onblur for amount fields, extended onchange event handling for selects
156 $ /js/inserts.js
157 # Fixed addAssign() js handler for nonstandard attributes
158 $ /js/utils.js
159 # Fixed bug in stock item image upload
160 $ /inventory/manage/items.php
161
162 17-Jun-2008 Joe Hunt
163 ! More files with Quantity routines needed fix due to php4 related issue.
164 $ /includes/current_user.inc
165   /manufacturing/work_order_entry.php
166   /manufacturing/inquiry/where_used_inquiry.php
167   /manufacturing/manage/bom_edit.php
168   /purchasing/po_receive_items.php
169   /purchasing/supplier_credit_grns.php
170   /purchasing/supplier_invoice_grns.php
171   /sales/customer_credit_invoice.php
172   /sales/includes/ui/sales_order_ui.inc
173
174 16-Jun-2008 Joe Hunt
175 ! Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here).
176 $ /reporting/includes/header2.inc
177   /reporting/doctext.inc
178   /reporting/doctext2.inc
179   
180 16-Jun-2008 Joe Hunt
181 ! Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
182 $ /includes/current_user.inc
183   /includes/ui/ui_input.inc
184   /includes/ui/ui_lists.inc
185   /inventory/reorder_level.inc
186   /inventory/includes/item_adjustments_ui.inc
187   /inventory/includes/stock_transfers_ui.inc
188   /inventory/includes/db/items_units_db.inc
189   /inventory/inquiry/stock_movements.php
190   /inventory/inquiry/stock_status.php
191   /inventory/manage/item_units.php
192   /inventory/view/view_adjustment.php
193   /inventory/view/view_transfer.php
194   /manufacturing/search_work_orders.php
195   /manufacturing/work_order_entry.php
196   /manufacturing/includes/manufacturing_ui.inc
197   /manufacturing/includes/work_order_issue_ui.inc
198   /manufacturing/inquiry/where_used_inquiry.php
199   /manufacturing/manage/bom_edit.php
200   /manufacturing/view/wo_issue_view.php
201   /manufacturing/view/wo_production_view.php
202   /purchasing/po_receive_items.php
203   /purchasing/supplier_credit_grns.php
204   /purchasing/supplier_invoice_grns.php
205   /purchasing/includes/ui/invoice_ui.inc
206   /purchasing/includes/ui/po_ui.inc
207   /purchasing/view/view_grn.php
208   /purchasing/view/view_po.php
209   /reporting/rep105.php
210   /reporting/rep107.php
211   /reporting/rep108.php
212   /reporting/rep109.php
213   /reporting/rep110.php
214   /reporting/rep204.php
215   /reporting/rep209.php
216   /reporting/rep301.php
217   /reporting/rep302.php
218   /reporting/rep303.php
219   /reporting/rep401.php
220   /sales/customer_credit_invoice.php
221   /sales/customer_delivery.php
222   /sales/customer_invoice.php
223   /sales/includes/ui/sales_credit_ui.inc
224   /sales/includes/ui/sales_order_ui.inc
225   /sales/view/view_credit.php
226   /sales/view/view_dispatch.php
227   /sales/view/view_invoice.php
228   /sales/view/view_sales_order.php
229   
230 15-Jun-2008 Janusz Dobrowolski
231 + Ajax driven delivery and order queries.
232 $ /sales/inquiry/sales_deliveries_view.php
233   /sales/inquiry/sales_orders_view.php
234 + Added searchbox class selector for text inputs with onchange event handlers.
235 ! Added text selection after focus.
236 $ /js/inserts.js
237   /js/utils.js
238 + Added submit_on_change option to ref input functions, fixed data picker
239 $ /includes/ui/ui_input.inc
240 # Fixed bug in non-js mode for combos type 0 (stock_items_lists).
241 $ /includes/ui/ui_lists.inc
242
243 15-Jun-2008 Joe Hunt
244 # Changed so Invoice Template gets the current day instead of original day.
245 $ /sales/sales_order_entry.php
246
247 15-Jun-2008 Joe Hunt
248 # Bug in tax_types_list (spec_id)
249 $ /includes/ui/ui_lists.inc
250
251 14-Jun-2008 Joe Hunt
252 # Minor annoying layout bug in stock movements.
253 $ /inventory/inquiry/stock_movements.php
254
255 14-Jun-2008 Joe Hunt
256 ! The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here.
257   Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default.
258 ! If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the 
259   transactions from Direct Invoice and Credit Note will be allocated immediately when placing.
260 $ /includes/ui/ui_lists.inc
261   /sales/includes/db/sales_invoice_db.inc
262   /sales/includes/db/sales_credit_db.inc
263   /sales/manage/customer_branches.php
264   .
265 12-Jun-2008 Joe Hunt
266 + New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period.
267 $ /reporting/reports_main.php
268   /reporting/rep304.php (new file)
269   
270 ---------------------------------------Release Candidate 1-------------------------------
271 10-Jun-2008 Janusz Dobrowolski
272 # Some more fixes related to ajax combos usage
273 $ /includes/ui/ui_lists.inc
274   /inventory/cost_update.php
275   /inventory/prices.php
276   /inventory/purchasing_data.php
277   /inventory/reorder_level.php
278   /inventory/includes/item_adjustments_ui.inc
279   /inventory/inquiry/stock_status.php
280   /manufacturing/inquiry/where_used_inquiry.php
281   /manufacturing/manage/bom_edit.php
282   /purchasing/includes/ui/po_ui.inc
283 # Fixed focus issues
284 $ /gl/gl_journal.php
285   /gl/gl_deposit.php
286   /gl/gl_payment.php
287   /js/inserts.js
288   
289 09-Jun-2008 Janusz Dobrowolski
290 # Some additional fixes related to last big committment
291 $ /gl/gl_journal.php
292   /gl/gl_deposit.php
293   /gl/gl_payment.php
294   /includes/ajax.inc
295   /includes/reserved.inc
296   /includes/ui/ui_lists.inc
297   /includes/ui/ui_view.inc
298   /js/inserts.js
299   /js/utils.js
300   /sales/includes/ui/sales_order_ui.inc
301   /themes/default/default.css
302   /themes/aqua/default.css
303   /themes/cool/default.css
304
305 08-Jun-2008 Joe Hunt
306 ! Preparing for release candidate 1
307 $ config.php
308
309 08-Jun-2008 Joe Hunt
310 ! Set 'max_execution_time' to 60 seconds by ini_set.
311 $ /install/save.php
312
313 07-Jun-2008 Joe Hunt
314 # Fixed a layout bug in footer.inc
315 $ /includes/page/footer.inc
316
317 07-Jun-2008 Joe Hunt
318 ! Changed install.html and update.html
319 $ install.html
320   update.html
321 + New files, change_current_user_password.php and alter2.sql
322 $ /admin/change_current_user_password.php
323   /sql/alter2.sql
324 ! Changed some files for layout
325 $ /lang/en_US/stylesheet.css
326   /themes/aqua/default.css
327   /themes/aqua/renderer.php
328   /themes/cool/default.css
329   /themes/cool/renderer.php
330   /themes/default/default.css
331   /themes/default/renderer.php
332 ! Changed install sql scripts
333 $ /sql/en_US-demo.sql
334   /sql/en_US-new.sql
335   
336 07-Jun-2008 Janusz Dobrowolski
337 + Added ajax functionality and ui hints to sales form entry pages.
338 $ /sales/sales_order_entry.php
339   /sales/includes/ui/sales_order_ui.inc
340 + Added option for hints display, changed input/lists functions API
341 $ /admin/display_prefs.php
342   /admin/db/users_db.inc
343   /includes/current_user.inc
344   /includes/prefs/userprefs.inc
345   /includes/ui/ui_input.inc
346   /themes/default/renderer.php
347   /sql/alter.sql
348 + List functions rewrite. Added ajax functionality, universal combo_input().
349 $ /includes/ui/ui_lists.inc
350 + Ajaxified exchange_rate_display()
351 $ /includes/ui/ui_view.inc
352 + Added methods for setting focus and page reload to $Ajax class
353 $ /includes/ajax.inc
354   /includes/main.inc
355 + Added comma separated css element selectors
356 $ /js/behaviour.js
357 ! Searchable select js changes related to new ui_lists.inc changes
358 $ /js/inserts.js
359   /js/utils.js
360 + Additional style definitions for various ajax controls
361 $ /themes/default/default.css
362 ! Fixes related to changed input/lists API and ajax extensions
363 $ /admin/company_preferences.php
364   /admin/fiscalyears.php
365   /admin/forms_setup.php
366   /admin/gl_setup.php
367   /dimensions/dimension_entry.php
368   /dimensions/inquiry/search_dimensions.php
369   /gl/bank_transfer.php
370   /gl/includes/ui/gl_deposit_ui.inc
371   /gl/includes/ui/gl_journal_ui.inc
372   /gl/includes/ui/gl_payment_ui.inc
373   /gl/inquiry/bank_inquiry.php
374   /gl/inquiry/gl_account_inquiry.php
375   /gl/inquiry/gl_trial_balance.php
376   /gl/manage/gl_account_types.php
377   /gl/manage/gl_accounts.php
378   /includes/ui/ui_controls.inc
379   /inventory/includes/item_adjustments_ui.inc
380   /inventory/includes/stock_transfers_ui.inc
381   /inventory/inquiry/stock_movements.php
382   /manufacturing/search_work_orders.php
383   /manufacturing/work_order_add_finished.php
384   /manufacturing/work_order_entry.php
385   /manufacturing/includes/work_order_issue_ui.inc
386   /manufacturing/manage/bom_edit.php
387   /purchasing/supplier_payment.php
388   /purchasing/includes/ui/grn_ui.inc
389   /purchasing/includes/ui/invoice_ui.inc
390   /purchasing/includes/ui/po_ui.inc
391   /purchasing/inquiry/po_search.php
392   /purchasing/inquiry/po_search_completed.php
393   /purchasing/inquiry/supplier_allocation_inquiry.php
394   /purchasing/inquiry/supplier_inquiry.php
395   /sales/customer_credit_invoice.php
396   /sales/customer_delivery.php
397   /sales/customer_invoice.php
398   /sales/includes/ui/sales_credit_ui.inc
399   /sales/inquiry/customer_allocation_inquiry.php
400   /sales/inquiry/customer_inquiry.php
401   /sales/inquiry/sales_deliveries_view.php
402   /sales/inquiry/sales_orders_view.php
403   /taxes/tax_groups.php
404
405 06-Jun-2008 Joe Hunt
406 # Final fixes in html layout
407 $ /admin/create_coy.php
408   /gl/gl_deposit.php
409   /gl/gl_payment.php
410   /gl/manage/exchange_rates.php
411   /inventory/prices.php
412   /inventory/purchasing_date.php
413   /inventory/reorder_level.php
414   /inventory/inquiry/stock_status.php
415   /manufacturing/inquiry/where_used_inquiry.php
416   /manufacturing/manage/bom_edit.php
417   
418 05-Jun-2008 Joe Hunt
419 ! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based.
420 $ /includes/ui/ui_view.inc
421 # Fixed a html layout bug
422 $ /includes/page/header.inc
423
424 31-May-2008 Joe Hunt
425 # A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists!
426 $ /gl/view/gl_deposit_view.php
427   /gl/view/gl_payment_view.php
428   /includes/ui/ui_controls.inc
429   /includes/ui/ui_lists.inc
430   /includes/ui/ui_view.inc
431   /manufacturing/work_order_add_finished.php
432   /manufacturing/includes/manufacturing_ui.inc
433   /manufacturing/view/work_order_view.php
434   /manufacturing/view/wo_issue_view.php
435   /sales/inquiry/customer_allocation_inquiry.php
436   /sales/inquiry/customer_inquiry.php
437
438 30-May-2008 Joe Hunt
439 # Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
440 $ /inventory/inquiry/stock_movements.php
441   /reporting/rep302.php
442
443 28-May-2008 Joe Hunt
444 # More bugs related to debtor_trans changes (positive amounts)
445 $ /gl/includes/db/gl_db_banking.inc
446   /sales/allocations/customer_allocate.php
447   /sales/includes/db/custalloc_db.inc
448   /sales/inquiry/customer_allocation_inquiry.php
449
450 27-May-2008 Joe Hunt
451 # Changed more files with new html/css.
452 $ /includes/page/header.inc
453   /purchasing/inquiry/supplier_allocation_inquiry.php
454   /sales/credit_note_entry.php
455   
456 26-May-2008 Joe Hunt
457 # Fixed many minor bugs, new ones as well as debtor_trans related.
458 ! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change.
459 $ /admin/backups.php
460   /admin/create_coy.php
461   /admin/inst_lang.php
462   /admin/inst_module.php
463   /gl/manage/exchange_rates.php
464   /includes/session.inc
465   /includes/page/header.inc
466   /includes/ui/ui_controls.inc
467   /includes/ui/ui_input.inc
468   /includes/ui/ui_lists.inc
469   /includes/ui/ui_view.inc
470   /purchasing/allocations/supplier_allocate.php
471   /sales/allocations/customer_allocate.php
472   /sales/includes/db/sales_credit_db.inc
473   /sales/inquiry/customer_allocation_inquiry.php
474   /themes/aqua/default.css
475   /themes/cool/default.css
476   /themes/default/default.css
477   
478 23-May-2008 Joe Hunt
479 # Minor bug in dimensions.php (Outstanding Dimensions)
480 $ /applications/dimensions.php
481   /dimensions/inquiry/search_dimensions.php
482   
483 23-May-2008 Janusz Dobrowolski
484 ! Include file order / error handling order fixed once again.
485 $ /includes/main.inc
486   /includes/session.inc
487   
488 23-May-2008 Joe Hunt
489 ! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the
490   correct renderer.php.
491 $ frontaccounting.php
492   /includes/page/header.inc
493   /includes/page/footer.inc
494   /themes/default/renderer.php
495   /themes/cool/renderer.php
496   /themes/aqua/renderer.php
497
498 22-May-2008 Janusz Dobrowolski
499 ! Error handler switching moved to session.inc for early error catching
500 $ /includes/main.inc
501   /includes/session.inc
502 ! Cosmetic cleanup
503   /js/utils.js
504   
505 18-May-2008 Janusz Dobrowolski
506 # Added explicit ob_end_flush() on shutdown needed for php5
507 $ /includes/main.inc
508 # Fixed for www servers on nonstandard listening ports.
509 $ /js/JsHttpRequest.js
510
511 18-May-2008 Joe Hunt
512 # Bug when inserting new records in debtor_trans.
513 $ /sales/includes/db/cust_trans_db.inc
514
515 16-May-2008 Janusz Dobrowolski
516 + Rewritten errors/messages handling, unified for ajax/user/php errors
517 $ /includes/errors.inc
518   /includes/main.inc
519   /includes/ui/ui_msgs.inc
520 + Framework extended for ajax functionality, javascript code organization improvements.
521 $ /config.php
522   /includes/JsHttpRequest.php (new file)
523   /includes/ajax.inc (new file)
524   /includes/current_user.inc
525   /includes/session.inc
526   /includes/lang/language.php
527   /includes/page/footer.inc
528   /includes/page/header.inc
529   /includes/ui/ui_controls.inc
530   /includes/ui/ui_input.inc
531   /includes/ui/ui_view.inc
532   /js/JsHttpRequest.js (new file)
533   /js/allocate.js (new file)
534   /js/utils.js (new file)
535   /js/behaviour.js
536   /js/inserts.js
537   /themes/aqua/images (new dir)
538   /themes/aqua/images/button_ok.png (new file)
539   /themes/aqua/images/locate.png (new file)
540   /themes/cool/images (new dir)
541   /themes/coll/images/button_ok.png (new file)
542   /themes/coll/images/locate.png (new file)
543   /themes/default/images/button_ok.png (new file)
544   /themes/default/images/progressbar.gif (new file)
545   /themes/default/images/progressbar1.gif (new file)
546   /themes/default/images/progressbar2.gif (new file)
547   /themes/default/default.css
548   /themes/aqua/default.css
549   /themes/cool/default.css
550 ! Payment allocation js functions moved to allocate.js
551 $ /purchasing/allocations/supplier_allocate.php 
552   /sales/allocations/customer_allocate.php
553 ! Some initializations moved from sales_order_ui.inc
554 $ /sales/includes/cart_class.inc
555 + Added javascript compression routine
556 $ /includes/main.inc
557
558 14-May-2008 Joe Hunt
559 # Minor bugs in the former fixing.
560 $ /includes/ui/ui_lists.inc
561
562 14-May-2008 Joe Hunt
563 # When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
564   the records when there were no search values.
565 $ /includes/ui/ui_lists.inc
566
567 09-May-2008 Joe Hunt
568 ! Due to differences in Javascript the script update_db.php had to be changed.
569 ! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
570 $ /update_db.php
571   /sql/en_US-new.sql
572   /sql/en_US-demo.sql
573   
574 09-May-2008 Janusz Dobrowolski
575 # Automatic calculation of not set item prices from home currency and base sales type settings.
576 $ /admin/company_preferences.php
577   /admin/db/company_db.inc
578   /includes/ui/ui_lists.inc
579   /sales/includes/cart_class.inc
580   /sales/includes/sales_db.inc
581   /sales/includes/db/sales_order_db.inc
582   /sales/includes/db/sales_types_db.inc
583   /sales/includes/ui/sales_credit_ui.inc
584   /sales/includes/ui/sales_order_ui.inc
585   /sales/manage/sales_types.php
586   /sql/alter.sql
587 # Fixed dev bug blocking change of price on order entry.
588 $ /sales/includes/ui/sales_order_ui.inc
589 # Small display fix
590 $ /sales/manage/sales_people.php
591
592 30-Apr-2008 Joe Hunt
593 # Fixed price update also in purchase order
594 $ /purchasing/includes/ui/po_ui.inc
595
596 30-Apr-2008 Janusz Dobrowolski
597 # Fixed price update when changing item in sales order.
598 $ /includes/ui/ui_lists.inc
599   /js/inserts.js
600   /sales/includes/ui/sales_order_ui.inc
601
602 24-Apr-2008 Janusz Dobrowolski
603 + Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file.
604 $ /company/0/reporting (added new directory)
605   /company/0/reporting/index.php
606   /admin/create_coy.php
607   /reporting/includes/reports_classes.inc
608 # Warnings turned off in case of charset not supported by htmlspecialchars().
609 $ /includes/db/connect_db.inc
610 # Added content type encoding header
611 $ /includes/page/header.inc
612
613 24-Apr-2008 Joe Hunt
614 # Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to
615   /includes/prefs/sysprefs.inc
616 $ /includes/ui/items_cart.inc  
617 # Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc
618 $ /reporting/includes/pdf_report.inc
619
620 23-Apr-2008 Joe Hunt
621 ! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.
622   It will make it easier to design your own document layouts.
623 $ /reporting/includes/pdf_report.inc
624   /reporting/includes/header2.inc (new file)
625   
626 20-Apr-2008 Janusz Dobrowolski
627 # Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
628 $ /admin/create_coy.php
629 ! Added missing include_once directives.
630 $ /includes/ui/items_cart.inc
631   /includes/ui/ui_lists.inc
632   /includes/ui/ui_view.inc
633 + Added ini default_charset unnecessary for planned ajax calls.
634 $ /includes/lang/language.inc
635
636 19-Apr.2008 Joe Hunt
637 # Bug (right to left text was done if price decimals were 3). A test sentense from a while
638   ago wasn't removed.
639 $ /reporting/includes/pdf_report.inc
640
641 18-Apr-2008 Janusz Dobrowolski
642 # Additional checks on provisions and break point entry.
643 $ /sales/manage/sales_people.php
644 ! Modules purchasing, sales and taxes sealed against XSS attacks
645 $ /install/save.php
646   /admin/db/maintenance_db.inc
647   /purchasing/includes/db/grn_db.inc
648   /purchasing/includes/db/invoice_items_db.inc
649   /purchasing/includes/db/po_db.inc
650   /purchasing/includes/db/supp_trans_db.inc
651   /purchasing/manage/suppliers.php
652   /sales/includes/db/credit_status_db.inc
653   /sales/includes/db/cust_trans_db.inc
654   /sales/includes/db/cust_trans_details_db.inc
655   /sales/includes/db/sales_order_db.inc
656   /sales/includes/db/sales_types_db.inc
657   /sales/manage/customer_branches.php
658   /sales/manage/customers.php
659   /sales/manage/sales_areas.php
660   /sales/manage/sales_people.php
661   /taxes/db/item_tax_types_db.inc
662   /taxes/db/tax_groups_db.inc
663   /taxes/db/tax_types_db.inc
664
665 18-Apr-2008 Joe Hunt
666 ! Module gl sealed against XSS Attacks
667 $ /gl/includes/db/gl_db_accounts.inc
668   /gl/includes/db/gl_db_account_types.inc
669   /gl/includes/db/gl_db_bank_accounts.inc
670   /gl/includes/db/gl_db_bank_trans.inc
671   /gl/includes/db/gl_db_bank_trans_types.inc
672   /gl/includes/db/gl_db_currencies.inc
673   /gl/includes/db/gl_db_trans.inc
674   
675 18-Apr-2008 Janusz Dobrowolski
676 ! Modules admin and dimensions sealed against XSS attacks
677 $ /admin/payment_terms.php
678   /admin/shipping_companies.php
679   /admin/db/company_db.inc
680   /admin/db/maintenance_db.inc
681   /admin/db/users_db.inc
682   /admin/db/voiding_db.inc
683   /dimensions/includes/dimensions_db.inc
684
685 18-Apr-2008 Joe Hunt
686 ! Modules includes, inventory and manufacturing sealed against XSS attacks
687 $ /includes/db/comments_db.inc
688   /includes/db/inventory_db.inc
689   /includes/db/references_db.inc
690   /inventory/includes/db/items_category_db.inc
691   /inventory/includes/db/items_db.inc
692   /inventory/includes/db/items_locations_db.inc
693   /inventory/includes/db/items_units_db.inc
694   /inventory/includes/db/movement_types_db.inc
695   /manufacturing/includes/db/work_centres_db.inc
696   /manufacturing/includes/db/work_orders_db.inc
697   /manufacturing/includes/db/work_orders_quick_db.inc
698   /manufacturing/includes/db/work_order_issues_db.inc
699   /manufacturing/includes/db/work_order_produce_items_db.inc
700   
701 18-Apr-2008 Janusz Dobrowolski
702 ! Changed db_escape function to avoid XSS attacks via js db injection
703 $ /includes/db/connect_db.inc
704 # Database inserts/updates secured against js injection
705 $ /admin/db/maintenance_db.inc
706   /gl/includes/db/gl_db_accounts.inc
707   /purchasing/includes/db/po_db.inc
708   /sales/sales_order_entry.php
709   /sales/includes/db/sales_order_db.inc
710
711 16-Apr-2008 Joe Hunt
712 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
713 $ /includes/ui/ui_lists.inc
714
715 09-Apr-2008 Janusz Dobrowolski
716 # Fixed number formatting bug in standard cost update.
717 $ /inventory/cost_update.php
718
719 -------------------- 2,0 Beta - released ----------------------------
720
721 06-Apr-2008 Joe Hunt
722 ! Changed install.html and update.html to fit the new unstable release 2.0
723 ! Changed demo sql script to fit the 2.0 unstable.
724 $ install.html
725   update.html
726   /sql/en_US-demo.sql
727   
728 06-Apr-2008 Janusz Dobrowolski
729 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
730   /sales/customer_invoice.php
731 # Fixed typo causing error while adding new tax type.
732   /taxes/tax_types.php
733   
734 05-Apr-2008 Joe Hunt
735 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
736 $ /admin/create_coy.php
737
738 05-Apr-2008 Joe Hunt
739 # Removed annoying warnings in several reports. 
740 $ config.php 
741   /reporting/rep102.php
742   /reporting/rep104.php
743   /reporting/rep201.php
744   /reporting/rep203.php
745   /reporting/rep705.php
746   /reporting/rep706.php
747   /reporting/rep707.php
748   /reporting/rep709.php
749   /reporting/reports_main.php
750   /reporting/includes/pdf_report.inc
751   
752 04-Apr-2008 Janusz Dobrowolski
753 # Javascript bugfix in selecting orders for template.
754 $ /sales/inquiry/sales_orders_view.php
755
756 04-Apr-2008 Joe Hunt
757 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
758 + Preparing for download of release 2.0b on SourceForge.
759 $ config.php
760   update.html
761   /sql/en_US-new.sql
762   /sql/en_US-demo.sql
763   
764 02-Apr-2008 Janusz Dobrowolski
765 # Removed selector expansion on space key for multi-line selectors
766 $ /js/inserts.js
767 ! Hiding search button in combo selectors for javascript enabled browsers
768 $ /includes/ui/ui_lists.inc
769   /js/inserts.js
770 + Focus set to invalid form field after submit check fail
771 $ /admin/company_preferences.php
772   /admin/fiscalyears.php
773   /admin/gl_setup.php
774   /admin/payment_terms.php
775   /admin/shipping_companies.php
776   /admin/users.php
777   /admin/void_transaction.php
778   /dimensions/dimension_entry.php
779   /gl/bank_transfer.php
780   /gl/gl_deposit.php
781   /gl/gl_journal.php
782   /gl/gl_payment.php
783   /gl/manage/bank_accounts.php
784   /gl/manage/bank_trans_types.php
785   /gl/manage/currencies.php
786   /gl/manage/exchange_rates.php
787   /gl/manage/gl_account_classes.php
788   /gl/manage/gl_account_types.php
789   /gl/manage/gl_accounts.php
790   /inventory/adjustments.php
791   /inventory/cost_update.php
792   /inventory/prices.php
793   /inventory/purchasing_data.php
794   /inventory/transfers.php
795   /inventory/manage/item_categories.php
796   /inventory/manage/item_units.php
797   /inventory/manage/items.php
798   /inventory/manage/locations.php
799   /inventory/manage/movement_types.php
800   /manufacturing/work_order_add_finished.php
801   /manufacturing/work_order_entry.php
802   /manufacturing/work_order_issue.php
803   /manufacturing/work_order_release.php
804   /manufacturing/manage/bom_edit.php
805   /manufacturing/manage/work_centres.php
806   /purchasing/po_entry_items.php
807   /purchasing/po_receive_items.php
808   /purchasing/supplier_credit.php
809   /purchasing/supplier_credit_grns.php
810   /purchasing/supplier_invoice.php
811   /purchasing/supplier_invoice_grns.php
812   /purchasing/supplier_payment.php
813   /purchasing/supplier_trans_gl.php
814   /purchasing/allocations/supplier_allocate.php
815   /purchasing/manage/suppliers.php
816   /sales/credit_note_entry.php
817   /sales/customer_credit_invoice.php
818   /sales/customer_delivery.php
819   /sales/customer_invoice.php
820   /sales/customer_payments.php
821   /sales/sales_order_entry.php
822   /sales/allocations/customer_allocate.php
823   /taxes/item_tax_types.php
824   /taxes/tax_groups.php
825   /taxes/tax_types.php
826 # Set default focus in update_db.php
827 $ /admin/backups.php
828
829 29-Mar-2008 Janusz Dobrowolski
830 # Changed gl_all_accounts_list() API
831 $ /includes/ui/ui_lists.inc
832 + Enhanced list accessability in kbd usage via space key
833 $ js/inserts.js
834
835 28-Mar-2008 Janusz Dobrowolski
836 # Fixed headers for various display mode
837 $ /sales/inquiry/sales_orders_view.php
838
839 28-Mar-2008 Joe Hunt
840 + Added print document options in inquiries.
841 $ /sales/inquiry/customer_inquiry.php
842   /sales/inquiry/sales_orders_view.php
843   /sales/inquiry/sales_deliveries_view.php
844   /purchasing/inquiry/po_search.php
845   /purchasing/inquiry/po_search_completed.php
846   
847 28-Mar-2008 Joe Hunt
848 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
849 $ /sales/includes/db/customers_db.inc
850 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
851 $ /sales/includes/db/sales_credit_db.inc
852 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
853 $ /reporting/includes/doctext.inc
854   /reporting/includes/doctext2.inc
855 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
856 $ /reporting/rep101.php
857   /reporting/rep102.php
858
859 28-Mar-2008 Janusz Dobrowolski
860 # Layout/focus fixes for no_[customer/supplier/item]_list option on
861 $  /includes/ui/ui_lists.inc
862    /purchasing/includes/ui/po_ui.inc
863    /sales/credit_note_entry.php
864    /sales/sales_order_entry.php
865    /sales/includes/ui/sales_credit_ui.inc
866    /sales/includes/ui/sales_order_ui.inc
867
868 27-Mar-2008 Janusz Dobrowolski
869 + Automatic first field focus on page start, focus order preserved between form updates
870 $  /gl/inquiry/gl_account_inquiry.php
871    /includes/page/footer.inc
872    /includes/ui/ui_controls.inc
873    /includes/ui/ui_input.inc
874    /includes/ui/ui_lists.inc
875    /includes/ui/ui_view.inc
876    /js/inserts.js
877    /sales/sales_order_entry.php
878    /sales/credit_note_entry.php
879    /sales/includes/ui/sales_credit_ui.inc
880    /sales/includes/ui/sales_order_ui.inc
881 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
882 $  /includes/ui/ui_input.inc
883 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
884 $  /gl/gl_deposit.php
885    /gl/gl_journal.php
886    /gl/gl_payment.php
887    /gl/includes/ui/gl_deposit_ui.inc
888    /gl/includes/ui/gl_journal_ui.inc
889    /gl/includes/ui/gl_payment_ui.inc
890    /includes/ui/ui_view.inc
891    /purchasing/po_entry_items.php
892    /purchasing/includes/ui/po_ui.inc
893    /sales/sales_order_entry.php
894    /sales/includes/ui/sales_credit_ui.inc
895    /sales/includes/ui/sales_order_ui.inc
896    /js/inserts.js
897 ! get_js_set_focus moved from ui_view (this is only standalone form).
898    /update_db.php
899 # Fixed debit/credit entry check 
900 $  /gl/gl_journal.php
901 # Restored GET/POST security check on path_to_root
902 $  /config.php
903
904 26-Mar-2008 Janusz Dobrowolski
905 # Bug fixes in purchase module related to tax structure changes.
906 $  /purchasing/includes/supp_trans_class.inc
907    /purchasing/includes/db/invoice_db.inc
908    /purchasing/includes/db/invoice_items_db.inc
909    /purchasing/includes/ui/invoice_ui.inc
910    /reporting/rep105.php
911
912 25-Mar-2008 Janusz Dobrowolski
913 ! Per company pdf, backup and graphics directories in 'company' dir.
914 $  /company (new dir)
915    /company/0 (new dir)
916    /company/0/images/ (new dir)
917    /company/0/images/102.jpg    (moved from inventory/manage/image)
918    /company/0/images/103.jpg    (moved from inventory/manage/image)
919    /company/0/images/104.jpg    (moved from inventory/manage/image)
920    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
921    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
922    /admin/backups.php
923    /admin/create_coy.php
924    /admin/db/maintenance_db.inc
925    /install/index.php
926    /reporting/rep102.php
927    /reporting/rep104.php
928    /reporting/rep202.php
929    /reporting/rep303.php
930    /reporting/rep706.php
931    /reporting/rep707.php
932    /reporting/includes/pdf_report.inc
933    /inventory/manage/items.php
934
935 + jscript component caching (enables browser caching and future compression)
936 $  /includes/session.inc
937    /includes/main.inc
938    /includes/page/header.inc
939    /includes/ui/ui_view.inc
940    /admin/display_prefs.php
941    /config.php
942
943 - Removed obsolete file
944 $  /sales/includes/ui/print_invoice.inc
945
946 21-Mar-2008 Janusz Dobrowolski
947 ! Total Allocation/Left to Allocate update without page submit.
948 $  /includes/ui/ui_view.inc
949    /purchasing/allocations/supplier_allocate.php
950    /sales/allocations/customer_allocate.php
951 # Fixed unvisable under IE editbutton
952 $  /themes/aqua/default.css
953    /themes/cool/default.css
954    /themes/default/default.css
955
956 20-Mar-2008 Janusz Dobrowolski
957 # Excluding delivery notes from Customer Balances, removed warnings. 
958 $  /reporting/rep101.php 
959 # Divide by zero fix on order_price==0 in new supplier invoice
960 $  /purchasing/supplier_invoice_grns.php
961 # Database bug fix in new customer entry
962 $  /sales/manage/customers.php
963 # Small bug fix (warnings) in is_date() function.
964 $  /includes/date_functions.inc
965
966 18-Mar-2008 Janusz Dobrowolski
967 # Line items editor uses POST method - no disappearing shippment info.
968 $  /sales/credit_note_entry.php
969    /sales/sales_order_entry.php
970    /sales/includes/ui/sales_credit_ui.inc
971    /sales/includes/ui/sales_order_ui.inc
972 + Added edit_button_cell() function
973 $  /includes/ui/ui_controls.inc
974 + Helper function for finding indexed submit $_POST vars.
975 $  /includes/ui/ui_input.inc
976 + New class .editbutton for buttons. Default view is link alike.
977 $  /themes/aqua/default.css
978    /themes/cool/default.css
979    /themes/default/default.css
980
981 17-Mar-2008 Janusz Dobrowolski
982 # Added rounding when needed to avoid document non cosistent documents.
983 $  /includes/banking.inc
984    /purchasing/supplier_credit_grns.php
985    /purchasing/supplier_invoice_grns.php
986    /purchasing/includes/supp_trans_class.inc
987    /purchasing/includes/ui/invoice_ui.inc
988    /purchasing/includes/ui/po_ui.inc
989    /reporting/rep107.php
990    /reporting/rep109.php
991    /reporting/rep110.php
992    /reporting/rep209.php
993    /sales/includes/cart_class.inc
994    /sales/includes/ui/sales_credit_ui.inc
995    /sales/includes/ui/sales_order_ui.inc
996    /sales/view/view_credit.php
997    /sales/view/view_dispatch.php
998    /sales/view/view_invoice.php
999    /sales/view/view_sales_order.php
1000    /taxes/tax_calc.inc
1001 # Sign bug for customer transactions
1002 $  /reporting/rep709.php
1003 # Include file conflict fix
1004 $ /purchasing/includes/ui/invoice_ui.inc
1005   /gl/manage/bank_accounts.php
1006   /manufacturing/inquiry/where_used_inquiry.php
1007   /purchasing/manage/suppliers.php
1008   
1009 16-Mar-2008 Janusz Dobrowolski
1010 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
1011 $  /js/behaviour.js
1012    /js/inserts.js
1013 + Added javascript source collecting functions
1014 $  /includes/main.inc
1015 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
1016 + Added global js code collecting arrays  $js_lib, $js_static
1017 $  /includes/session.inc
1018 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
1019 $  /includes/ui/ui_view.inc
1020 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
1021 $  /includes/page/footer.inc
1022    /includes/page/header.inc
1023 ! Added including of data_checks.inc
1024 $  /includes/ui.inc
1025 + User side percent/exrate/qty/price input formatting via onblur handler.
1026 $  /admin/gl_setup.php
1027    /gl/gl_budget.php
1028    /gl/manage/exchange_rates.php
1029    /includes/ui/ui_input.inc
1030    /inventory/purchasing_data.php
1031    /inventory/reorder_level.php
1032    /inventory/includes/item_adjustments_ui.inc
1033    /inventory/includes/stock_transfers_ui.inc
1034    /manufacturing/work_order_entry.php
1035    /manufacturing/manage/bom_edit.php
1036    /purchasing/po_entry_items.php
1037    /purchasing/po_receive_items.php
1038    /purchasing/supplier_credit.php
1039    /purchasing/supplier_credit_grns.php
1040    /purchasing/supplier_invoice_grns.php
1041    /purchasing/supplier_trans_gl.php
1042    /purchasing/allocations/supplier_allocate.php
1043    /purchasing/includes/ui/po_ui.inc
1044    /sales/customer_delivery.php
1045    /sales/customer_invoice.php
1046    /sales/allocations/customer_allocate.php
1047    /sales/includes/ui/sales_credit_ui.inc
1048    /sales/includes/ui/sales_order_ui.inc
1049    /taxes/tax_groups.php
1050    /taxes/tax_types.php
1051
1052 14-Mar-2008 Janusz Dobrowolski
1053  + All forms fixed to accept user native numeric format.
1054  $ /admin/gl_setup.php
1055    /gl/bank_transfer.php
1056    /gl/gl_budget.php
1057    /gl/gl_deposit.php
1058    /gl/gl_journal.php
1059    /gl/gl_payment.php
1060    /gl/includes/db/gl_db_banking.inc
1061    /gl/includes/ui/gl_deposit_ui.inc
1062    /gl/includes/ui/gl_journal_ui.inc
1063    /gl/includes/ui/gl_payment_ui.inc
1064    /gl/manage/exchange_rates.php
1065    /inventory/adjustments.php
1066    /inventory/cost_update.php
1067    /inventory/prices.php
1068    /inventory/purchasing_data.php
1069    /inventory/reorder_level.php
1070    /inventory/transfers.php
1071    /inventory/includes/item_adjustments_ui.inc
1072    /inventory/includes/stock_transfers_ui.inc
1073    /inventory/manage/item_units.php
1074    /manufacturing/work_order_entry.php
1075    /manufacturing/inquiry/where_used_inquiry.php
1076    /manufacturing/manage/bom_edit.php
1077    /purchasing/po_entry_items.php
1078    /purchasing/po_receive_items.php
1079    /purchasing/supplier_credit_grns.php
1080    /purchasing/supplier_invoice_grns.php
1081    /purchasing/supplier_payment.php
1082    /purchasing/supplier_trans_gl.php
1083    /purchasing/allocations/supplier_allocate.php
1084    /purchasing/includes/ui/po_ui.inc
1085    /purchasing/inquiry/po_search.php
1086    /sales/credit_note_entry.php
1087    /sales/customer_credit_invoice.php
1088    /sales/customer_delivery.php
1089    /sales/customer_invoice.php
1090    /sales/customer_payments.php
1091    /sales/sales_order_entry.php
1092    /sales/allocations/customer_allocate.php
1093    /sales/includes/ui/sales_credit_ui.inc
1094    /sales/includes/ui/sales_order_ui.inc
1095    /sales/manage/customers.php
1096    /sales/manage/sales_people.php
1097    /sales/view/view_credit.php
1098    /sales/view/view_dispatch.php
1099    /sales/view/view_invoice.php
1100    /sales/view/view_receipt.php
1101    /sales/view/view_sales_order.php
1102    /taxes/item_tax_types.php
1103    /taxes/tax_groups.php
1104    /taxes/tax_types.php
1105  + User format functions for percent/price/exrate amounts display.
1106  $ /includes/current_user.inc
1107  + Input checking functions for numeric input fields in user native format
1108  $ /includes/data_checks.inc
1109  + Numeric input fields in user native format
1110  $ /includes/ui/ui_input.inc
1111  + Javascript function for conversion to/from user native numeric format.
1112  $ /includes/ui/ui_view.inc
1113  + New class amount for numeric input
1114  $ /themes/aqua/default.css
1115    /themes/cool/default.css
1116    /themes/default/default.css
1117  # Removed warning on adding component
1118    /manufacturing/manage/bom_edit.php
1119  # Quantity display correction
1120    /manufacturing/inquiry/where_used_inquiry.php
1121  # Fixed add_customer_trans() call
1122    /gl/includes/db/gl_db_banking.inc
1123
1124 12-Mar-2008 Joe Hung
1125  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
1126  - Removed default insertion of Units of Measure. Not neccessary.
1127  $ /sql/alter.sql
1128    /admin/db/maintenance_db.inc (added support for update)
1129
1130 11-Mar-2008 Janusz Dobrowolski
1131  + Table of measure moved into new table item_units
1132  ! Removed $themes[] from config.php, theme list based on directory structure
1133  $ /config.php
1134    /includes/ui/ui_lists.inc
1135    /applications/inventory.php
1136    /inventory/includes/inventory_db.inc
1137    /inventory/includes/db/items_units_db.inc
1138    /inventory/manage/item_units.php
1139    /inventory/manage/items.php
1140    /sql/alter.sql
1141
1142 11-Mar-2008 Joe Hunt
1143  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
1144  $ /sales/customer_invoice.php
1145    /sales/customer_delivery.php
1146  
1147 10-Mar-2008 Joe Hunt
1148  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
1149  $ /sales/sales_order_entry.php
1150  
1151 10-Mar-2008 Janusz Dobrowolski
1152  + Added price list selector to sales entry (debtor_master gives only default one)
1153  + Added optional submit_on_change parameter to sales ui lists
1154  $ /includes/ui/ui_lists.inc
1155    /sales/sales_order_entry.php
1156    /sales/includes/ui/sales_credit_ui.inc
1157    /sales/includes/ui/sales_order_ui.inc
1158  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
1159  $ /sales/includes/cart_class.inc
1160    /includes/ui/ui_view.inc
1161    /sales/includes/sales_db.inc
1162  # Fixed bogus sales_type lists in edition mode
1163  $ /sales/customer_delivery.php
1164    /sales/customer_invoice.php
1165  # Smaller fixes, cart_class.sales_type name change
1166  $ /sales/includes/ui/sales_credit_db.inc
1167    /sales/credit_note_entry.php
1168    /sales/customer_credit_invoice.php
1169    /sales/includes/cart_class.inc
1170    /sales/includes/db/sales_credit_db.inc
1171    /sales/includes/db/sales_delivery_db.inc
1172    /sales/includes/db/sales_invoice_db.inc
1173    /sales/includes/db/sales_order_db.inc
1174    /sales/includes/ui/sales_credit_ui.inc
1175  # One another pmWiki name conflict removed
1176  $ /admin/display_prefs.php
1177  
1178 09-Mar-2008 Joe Hunt
1179  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
1180  $ /dimensions/includes/dimensions_db.inc
1181    /gl/includes/db/gl_db_banking.inc
1182    /includes/main.inc
1183    /inventory/includes/db/items_adjust_db.inc
1184    /manufacturing/includes/db/work_order_issues_db.inc
1185    /manufacturing/includes/db/work_order_produce_items_db.inc
1186    /manufacturing/includes/db/work_orders_db.inc
1187    /manufacturing/includes/db/work_orders_quick_db.inc
1188    /purchasing/includes/db/grn_db.inc
1189    /purchasing/includes/db/po_db.inc
1190    /purchasing/includes/db/supp_payment_db.inc
1191    /reporting/includes/form_types.inc (File removed)
1192    /sales/includes/db/sales_delivery_db.inc
1193    /sales/includes/db/sales_invoice_db.inc
1194    /sales/includes/db/sales_order_db.inc
1195    /sql/alter.sql
1196  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
1197  $ /reporting/rep101.php
1198    /reporting/rep201.php
1199  # clone replacement do_clone() for both PHP 4 and PHP 5.
1200  $ /includes/ui/ui_view.inc (at the very bottom)
1201    /sales/includes/cart_class.inc
1202    
1203 07-Mar-2008 Janusz Dobrowolski
1204  ! Changed name tax type uniqueness constraint to (name, rate)
1205  $ /includes/ui/ui_lists.inc
1206    /taxes/items_tax_types.php
1207  ! Tax included option moved from tax_group to sales_types table
1208  $ includes/ui/ui_view.inc
1209    /purchasing/includes/ui/invoice_ui.inc
1210    /taxes/tax_calc.inc
1211    /taxes/tax_groups.php
1212    /taxes/db/tax_groups_db.inc
1213    /sql/alter.sql
1214  # Final rewriting of sales module, a lot of bugfixes.
1215  + Template delivery/invoicing
1216  + Concurrent document editing control on sql level
1217  + Most of sales documents are now editable
1218  + Some links to print documents after entry
1219  ! Changed javascript helper function for customer allocations
1220  $ /applications/customers.php
1221    /includes/ui/ui_input.inc
1222    /reporting/rep107.php
1223    /reporting/rep109.php
1224    /reporting/rep110.php
1225    /sales/credit_note_entry.php
1226    /sales/customer_credit_invoice.php
1227    /sales/customer_delivery.php
1228    /sales/customer_invoice.php
1229    /sales/customer_payments.php
1230    /sales/sales_order_entry.php
1231    /sales/allocations/customer_allocate.php
1232    /sales/allocations/customer_allocation_main.php
1233    /sales/includes/cart_class.inc
1234    /sales/includes/sales_db.inc
1235    /sales/includes/sales_ui.inc
1236    /sales/includes/db/cust_trans_db.inc
1237    /sales/includes/db/cust_trans_details_db.inc
1238    /sales/includes/db/custalloc_db.inc
1239    /sales/includes/db/customers_db.inc
1240    /sales/includes/db/payment_db.inc
1241    /sales/includes/db/sales_credit_db.inc
1242    /sales/includes/db/sales_delivery_db.inc
1243    /sales/includes/db/sales_invoice_db.inc
1244    /sales/includes/db/sales_order_db.inc
1245    /sales/includes/db/sales_types_db.inc
1246    /sales/includes/ui/print_invoice.inc
1247    /sales/includes/ui/sales_credit_ui.inc
1248    /sales/includes/ui/sales_order_ui.inc
1249    /sales/inquiry/customer_allocation_inquiry.php
1250    /sales/inquiry/customer_inquiry.php
1251    /sales/inquiry/sales_deliveries_view.php
1252    /sales/inquiry/sales_orders_view.php
1253    /sales/manage/credit_status.php
1254    /sales/manage/sales_types.php
1255    /sales/view/view_credit.php
1256    /sales/view/view_dispatch.php
1257    /sales/view/view_invoice.php
1258    /sales/view/view_receipt.php
1259    /sales/view/view_sales_order.php
1260 # Removed function name conflict with wiki help system
1261    /includes/lang/language.php
1262    
1263 06-Mar-2008 Janusz Dobrowolski
1264  + Wiki help links integration
1265  $ /config.php
1266    /includes/page/header.inc
1267    /includes/lang/language.php
1268  + Optional debuging with xdebug module
1269  $ /index.php
1270    /includes/db/connect_db.inc
1271  ! Concurrent edition fix
1272  $  /includes/systypes.inc
1273  # Table header fix
1274  $  /manufacturing/manage/bom_edit.php
1275  # Menu layout fixes
1276  $ /themes/aqua/renderer.php
1277    /themes/cool/renderer.php
1278    /themes/default/renderer.php
1279  # Removed warning about nonexistent $_GET variable
1280  $ /dimensions/inquiry/search_dimensions.php
1281  # MySQL 3.xx CAST bug fix
1282  $ /includes/db/manufacturing_db.inc
1283    /manufacturing/includes/db/work_order_requirements_db.inc
1284    /manufacturing/inquiry/where_used_inquiry.php
1285
1286 04-Mar-2008 Joe Hunt
1287  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
1288    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
1289  $ /inventory/cost_update.php
1290    /purchasing/includes/db/grn_db.inc and
1291    /manufacturing/manage/bom_edit.php. 
1292    /manufacturing/includes/db/work_orders_db.inc
1293    /manufacturing/includes/db/work_orders_quick_db.inc
1294    /manufacturing/work_order_entry.php
1295   
1296 21-Feb-2008 Joe Hunt
1297  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
1298  $ /admin/view_print_transaction.php
1299    /applications/setup.php
1300   
1301 17-Feb-2008 Joe Hunt
1302  ! Minor change in menu and function in view_print_transaction.php
1303  $ /admin/view_print_transaction.php
1304    /application/setup.php
1305  + Preparing for print of single documents
1306  $ /reporting/includes/reporting.inc
1307  ! Removing 'out' field in table tax_types
1308  $ /sql/alter.sql
1309    /taxes/tax_types.php
1310    /taxes/db/tax_types_db.inc
1311  + Added 2 functions in ui_input.inc, button and button_cell
1312    /includes/ui/ui_input.inc
1313
1314 11-Feb-2008 Joe Hunt
1315  + Added file, update_db.php, for updating company databases from an SQL script.
1316  $ update_db.php (New file)
1317    update.html
1318   
1319 06-Fef-2008 Joe Hunt
1320  + Added Report, Salesman Listing, rep106.php. 
1321  $ /reporting/reports_main.php
1322    /reporting/rep106.php
1323   
1324 06-Feb-2008 Janusz Dobrowolski
1325  + Separation of customer invoice issue and goods delivery.
1326  + Batch invoicing for more than one delivery
1327  # Corrected inadequate shipping tax calculations.
1328  ! Default debugging status changed to off.
1329  $ /taxes/tax_calc.inc
1330    /taxes/db/tax_groups_db.inc
1331    /admin/db/voiding_db.inc
1332    /applications/customers.php
1333    /includes/systypes.inc
1334    /includes/types.inc
1335    /includes/ui/ui_controls.inc
1336    /includes/ui/ui_lists.inc
1337    /includes/ui/ui_view.inc
1338    /inventory/inquiry/stock_status.php
1339    /reporting/rep105.php
1340    /reporting/rep107.php
1341    /reporting/rep109.php
1342    /reporting/rep110.php 
1343    /reporting/rep209.php
1344    /reporting/reports_main.php
1345    /reporting/includes/doctext.inc
1346    /reporting/includes/doctext2.inc
1347    /reporting/includes/form_types.inc
1348    /reporting/includes/pdf_report.inc
1349    /reporting/includes/reports_classes.inc
1350    /sales/customer_credit_invoice.php
1351    /sales/customer_invoice.php
1352    /sales/sales_order_entry.php
1353    /sales/customer_delivery.php 
1354    /sales/includes/db/sales_delivery_db.inc 
1355    /sales/includes/ui/print_invoice.inc 
1356    /sales/includes/cart_class.inc
1357    /sales/includes/sales_db.inc
1358    /sales/includes/db/cust_trans_db.inc
1359    /sales/includes/db/cust_trans_details_db.inc
1360    /sales/includes/db/sales_credit_db.inc
1361    /sales/includes/db/sales_invoice_db.inc
1362    /sales/includes/db/sales_order_db.inc
1363    /sales/includes/ui/sales_order_ui.inc
1364    /sales/inquiry/customer_allocation_inquiry.php
1365    /sales/inquiry/customer_inquiry.php
1366    /sales/inquiry/sales_orders_view.php
1367    /sales/inquiry/sales_deliveries_view.php 
1368    /sales/view/view_dispatch.php
1369    /sales/view/view_invoice.php
1370    /sales/view/view_sales_order.php
1371    /sql/alter.sql
1372    config.php
1373   
1374 01-Feb-2008 Joe Hunt
1375  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
1376  $ /sales/includes/cart_class.inc
1377    /sales/includes/db/sales_credit_db.inc
1378    /sales/includes/db/sales_invoice_db.inc
1379    /sales/includes/db/sales_order_db.inc
1380    /sales/includes/db/cust_trans_details_db.inc
1381    /sales/includes/ui/sales_order_ui.inc
1382    /sales/includes/ui/sales_credit_ui.inc
1383    /sales/credit_note_entry.php
1384    /sales/customer_credit_invoice.php
1385    /sales/sales_order_entry.php
1386    /sales/customer_invoice.php
1387
1388 31-Jan-2008 Joe Hunt
1389  ! New Release 2.0 Pre Alpha
1390  $ config.php
1391  # Fixed a release 2 related bug in create_coy.php
1392  $ /admin/create_coy.php
1393  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
1394    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
1395    with these databases changes without any new files. They are coming as soon as possible.
1396  $ /sql/alter.sql (New file)  
1397  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
1398    and 2 related files
1399  $ /purchasing/supplier_trans_gl.php
1400    /purchasing/includes/db/invoice_items_db.inc
1401  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
1402  $ /includes/ui/ui_lists.inc
1403    /purchasing/includes/ui/po_ui.inc
1404    /sales/includes/ui/sales_order_ui.inc
1405    /admin/company_preferences.php
1406    /admin/db/company_db.inc
1407    config.php
1408  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
1409    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
1410  $ /sales/manage/sales_people.php
1411    /includes/ui/ui_input.inc
1412  
1413 -------------------- 2,0 Pre Alpha - above ----------------------------
1414 31-Jan-2008 Janusz Dobrowolski
1415  # Minor bugfix in db_import()
1416  $ /admin/db/maintenance_db.inc
1417  
1418 30-Jan-2008 Janusz Dobrowolski
1419  # Minor display fix in tax_types.php
1420  $ /taxes/tax_types.php
1421  ! Format cleanup on some files.
1422  $ /gl/includes/gl_db.inc
1423    /gl/includes/gl_ui.inc
1424    /applications/application.php
1425    frontaccounting.php
1426    index.php
1427    
1428 -------------------- 1.16 Stable Released ----------------------
1429 28-Jan-2008 Joe Hunt
1430  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
1431    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
1432    and $no_supplier_list. Default is the normal behavior for all listboxes.
1433  $ /includes/ui/ui_lists.inc
1434    /sales/includes/ui/sales_orders_ui.inc
1435    /purchases/includes/ui/po_ui.inc
1436    /themes/default/images/locate.png (New file)
1437    config.php
1438
1439  + Added ALTER TABLE possibility in db_import. For future releases.
1440  $ /admin/db/maintenence_db.inc  
1441
1442  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
1443  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
1444  $ /includes/db/connect_db.inc
1445    /includes/ui/ui_lists.inc
1446    /includes/page/header.inc
1447    /access/login.php
1448    
1449 16-Jan-2008 Joe Hunt
1450  # When login screen is displayed after session timeout page content is broken. It
1451    is because of NOT using absolute paths in href attribute theme elements.
1452  $ /access/login.php
1453  
1454 30-Dec-2007 Joe Hunt
1455  # Minor adjustments in function db_export on line 325
1456  $ /admin/db/maintenance_db.inc
1457  
1458 29-Dec-2007 Joe Hunt
1459  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
1460  $ config.php
1461  
1462  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
1463    Also fixed a unneccessary str_replace when importing sql scripts.
1464  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
1465  $ /admin/db/maintenance_db.inc
1466    /reporting/includes/pdf_report.inc
1467    
1468 13-Dec-2007 Joe Hunt
1469  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
1470  $ /gl/inquiry/gl_trial_balance.php
1471    /gl/inquiry/gl_account_inquiry.php
1472
1473 13-Dec-2007 Joe Hunt
1474  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
1475  $ /admin/db/voiding_db.inc
1476  
1477 06-Dec-2007 Joe Hunt
1478  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
1479  $ /gl/gl_payment.php
1480    /gl/includes/ui/gl_payment_ui.inc
1481    
1482  ! Changed $loc_notification to be set to 0 instead of 1.
1483  $ config.php
1484  
1485 -------------------- 1.15 Stable Released ----------------------
1486 05-Dec-2007 Joe Hunt
1487  + Added email notification to stock location when available stock is below reorder level
1488  $ config.php
1489    /sales/includes/db/sales_order_db.inc
1490    
1491  # Fixed bugs in Open balances when account is not a balance account
1492  $ /gl/inquiry/gl_trial_balance.php
1493    /gl/inquiry/gl_account_inquiry.php
1494    /reporting/rep704.php
1495    /reporting/rep708.php
1496    
1497 -------------------- 1.14 Stable Released ----------------------
1498 01-Oct-2007 Joe Hunt
1499  ! Major change in the installation of modules to also accept an SQL-file for upload.
1500  $ config.php
1501    /admin/inst_module.php
1502    /admin/db/maintenance_db.inc
1503    
1504 30-Sep-2007 Joe Hunt
1505  # The following files were still vulnerable. Fixed
1506  $ /access/login.php
1507    /includes/lang/language.php
1508
1509 -------------------- 1.13 Stable Released ----------------------
1510 14-Sep-2007 Joe Hunt
1511  + Added optional link for electronic payment on invoices (PayPal). 
1512  ! Better support for install/update languages.  
1513  ! Minor adjustments
1514  # Fixed a vulnerable item in config.php
1515  $ config.php
1516
1517 14-Sep-2007 Joe Hunt
1518  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
1519  # config.php has been vulnerable. Fixed.
1520  $ /admin/inst_lang.php
1521  $ config.php
1522  
1523 10-Sep-2007 Joe Hunt
1524  ! Changed Bank Address field from text to textarea (multirows)
1525  $ /gl/manage/bank_accounts.php
1526  
1527 06-Sep-2007 Joe Hunt
1528  + Added optional link for electronic payment on invoices (PayPal)
1529  $ /reporting/reports_main.php
1530    /reporting/rep107.php
1531    /reporting/includes/report_classes.inc
1532    /reporting/includes/pdf_report.inc
1533    /reporting/includes/doc_text.inc
1534    /reporting/includes/doc_text2.inc
1535    
1536 23-Aug-2007 Joe Hunt
1537  # Unnecessary parameter ($db) in check_for_recursive_bom
1538  $ /manufacturing/manage/bom_edit.php
1539  
1540 21-Aug-2007 Joe Hunt
1541  # Bug in /includes/lang/gettext.php (249) affecting changing language!
1542  $ /includes/lang/gettext.php
1543  
1544 08-Aug-2007 Joe Hunt
1545  # Minor adjustments
1546  $ config.php
1547    /access/login.php
1548    /admin/create_coy.php
1549    /reporting/includes/pdf_report.inc
1550    
1551 04-Aug-2007 Joe Hunt
1552  + Added a default fiscal year in the en_US-new.sql and start references.
1553  $ /sql/en_US-new.sql
1554  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
1555  $ /lang/en_US/LC_MESSAGES/en_US.mo
1556  
1557 03-Aug-2007 Joe Hunt
1558  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
1559  $ /sales/includes/db/sales_order_db.inc
1560  
1561 23-Jul-2007 Joe Hunt
1562  # Changed <? in front of 2 files to <?php.
1563  $ /purchasing/includes/purchasing_ui.inc
1564    /reporting/includes/class.mail.inc
1565    
1566 -------------------- 1.12 Stable Released ----------------------
1567 21-Jul-2007 Joe Hunt
1568  + Added option to handle Jalali and Islamic Calendars
1569  ! Minor adjustments
1570  $ config.php
1571    /gl/includes/db/gl_db_trans.inc
1572    /includes/date_functions.inc
1573    /includes/ui/ui_input.inc
1574    /includes/ui/ui_lists.inc
1575    /includes/ui/ui_view.inc
1576    /purchasing/po_receive_items.php
1577    /purchasing/includes/ui/invoice_ui.inc
1578    /purchasing/includes/ui/po_ui.inc
1579    /reporting/rep705.php
1580    /sales/includes/db/sales_order_db.inc
1581    /sales/includes/ui/sales_order_ui.inc
1582    
1583 20-Jul-2007 Joe Hunt
1584  ! Changed parameters on report Sales Order. Option to print as Quote.
1585  $ /reporting/reports_main.php
1586    /reporting/rep109.php
1587    /reporting/includes/pdf_report.inc
1588    /reporting/includes/doctext.inc
1589    /reporting/includes/doctext2.inc
1590  
1591 19-Jul-2007 Joe Hunt
1592  + Added Budget Entry in General Ledger. Includes Dimensions.
1593  $ config.php
1594    /applications/generalledger.php
1595    /gl/gl_budget.php (New File!)
1596    /gl/includes/db/gl_db_trans.inc
1597    /includes/date_functions.inc
1598    /reporting/report_classes.inc
1599    
1600 -------------------- 1.11 Stable Released ----------------------
1601 04-Jul-2007 Joe Hunt
1602  ! Option for using alpha numeric chart of accounts.
1603  $ config.php
1604    /gl/manage/gl_accounts.php
1605    /gl/includes/db/gl_db_accounts.inc
1606    /gl/includes/db/gl_db_bank_trans.inc
1607    /gl/includes/db/gl_db_trans.inc
1608    /gl/inquiry/gl_trial_balance.inc
1609    /admin/db/company_db.inc
1610    /inventory/includes/db/items_db.inc
1611    /sales/manage/customer_branches.inc
1612
1613 04-Jul-2007 Joe Hunt
1614  # Problems retrieving language texts for poEdit in long javascripts
1615  $ /includes/ui/ui_view.inc
1616  
1617 04-May-2007 Joe Hunt
1618  # Database error when updating more than one item row in Sales Orders.
1619  $ /sales/includes/db/sales_order_db.inc
1620  # Database error when inserting work order issues. Fixed.
1621  $ /manufacturing/includes/db/work_order_issues_db.inc
1622  
1623 03-May-2007 Joe Hunt
1624  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
1625  $ /includes/db/manufacturing_db.inc
1626    /manufacturing/includes/db/work_order_requirements_db.inc
1627
1628 02-May-2007 Joe Hunt
1629  # Missing details on Purchase Order when emailing and printing
1630  $ /reporting/rep209.php
1631  
1632 -------------------- 1.1 Stable Released ----------------------
1633 02-May-2007 Joe Hunt
1634  + Enabled module addons and all the below bugfixes. No changes in database structure.
1635  - Removed /sql/basic.sql (included in the other sql files)
1636  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
1637    (not needed anymore).
1638  + Addition of update.html  
1639  $ /admin/inst_module.php (New file!)
1640    /applications/customers.php
1641    /applications/dimensions.php
1642    /applications/generalledger.php
1643    /applications/inventory.php
1644    /applications/manufacturing.php
1645    /applications/setup.php
1646    /applications/suppliers.php
1647    /install/index.php
1648    /install/save.php
1649    /modules/inst_modules.php (New folder and new file!)
1650    /modules/index.php (New file!)
1651    /sql/en_US-demo.sql
1652    /sql/en_US-new.sql
1653    install.html
1654    update.html (New file!)
1655    
1656 01-May-2007 Joe Hunt
1657  # Missing measure of units when printing sales orders
1658  # Update of Sales People caused a database error
1659  $ /sales/manage/sales_people.php
1660    /reporting/rep109.php
1661  
1662 30-Apr-2007 Joe Hunt
1663  + The selected menu tab is now shown with same background as hover color.
1664  $ config.php (default tab line 77. Change if you want)
1665    /includes/page/header.inc
1666    
1667 28-Apr-2007 Joe Hunt
1668  # When saving work order entries a lot of debug boxes appeared. Fixed
1669  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
1670  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
1671  $ /includes/db/manufacturing_db.inc
1672    /manufacturing/work_order_entry.php
1673    /manufacturing/includes/work_order_issue_ui.inc
1674    /manufacturing/includes/db/work_order_requirements_db.inc
1675    /manufacturing/includes/db/work_orders_quick_db.inc
1676    /manufacturing/inquiry/where_used_inquiry.php
1677    
1678 25-Apr-2007 Joe Hunt
1679  # Missing Date Picker
1680  $ /sales/customer_invoice.php
1681  # No JS popup window
1682  $ /sales/view/view_invoice.php
1683  
1684 24-Apr-2007 Joe Hunt
1685  ! New and better Date Picker, better cool theme.
1686  $ /includes/ui/ui_input.inc
1687    /includes/ui/ui_view.inc
1688    /reporting/includes/reports_classes.inc
1689    /themes/cool/default.css
1690
1691 -------------------- 1.0.1 Stable Released ----------------------
1692 23-Apr-2007 Joe Hunt
1693  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
1694    the changes for selection lists customers/suppliers and the Audit Trail.
1695
1696 22-Apr-2007 Joe Hunt
1697  ! Changed the two selection lists for customers/suppliers in reports to a single one with
1698    No Filter
1699  ! Changed the sort order in these selection lists from id to name.
1700  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
1701  $ /reporting/reports_main.php
1702    /reporting/rep101.php
1703    /reporting/rep102.php
1704    /reporting/rep201.php
1705    /reporting/rep202.php
1706    /reporting/rep203.php
1707    /reporting/rep204.php
1708    /reporting/includes/reports_classes.inc
1709    /includes/ui/ui_lists.inc
1710    /gl/includes/db/gl_db_trans.inc
1711    config.php
1712    
1713 22-Apr-2007 Joe Hunt
1714  + Date Picker for all date fields.
1715  $ config.php
1716    /admin/fiscalyears.php
1717    /admin/void_transaction.php
1718    /includes/ui/ui_view.inc
1719    /includes/ui/ui_input.inc
1720    /dimensions/dimension_entry.php
1721    /dimensions/inquiry/search_dimensions.php
1722    /gl/gl_journal.php
1723    /gl/gl_deposit.php
1724    /gl/gl_payment.php
1725    /gl/bank_transfer.php
1726    /gl/inquiry/bank_inquiry.php
1727    /gl/inquiry/gl_account_inquiry.php
1728    /gl/inquiry/gl_trial_balance.php
1729    /gl/manage/exchange_rates.php
1730    /inventory/adjustments.php
1731    /inventory/transfers.php
1732    /inventory/inquiry/stock_movements.php
1733    /inventory/manage/items.php
1734    /manufacturing/work_order_add_finished.php
1735    /manufacturing/work_order_entry.php
1736    /manufacturing/work_order_issue.php
1737    /manufacturing/work_order_release.php
1738    /purchasing/supplier_payment.php
1739    /purchasing/po_entry_items.php
1740    /purchasing/po_receive_items.php
1741    /purchasing/supplier_credit.php
1742    /purchasing/supplier_credit_grns.php
1743    /purchasing/supplier_invoice.php
1744    /purchasing/supplier_invoice_grns.php
1745    /purchasing/supplier_trans_gl.php
1746    /purchasing/includes/ui/po_ui.inc
1747    /purchasing/inquity/po_search.php
1748    /purchasing/inquiry/po_search_completed.php
1749    /purchasing/inquiry/supplier_allocation_inquiry.php
1750    /purchasing/inquiry/supplier_inquiry.php
1751    /reporting/reports_main.php
1752    /reporting/includes/reports_classes.inc
1753    /sales/credit_note_entry.php
1754    /sales/customer_credit_invoice.php
1755    /sales/customer_payments.php
1756    /sales/sales_order_entry.php
1757    /sales/includes/ui/sales_order_ui.inc
1758    /sales/inquiry/customer_allocation_inquiry.php
1759    /sales/inquiry/customer_inquiry.php
1760    /sales/inquiry/sales_orders_view.php
1761    New image files:
1762    /themes/default/images/cal.gif
1763    /themes/default/images/next.gif
1764    /themes/default/images/prev.gif
1765
1766 19-Apr-2007 Joe Hunt
1767  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
1768  # Bug no 1703891, Reserved MySQL words used as column names, fixed
1769  $ /taxes/db/tax_types_db.inc
1770
1771  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
1772  $ /gl/manage/gl_accounts.php
1773    /gl/includes/db/gl_db_accounts.inc
1774    /includes/ui/ui_input.inc
1775
1776 18-Apr-2007 Joe Hunt
1777  # Bug no 1702594, Logon Loop, fixed
1778  $ config.php
1779
1780 -------------------- 1.0a Stable Released ----------------------
1781 10-Apr-2007 Joe Hunt
1782  ! Release 1.0a established on SourceForge, fixing the bugs.
1783
1784 11-Apr-2007 Joe Hunt
1785  # Bug No 1698214, Creating Items, fixed
1786  $ /includes/ui/ui_lists.inc
1787  # Bug no 1698216, Item Movements, fixed
1788  $ /inventory/manage/items.php
1789
1790 -------------------- 1.0 Stable Released ----------------------
1791 10-Apr-2007 Joe Hunt
1792  ! Release 1.0 established on SourceForge.
1793
1794 2. Copyright and disclaimer
1795 ---------------------------
1796 This application is opensource software released under the GPL.  Please
1797 see source code and the LICENSE file