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