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