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