Module gl sealed against XSS Attacks
[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 18-Apr-2008 Joe Hunt
23 ! Module gl sealed against XSS Attacks
24 $ /gl/includes/db/gl_db_accounts.inc
25   /gl/includes/db/gl_db_account_types.inc
26   /gl/includes/db/gl_db_bank_accounts.inc
27   /gl/includes/db/gl_db_bank_trans.inc
28   /gl/includes/db/gl_db_bank_trans_types.inc
29   /gl/includes/db/gl_db_currencies.inc
30   /gl/includes/db/gl_db_trans.inc
31   
32 18-Apr-2008 Janusz Dobrowolski
33 ! Modules admin and dimensions sealed against XSS attacks
34 $ /admin/payment_terms.php
35   /admin/shipping_companies.php
36   /admin/db/company_db.inc
37   /admin/db/maintenance_db.inc
38   /admin/db/users_db.inc
39   /admin/db/voiding_db.inc
40   /dimensions/includes/dimensions_db.inc
41
42 18-Apr-2008 Joe Hunt
43 ! Modules includes, inventory and manufacturing sealed against XSS attacks
44 $ /includes/db/comments_db.inc
45   /includes/db/inventory_db.inc
46   /includes/db/references_db.inc
47   /inventory/includes/db/items_category_db.inc
48   /inventory/includes/db/items_db.inc
49   /inventory/includes/db/items_locations_db.inc
50   /inventory/includes/db/items_units_db.inc
51   /inventory/includes/db/movement_types_db.inc
52   /manufacturing/includes/db/work_centres_db.inc
53   /manufacturing/includes/db/work_orders_db.inc
54   /manufacturing/includes/db/work_orders_quick_db.inc
55   /manufacturing/includes/db/work_order_issues_db.inc
56   /manufacturing/includes/db/work_order_produce_items_db.inc
57   
58 18-Apr-2008 Janusz Dobrowolski
59 ! Changed db_escape function to avoid XSS attacks via js db injection
60 $ /includes/db/connect_db.inc
61 # Database inserts/updates secured against js injection
62 $ /admin/db/maintenance_db.inc
63   /gl/includes/db/gl_db_accounts.inc
64   /purchasing/includes/db/po_db.inc
65   /sales/sales_order_entry.php
66   /sales/includes/db/sales_order_db.inc
67
68 16-Apr-2008 Joe Hunt
69 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
70 $ /includes/ui/ui_lists.inc
71
72 09-Apr-2008 Janusz Dobrowolski
73 # Fixed number formatting bug in standard cost update.
74 $ /inventory/cost_update.php
75
76 -------------------- 2,0 Beta - released ----------------------------
77
78 06-Apr-2008 Joe Hunt
79 ! Changed install.html and update.html to fit the new unstable release 2.0
80 ! Changed demo sql script to fit the 2.0 unstable.
81 $ install.html
82   update.html
83   /sql/en_US-demo.sql
84   
85 06-Apr-2008 Janusz Dobrowolski
86 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
87   /sales/customer_invoice.php
88 # Fixed typo causing error while adding new tax type.
89   /taxes/tax_types.php
90   
91 05-Apr-2008 Joe Hunt
92 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
93 $ /admin/create_coy.php
94
95 05-Apr-2008 Joe Hunt
96 # Removed annoying warnings in several reports. 
97 $ config.php 
98   /reporting/rep102.php
99   /reporting/rep104.php
100   /reporting/rep201.php
101   /reporting/rep203.php
102   /reporting/rep705.php
103   /reporting/rep706.php
104   /reporting/rep707.php
105   /reporting/rep709.php
106   /reporting/reports_main.php
107   /reporting/includes/pdf_report.inc
108   
109 04-Apr-2008 Janusz Dobrowolski
110 # Javascript bugfix in selecting orders for template.
111 $ /sales/inquiry/sales_orders_view.php
112
113 04-Apr-2008 Joe Hunt
114 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
115 + Preparing for download of release 2.0b on SourceForge.
116 $ config.php
117   update.html
118   /sql/en_US-new.sql
119   /sql/en_US-demo.sql
120   
121 02-Apr-2008 Janusz Dobrowolski
122 # Removed selector expansion on space key for multi-line selectors
123 $ /js/inserts.js
124 ! Hiding search button in combo selectors for javascript enabled browsers
125 $ /includes/ui/ui_lists.inc
126   /js/inserts.js
127 + Focus set to invalid form field after submit check fail
128 $ /admin/company_preferences.php
129   /admin/fiscalyears.php
130   /admin/gl_setup.php
131   /admin/payment_terms.php
132   /admin/shipping_companies.php
133   /admin/users.php
134   /admin/void_transaction.php
135   /dimensions/dimension_entry.php
136   /gl/bank_transfer.php
137   /gl/gl_deposit.php
138   /gl/gl_journal.php
139   /gl/gl_payment.php
140   /gl/manage/bank_accounts.php
141   /gl/manage/bank_trans_types.php
142   /gl/manage/currencies.php
143   /gl/manage/exchange_rates.php
144   /gl/manage/gl_account_classes.php
145   /gl/manage/gl_account_types.php
146   /gl/manage/gl_accounts.php
147   /inventory/adjustments.php
148   /inventory/cost_update.php
149   /inventory/prices.php
150   /inventory/purchasing_data.php
151   /inventory/transfers.php
152   /inventory/manage/item_categories.php
153   /inventory/manage/item_units.php
154   /inventory/manage/items.php
155   /inventory/manage/locations.php
156   /inventory/manage/movement_types.php
157   /manufacturing/work_order_add_finished.php
158   /manufacturing/work_order_entry.php
159   /manufacturing/work_order_issue.php
160   /manufacturing/work_order_release.php
161   /manufacturing/manage/bom_edit.php
162   /manufacturing/manage/work_centres.php
163   /purchasing/po_entry_items.php
164   /purchasing/po_receive_items.php
165   /purchasing/supplier_credit.php
166   /purchasing/supplier_credit_grns.php
167   /purchasing/supplier_invoice.php
168   /purchasing/supplier_invoice_grns.php
169   /purchasing/supplier_payment.php
170   /purchasing/supplier_trans_gl.php
171   /purchasing/allocations/supplier_allocate.php
172   /purchasing/manage/suppliers.php
173   /sales/credit_note_entry.php
174   /sales/customer_credit_invoice.php
175   /sales/customer_delivery.php
176   /sales/customer_invoice.php
177   /sales/customer_payments.php
178   /sales/sales_order_entry.php
179   /sales/allocations/customer_allocate.php
180   /taxes/item_tax_types.php
181   /taxes/tax_groups.php
182   /taxes/tax_types.php
183 # Set default focus in update_db.php
184 $ /admin/backups.php
185
186 29-Mar-2008 Janusz Dobrowolski
187 # Changed gl_all_accounts_list() API
188 $ /includes/ui/ui_lists.inc
189 + Enhanced list accessability in kbd usage via space key
190 $ js/inserts.js
191
192 28-Mar-2008 Janusz Dobrowolski
193 # Fixed headers for various display mode
194 $ /sales/inquiry/sales_orders_view.php
195
196 28-Mar-2008 Joe Hunt
197 + Added print document options in inquiries.
198 $ /sales/inquiry/customer_inquiry.php
199   /sales/inquiry/sales_orders_view.php
200   /sales/inquiry/sales_deliveries_view.php
201   /purchasing/inquiry/po_search.php
202   /purchasing/inquiry/po_search_completed.php
203   
204 28-Mar-2008 Joe Hunt
205 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
206 $ /sales/includes/db/customers_db.inc
207 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
208 $ /sales/includes/db/sales_credit_db.inc
209 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
210 $ /reporting/includes/doctext.inc
211   /reporting/includes/doctext2.inc
212 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
213 $ /reporting/rep101.php
214   /reporting/rep102.php
215
216 28-Mar-2008 Janusz Dobrowolski
217 # Layout/focus fixes for no_[customer/supplier/item]_list option on
218 $  /includes/ui/ui_lists.inc
219    /purchasing/includes/ui/po_ui.inc
220    /sales/credit_note_entry.php
221    /sales/sales_order_entry.php
222    /sales/includes/ui/sales_credit_ui.inc
223    /sales/includes/ui/sales_order_ui.inc
224
225 27-Mar-2008 Janusz Dobrowolski
226 + Automatic first field focus on page start, focus order preserved between form updates
227 $  /gl/inquiry/gl_account_inquiry.php
228    /includes/page/footer.inc
229    /includes/ui/ui_controls.inc
230    /includes/ui/ui_input.inc
231    /includes/ui/ui_lists.inc
232    /includes/ui/ui_view.inc
233    /js/inserts.js
234    /sales/sales_order_entry.php
235    /sales/credit_note_entry.php
236    /sales/includes/ui/sales_credit_ui.inc
237    /sales/includes/ui/sales_order_ui.inc
238 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
239 $  /includes/ui/ui_input.inc
240 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
241 $  /gl/gl_deposit.php
242    /gl/gl_journal.php
243    /gl/gl_payment.php
244    /gl/includes/ui/gl_deposit_ui.inc
245    /gl/includes/ui/gl_journal_ui.inc
246    /gl/includes/ui/gl_payment_ui.inc
247    /includes/ui/ui_view.inc
248    /purchasing/po_entry_items.php
249    /purchasing/includes/ui/po_ui.inc
250    /sales/sales_order_entry.php
251    /sales/includes/ui/sales_credit_ui.inc
252    /sales/includes/ui/sales_order_ui.inc
253    /js/inserts.js
254 ! get_js_set_focus moved from ui_view (this is only standalone form).
255    /update_db.php
256 # Fixed debit/credit entry check 
257 $  /gl/gl_journal.php
258 # Restored GET/POST security check on path_to_root
259 $  /config.php
260
261 26-Mar-2008 Janusz Dobrowolski
262 # Bug fixes in purchase module related to tax structure changes.
263 $  /purchasing/includes/supp_trans_class.inc
264    /purchasing/includes/db/invoice_db.inc
265    /purchasing/includes/db/invoice_items_db.inc
266    /purchasing/includes/ui/invoice_ui.inc
267    /reporting/rep105.php
268
269 25-Mar-2008 Janusz Dobrowolski
270 ! Per company pdf, backup and graphics directories in 'company' dir.
271 $  /company (new dir)
272    /company/0 (new dir)
273    /company/0/images/ (new dir)
274    /company/0/images/102.jpg    (moved from inventory/manage/image)
275    /company/0/images/103.jpg    (moved from inventory/manage/image)
276    /company/0/images/104.jpg    (moved from inventory/manage/image)
277    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
278    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
279    /admin/backups.php
280    /admin/create_coy.php
281    /admin/db/maintenance_db.inc
282    /install/index.php
283    /reporting/rep102.php
284    /reporting/rep104.php
285    /reporting/rep202.php
286    /reporting/rep303.php
287    /reporting/rep706.php
288    /reporting/rep707.php
289    /reporting/includes/pdf_report.inc
290    /inventory/manage/items.php
291
292 + jscript component caching (enables browser caching and future compression)
293 $  /includes/session.inc
294    /includes/main.inc
295    /includes/page/header.inc
296    /includes/ui/ui_view.inc
297    /admin/display_prefs.php
298    /config.php
299
300 - Removed obsolete file
301 $  /sales/includes/ui/print_invoice.inc
302
303 21-Mar-2008 Janusz Dobrowolski
304 ! Total Allocation/Left to Allocate update without page submit.
305 $  /includes/ui/ui_view.inc
306    /purchasing/allocations/supplier_allocate.php
307    /sales/allocations/customer_allocate.php
308 # Fixed unvisable under IE editbutton
309 $  /themes/aqua/default.css
310    /themes/cool/default.css
311    /themes/default/default.css
312
313 20-Mar-2008 Janusz Dobrowolski
314 # Excluding delivery notes from Customer Balances, removed warnings. 
315 $  /reporting/rep101.php 
316 # Divide by zero fix on order_price==0 in new supplier invoice
317 $  /purchasing/supplier_invoice_grns.php
318 # Database bug fix in new customer entry
319 $  /sales/manage/customers.php
320 # Small bug fix (warnings) in is_date() function.
321 $  /includes/date_functions.inc
322
323 18-Mar-2008 Janusz Dobrowolski
324 # Line items editor uses POST method - no disappearing shippment info.
325 $  /sales/credit_note_entry.php
326    /sales/sales_order_entry.php
327    /sales/includes/ui/sales_credit_ui.inc
328    /sales/includes/ui/sales_order_ui.inc
329 + Added edit_button_cell() function
330 $  /includes/ui/ui_controls.inc
331 + Helper function for finding indexed submit $_POST vars.
332 $  /includes/ui/ui_input.inc
333 + New class .editbutton for buttons. Default view is link alike.
334 $  /themes/aqua/default.css
335    /themes/cool/default.css
336    /themes/default/default.css
337
338 17-Mar-2008 Janusz Dobrowolski
339 # Added rounding when needed to avoid document non cosistent documents.
340 $  /includes/banking.inc
341    /purchasing/supplier_credit_grns.php
342    /purchasing/supplier_invoice_grns.php
343    /purchasing/includes/supp_trans_class.inc
344    /purchasing/includes/ui/invoice_ui.inc
345    /purchasing/includes/ui/po_ui.inc
346    /reporting/rep107.php
347    /reporting/rep109.php
348    /reporting/rep110.php
349    /reporting/rep209.php
350    /sales/includes/cart_class.inc
351    /sales/includes/ui/sales_credit_ui.inc
352    /sales/includes/ui/sales_order_ui.inc
353    /sales/view/view_credit.php
354    /sales/view/view_dispatch.php
355    /sales/view/view_invoice.php
356    /sales/view/view_sales_order.php
357    /taxes/tax_calc.inc
358 # Sign bug for customer transactions
359 $  /reporting/rep709.php
360 # Include file conflict fix
361 $ /purchasing/includes/ui/invoice_ui.inc
362   /gl/manage/bank_accounts.php
363   /manufacturing/inquiry/where_used_inquiry.php
364   /purchasing/manage/suppliers.php
365   
366 16-Mar-2008 Janusz Dobrowolski
367 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
368 $  /js/behaviour.js
369    /js/inserts.js
370 + Added javascript source collecting functions
371 $  /includes/main.inc
372 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
373 + Added global js code collecting arrays  $js_lib, $js_static
374 $  /includes/session.inc
375 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
376 $  /includes/ui/ui_view.inc
377 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
378 $  /includes/page/footer.inc
379    /includes/page/header.inc
380 ! Added including of data_checks.inc
381 $  /includes/ui.inc
382 + User side percent/exrate/qty/price input formatting via onblur handler.
383 $  /admin/gl_setup.php
384    /gl/gl_budget.php
385    /gl/manage/exchange_rates.php
386    /includes/ui/ui_input.inc
387    /inventory/purchasing_data.php
388    /inventory/reorder_level.php
389    /inventory/includes/item_adjustments_ui.inc
390    /inventory/includes/stock_transfers_ui.inc
391    /manufacturing/work_order_entry.php
392    /manufacturing/manage/bom_edit.php
393    /purchasing/po_entry_items.php
394    /purchasing/po_receive_items.php
395    /purchasing/supplier_credit.php
396    /purchasing/supplier_credit_grns.php
397    /purchasing/supplier_invoice_grns.php
398    /purchasing/supplier_trans_gl.php
399    /purchasing/allocations/supplier_allocate.php
400    /purchasing/includes/ui/po_ui.inc
401    /sales/customer_delivery.php
402    /sales/customer_invoice.php
403    /sales/allocations/customer_allocate.php
404    /sales/includes/ui/sales_credit_ui.inc
405    /sales/includes/ui/sales_order_ui.inc
406    /taxes/tax_groups.php
407    /taxes/tax_types.php
408
409 14-Mar-2008 Janusz Dobrowolski
410  + All forms fixed to accept user native numeric format.
411  $ /admin/gl_setup.php
412    /gl/bank_transfer.php
413    /gl/gl_budget.php
414    /gl/gl_deposit.php
415    /gl/gl_journal.php
416    /gl/gl_payment.php
417    /gl/includes/db/gl_db_banking.inc
418    /gl/includes/ui/gl_deposit_ui.inc
419    /gl/includes/ui/gl_journal_ui.inc
420    /gl/includes/ui/gl_payment_ui.inc
421    /gl/manage/exchange_rates.php
422    /inventory/adjustments.php
423    /inventory/cost_update.php
424    /inventory/prices.php
425    /inventory/purchasing_data.php
426    /inventory/reorder_level.php
427    /inventory/transfers.php
428    /inventory/includes/item_adjustments_ui.inc
429    /inventory/includes/stock_transfers_ui.inc
430    /inventory/manage/item_units.php
431    /manufacturing/work_order_entry.php
432    /manufacturing/inquiry/where_used_inquiry.php
433    /manufacturing/manage/bom_edit.php
434    /purchasing/po_entry_items.php
435    /purchasing/po_receive_items.php
436    /purchasing/supplier_credit_grns.php
437    /purchasing/supplier_invoice_grns.php
438    /purchasing/supplier_payment.php
439    /purchasing/supplier_trans_gl.php
440    /purchasing/allocations/supplier_allocate.php
441    /purchasing/includes/ui/po_ui.inc
442    /purchasing/inquiry/po_search.php
443    /sales/credit_note_entry.php
444    /sales/customer_credit_invoice.php
445    /sales/customer_delivery.php
446    /sales/customer_invoice.php
447    /sales/customer_payments.php
448    /sales/sales_order_entry.php
449    /sales/allocations/customer_allocate.php
450    /sales/includes/ui/sales_credit_ui.inc
451    /sales/includes/ui/sales_order_ui.inc
452    /sales/manage/customers.php
453    /sales/manage/sales_people.php
454    /sales/view/view_credit.php
455    /sales/view/view_dispatch.php
456    /sales/view/view_invoice.php
457    /sales/view/view_receipt.php
458    /sales/view/view_sales_order.php
459    /taxes/item_tax_types.php
460    /taxes/tax_groups.php
461    /taxes/tax_types.php
462  + User format functions for percent/price/exrate amounts display.
463  $ /includes/current_user.inc
464  + Input checking functions for numeric input fields in user native format
465  $ /includes/data_checks.inc
466  + Numeric input fields in user native format
467  $ /includes/ui/ui_input.inc
468  + Javascript function for conversion to/from user native numeric format.
469  $ /includes/ui/ui_view.inc
470  + New class amount for numeric input
471  $ /themes/aqua/default.css
472    /themes/cool/default.css
473    /themes/default/default.css
474  # Removed warning on adding component
475    /manufacturing/manage/bom_edit.php
476  # Quantity display correction
477    /manufacturing/inquiry/where_used_inquiry.php
478  # Fixed add_customer_trans() call
479    /gl/includes/db/gl_db_banking.inc
480
481 12-Mar-2008 Joe Hung
482  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
483  - Removed default insertion of Units of Measure. Not neccessary.
484  $ /sql/alter.sql
485    /admin/db/maintenance_db.inc (added support for update)
486
487 11-Mar-2008 Janusz Dobrowolski
488  + Table of measure moved into new table item_units
489  ! Removed $themes[] from config.php, theme list based on directory structure
490  $ /config.php
491    /includes/ui/ui_lists.inc
492    /applications/inventory.php
493    /inventory/includes/inventory_db.inc
494    /inventory/includes/db/items_units_db.inc
495    /inventory/manage/item_units.php
496    /inventory/manage/items.php
497    /sql/alter.sql
498
499 11-Mar-2008 Joe Hunt
500  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
501  $ /sales/customer_invoice.php
502    /sales/customer_delivery.php
503  
504 10-Mar-2008 Joe Hunt
505  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
506  $ /sales/sales_order_entry.php
507  
508 10-Mar-2008 Janusz Dobrowolski
509  + Added price list selector to sales entry (debtor_master gives only default one)
510  + Added optional submit_on_change parameter to sales ui lists
511  $ /includes/ui/ui_lists.inc
512    /sales/sales_order_entry.php
513    /sales/includes/ui/sales_credit_ui.inc
514    /sales/includes/ui/sales_order_ui.inc
515  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
516  $ /sales/includes/cart_class.inc
517    /includes/ui/ui_view.inc
518    /sales/includes/sales_db.inc
519  # Fixed bogus sales_type lists in edition mode
520  $ /sales/customer_delivery.php
521    /sales/customer_invoice.php
522  # Smaller fixes, cart_class.sales_type name change
523  $ /sales/includes/ui/sales_credit_db.inc
524    /sales/credit_note_entry.php
525    /sales/customer_credit_invoice.php
526    /sales/includes/cart_class.inc
527    /sales/includes/db/sales_credit_db.inc
528    /sales/includes/db/sales_delivery_db.inc
529    /sales/includes/db/sales_invoice_db.inc
530    /sales/includes/db/sales_order_db.inc
531    /sales/includes/ui/sales_credit_ui.inc
532  # One another pmWiki name conflict removed
533  $ /admin/display_prefs.php
534  
535 09-Mar-2008 Joe Hunt
536  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
537  $ /dimensions/includes/dimensions_db.inc
538    /gl/includes/db/gl_db_banking.inc
539    /includes/main.inc
540    /inventory/includes/db/items_adjust_db.inc
541    /manufacturing/includes/db/work_order_issues_db.inc
542    /manufacturing/includes/db/work_order_produce_items_db.inc
543    /manufacturing/includes/db/work_orders_db.inc
544    /manufacturing/includes/db/work_orders_quick_db.inc
545    /purchasing/includes/db/grn_db.inc
546    /purchasing/includes/db/po_db.inc
547    /purchasing/includes/db/supp_payment_db.inc
548    /reporting/includes/form_types.inc (File removed)
549    /sales/includes/db/sales_delivery_db.inc
550    /sales/includes/db/sales_invoice_db.inc
551    /sales/includes/db/sales_order_db.inc
552    /sql/alter.sql
553  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
554  $ /reporting/rep101.php
555    /reporting/rep201.php
556  # clone replacement do_clone() for both PHP 4 and PHP 5.
557  $ /includes/ui/ui_view.inc (at the very bottom)
558    /sales/includes/cart_class.inc
559    
560 07-Mar-2008 Janusz Dobrowolski
561  ! Changed name tax type uniqueness constraint to (name, rate)
562  $ /includes/ui/ui_lists.inc
563    /taxes/items_tax_types.php
564  ! Tax included option moved from tax_group to sales_types table
565  $ includes/ui/ui_view.inc
566    /purchasing/includes/ui/invoice_ui.inc
567    /taxes/tax_calc.inc
568    /taxes/tax_groups.php
569    /taxes/db/tax_groups_db.inc
570    /sql/alter.sql
571  # Final rewriting of sales module, a lot of bugfixes.
572  + Template delivery/invoicing
573  + Concurrent document editing control on sql level
574  + Most of sales documents are now editable
575  + Some links to print documents after entry
576  ! Changed javascript helper function for customer allocations
577  $ /applications/customers.php
578    /includes/ui/ui_input.inc
579    /reporting/rep107.php
580    /reporting/rep109.php
581    /reporting/rep110.php
582    /sales/credit_note_entry.php
583    /sales/customer_credit_invoice.php
584    /sales/customer_delivery.php
585    /sales/customer_invoice.php
586    /sales/customer_payments.php
587    /sales/sales_order_entry.php
588    /sales/allocations/customer_allocate.php
589    /sales/allocations/customer_allocation_main.php
590    /sales/includes/cart_class.inc
591    /sales/includes/sales_db.inc
592    /sales/includes/sales_ui.inc
593    /sales/includes/db/cust_trans_db.inc
594    /sales/includes/db/cust_trans_details_db.inc
595    /sales/includes/db/custalloc_db.inc
596    /sales/includes/db/customers_db.inc
597    /sales/includes/db/payment_db.inc
598    /sales/includes/db/sales_credit_db.inc
599    /sales/includes/db/sales_delivery_db.inc
600    /sales/includes/db/sales_invoice_db.inc
601    /sales/includes/db/sales_order_db.inc
602    /sales/includes/db/sales_types_db.inc
603    /sales/includes/ui/print_invoice.inc
604    /sales/includes/ui/sales_credit_ui.inc
605    /sales/includes/ui/sales_order_ui.inc
606    /sales/inquiry/customer_allocation_inquiry.php
607    /sales/inquiry/customer_inquiry.php
608    /sales/inquiry/sales_deliveries_view.php
609    /sales/inquiry/sales_orders_view.php
610    /sales/manage/credit_status.php
611    /sales/manage/sales_types.php
612    /sales/view/view_credit.php
613    /sales/view/view_dispatch.php
614    /sales/view/view_invoice.php
615    /sales/view/view_receipt.php
616    /sales/view/view_sales_order.php
617 # Removed function name conflict with wiki help system
618    /includes/lang/language.php
619    
620 06-Mar-2008 Janusz Dobrowolski
621  + Wiki help links integration
622  $ /config.php
623    /includes/page/header.inc
624    /includes/lang/language.php
625  + Optional debuging with xdebug module
626  $ /index.php
627    /includes/db/connect_db.inc
628  ! Concurrent edition fix
629  $  /includes/systypes.inc
630  # Table header fix
631  $  /manufacturing/manage/bom_edit.php
632  # Menu layout fixes
633  $ /themes/aqua/renderer.php
634    /themes/cool/renderer.php
635    /themes/default/renderer.php
636  # Removed warning about nonexistent $_GET variable
637  $ /dimensions/inquiry/search_dimensions.php
638  # MySQL 3.xx CAST bug fix
639  $ /includes/db/manufacturing_db.inc
640    /manufacturing/includes/db/work_order_requirements_db.inc
641    /manufacturing/inquiry/where_used_inquiry.php
642
643 04-Mar-2008 Joe Hunt
644  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
645    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
646  $ /inventory/cost_update.php
647    /purchasing/includes/db/grn_db.inc and
648    /manufacturing/manage/bom_edit.php. 
649    /manufacturing/includes/db/work_orders_db.inc
650    /manufacturing/includes/db/work_orders_quick_db.inc
651    /manufacturing/work_order_entry.php
652   
653 21-Feb-2008 Joe Hunt
654  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
655  $ /admin/view_print_transaction.php
656    /applications/setup.php
657   
658 17-Feb-2008 Joe Hunt
659  ! Minor change in menu and function in view_print_transaction.php
660  $ /admin/view_print_transaction.php
661    /application/setup.php
662  + Preparing for print of single documents
663  $ /reporting/includes/reporting.inc
664  ! Removing 'out' field in table tax_types
665  $ /sql/alter.sql
666    /taxes/tax_types.php
667    /taxes/db/tax_types_db.inc
668  + Added 2 functions in ui_input.inc, button and button_cell
669    /includes/ui/ui_input.inc
670
671 11-Feb-2008 Joe Hunt
672  + Added file, update_db.php, for updating company databases from an SQL script.
673  $ update_db.php (New file)
674    update.html
675   
676 06-Fef-2008 Joe Hunt
677  + Added Report, Salesman Listing, rep106.php. 
678  $ /reporting/reports_main.php
679    /reporting/rep106.php
680   
681 06-Feb-2008 Janusz Dobrowolski
682  + Separation of customer invoice issue and goods delivery.
683  + Batch invoicing for more than one delivery
684  # Corrected inadequate shipping tax calculations.
685  ! Default debugging status changed to off.
686  $ /taxes/tax_calc.inc
687    /taxes/db/tax_groups_db.inc
688    /admin/db/voiding_db.inc
689    /applications/customers.php
690    /includes/systypes.inc
691    /includes/types.inc
692    /includes/ui/ui_controls.inc
693    /includes/ui/ui_lists.inc
694    /includes/ui/ui_view.inc
695    /inventory/inquiry/stock_status.php
696    /reporting/rep105.php
697    /reporting/rep107.php
698    /reporting/rep109.php
699    /reporting/rep110.php 
700    /reporting/rep209.php
701    /reporting/reports_main.php
702    /reporting/includes/doctext.inc
703    /reporting/includes/doctext2.inc
704    /reporting/includes/form_types.inc
705    /reporting/includes/pdf_report.inc
706    /reporting/includes/reports_classes.inc
707    /sales/customer_credit_invoice.php
708    /sales/customer_invoice.php
709    /sales/sales_order_entry.php
710    /sales/customer_delivery.php 
711    /sales/includes/db/sales_delivery_db.inc 
712    /sales/includes/ui/print_invoice.inc 
713    /sales/includes/cart_class.inc
714    /sales/includes/sales_db.inc
715    /sales/includes/db/cust_trans_db.inc
716    /sales/includes/db/cust_trans_details_db.inc
717    /sales/includes/db/sales_credit_db.inc
718    /sales/includes/db/sales_invoice_db.inc
719    /sales/includes/db/sales_order_db.inc
720    /sales/includes/ui/sales_order_ui.inc
721    /sales/inquiry/customer_allocation_inquiry.php
722    /sales/inquiry/customer_inquiry.php
723    /sales/inquiry/sales_orders_view.php
724    /sales/inquiry/sales_deliveries_view.php 
725    /sales/view/view_dispatch.php
726    /sales/view/view_invoice.php
727    /sales/view/view_sales_order.php
728    /sql/alter.sql
729    config.php
730   
731 01-Feb-2008 Joe Hunt
732  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
733  $ /sales/includes/cart_class.inc
734    /sales/includes/db/sales_credit_db.inc
735    /sales/includes/db/sales_invoice_db.inc
736    /sales/includes/db/sales_order_db.inc
737    /sales/includes/db/cust_trans_details_db.inc
738    /sales/includes/ui/sales_order_ui.inc
739    /sales/includes/ui/sales_credit_ui.inc
740    /sales/credit_note_entry.php
741    /sales/customer_credit_invoice.php
742    /sales/sales_order_entry.php
743    /sales/customer_invoice.php
744
745 31-Jan-2008 Joe Hunt
746  ! New Release 2.0 Pre Alpha
747  $ config.php
748  # Fixed a release 2 related bug in create_coy.php
749  $ /admin/create_coy.php
750  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
751    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
752    with these databases changes without any new files. They are coming as soon as possible.
753  $ /sql/alter.sql (New file)  
754  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
755    and 2 related files
756  $ /purchasing/supplier_trans_gl.php
757    /purchasing/includes/db/invoice_items_db.inc
758  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
759  $ /includes/ui/ui_lists.inc
760    /purchasing/includes/ui/po_ui.inc
761    /sales/includes/ui/sales_order_ui.inc
762    /admin/company_preferences.php
763    /admin/db/company_db.inc
764    config.php
765  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
766    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
767  $ /sales/manage/sales_people.php
768    /includes/ui/ui_input.inc
769  
770 -------------------- 2,0 Pre Alpha - above ----------------------------
771 31-Jan-2008 Janusz Dobrowolski
772  # Minor bugfix in db_import()
773  $ /admin/db/maintenance_db.inc
774  
775 30-Jan-2008 Janusz Dobrowolski
776  # Minor display fix in tax_types.php
777  $ /taxes/tax_types.php
778  ! Format cleanup on some files.
779  $ /gl/includes/gl_db.inc
780    /gl/includes/gl_ui.inc
781    /applications/application.php
782    frontaccounting.php
783    index.php
784    
785 -------------------- 1.16 Stable Released ----------------------
786 28-Jan-2008 Joe Hunt
787  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
788    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
789    and $no_supplier_list. Default is the normal behavior for all listboxes.
790  $ /includes/ui/ui_lists.inc
791    /sales/includes/ui/sales_orders_ui.inc
792    /purchases/includes/ui/po_ui.inc
793    /themes/default/images/locate.png (New file)
794    config.php
795
796  + Added ALTER TABLE possibility in db_import. For future releases.
797  $ /admin/db/maintenence_db.inc  
798
799  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
800  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
801  $ /includes/db/connect_db.inc
802    /includes/ui/ui_lists.inc
803    /includes/page/header.inc
804    /access/login.php
805    
806 16-Jan-2008 Joe Hunt
807  # When login screen is displayed after session timeout page content is broken. It
808    is because of NOT using absolute paths in href attribute theme elements.
809  $ /access/login.php
810  
811 30-Dec-2007 Joe Hunt
812  # Minor adjustments in function db_export on line 325
813  $ /admin/db/maintenance_db.inc
814  
815 29-Dec-2007 Joe Hunt
816  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
817  $ config.php
818  
819  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
820    Also fixed a unneccessary str_replace when importing sql scripts.
821  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
822  $ /admin/db/maintenance_db.inc
823    /reporting/includes/pdf_report.inc
824    
825 13-Dec-2007 Joe Hunt
826  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
827  $ /gl/inquiry/gl_trial_balance.php
828    /gl/inquiry/gl_account_inquiry.php
829
830 13-Dec-2007 Joe Hunt
831  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
832  $ /admin/db/voiding_db.inc
833  
834 06-Dec-2007 Joe Hunt
835  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
836  $ /gl/gl_payment.php
837    /gl/includes/ui/gl_payment_ui.inc
838    
839  ! Changed $loc_notification to be set to 0 instead of 1.
840  $ config.php
841  
842 -------------------- 1.15 Stable Released ----------------------
843 05-Dec-2007 Joe Hunt
844  + Added email notification to stock location when available stock is below reorder level
845  $ config.php
846    /sales/includes/db/sales_order_db.inc
847    
848  # Fixed bugs in Open balances when account is not a balance account
849  $ /gl/inquiry/gl_trial_balance.php
850    /gl/inquiry/gl_account_inquiry.php
851    /reporting/rep704.php
852    /reporting/rep708.php
853    
854 -------------------- 1.14 Stable Released ----------------------
855 01-Oct-2007 Joe Hunt
856  ! Major change in the installation of modules to also accept an SQL-file for upload.
857  $ config.php
858    /admin/inst_module.php
859    /admin/db/maintenance_db.inc
860    
861 30-Sep-2007 Joe Hunt
862  # The following files were still vulnerable. Fixed
863  $ /access/login.php
864    /includes/lang/language.php
865
866 -------------------- 1.13 Stable Released ----------------------
867 14-Sep-2007 Joe Hunt
868  + Added optional link for electronic payment on invoices (PayPal). 
869  ! Better support for install/update languages.  
870  ! Minor adjustments
871  # Fixed a vulnerable item in config.php
872  $ config.php
873
874 14-Sep-2007 Joe Hunt
875  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
876  # config.php has been vulnerable. Fixed.
877  $ /admin/inst_lang.php
878  $ config.php
879  
880 10-Sep-2007 Joe Hunt
881  ! Changed Bank Address field from text to textarea (multirows)
882  $ /gl/manage/bank_accounts.php
883  
884 06-Sep-2007 Joe Hunt
885  + Added optional link for electronic payment on invoices (PayPal)
886  $ /reporting/reports_main.php
887    /reporting/rep107.php
888    /reporting/includes/report_classes.inc
889    /reporting/includes/pdf_report.inc
890    /reporting/includes/doc_text.inc
891    /reporting/includes/doc_text2.inc
892    
893 23-Aug-2007 Joe Hunt
894  # Unnecessary parameter ($db) in check_for_recursive_bom
895  $ /manufacturing/manage/bom_edit.php
896  
897 21-Aug-2007 Joe Hunt
898  # Bug in /includes/lang/gettext.php (249) affecting changing language!
899  $ /includes/lang/gettext.php
900  
901 08-Aug-2007 Joe Hunt
902  # Minor adjustments
903  $ config.php
904    /access/login.php
905    /admin/create_coy.php
906    /reporting/includes/pdf_report.inc
907    
908 04-Aug-2007 Joe Hunt
909  + Added a default fiscal year in the en_US-new.sql and start references.
910  $ /sql/en_US-new.sql
911  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
912  $ /lang/en_US/LC_MESSAGES/en_US.mo
913  
914 03-Aug-2007 Joe Hunt
915  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
916  $ /sales/includes/db/sales_order_db.inc
917  
918 23-Jul-2007 Joe Hunt
919  # Changed <? in front of 2 files to <?php.
920  $ /purchasing/includes/purchasing_ui.inc
921    /reporting/includes/class.mail.inc
922    
923 -------------------- 1.12 Stable Released ----------------------
924 21-Jul-2007 Joe Hunt
925  + Added option to handle Jalali and Islamic Calendars
926  ! Minor adjustments
927  $ config.php
928    /gl/includes/db/gl_db_trans.inc
929    /includes/date_functions.inc
930    /includes/ui/ui_input.inc
931    /includes/ui/ui_lists.inc
932    /includes/ui/ui_view.inc
933    /purchasing/po_receive_items.php
934    /purchasing/includes/ui/invoice_ui.inc
935    /purchasing/includes/ui/po_ui.inc
936    /reporting/rep705.php
937    /sales/includes/db/sales_order_db.inc
938    /sales/includes/ui/sales_order_ui.inc
939    
940 20-Jul-2007 Joe Hunt
941  ! Changed parameters on report Sales Order. Option to print as Quote.
942  $ /reporting/reports_main.php
943    /reporting/rep109.php
944    /reporting/includes/pdf_report.inc
945    /reporting/includes/doctext.inc
946    /reporting/includes/doctext2.inc
947  
948 19-Jul-2007 Joe Hunt
949  + Added Budget Entry in General Ledger. Includes Dimensions.
950  $ config.php
951    /applications/generalledger.php
952    /gl/gl_budget.php (New File!)
953    /gl/includes/db/gl_db_trans.inc
954    /includes/date_functions.inc
955    /reporting/report_classes.inc
956    
957 -------------------- 1.11 Stable Released ----------------------
958 04-Jul-2007 Joe Hunt
959  ! Option for using alpha numeric chart of accounts.
960  $ config.php
961    /gl/manage/gl_accounts.php
962    /gl/includes/db/gl_db_accounts.inc
963    /gl/includes/db/gl_db_bank_trans.inc
964    /gl/includes/db/gl_db_trans.inc
965    /gl/inquiry/gl_trial_balance.inc
966    /admin/db/company_db.inc
967    /inventory/includes/db/items_db.inc
968    /sales/manage/customer_branches.inc
969
970 04-Jul-2007 Joe Hunt
971  # Problems retrieving language texts for poEdit in long javascripts
972  $ /includes/ui/ui_view.inc
973  
974 04-May-2007 Joe Hunt
975  # Database error when updating more than one item row in Sales Orders.
976  $ /sales/includes/db/sales_order_db.inc
977  # Database error when inserting work order issues. Fixed.
978  $ /manufacturing/includes/db/work_order_issues_db.inc
979  
980 03-May-2007 Joe Hunt
981  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
982  $ /includes/db/manufacturing_db.inc
983    /manufacturing/includes/db/work_order_requirements_db.inc
984
985 02-May-2007 Joe Hunt
986  # Missing details on Purchase Order when emailing and printing
987  $ /reporting/rep209.php
988  
989 -------------------- 1.1 Stable Released ----------------------
990 02-May-2007 Joe Hunt
991  + Enabled module addons and all the below bugfixes. No changes in database structure.
992  - Removed /sql/basic.sql (included in the other sql files)
993  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
994    (not needed anymore).
995  + Addition of update.html  
996  $ /admin/inst_module.php (New file!)
997    /applications/customers.php
998    /applications/dimensions.php
999    /applications/generalledger.php
1000    /applications/inventory.php
1001    /applications/manufacturing.php
1002    /applications/setup.php
1003    /applications/suppliers.php
1004    /install/index.php
1005    /install/save.php
1006    /modules/inst_modules.php (New folder and new file!)
1007    /modules/index.php (New file!)
1008    /sql/en_US-demo.sql
1009    /sql/en_US-new.sql
1010    install.html
1011    update.html (New file!)
1012    
1013 01-May-2007 Joe Hunt
1014  # Missing measure of units when printing sales orders
1015  # Update of Sales People caused a database error
1016  $ /sales/manage/sales_people.php
1017    /reporting/rep109.php
1018  
1019 30-Apr-2007 Joe Hunt
1020  + The selected menu tab is now shown with same background as hover color.
1021  $ config.php (default tab line 77. Change if you want)
1022    /includes/page/header.inc
1023    
1024 28-Apr-2007 Joe Hunt
1025  # When saving work order entries a lot of debug boxes appeared. Fixed
1026  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
1027  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
1028  $ /includes/db/manufacturing_db.inc
1029    /manufacturing/work_order_entry.php
1030    /manufacturing/includes/work_order_issue_ui.inc
1031    /manufacturing/includes/db/work_order_requirements_db.inc
1032    /manufacturing/includes/db/work_orders_quick_db.inc
1033    /manufacturing/inquiry/where_used_inquiry.php
1034    
1035 25-Apr-2007 Joe Hunt
1036  # Missing Date Picker
1037  $ /sales/customer_invoice.php
1038  # No JS popup window
1039  $ /sales/view/view_invoice.php
1040  
1041 24-Apr-2007 Joe Hunt
1042  ! New and better Date Picker, better cool theme.
1043  $ /includes/ui/ui_input.inc
1044    /includes/ui/ui_view.inc
1045    /reporting/includes/reports_classes.inc
1046    /themes/cool/default.css
1047
1048 -------------------- 1.0.1 Stable Released ----------------------
1049 23-Apr-2007 Joe Hunt
1050  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
1051    the changes for selection lists customers/suppliers and the Audit Trail.
1052
1053 22-Apr-2007 Joe Hunt
1054  ! Changed the two selection lists for customers/suppliers in reports to a single one with
1055    No Filter
1056  ! Changed the sort order in these selection lists from id to name.
1057  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
1058  $ /reporting/reports_main.php
1059    /reporting/rep101.php
1060    /reporting/rep102.php
1061    /reporting/rep201.php
1062    /reporting/rep202.php
1063    /reporting/rep203.php
1064    /reporting/rep204.php
1065    /reporting/includes/reports_classes.inc
1066    /includes/ui/ui_lists.inc
1067    /gl/includes/db/gl_db_trans.inc
1068    config.php
1069    
1070 22-Apr-2007 Joe Hunt
1071  + Date Picker for all date fields.
1072  $ config.php
1073    /admin/fiscalyears.php
1074    /admin/void_transaction.php
1075    /includes/ui/ui_view.inc
1076    /includes/ui/ui_input.inc
1077    /dimensions/dimension_entry.php
1078    /dimensions/inquiry/search_dimensions.php
1079    /gl/gl_journal.php
1080    /gl/gl_deposit.php
1081    /gl/gl_payment.php
1082    /gl/bank_transfer.php
1083    /gl/inquiry/bank_inquiry.php
1084    /gl/inquiry/gl_account_inquiry.php
1085    /gl/inquiry/gl_trial_balance.php
1086    /gl/manage/exchange_rates.php
1087    /inventory/adjustments.php
1088    /inventory/transfers.php
1089    /inventory/inquiry/stock_movements.php
1090    /inventory/manage/items.php
1091    /manufacturing/work_order_add_finished.php
1092    /manufacturing/work_order_entry.php
1093    /manufacturing/work_order_issue.php
1094    /manufacturing/work_order_release.php
1095    /purchasing/supplier_payment.php
1096    /purchasing/po_entry_items.php
1097    /purchasing/po_receive_items.php
1098    /purchasing/supplier_credit.php
1099    /purchasing/supplier_credit_grns.php
1100    /purchasing/supplier_invoice.php
1101    /purchasing/supplier_invoice_grns.php
1102    /purchasing/supplier_trans_gl.php
1103    /purchasing/includes/ui/po_ui.inc
1104    /purchasing/inquity/po_search.php
1105    /purchasing/inquiry/po_search_completed.php
1106    /purchasing/inquiry/supplier_allocation_inquiry.php
1107    /purchasing/inquiry/supplier_inquiry.php
1108    /reporting/reports_main.php
1109    /reporting/includes/reports_classes.inc
1110    /sales/credit_note_entry.php
1111    /sales/customer_credit_invoice.php
1112    /sales/customer_payments.php
1113    /sales/sales_order_entry.php
1114    /sales/includes/ui/sales_order_ui.inc
1115    /sales/inquiry/customer_allocation_inquiry.php
1116    /sales/inquiry/customer_inquiry.php
1117    /sales/inquiry/sales_orders_view.php
1118    New image files:
1119    /themes/default/images/cal.gif
1120    /themes/default/images/next.gif
1121    /themes/default/images/prev.gif
1122
1123 19-Apr-2007 Joe Hunt
1124  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
1125  # Bug no 1703891, Reserved MySQL words used as column names, fixed
1126  $ /taxes/db/tax_types_db.inc
1127
1128  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
1129  $ /gl/manage/gl_accounts.php
1130    /gl/includes/db/gl_db_accounts.inc
1131    /includes/ui/ui_input.inc
1132
1133 18-Apr-2007 Joe Hunt
1134  # Bug no 1702594, Logon Loop, fixed
1135  $ config.php
1136
1137 -------------------- 1.0a Stable Released ----------------------
1138 10-Apr-2007 Joe Hunt
1139  ! Release 1.0a established on SourceForge, fixing the bugs.
1140
1141 11-Apr-2007 Joe Hunt
1142  # Bug No 1698214, Creating Items, fixed
1143  $ /includes/ui/ui_lists.inc
1144  # Bug no 1698216, Item Movements, fixed
1145  $ /inventory/manage/items.php
1146
1147 -------------------- 1.0 Stable Released ----------------------
1148 10-Apr-2007 Joe Hunt
1149  ! Release 1.0 established on SourceForge.
1150
1151 2. Copyright and disclaimer
1152 ---------------------------
1153 This application is opensource software released under the GPL.  Please
1154 see source code and the LICENSE file