c5d380301e645b34120d67edf592d063cf3be774
[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/agpl-3.0.html GNU/AGPL
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 05-Dec-2008 Janusz Dobrowolski
23 ! Allowed optional ORDER BY option in base db_pager sql query
24 $ /includes/db_pager.inc
25 # Small fixes to pager layout
26 $ /includes/ui/db_pager_view.inc
27 ! Reusable button code
28 $ /includes/ui/ui_controls.inc
29 ! Button helpers moved from ui_controls.inc
30 $ /includes/ui/ui_input.inc
31   /includes/ui/ui_controls.inc
32 # Fixed errors during focus on nonexistent elements
33 $ /js/utils.js
34
35 26-Nov-2008 Janusz Dobrowolski
36 # Fixed layout of amount_ex() fields with label.
37 $ /includes/ui/ui_input.inc
38 # Fixed combo_input for $sql with GROUP BY option
39 $ /includes/ui/ui_lists.inc
40
41 25-Nov-2008 Janusz Dobrowolski
42 ! Merged all changes from main trunk up to 2.0.5 (see details below)
43 $ /CHANGELOG.txt
44   /update.html
45   /admin/void_transaction.php
46   /admin/db/voiding_db.inc
47   /gl/includes/db/gl_db_trans.inc
48   /gl/inquiry/gl_trial_balance.php
49   /includes/banking.inc
50   /includes/ui/ui_input.inc
51   /includes/ui/ui_view.inc
52   /manufacturing/manage/bom_edit.php
53   /purchasing/po_receive_items.php
54   /purchasing/supplier_credit.php
55   /purchasing/supplier_invoice.php
56   /purchasing/supplier_payment.php
57   /purchasing/includes/purchasing_db.inc
58   /purchasing/includes/db/invoice_db.inc
59   /purchasing/includes/db/supp_payment_db.inc
60   /purchasing/includes/db/supp_trans_db.inc
61   /purchasing/includes/ui/invoice_ui.inc
62   /reporting/rep101.php
63   /reporting/rep106.php
64   /reporting/rep201.php
65   /reporting/rep203.php
66   /reporting/rep209.php
67   /reporting/rep708.php
68   /reporting/reports_main.php
69   /reporting/includes/class.pdf.inc
70   /sales/customer_payments.php
71   /sales/allocations/customer_allocate.php
72   /sales/includes/sales_db.inc
73   /sales/includes/db/cust_trans_db.inc
74   /sales/includes/db/payment_db.inc
75   /sales/view/view_receipt.php
76 ------------------------------- Release 2.0.5 --------------------------------------------
77 24-Nov.2008 Joe Hunt
78 ! Release 2.0.5
79 $ config.php
80 ! Changed update.html
81 $ update.html
82 # Small bug fixes
83 $ /reporting/includes/header2.inc
84   /sales/view/view_receipt.php
85
86 20-Nov-2008 Janusz Dobrowolski
87 # [0000082] Bad js allocation on All/None button press.
88 $ /sales/allocations/customer_allocate.php
89
90 20-Nov-2008 Joe Hunt
91 # Do not allow editing invoice if allocated > 0
92 $ /sales/inquiry/customer_inquiry.php
93
94 19-Nov-2008 Joe Hunt
95 + Possibility to view a transaction before final voiding.
96 $ /admin/void_transaction.php
97
98 11-Nov-2008 Janusz Dobrowolski
99 # Fixed right alignment of amount cells.
100 $ /includes/ui/ui_input.inc
101 # Fixed display bug for fully received items and false modify conflicts.
102 $ /purchasing/po_receive_items.php
103
104 10-Nov-2008 Joe Hunt
105 ! [0000081] Trial Balance again minor changes.
106 $ /gl/inquiry/gl_trial_balance.php
107   /reporting/rep708.php
108
109 07-Nov-2008 Joe Hunt
110 ! [0000081] Changed Trial Balance to show all debits and credits (option to only show balances)
111 $ /gl/inquiry/gl_trial_balance.php
112   /reporting/reports_main.php
113   /reporting/rep708.php
114   
115 03-Nov-2008 Janusz Dobrowolski
116 # Fixed price priority in automatic calculations.
117 $ sales/includes/sales_db.inc
118
119 30-Oct-2008 Janusz Dobrowolski
120 # [0000080] BOM elements was not editable after entry.
121 $ /manufacturing/manage/bom_edit.php
122
123 29-Oct-2008 Joe Hunt
124 # Voiding a supplier invoice/credit note with GL Postings creates a database error
125 $ /purchasing/includes/db/invoice_db.inc
126
127 28-Oct-2008 Joe Hunt
128 # [0000079] Delivery Note/Sales Invoice should not be editable after it has been voided.
129 $ /admin/db/voiding_db.inc
130   /sales/inquiry/sales_deliveries_view.php
131   /sales/inquiry/customer_inquiry.php
132   
133 27-Oct-2008 Joe Hunt
134 ! [0000078] Opened Exchange rate for editing (without storing) in sales/purchasing module payment
135 # Fixed exchange rate display bugs in Supplier Payment (earlier dates).
136 $ /gl/includes/db/gl_db_trans.inc
137   /includes/banking.inc
138   /includes/ui/ui_view.inc
139   /purchasing/supplier_payment.php
140   /purchasing/includes/purchasing_db.inc
141   /purchasing/includes/db/supp_payment_db.inc
142   /purchasing/includes/db/supp_trans_db.inc
143   /sales/customer_payments.php
144   /sales/includes/sales_db.inc
145   /sales/includes/db/cust_trans_db.inc
146   /sales/includes/db/payment_db.inc
147 # [0000078] Fixed some reports with wrong exchange rates.
148 $ /reporting/rep101.php
149   /reporting/rep106.php
150   /reporting/rep201.php
151   /reporting/rep203.php
152   /reporting/rep209.php
153 + Added confirm box when admins are about to remove PO GRNs from Supplier Invoice
154 $ /purchasing/supplier_invoice.php
155
156 24-Oct-2008 Joe Hunt
157 ! [0000077] Added a total before ending balance in trial balance (also in report)
158 $ /gl/inquiry/gl_trial_balance.php
159   /reporting/rep708.php
160 ! Increased memory limit if reports in unicode (48M) as suggested in forum.
161   /reporting/includes/class.pdf.inc
162 ! Improved layout of Supplier Invoice/Credit. All Items can now be added in one sweep.
163 $ /purchasing/supplier_invoice.php
164   /purchasing/supplier_credit.php
165   /purchasing/includes/ui/invoice_ui.inc
166   
167 ------------------------------- Release 2.0.4 --------------------------------------------
168 23-Oct-2008 Joe Hunt
169 ! Release 2.0.4
170 25-Nov-2008 Joe Hunt
171 ! Inserted Copyright Notice and fixed graphic items
172 $ /access/login.php
173   /access/logout.php
174   /admin/attachments.php
175   /admin/backups.php
176   /admin/change_current_user_password.php
177   /admin/db/company_db.inc
178   /admin/db/maintenence_db.inc
179   /admin/db/printers_db.inc
180   /admin/db/users_db.inc
181   /admin/db/v_banktrans.inc
182   /admin/db/voiding_db.inc
183   /admin/display_prefs.php
184   /admin/fiscalyears.php
185   /admin/forms_setup.php
186   /admin/gl_setup.php
187   /admin/inst_upgrade.php
188   /admin/payment_terms.php
189   /admin/print_profiles.php
190   /admin/printers.php
191   /admin/shipping_companies.php
192   /admin/users.php
193   /admin/view_print_transaction.php
194   /admin/void_transaction.php
195   /gl/gl_journal.php
196   /gl/includes/ui/gl_bank_ui.inc
197   /gl/includes/ui/gl_journal_ui.inc
198   /gl/inquiry/bank_inquiry.php
199   /gl/inquiry/tax_inquiry.php
200   /gl/manage/bank_accounts.php
201   /includes/ui/ui_controls.inc
202   /reporting/includes/pdf_report.inc
203   /reporting/rep709.php
204   /sales/includes/ui/sales_credit_ui.inc
205   /sql/alter2.1.php
206   
207 24-Nov-2008 Janusz Dobrowolski
208 + Added alias/foreign item codes and sales kits support.
209 $ /applications/inventory.php
210   /includes/ui/ui_lists.inc
211   /inventory/prices.php
212   /inventory/includes/inventory_db.inc
213   /inventory/includes/db/items_category_db.inc
214   /inventory/includes/db/items_db.inc
215   /inventory/manage/items.php
216   /inventory/includes/db/items_codes_db.inc (new)
217   /inventory/manage/item_codes.php (new)
218   /inventory/manage/sales_kits.php (new)
219   /sales/includes/sales_db.inc
220   /sales/includes/ui/sales_order_ui.inc
221 ! Added decimals to get_item_edit_info() return (sql usage optimization).
222 $ /includes/db/inventory_db.inc
223   /inventory/includes/item_adjustments_ui.inc
224   /inventory/includes/stock_transfers_ui.inc
225   /manufacturing/includes/work_order_issue_ui.inc
226   /purchasing/includes/ui/po_ui.inc
227   /sales/includes/ui/sales_credit_ui.inc
228 ! Added postlabel update in amount_cells_ex() and derivative helpers, fixed qty_cell $dec handling
229 $ /includes/ui/ui_input.inc
230 # Fixed _vd() debug function for use also in ajax mode.
231 $ /includes/ui/ui_view.inc
232 ! Changed foreign column name to avoid mysql syntax problems, added category.
233 $ /sql/alter2.1.sql
234   /sql/alter2.1.php
235 # Fixed unconsistent units of measure.
236 $ /sql/en_US-demo.sql
237   /sql/en_US-new.sql
238
239 24-Nov-2008 Joe Hunt
240 ! Preparing for graphic Links
241 $ config.php
242   /includes/ui/ui_input.inc
243   /sales/sales_order_entry.php
244   /sales/includes/ui/sales_order_ui.inc
245   /themes/aqua/images/ok.gif
246   /themes/cool/images/ok.gif
247   /themes/default/images/ok.gif
248 # Small layout bug in header2.inc
249 $ /reporting/includes/header2.inc
250 # Small layout bug in report bank statement
251 $ /reporting/rep601.php
252 # Restriction on links
253 $ /sales/inquiry/customer_inquiry.php
254
255 22-Nov-2008 Joe Hunt
256 + Preparing for Graphic Links final.Optimized.
257 $ config.php
258   /admin/create_coy.php
259   /admin/inst_lang.php
260   /admin/inst_module.php
261   /dimensions/inquiry/search_dimensions.php
262   /includes/ui/ui_controls.inc
263   /includes/ui/ui_view.inc
264   /includes/db_pager_view.inc
265   /manufacturing/search_work_orders.php
266   /purchasing/inquiry/po_search.php
267   /purchasing/inquiry/po_search_completed.php
268   /purchasing/inquiry/supplier_allocation_inquiry.php
269   /purchasing/allocations/supplier_allocation_main.php
270   /reporting/includes/reporting.inc
271   /sales/allocations/customer_allocation_main.php
272   /sales/inquiry/customer_allocation_inquiry.php
273   /sales/inquiry/customer_inquiry.php
274   /sales/inquiry/sales_orders_view.php
275   /sales/inquiry/sales_deliveries_view.php
276   /themes/default/images/receive.gif (new file)
277   /themes/aquat/images/receive.gif (new file)
278   /themes/cool/images/receive.gif (new file)
279   
280   
281 21-Nov-2008 Joe Hunt
282 + Preparing for Graphic Links instead of Text Links (user display option, default)
283   (new field in 0_users, graphic_links)
284 $ config.php
285   /admin/display_prefs.php
286   /admin/create_coy.php
287   /admin/inst_lang.php
288   /admin/inst_module.php
289   /admin/db/users_db.inc
290   /includes/current_user.inc
291   /includes/prefs/userprefs.inc
292   /includes/ui/ui_controls.inc
293   /includes/ui/ui_input.inc
294   /includes/ui/ui_view.inc
295   /reporting/includes/reporting.inc
296   /sql/alter2.1.sql 
297   /themes/default/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
298           invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
299   /themes/aqua/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
300           invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
301   /themes/cool/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
302           invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
303   
304 20-Nov-2008 Joe Hunt
305 + Added new AGPL license file
306 $ /doc/license.txt (new file)
307
308 19-Nov-2008 Janusz Dobrowolski
309 # Fixed error handling during database upgrade in normal and forced mode.
310 $ /admin/db/maintenance_db.inc
311 ! Additions needed for foreign item codes support.
312 $ /sql/alter2.1.php
313   /sql/alter2.1.sql
314
315 19-Nov-2008 Joe Hunt
316 ! Changed the default header2.inc.
317 $ /reporting/includes/header2.inc
318
319 18-Nov-2008 Janusz Dobrowolski
320 + System upgrade page for site admins
321 $ /admin/db/maintenance_db.inc
322   /applications/setup.php
323   /admin/inst_upgrade.php       (new)
324   /sql/alter2.1.php             (new)
325 ! Added $tbpref parameter to get_user_prefs()
326 $ /admin/db/company_db.inc
327 # Next fixes to db_pager behaviour.
328 $ /includes/db_pager.inc
329   /includes/ui/db_pager_view.inc
330   /dimensions/inquiry/search_dimensions.php
331   /inventory/inquiry/stock_movements.php
332   /manufacturing/search_work_orders.php
333   /manufacturing/inquiry/where_used_inquiry.php
334   /purchasing/allocations/supplier_allocation_main.php
335   /purchasing/inquiry/po_search.php
336   /purchasing/inquiry/po_search_completed.php
337   /purchasing/inquiry/supplier_allocation_inquiry.php
338   /purchasing/inquiry/supplier_inquiry.php
339   /sales/allocations/customer_allocation_main.php
340   /sales/inquiry/customer_allocation_inquiry.php
341   /sales/inquiry/customer_inquiry.php
342   /sales/inquiry/sales_deliveries_view.php
343   /sales/inquiry/sales_orders_view.php
344
345 16-Nov-2008 Janusz Dobrowolski
346 ! Rewritten for paged query results.
347 $ /inventory/inquiry/stock_movements.php
348 + Added optional footer and header in db_pager, simplified usage.
349 $ /includes/db_pager.inc
350   /includes/ui/db_pager_view.inc
351 ! Code cleanup.
352 $ /dimensions/inquiry/search_dimensions.php
353   /manufacturing/search_work_orders.php
354   /manufacturing/inquiry/where_used_inquiry.php
355   /purchasing/inquiry/po_search.php
356   /purchasing/inquiry/po_search_completed.php
357   /purchasing/inquiry/supplier_allocation_inquiry.php
358   /purchasing/inquiry/supplier_inquiry.php
359   /sales/inquiry/customer_allocation_inquiry.php
360   /sales/inquiry/customer_inquiry.php
361   /sales/inquiry/sales_deliveries_view.php
362   /sales/inquiry/sales_orders_view.php
363
364 16-Nov-2008 Joe Hunt
365 + Added Attachment of Documents and a couple of links from supplier invoice/credit note
366 $ /admin/attachments.php (new file)
367   /applications/setup.php
368   /purchasing/supplier_credit,php
369   /purchasing/supplier_invoice.php
370   /sql/alter2.1.sql
371 # Minor bug in view_print_transactions.php
372 $ /admin/view_print_transactions.php
373
374 15-Nov-2008 Joe Hunt
375 + Added Quick Entries in GL Journal Entry and changed some needed fixes.
376 $ /gl/gl_bank.php
377   /gl/gl_journal.php
378   /gl/includes/db/gl_db_bank_accounts.inc
379   /gl/includes/ui/gl_bank_ui.inc
380   /gl/includes/ui/gl_journal_ui.inc
381   /includes/ui/ui_lists.inc
382   
383 15-Nov-2008 Joe Hunt
384 + Added Tax Inquiry in Banking and General Ledger tab.
385 $ /applications/generalledger.php
386   /gl/inquiry/tax_inquiry.php (new file)
387   
388 14-Nov-2008 Joe Hunt
389 + Added Sales Groups and Recurrent Invoices.
390 $ /applications/customers.php
391   /includes/ui/ui_lists.inc
392   /reporting/includes/reporting.inc
393   /reporting/rep108.php
394   /sales/includes/db/branches_db.inc
395   /sales/includes/db/sales_credit_db.inc
396   /sales/includes/db/sales_delivery_db.inc
397   /sales/includes/db/sales_invoice_db.inc
398   /sales/inquiry/sales_orders_view.php
399   /sales/manage/customer_branches.php
400   /sales/manage/customers.php
401   /sql/alter2.1.sql
402   /sales/create_recurrent_invoices.php (new file)
403   /sales/manage/recurrent_invoices.php (new file)
404   /sales/manage/sales_groups.php (new file)
405
406 13-Nov-2008 Janusz Dobrowolski
407 ! Rewritten for paged query results.
408 $ /dimensions/inquiry/search_dimensions.php
409 # Removed obsolete dimension list submit_on_change option.
410 $ /sales/includes/ui/sales_order_ui.inc
411   /sales/credit_note_entry.php
412   /sales/includes/ui/sales_credit_ui.inc
413
414 12-Nov-2008 Janusz Dobrowolski
415 ! Rewritten for paged query results.
416 $ /manufacturing/search_work_orders.php
417   /manufacturing/inquiry/where_used_inquiry.php
418   /purchasing/allocations/supplier_allocation_main.php
419   /sales/allocations/customer_allocation_main.php
420 ! Code reorganization to reuse sql query by db_pager.
421   /purchasing/includes/db/supp_trans_db.inc
422   /purchasing/includes/db/suppalloc_db.inc
423   /sales/includes/db/custalloc_db.inc
424 ! Added $echo parameter to view_stock_status()
425 $ /includes/ui/ui_view.inc
426 # Fixed sql query (duplicated rows in query result)
427 $ /sales/inquiry/customer_inquiry.php
428 # Fixed bom selection via $_GET['stock_id']
429 $  /manufacturing/manage/bom_edit.php
430
431 12-Nov-2008 Joe Hunt
432 ! Added dimension entries in delivery and invoice forms
433 $ /includes/ui/ui_lists.inc
434   /sales/credit_note_entry.php
435   /sales/includes/cart_class.inc
436   /sales/includes/db/cust_trans_db.inc
437   /sales/includes/db/sales_credit_db.inc
438   /sales/includes/db/sales_delivery_db.inc
439   /sales/includes/db/sales_invoice_db.inc
440   /sales/includes/db/sales_order_db.inc
441   /sales/includes/sales_db.inc
442   /sales/includes/ui/sales_credit_ui.inc
443   /sales/includes/ui/sales_order_ui.inc
444   /sales/sales_order_entry.php
445   /sql/alter2.1.sql
446   
447 12-Nov-2008 Janusz Dobrowolski
448 ! Changed db_pager API for inserted columns.
449 $ /includes/db_pager.inc
450   /includes/ui/db_pager_view.inc
451 ! Fixed $cols according to api change.
452 $ /purchasing/inquiry/supplier_inquiry.php
453   /sales/inquiry/customer_allocation_inquiry.php
454   /sales/inquiry/customer_inquiry.php
455   /sales/inquiry/sales_deliveries_view.php
456   /sales/inquiry/sales_orders_view.php
457 ! Rewritten for paged query results.
458 $ /purchasing/inquiry/po_search.php
459   /purchasing/inquiry/po_search_completed.php
460   /purchasing/inquiry/supplier_allocation_inquiry.php
461
462 10-Nov-2008 Janusz Dobrowolski
463 # Suppressed page update after import errors
464 $ /admin/backups.php
465 # More fail safe db_import()
466 $ /admin/db/maintenance_db.inc
467 # Added check for POS relations before account delete.
468 $ /gl/manage/bank_accounts.php
469 # Fixed for MySQL <4.0.18, removed bank_trans_types
470 $ /sql/alter2.1.sql
471 # Fixed page update after branch/customer change.
472 $ /sales/includes/ui/sales_order_ui.inc
473
474 10-Nov-2008 Joe Hunt
475 ! changing the default.css style sheets to handle the new navibar/buttons
476 $ /themes/default/default.css 
477   /themes/aqua/default.css
478   /themes/cool/default.css
479   /themes/cool/images/sort_asc.gif
480   /themes/cool/images/sort_desc.gif
481   
482 10-Nov-2008 Joe Hunt
483 ! Changed Bank Statement Report in accourding to Bank Account Change
484 $ /reporting/rep601.php
485   /reporting/includes/reports_classes.inc
486 # Removed Type header from bank inquiry.
487   /gl/inquiry/bank_inquiry.php
488   
489 09-Nov-2008 Janusz Dobrowolski
490 ! Allowed multiply bank accounts on one GL account, removed obsolete bank trans type.
491 $ /applications/generalledger.php
492   /gl/bank_transfer.php
493   /gl/gl_bank.php
494   /gl/includes/db/gl_db_bank_accounts.inc
495   /gl/includes/db/gl_db_bank_trans.inc
496   /gl/includes/db/gl_db_banking.inc
497   /gl/includes/db/gl_db_trans.inc
498   /gl/includes/ui/gl_bank_ui.inc
499   /gl/inquiry/bank_inquiry.php
500   /gl/manage/bank_accounts.php
501   /gl/view/bank_transfer_view.php
502   /gl/view/gl_deposit_view.php
503   /gl/view/gl_payment_view.php
504   /includes/banking.inc
505   /includes/data_checks.inc
506   /includes/types.inc
507   /includes/ui/ui_lists.inc
508   /purchasing/supplier_payment.php
509   /purchasing/includes/db/supp_payment_db.inc
510   /purchasing/includes/db/supp_trans_db.inc
511   /purchasing/view/view_supp_payment.php
512   /sales/customer_payments.php
513   /sales/includes/db/payment_db.inc
514   /sales/includes/db/sales_invoice_db.inc
515   /sales/view/view_receipt.php
516   /sql/alter2.1.sql
517 ! Fixed session name for multiuser debuging tests.
518   /includes/lang/language.php
519 ! Preparing to paged table view in customer_allocation_main.php 
520 $ /sales/includes/db/cust_trans_db.inc
521   /sales/includes/db/custalloc_db.inc
522 # Small fix to avoid sql conflicts
523 $ /sales/includes/db/sales_points_db.inc
524 # Changes to POS addition related to above changes.
525 $ /includes/ui/ui_lists.inc
526   /sales/includes/db/sales_points_db.inc
527   /sales/manage/sales_points.php
528   /sql/alter2.1.sql
529
530 09-Nov-2008 Joe Hunt
531 ! changed Quick Entries in Bank Payments/Deposits (Banking and General Ledger) to also work as Automatic Codings.
532 $ /includes/ui/ui_lists.inc 
533   /includes/ui/ui_input.inc 
534   /gl/gl_bank.php
535   /gl/includes/db/gl_db_bank_accounts.inc
536   /gl/includes/ui/gl_bank_ui.inc
537   /gl/manage/gl_quick_entries.php
538 ! New table, 0:quick_entry_lines, change to 0_quick_entries
539 $ /sql/alter2.1.sql
540
541 08-Nov-2008 Janusz Dobrowolski
542 ! Rewritten for paged query results.
543 $ /purchasing/inquiry/supplier_inquiry.php
544 # Fixed broken table content after customer selector change.
545 $ /sales/inquiry/customer_allocation_inquiry.php
546   /sales/inquiry/customer_inquiry.php
547   /sales/inquiry/sales_deliveries_view.php
548   /sales/inquiry/sales_orders_view.php
549
550 05-Nov-2008 Janusz Dobrowolski
551 ! Changed dbpager API.
552 $ /includes/ui/db_pager_view.inc
553 # Polishing db_pager code.
554 $ /includes/db_pager.inc
555 + Added array_replace() and array_append() helpers.
556 $ /includes/main.inc
557 # Fixed multiply sales document view links.
558 $ /includes/ui/ui_view.inc
559 ! Rewritten for paged query results.
560 $ /sales/inquiry/customer_allocation_inquiry.php
561   /sales/inquiry/customer_inquiry.php
562   /sales/inquiry/sales_deliveries_view.php
563 ! Code cleanup.
564 $ /sales/inquiry/sales_orders_view.php
565
566 04-Nov-2008 Janusz Dobrowolski
567 + Added db_pager widget for paged/sorted sql query display.
568 $ /includes/db_pager.inc (New)
569   /includes/ui/db_pager_view.inc (New)
570   /themes/aqua/images/sort_asc.gif (New)
571   /themes/aqua/images/sort_desc.gif (New)
572   /themes/aqua/images/sort_none.gif (New)
573   /themes/cool/images/sort_asc.gif (New)
574   /themes/cool/images/sort_desc.gif (New)
575   /themes/cool/images/sort_none.gif (New)
576   /themes/default/images/sort_asc.gif (New)
577   /themes/default/images/sort_desc.gif (New)
578   /themes/default/images/sort_none.gif (New)
579   /themes/default/default.css
580   /themes/aqua/default.css
581 + Added query size user preference.
582 $ /admin/display_prefs.php
583   /admin/db/users_db.inc
584   /includes/current_user.inc
585   /includes/prefs/userprefs.inc
586   /sql/alter2.1.sql
587 + Added helper functions for array manipulation.
588 $ /includes/main.inc
589 + Added mysql_fetch_assoc() wrapper.
590 $ /includes/db/connect_db.inc
591 ! Paged query result.
592 $ /sales/inquiry/sales_orders_view.php
593 # Two smaller fixes.
594 $ /js/inserts.js
595
596 31-Oct-2008 Janusz Dobrowolski
597 + POS and cash sale support.
598 $ /admin/users.php
599   /admin/db/users_db.inc
600   /applications/setup.php
601   /includes/current_user.inc
602   /includes/ui/ui_lists.inc
603   /sales/sales_order_entry.php
604   /sales/includes/cart_class.inc
605   /sales/includes/sales_db.inc
606   /sales/includes/ui/sales_order_ui.inc
607   /sales/manage/sales_points.php (New)
608   /sales/includes/db/sales_points_db.inc (New)
609   /sales/includes/cart_class.inc
610   /sales/includes/db/sales_invoice_db.inc
611   /sales/includes/db/sales_order_db.inc
612   /sql/alter2.1.sql
613 # Fixed focus after error display.
614 $ /js/utils.js
615 # Fixed buggy output when SetLineWidth is used before first AddPage call.
616 $ /reporting/includes/tcpdf.php
617 # Fixed sign in payment view.
618 $ /sales/view/view_receipt.php
619 # Fixed missing hotkeys support for print links.
620 $ /reporting/includes/reporting.inc
621
622 30-Oct-2008 Joe Hunt
623 ! Added Quick Entries in Bank Payments/Deposits (Banking and General Ledger).
624 $ /applications/generalledger.php 
625   /includes/data_checks.inc
626   /includes/types.inc
627   /includes/ui/ui_lists.inc
628   /gl/gl_bank.php
629   /gl/includes/db/gl_db_bank_accounts.inc
630   /gl/includes/ui/gl_bank_ui.inc
631   /gl/manage/gl_quick_entries.php
632   /sales/manage/customer_branches.php
633 ! New table, 0_quick_entries
634 $ /sql/alter2.1.sql
635 ! Changed GL Accounts form. The tax_code is now Tax Group instead of Tax Type.
636 $ /gl/manage/gl_accounts.php
637
638 24-Oct-2008 Janusz Dobrowolski
639 ! Added hotkeys to final menu options.
640 $ /dimensions/dimension_entry.php
641   /gl/bank_transfer.php
642   /gl/gl_bank.php
643   /gl/gl_journal.php
644   /inventory/adjustments.php
645   /inventory/transfers.php
646   /manufacturing/work_order_add_finished.php
647   /manufacturing/work_order_issue.php
648   /manufacturing/work_order_release.php
649   /purchasing/po_entry_items.php
650   /purchasing/po_receive_items.php
651   /purchasing/supplier_payment.php
652   /sales/credit_note_entry.php
653   /sales/customer_credit_invoice.php
654   /sales/customer_invoice.php
655   /sales/customer_payments.php
656   /sales/sales_order_entry.php
657 # Fixed TCPDF errors display.
658 $ /reporting/includes/tcpdf.php
659 # Fixed page position after message display.
660 $  /js/utils.js
661
662 23-Oct-2008 Janusz Dobrowolski
663 + Improved report module performance, also usable without javascript.
664 $ /reporting/reports_main.php
665   /reporting/includes/class.pdf.inc
666   /reporting/includes/pdf_report.inc
667   /reporting/includes/reports_classes.inc
668   /reporting/includes/header2.inc
669 + Hotkey support for viewer links.
670 $ /includes/ui/ui_view.inc
671   /js/inserts.js
672 + Added purchase order printing after entry.
673 $ /purchasing/po_entry_items.php
674 + Added hotkeys to credit note final menu.
675 $ /sales/credit_note_entry.php
676 # Fixed submit button for IE7
677 $ /includes/ui/ui_input.inc
678 # Fixed ajax popup flicker.
679 $ /js/utils.js
680 # Fix after 2.0.4 merge
681 $ /sales/inquiry/sales_orders_view.php
682
683 23-Oct-2008 Joe Hunt
684 ! Merging the changes up to 2-0-4
685 $ /purchasing/supplier_invoice.php
686   /purchasing/supplier_credit.php
687   /purchasing/includes/db/invoice_db.inc
688   /purchasing/includes/db/grn_db.inc
689   /purchasing/includes/ui/invoice_ui.inc
690   /purchasing/supplier_invoice_grns.php (File removed)
691   /purchasing/supplier_credit_grns.php (File removed)
692   /purchasing/supplier_trans_gl.php (File removed)
693   /gl/inquiry/gl_trial_balance.php
694   /gl/inquiry/gl_account_inquiry.php
695   /reporting/rep704.php
696   /reporting/rep708.php
697   /sql/en_US-demo.sql
698   /sales/includes/ui/sales_order_ui.inc
699   /sales/inquiry/sales_orders_view.php
700   
701 20-Oct-2008 Janusz Dobrowolski
702 # Fix for pdf reports (php 5.2.4 issue)
703 $ /reporting/includes/pdf_report.inc
704
705 19-Oct-2008 Janusz Dobrowolski
706 + User interface mode (full vs fallback) detected and set on login
707 $ /access/login.php
708   /includes/current_user.inc
709   /includes/session.inc
710   /includes/ui/ui_input.inc
711   /includes/ui/ui_lists.inc
712 + More sales documents available for printing from inquiry page.
713 $ /sales/inquiry/customer_inquiry.php
714   /reporting/includes/header2.inc
715 ! Changed version info.
716 $ /config.php
717 # Fixed ajax popup/redirection.
718 $ /reporting/includes/pdf_report.inc
719   /includes/ajax.inc
720
721 17-Oct-2008 Janusz Dobrowolski
722 + Added ajax request indicator.
723 $ /js/utils.js
724   /themes/aqua/renderer.php
725   /themes/aqua/images/ajax-loader.gif (new)
726   /themes/cool/renderer.php
727   /themes/cool/images/ajax-loader.gif (new)
728   /themes/default/renderer.php
729   /themes/default/images/ajax-loader.gif (new)
730 + Added optional popup for pdf reports display.
731 $ /admin/display_prefs.php
732   /admin/users.php
733   /admin/db/users_db.inc
734   /includes/current_user.inc
735   /includes/prefs/userprefs.inc
736   /reporting/includes/pdf_report.inc
737   /sql/alter2.1.sql
738 # Changed message for missing currency rate.
739 $ /includes/banking.inc
740 # Fixed submit/button behaviour.
741 $ /js/inserts.js
742 # Fixed canceling order.
743 $ /sales/sales_order_entry.php
744 # Fixed typo in css
745 $ /themes/aqua/default.css
746 # Fixed pdf_debug mode
747 $ /reporting/includes/reporting.inc
748   /reporting/includes/reports_classes.inc
749
750 15-Oct-2008 Janusz Dobrowolski
751 + Added remote printing support
752 $ /admin/print_profiles.php (new)
753   /admin/printers.php (new)
754   /admin/db/printers_db.inc (new)
755   /reporting/prn_redirect.php (new)
756   /reporting/includes/printer_class.inc (new)
757   /sql/alter2.1.sql (new)
758   /config.php
759   /admin/display_prefs.php
760   /admin/users.php
761   /admin/db/users_db.inc
762   /applications/setup.php
763   /includes/current_user.inc
764   /includes/prefs/userprefs.inc
765   /includes/ui/ui_lists.inc
766   /js/inserts.js
767   /js/utils.js
768   /reporting/rep109.php
769   /reporting/reports_main.php
770   /reporting/includes/pdf_report.inc
771   /reporting/includes/reporting.inc
772   /reporting/includes/reports_classes.inc
773 !Fixes related to changed printing api.
774 $ /admin/view_print_transaction.php
775   /purchasing/inquiry/po_search.php
776   /purchasing/inquiry/po_search_completed.php
777   /sales/customer_credit_invoice.php
778   /sales/customer_delivery.php
779   /sales/customer_invoice.php
780   /sales/sales_order_entry.php
781   /sales/inquiry/customer_inquiry.php
782   /sales/inquiry/sales_deliveries_view.php
783   /sales/inquiry/sales_orders_view.php
784 + Added optional id parameter for label helpers; added value for buttons.
785 $ /includes/ui/ui_input.inc
786 + Added ajax popup screen command.
787 $ /includes/ajax.inc
788 # Skipping index.php file during flush_dir()
789 $ /includes/main.inc
790
791 06-Oct-2008 Janusz Dobrowolski
792 + Menu hotkeys system implementation.
793 $ /includes/page/header.inc
794   /includes/ui/ui_controls.inc
795   /includes/ui/ui_input.inc
796   /js/JsHttpRequest.js
797   /js/inserts.js
798   /js/utils.js
799   /reporting/includes/reports_classes.inc
800   /sales/sales_order_entry.php
801   /sales/manage/customers.php
802   /themes/aqua/default.css
803   /themes/aqua/renderer.php
804   /themes/cool/default.css
805   /themes/cool/renderer.php
806   /themes/default/default.css
807   /themes/default/renderer.php
808 + Access keys added to menu options strings.
809 $ /config.php
810   /applications/customers.php
811   /applications/dimensions.php
812   /applications/generalledger.php
813   /applications/inventory.php
814   /applications/manufacturing.php
815   /applications/setup.php
816   /applications/suppliers.php
817   /reporting/reports_main.php
818
819 ------------------------------- Release 2.0.3 --------------------------------------------
820 06-Oct-2008 Joe Hunt
821 ! Release 2.0.3
822 $ config.php
823 # Bug [0000072] Item stock movement should check for if there is empty Inventory.
824 $ /inventory/inquiry/stock_movements.php
825
826 05-Oct-2008 Janusz Dobrowolski
827 # Bugfix [0000063] Bad update of parent document lines after edition of sales documents.
828 $ /sales/includes/cart_class.inc
829   /sales/includes/sales_db.inc
830   /sales/includes/db/sales_credit_db.inc
831   /sales/includes/db/sales_delivery_db.inc
832   /sales/includes/db/sales_invoice_db.inc
833 # Bugfix [0000071] Ordering for customer with bad history available after F4 - Return
834 $ /sales/manage/customers.php
835
836 04-Oct-2008 Joe Hunt
837 # Bug [0000069] Constraint on voiding delivery note if a non voided, linked invoice exists.
838 $ /admin/db/voiding_db.inc
839 # Bug [0000061] Cost Update doesn't compute correctly after inventory adjust.
840 $ /inventory/includes/db/item_adjust_db.inc
841
842 01-Oct-2008 Joe Hunt
843 # When deleting the last module in FA a parce error arose:
844 $ /admin/inst_module.php
845   /admin/inst_lang.php
846
847 30-Sep-2008 Janusz Dobrowolski
848 # Bug [0000067] Settled supplier documents were displayed as overdued.
849 $ /purchasing/inquiry/supplier_inquiry.php
850   /purchasing/inquiry/supplier_allocation_inquiry.php
851 # Bug [0000068] Removed unneeded constraint on edition of fully allocated sales doc.
852 $ /sales/allocations/customer_allocation_main.php
853
854 29-Sep-2008 Janusz Dobrowolski
855 # Bug [0000065] Changing item type during adding new item caused record reset.
856 $ /inventory/manage/items.php
857
858 26-Sep-2008 Joe Hunt
859 # Bug [0000064] Credit This on an invoice should automatically allocate the credit to that invoice
860 $ /sales/includes/db/sales_credit_db.inc
861
862 26-Sep-2008 Janusz Dobrowolski
863 # Bug [0000062] Delivery Modifitication - duplicated tax details.
864 $ /sales/includes/db/sales_delivery_db.inc
865
866 25-Sep-2008 Joe Hunt
867 # if MySQL is in strict sql mode, a couple of files didn't pass that. Better not use strict sql mode.
868   This is not necessary, because FA handle this internally. in my.ini(win) or my.cnf(linux) set sql-mode="".
869 $ /gl/gl_budget.php
870   /includes/db/comments_db.inc
871   /inventory/cost_update.php
872   /purchasing/includes/db/supp_trans_db.inc
873   /sales/includes/db/cust_trans_db.inc
874 # Bug [0000060] table prefix error message and inconsistency at install
875 $ /admin/db/maintenance_db.inc
876   /install/index.php
877   /install/save.php
878 # Bug [0000061] Delivery Modifitication (standard cost change)
879 $ /sales/includes/db/sales_delivery_db.inc
880
881 ------------------------------- Release 2.0.2 --------------------------------------------
882 23-Sep-2008 Joe Hunt
883 ! Release 2.0.2
884 $ config.php
885 ! Increased time_out to 3 minutes.
886 $ /install/save.php
887
888 23-Sep-2008 Joe Hunt
889 # Bug [0000059] Direct Invoice or Delivery Notes doesn't account for negative inventory flag
890 $ /sales/sales_order_entry.php
891
892 21-Sep-2008 Janusz Dobrowolski
893 + Added submit_on_change option for date fields
894 $ /includes/ui/ui_input.inc
895 + Automatic exchange rate update after document date change
896 $ /gl/bank_transfer.php
897   /gl/gl_bank.php
898   /gl/includes/db/gl_db_rates.inc
899   /gl/includes/ui/gl_bank_ui.inc
900   /includes/banking.inc
901   /includes/ui/ui_view.inc
902   /purchasing/supplier_payment.php
903   /sales/customer_payments.php
904   /sales/includes/cart_class.inc
905 # Sales/purchase terms update after document date change [0000058]
906 $ /purchasing/includes/ui/invoice_ui.inc
907   /purchasing/includes/ui/po_ui.inc
908   /sales/customer_invoice.php
909 # Fixed edit line total, price update after date change
910 $ /sales/includes/ui/sales_credit_ui.inc
911   /sales/includes/ui/sales_order_ui.inc
912 # Fixed unneeded page reload on enter key in text inputs
913 $ /js/inserts.js
914 # Fixed session variables conflicts with some third party software (e.g. XRMS)
915 $ /includes/lang/language.php
916 # Fixed calendar flicker, removed buttons from exchange_rate_display()
917 $ /includes/ui/ui_view.inc
918 ! Default delivery required by changed to 1 day.
919 $ /includes/prefs/sysprefs.inc
920 # Small bug fix 
921 $ /sales/includes/sales_db.inc
922
923 20-Sep-2008 Joe Hunt
924 # Fix for exchange variation when allocating payments. re-inserted in System and GL Setup.
925 $ /admin/gl_setup.php
926   /admin/db/company_db
927   /includes/banking.inc
928   /purchasing/allocations/supplier_allocate.php
929   /purchasing/includes/db/suppalloc_db.inc
930   /sales/allocations/customer_allocate.php
931   /sales/includes/db/custalloc_db.inc
932   /sales/includes/db/payment_db.inc
933   /sales/includes/db/sales_credit_db.inc
934 ! New tcpdf.php file. Minor bugfixes from tcpdf.org
935   /reporting/includes/tcpdf.php
936 ! Layout adjustments
937   /dimensions/includes/dimensions_ui.inc
938   /dimensions/view/view_dimension.php
939   /inventory/view/view_adjustment.php
940   /manufacturing/view/work_order_view.php
941   
942 18-Sep-2008 Janusz Dobrowolski
943 + Support for calling external pages during document entry (e.g. for adding customer/supplier/items).
944 $ /index.php
945   /includes/ui/ui_controls.inc
946   /includes/ui/ui_input.inc
947   /includes/ui/ui_lists.inc
948   /js/inserts.js
949 + Add/view on F4 in customer/supplier selectors
950 $ /gl/gl_bank.php
951 + Add/view on F4 in supplier/items selectors
952 $ /purchasing/po_entry_items.php
953   /inventory/manage/items.php
954 + Add/view on F4 in supplier selector
955 $ /purchasing/supplier_credit.php
956   /purchasing/supplier_invoice.php
957   /purchasing/supplier_payment.php
958   /purchasing/allocations/supplier_allocation_main.php
959   /purchasing/manage/suppliers.php
960   /inventory/purchasing_data.php
961 + Add/view on F4 in customer selector
962   /sales/credit_note_entry.php
963   /sales/customer_payments.php
964   /sales/sales_order_entry.php
965   /sales/allocations/customer_allocation_main.php
966   /sales/includes/ui/sales_credit_ui.inc
967   /sales/includes/ui/sales_order_ui.inc
968   /sales/manage/customer_branches.php
969   /sales/manage/customers.php
970 # Syntax error introduced in previous update fixed
971 $ /inventory/prices.php
972 # Fixed retreiving of exchange rates [0000057]
973 $ /gl/manage/exchange_rates.php
974   /includes/banking.inc
975   /includes/ui/ui_view.inc
976
977 18-Sep-2008 Joe Hunt
978 + New Report - Bank Statement.
979 $ /reporting/reports_main.php
980   /reporting/rep601.php (new file)
981   
982 17-Sep-2008 Joe Hunt
983 ! New PDF tcpdf.php file. Support for cid-0 fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
984   New cid-0 fonts will be available for download when release 2.0.2 is shipping. Reduces file size enormouusly
985 $ /reporting/includes/tcpdf.php
986 ! Inventory column option in Report Stock Sheet Check.
987 $ /reporting/reports_main.php
988   /reporting/rep303.php
989   
990 11-Sep-2008 Janusz Dobrowolski
991 # Fixed slash quotation problems on direct POST values display.
992 $ /includes/session.inc
993   /includes/db/connect_db.inc
994 # Added missing db_escape on person_id.
995 $ /gl/includes/db/gl_db_bank_trans.inc
996   /gl/includes/db/gl_db_trans.inc
997 # Added error message and suppressed db update on failed ECB exchange rate read.
998 $ /includes/ui/ui_view.inc
999
1000 10-Sep-2008 Janusz Dobrowolski
1001 # Fixed company folders renaming after company remove.
1002 $ /admin/create_coy.php
1003 # Fixed list selectors' behaviour during search.
1004 $ /includes/ui/ui_lists.inc
1005 # Fixed page update after item search. Closes bugs [0000051],[0000054].
1006 $ /inventory/cost_update.php
1007   /inventory/prices.php
1008   /inventory/purchasing_data.php
1009   /inventory/reorder_level.php
1010   /inventory/includes/item_adjustments_ui.inc
1011   /inventory/includes/stock_transfers_ui.inc
1012   /inventory/inquiry/stock_status.php
1013   /inventory/manage/items.php
1014   /manufacturing/includes/work_order_issue_ui.inc
1015   /manufacturing/inquiry/where_used_inquiry.php
1016   /purchasing/includes/ui/po_ui.inc
1017   /sales/includes/ui/sales_credit_ui.inc
1018   /sales/includes/ui/sales_order_ui.inc
1019
1020 09-Sep-2008 Joe Hunt
1021 # Bug [0000055] Rasmus detected a cost diff. bug and changed some code for us. Very appreciated.
1022 $ /purchasing/includes/db/invoice_db.inc
1023
1024 ------------------------------- Release 2.0.1 --------------------------------------------
1025 07-Sep-2008 Joe Hunt
1026 ! Release 2.0.1
1027 $ config.php
1028
1029 05-Sep-2008 Janusz Dobrowolski
1030 # Bug [0000046] Sales invoice not working on some php versions (php bug #40509)
1031 $ /sales/includes/sales_db.inc
1032   /sales/includes/db/sales_credit_db.inc
1033 ! Obsolete code removed
1034 $ /sales/customer_credit_invoice.php
1035
1036 05-Sep-2008 Joe Hunt
1037 # Bug [0000053] Missing GL postings on item issue on Work Order
1038 $ /manufacturing/includes/db/work_order_quick_db.inc
1039   /manufacturing/includes/db/work_order_issues_db.inc
1040   /manufacturing/includes/db/work_order_produce_items_db.inc
1041 ! Bad layout in aging on report Statements
1042 $ /reporting/rep108.php
1043
1044 04-Sep-2008 Joe Hunt
1045 # Bug [0000050] Invoice no. on all sales reports
1046 $ /reporting/includes/doctext.inc
1047   /reporting/includes/doctext2.inc
1048   
1049 04-Sep-2008 Joe Hunt
1050 # Bug [0000052] Inventory Valuation Report
1051 $ /reporting/rep301.php
1052
1053 04-Sep-2008 Joe Hunt
1054 # Bug [0000047] Not possible to view delivery sequence
1055 $ /purchasing/supplier_credit_grns.php
1056   /purchasing/supplier_invoice_grns.php
1057   /purchasing/includes/db/grn_db.inc
1058   /purchasing/includes/ui/invoice_ui.inc
1059   /purchasing/view/view_po.php
1060   /purchasing/view/view_supp_credit.php
1061 # Bug [0000048] Crediting invoice and choosing gl account for items to be written off doesn't work  
1062 $ /sales/includes/db/sales_credit_db.inc  
1063
1064 03-Sep-2008 Janusz Dobrowolski
1065 # Fixed fatal error handling in php5
1066 $ /includes/errors.inc
1067   /includes/session.inc
1068 # Fixed display of errors while saving sales documents
1069 $ /sales/sales_order_entry.php
1070
1071 03-Sep-2008 Joe Hunt
1072 # Bug [0000044] Standard Cost error on credit note. Reopened. Stock Movement forgot the credit note.
1073 $ /inventory/inquiry/stock_movements.php
1074   /purchasing/includes/db/grn_db.inc
1075   /purchasing/includes/invoice_db.inc
1076
1077 03-Sep-2008 Joe Hunt
1078 # Bug [0000043] Inventory Adjustment Session doesn't update standard cost
1079 # Bug [0000044] Standard Cost error on credit note
1080 $ /inventory/includes/db/items_adjust_db.inc
1081   /purchasing/includes/db/grn_db.inc
1082   /purchasing/includes/invoice_db.inc
1083 # Bug [0000045] Cannot close fiscal year 
1084 $ /admin/fiscalyears.php
1085 # Update screen bug in Bank Account Inquiry.
1086   $ /gl/inquiry/bank_inquiry.php
1087
1088 02-Sep-2008 Joe Hunt
1089 # Bug when selecting report, List of Journal Entries, by type. Nothing selected.
1090 $ /reporting/includes/reports_classes.inc
1091 $ /reporting/rep702.php
1092
1093 01-Sep-2008 Joe Hunt
1094 ! Up-to-date translation file (some strings were missing, single quotations in .inc files)
1095 $ /lang/new_language_template/LC_MASSAGES/empty.po
1096   /lang/en_US/LC_MESSAGES/en_US.mo
1097
1098 31-Aug-2008 Janusz Dobrowolski
1099 + Added ajax support for file uploading
1100 $ /js/utils.js
1101 # Final fix for logo file upload
1102 $ /admin/company_preferences.php
1103 # Fixed item image file upload
1104 $ /inventory/manage/items.php
1105
1106 30-Aug-2008 Janusz Dobrowolski
1107 ! Up to date translation file
1108 $ /lang/new_language_template/LC_MASSAGES/empty.po
1109 # Fixed broken &amp's in backup files [0000040]
1110 $ /admin/db/maintenance_db.inc
1111 # Temporary fix (sync page reload) for uploading logo file
1112 $ /admin/company_preferences.php
1113 -------------------------------2.0 Final --------------------------------------------
1114 21_aug-2008 Joe Hunt
1115 ! config.php file. Version changed to 2.0
1116 $ config.php
1117 ! Set time out to 120 seconds.
1118 $ /install/save.php
1119 # Removed js warnings on index pages
1120 $ /js/utils.js
1121
1122 20-Aug-2008 Joe Hunt
1123 # Bug [0000037] Price diff and deliveries between po receive and supp invoice. (Again)
1124 $ /includes/db/inventory_db.inc
1125   /purchase/includes/db/grn_db.inc
1126   /purchase/includes/db/invoice_db.inc
1127
1128 20-Aug-2008
1129 # [0000041] Voiding PO GRN's could be dangerous, if deliveries have been done. Eliminating it. Use item adjustment with 0 price.
1130 $ /admin/db/voiding_db.inc
1131 # Fixing a minor bug in grn_db.inc
1132 $ /purchasing/includes/db/grn_db.inc 
1133   
1134 19-Aug-2008 Joe Hunt
1135 # Fixed some color conversion problems in the new PDF Engine
1136 $ /reporting/includes/pdf_report.inc
1137   /reporting/includes/class.pdf.inc
1138   
1139 19-Aut-2008 Joe Hunt
1140 ! Optimized the textwraplines in pdf_report.inc and header2.inc
1141   /reporting/includes/pdf_report.inc
1142   /reporting/includes/header2.inc (This is important to download too!)
1143   
1144 19-Aug-2008 Joe Hunt
1145 ! Replacing the PDF Engine with a slightly modified TCPDF
1146 $ /reporting/fonts/helvetica*.php (new php files)
1147   /reporting/fonts/*.atm files removed
1148   /reporting/includes/pdf_report.inc (changed)
1149   /reporting/includes/class.pdf.inc (changed)
1150   /reporting/includes/barcodes.php (new file)
1151   /reporting/includes/htmlcolors.php (new file)
1152   /reporting/includes/html_entity_decode_php4.php (new file)
1153   /reporting/includes/tcpdf.php (new file, the PDF engine)
1154   /reporting/includes/unicode_data2.php (new file, reduced unicode_data.php)
1155   
1156 18-Aug-2008 Joe Hunt
1157 # Bug [0000038] Voiding a cost update doesn't void even if it says so. There will now be an error msg saying
1158   that this can not be done. 
1159 $ /admin/db/voiding_db.inc
1160
1161 18-Aug-2008 Joe Hunt
1162 # Bug [0000037] Price diff and deliveries between po receive and supp invoice.
1163 $ /purchase/includes/db/grn_db.inc
1164   /purchase/includes/db/invoice_db.inc
1165   
1166 16-Aug-2008 Janusz Dobrowolski
1167 # Fixed first supplier add confirmation [0000039].
1168 $ /purchasing/manage/suppliers.php
1169 # Fixed entering direct documents with date in the past [0000036]
1170 $ /sales/customer_delivery.php
1171   /sales/includes/cart_class.inc
1172 # Fixed date_picker caching in debug mode
1173 $ /includes/ui/ui_view.inc
1174 # Some focus fixes after user entry error
1175 $ /sales/manage/credit_status.php
1176   /sales/manage/customer_branches.php
1177   /sales/manage/sales_areas.php
1178   /sales/manage/sales_people.php
1179
1180 08-Aug-2008 Joe Hunt
1181 # Wrong email-adress field taken when emailing documents [0000035].
1182 $ /sales/includes/db/cust_trans_db.inc
1183
1184 02-Aug-2008 Joe Hunt
1185 # Use Item Sales Account as default when creating new branch. Customer Branch Sales Account overrides Item Sales Accounts.
1186 $ /sales/manage/customer_branches.php
1187
1188 01-Aug-2008 Joe Hunt
1189 ! Customer Dimension overrides an Item Dimension when creating GL transactions
1190 $ /sales/includes/db/customers_db.inc
1191   /sales/includes/db/sales_credit_db.inc
1192   /sales/includes/db/sales_delivery_db.inc
1193   /sales/includes/db/sales_invoice_db.inc
1194   
1195 31-Jul-2008 Joe Hunt
1196 + Added a new menu entry after that Bank Payment or Bank Deposit has been processed.
1197 $ /gl/gl_bank.php
1198
1199 30-Jul-2008 Joe Hunt
1200 ! Currency selection in Price Listing Report
1201 $ /reporting/rep104.php
1202   /reporting/reports_main.php
1203   
1204 28-Jul-2008 Janusz Dobrowolski
1205 # Fixed control buttons reset after record deletion.
1206 $ /admin/fiscalyears.php
1207   /admin/payment_terms.php
1208   /admin/shipping_companies.php
1209   /gl/manage/bank_accounts.php
1210   /gl/manage/currencies.php
1211   /gl/manage/gl_account_classes.php
1212   /gl/manage/gl_account_types.php
1213   /inventory/manage/item_categories.php
1214   /inventory/manage/item_units.php
1215   /inventory/manage/locations.php
1216   /inventory/manage/movement_types.php
1217   /manufacturing/manage/work_centres.php
1218   /sales/manage/credit_status.php
1219   /sales/manage/customer_branches.php
1220   /sales/manage/sales_areas.php
1221   /sales/manage/sales_people.php
1222   /sales/manage/sales_types.php
1223   /taxes/item_tax_types.php
1224   /taxes/tax_groups.php
1225   /taxes/tax_types.php
1226
1227 27-Jul-2008 Janusz Dobrowolski
1228 # Fixed record selection on pages using non-numeric selectors with simple_page_mode() helper. 
1229 $ /includes/ui/ui_controls.inc
1230   /includes/ui/ui_input.inc
1231   /inventory/manage/item_units.php
1232 # Fixed focus setting on multi-form pages.
1233 $ /js/utils.js
1234 # Fixed ajax reload
1235 $ /manufacturing/work_order_release.php
1236
1237 26-Jul-2008 Janusz Dobrowolski
1238 ! Potentially dangerous for whole FA site operations are currently available only for admins of first registered company (site admins).
1239 $ /config.php
1240   /admin/create_coy.php
1241   /admin/inst_lang.php
1242   /admin/inst_module.php
1243   /includes/current_user.inc
1244 # Small layout fix
1245   /admin/fiscalyears.php
1246
1247 25-Jul-2008 Joe Hunt
1248 # Minor adjustments
1249 $ /includes/page/header.inc
1250   /manufacturing/work_order_release.php
1251   
1252 25-Jul-2008 Joe Hunt
1253 # Default application setting does not work [0000034]
1254 $ /includes/page/header.inc
1255
1256 25-Jul-2008 Joe Hunt
1257 ! The built version in config.php now shows the last change date of this file (CHANGELOG.txt).
1258 $ config.php
1259
1260 25-Jul-2008 Joe Hunt
1261 # Missing GL transactions when producing advanced manufacturing [0000032].
1262 $ /manufacturing/includes/db/work_order_produce_items_db.inc
1263
1264 24-Jul-2008 Janusz Dobrowolski
1265 + Added fatal error handling during ajax calls - [0000003] closed
1266 $ includes/session.inc
1267 # Fixed hints for lists without submit [0000026]
1268 $ includes/ui/ui_lists.inc
1269 # Removed not used file (related to [0000023])
1270 $ sql/basic.sql
1271
1272 24-Jul-2008 Joe Hunt
1273 # Pressing the link in the meta_forward function may result in a blank page.
1274 $ /includes/ui/ui_controls.inc
1275
1276 23-Jul-2008 Joe Hunt
1277 # Increment reference bug in GL Deposit and missing hyperlink parameter.
1278 $ /gl/gl_bank.php
1279   /gl/includes/gl_bank_ui.inc
1280   
1281 22-Jul-2008 Janusz Dobrowolski
1282 # Corrected backup maintenance page display during script download.
1283 $ /admin/backups.php
1284
1285 20-Jul-2008 Janusz Dobrowolski
1286 # Corrected reports page display after yesterday change.
1287 $ /reporting/reports_main.php
1288
1289 19-Jul-2008 Janusz Dobrowolski
1290 ! Content of js-only pages superseded by the requirement notification in non-js browsers.
1291 $ /admin/backups.php
1292   /reporting/reports_main.php
1293 + Support for js only divs/pages.
1294 $ /includes/main.inc
1295   /includes/ui/ui_controls.inc
1296   /js/inserts.js
1297 # Fixed page usability in non-js mode.
1298 $ /sales/inquiry/sales_orders_view.php
1299 # Small table view fix
1300 $ /admin/inst_lang.php
1301
1302 18-Jul-2008 Janusz Dobrowolski
1303 + Added optional processing progressbar for submit buttons
1304 $ /includes/ui/ui_input.inc
1305   /includes/ui/ui_lists.inc
1306   /js/inserts.js
1307   /themes/aqua/images/progressbar.gif (new)
1308   /themes/cool/images/progressbar.gif (new)
1309   /themes/default/images/progressbar.gif (new)
1310 # Fixed database error after empty supplier search result [0000022]
1311 $ /purchasing/supplier_credit.php
1312   /purchasing/supplier_invoice.php
1313 # Fixed focus after update
1314 $ /admin/company_preferences.php
1315 # Fixed message typo.
1316 $ /admin/create_coy.php
1317 # Fixed line edition layout
1318 $ /inventory/includes/item_adjustments_ui.inc
1319
1320 18-Jul-2008 Joe Hunt
1321 # Parse error fixed [0000021] in customer_credit_invoice.php
1322 $ /sales/customer_credit_invoice.php
1323
1324 15-Jul-2008 Janusz Dobrowolski
1325 # Fixed bug [0000018] - unwanted freight cost reset on page update.
1326 $ /sales/customer_delivery.php
1327
1328 14-Jul-2008 Janusz Dobrowolski
1329 # Fixed bug [0000017] - error while checking qoh
1330 $ /includes/ui/items_cart.inc
1331   /manufacturing/work_order_issue.php
1332 # Fixed ajax update
1333 $ /gl/manage/gl_accounts.php
1334
1335 13-Jul-2008 Joe Hunt
1336 + Added GL Summary of Tax Report (rep709.php). Usable only if different Tax Accounts are used.
1337 $ /reporting/rep709.php
1338
1339 12-Jul-2008 Joe Hunt
1340 ! Rewrite of Tax Report (rep709.php).
1341 $ /reporting/rep709.php
1342
1343 09-Jul-2008 Janusz Dobrowolski
1344 # Corrections to maximum input lengths
1345 $ /gl/manage/bank_accounts.php
1346   /gl/manage/gl_account_classes.php
1347 # Fixed spare Back link on restricted pages
1348 $ /includes/session.inc
1349 # Fixed bank_account_types_list()
1350 $ /includes/ui/ui_lists.inc
1351 # Fixed warning about unexisting POST var
1352 $ /sales/manage/customers.php
1353
1354 08-Jul-2008 Janusz Dobrowolski
1355 # Added validation of entered quantities
1356 $ /sales/customer_credit_invoice.php
1357 # Fixed ajax update (0000015) and quantity checks
1358 $ /sales/customer_delivery.php
1359   /sales/customer_invoice.php
1360 # Fixed invalid voiding sales invoice/delivery/credit (0000016)
1361 $ /sales/includes/db/sales_delivery_db.inc
1362   /sales/includes/db/sales_invoice_db.inc
1363   /sales/includes/sales_db.inc
1364 # Fixed setting document date to Today() 
1365 $ /sales/includes/cart_class.inc
1366
1367 08-Jul-2008 Joe Hunt
1368 + Addition in test of duplicate fiscal year
1369 $ /admin/fiscalyears.php
1370
1371 07-Jul-2008 Joe Hunt
1372 # Corrected a subbug in 00000012 (blank page in sales_types.php).
1373 $ /sales/manage/sales_types.php
1374
1375 07-Jul-2008 Janusz Dobrowolski
1376 + Added ajax
1377 $ /admin/fiscalyears.php
1378   /inventory/purchasing_data.php
1379 # Corrected factor parameter checking (fixes 00000012)
1380 $ /sales/includes/sales_db.inc
1381 ! Changed selector for fiscal year functions to id
1382 $ /admin/db/company_db.inc
1383 # Checking options parameter for combos 
1384 $ /includes/ui/ui_lists.inc
1385
1386 06-Jul-2008 Janusz Dobrowolski
1387 + Ajax additions
1388 $ /admin/view_print_transaction.php
1389   /admin/void_transaction.php
1390   /dimensions/dimension_entry.php
1391   /manufacturing/work_order_entry.php
1392   /manufacturing/manage/bom_edit.php
1393   /sales/manage/customer_branches.php
1394 + Default value calculated for new prices
1395 $ /inventory/prices.php
1396 + Optional default value for input_num()
1397 $ /includes/ui/ui_input.inc
1398 + Submit on change option for currency lists
1399 $ /includes/ui/ui_lists.inc
1400 # factor parameter in get_price() is now optional
1401 $ /sales/includes/sales_db.inc
1402 # Smaller fix to ajax page content update
1403 $ /sales/manage/customers.php
1404
1405 05-Jul-2008 Janusz Dobrowolski
1406 + Ajax additions
1407 $ /admin/change_current_user_password.php
1408   /admin/company_preferences.php
1409   /admin/forms_setup.php
1410   /admin/gl_setup.php
1411   /admin/payment_terms.php
1412   /admin/shipping_companies.php
1413   /admin/users.php
1414   /inventory/manage/item_categories.php
1415   /inventory/manage/item_units.php
1416   /inventory/manage/locations.php
1417   /inventory/manage/movement_types.php
1418   /manufacturing/manage/work_centres.php
1419   /sales/manage/credit_status.php
1420   /sales/manage/sales_areas.php
1421   /sales/manage/sales_people.php
1422   /sales/manage/sales_types.php
1423   /taxes/item_tax_types.php
1424   /taxes/tax_groups.php
1425   /taxes/tax_types.php
1426 # Gettext fixes
1427 $ /gl/manage/bank_accounts.php
1428   /gl/manage/bank_trans_types.php
1429   /gl/manage/currencies.php
1430   /gl/manage/gl_account_classes.php
1431   /gl/manage/gl_account_types.php
1432   /gl/manage/gl_accounts.php
1433
1434 04-Jul-2008 Janusz Dobrowolski
1435 + Ajax additions
1436   /gl/inquiry/bank_inquiry.php
1437   /gl/inquiry/gl_account_inquiry.php
1438   /gl/inquiry/gl_trial_balance.php
1439   /gl/manage/bank_accounts.php
1440   /gl/manage/bank_trans_types.php
1441   /gl/manage/currencies.php
1442   /gl/manage/exchange_rates.php
1443   /gl/manage/gl_account_classes.php
1444   /gl/manage/gl_account_types.php
1445   /gl/manage/gl_accounts.php
1446 ! Changed layout for simple db table editor pages
1447 $ /includes/ui/ui_input.inc
1448 - Removed unused GL account settings.
1449 $ /admin/gl_setup.php
1450   /admin/db/company_db.inc
1451   /gl/manage/gl_accounts.php
1452 # Fixed default sales account for customer branch.
1453 $ /admin/gl_setup.php
1454   /sales/manage/customer_branches.php
1455 # Fixed focus after ajax page reload.
1456 $ /includes/ajax.inc
1457 # Fixed optional submit for yesno and gl_all_accounts lists.
1458 $ /includes/ui/ui_lists.inc
1459
1460 01-Jul-2008 Janusz Dobrowolski
1461 + Ajax additions
1462   /gl/bank_transfer.php
1463   /gl/gl_budget.php
1464   /gl/gl_journal.php
1465   /gl/includes/ui/gl_journal_ui.inc
1466 + Added client side calculations for budget
1467   /gl/gl_budget.php
1468   /js/budget.js
1469 # Fixed default POST assigning [fixes 0000009]
1470   /includes/ui/ui_lists.inc
1471 # Fixed submit type in submit_row()
1472   /includes/ui/ui_input.inc
1473 # Small display fix
1474   /gl/manage/currencies.php
1475 ! Code cleanup
1476   /gl/gl_bank.php
1477   /gl/includes/ui/gl_bank_ui.inc
1478   /inventory/adjustments.php
1479   /inventory/transfers.php
1480   /purchasing/po_entry_items.php
1481   /sales/sales_order_entry.php
1482   /sales/credit_note_entry.php
1483
1484 29-Jun-2008 Janusz Dobrowolski
1485 ! Rewritten bank deposit/payment related files, added ajax
1486   /gl/gl_deposit.php (removed)
1487   /gl/gl_payment.php (removed)
1488   /gl/gl_bank.php (added)
1489   /gl/includes/ui/gl_bank_ui.inc (new file)
1490   /gl/includes/ui/gl_deposit_ui.inc (removed)
1491   /gl/includes/ui/gl_payment_ui.inc (removed)
1492   /gl/includes/db/gl_db_banking.inc
1493   /gl/gl_journal.php
1494   /manufacturing/search_work_orders.php
1495   /applications/generalledger.php
1496 + Added fallback flag for non-js mode only ui elements
1497 $ /js/inserts.js
1498 ! Default value from POST for check_box,hidden and text_cells inputs
1499 $ /includes/ui/ui_input.inc
1500 ! Rewritten non-sql list selectors
1501 $ /includes/ui/ui_lists.inc
1502   /purchasing/inquiry/supplier_allocation_inquiry.php
1503   /purchasing/inquiry/supplier_inquiry.php
1504 ! Added trans_type parameter to items_cart()  
1505 $ /includes/ui/items_cart.inc
1506   /inventory/adjustments.php
1507   /inventory/transfers.php
1508   /manufacturing/work_order_issue.php
1509
1510 27-Jun-2008 Janusz Dobrowolski
1511 + Ajax additions
1512 $ /dimensions/dimension_entry.php
1513   /dimensions/inquiry/search_dimensions.php
1514   /manufacturing/work_order_add_finished.php
1515   /manufacturing/work_order_issue.php
1516   /manufacturing/work_order_release.php
1517   /manufacturing/includes/work_order_issue_ui.inc
1518   /manufacturing/search_work_orders.php
1519 ! Default $selected_id=null (ie current $_POST value) for all lists;
1520    standard view (ie with search box) of stock_component_list()
1521 $ /includes/ui/ui_lists.inc
1522 # Fixed selection for outstanding work orders
1523 $ /manufacturing/search_work_orders.php
1524 # Fixed stock item links
1525 $ /inventory/includes/item_adjustments_ui.inc
1526   /inventory/includes/stock_transfers_ui.inc
1527 # Fixed typo in menu option
1528 $ /applications/manufacturing.php
1529
1530 27-Jun-2008 Joe Hunt
1531 # Minor html adjustment in login.php
1532 $ /access/login.php
1533 # Fixed a bug when trying to create a duplicate year
1534 $ /admin/fiscalyears.php
1535 # Fixed a misspelled parameter (OutstandingOnly) in manufacturing.php
1536 $ /applications/manufacturing.php
1537
1538 26-Jun-2008 Janusz Dobrowolski
1539 + Ajax additions
1540 $ /includes/ui/ui_lists.inc
1541   /inventory/adjustments.php
1542   /inventory/cost_update.php
1543   /inventory/prices.php
1544   /inventory/transfers.php
1545   /inventory/includes/item_adjustments_ui.inc
1546   /inventory/includes/stock_transfers_ui.inc
1547   /inventory/inquiry/stock_movements.php
1548   /inventory/manage/items.php
1549   /manufacturing/work_order_entry.php
1550   /purchasing/po_entry_items.php
1551 ! Changes to items_cart API (line_items indexed by line# instead of stock_id)
1552 $ /includes/ui/items_cart.inc
1553 # Fixed bug 0000008 (call to no more existing function)
1554 $ /sales/includes/db/sales_types_db.inc
1555
1556 25-Jun-2008 Joe Hunt
1557 # Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu
1558 $ /purchasing/includes/ui/invoice_ui.inc
1559
1560 25-Jun-2008 Janusz Dobrowolski
1561 # Fixed bug 0000004, removed nested forms in supplier invoice/credit
1562 $ /purchasing/includes/ui/invoice_ui.inc
1563
1564 25-Jun-2008 Joe Hunt
1565 # Fixed bug when updating/saving Tax Group Items
1566 $ /includes/ui/ui_lists.inc
1567
1568 24-Jun-2008 Joe Hunt
1569 # Fixed inconsistencies in customer and supplier aging 
1570 $ /sales/includes/db/customers_db.inc
1571   /sales/inquiry/customer_inquiry.php
1572   /purchasing/includes/db/suppliers_db.inc
1573   /reporting/rep102.php
1574   /reporting/rep202.php
1575 # Fixed a bug when trying to back the inv.date and due date in Direct Invoicing.
1576 $ /sales/sales_order_entry.php
1577
1578
1579 23-Jun-2008 Janusz Dobrowolski
1580 + Ajax additions to sales and purchasing modules
1581 $ /purchasing/po_receive_items.php
1582   /purchasing/supplier_credit.php
1583   /purchasing/supplier_credit_grns.php
1584   /purchasing/supplier_invoice.php
1585   /purchasing/supplier_invoice_grns.php
1586   /purchasing/supplier_trans_gl.php
1587   /purchasing/allocations/supplier_allocate.php
1588   /purchasing/includes/ui/invoice_ui.inc
1589   /sales/customer_credit_invoice.php
1590   /sales/allocations/customer_allocate.php
1591 # Fixed edition of purchase order (bug #0000001)
1592 $ /purchasing/includes/ui/po_ui.inc
1593 ! Improved client side allocation functions
1594 $ /js/allocate.js
1595 + Optional coloured price_format()
1596 $ /js/utils.js
1597   /js/inserts.js
1598 ! Async update of locations selector
1599 $ /includes/ui/ui_lists.inc
1600 # Fixed warning on pages without default focus.
1601 $ /includes/ui/ui_controls.inc
1602 # Fixed initial display for numeric inputs with dec=0. 
1603 $ /includes/ui/ui_input.inc
1604
1605 21-Jun-2008 Janusz Dobrowolski
1606 + Ajax additions to sales and purchasing modules
1607 $ /purchasing/po_entry_items.php
1608   /purchasing/supplier_payment.php
1609   /purchasing/allocations/supplier_allocate.php
1610   /purchasing/includes/ui/po_ui.inc
1611   /purchasing/inquiry/po_search.php
1612   /purchasing/inquiry/po_search_completed.php
1613   /purchasing/inquiry/supplier_allocation_inquiry.php
1614   /purchasing/inquiry/supplier_inquiry.php
1615   /purchasing/manage/suppliers.php
1616   /sales/manage/customers.php
1617
1618 21-Jun-2008 Joe Hunt
1619 + Added upload functionality to company logo. Better names on lists search.
1620 $ /admin/company_preferences.php
1621 ! Better layout on company logo print-out
1622 $ /reporting/includes/header2.inc
1623
1624 ---------------------------------------Release Candidate 2-------------------------------
1625 20-Jun-2008 Joe Hunt
1626 ! 2.0 Release Candidate 2
1627 $ config.php
1628   update.html
1629   
1630 20-Jun-2008 Joe Hunt
1631 ! In reorder_level.php the heading gets updated as well
1632 $ /inventory/reorder_level.php
1633 ! Changes the -1 to 'User Quantiry Decimals' in the table for units.
1634 $ /inventory/manage/item_units.php
1635
1636 20-Jun-2008 Janusz Dobrowolski
1637 # Proper error handling even after exit() call.
1638 $ /includes/errors.inc
1639   /includes/main.inc
1640   /includes/session.inc
1641 # Fixed initial combo selection.
1642   /includes/ui/ui_lists.inc
1643 # Layout fixes to customer edition.
1644   /sales/manage/customers.php
1645 # Added order table reload after template option change
1646   /sales/inquiry/sales_orders_view.php
1647
1648 19-Jun-2008 Janusz Dobrowolski
1649 + Added ajax improvements
1650 $ /purchasing/allocations/supplier_allocation_main.php
1651   /sales/customer_delivery.php
1652   /sales/customer_invoice.php
1653   /sales/allocations/customer_allocation_main.php
1654   /sales/manage/customers.php
1655 + Ajax added to check helper function
1656 $ /includes/ui/ui_input.inc
1657 # Fixing database error in branch exist check on empty customer_id
1658 $ /includes/data_checks.inc
1659 # Layout fix for hyperlink_params_td()
1660 $ /includes/ui/ui_controls.inc
1661 # Fix for initial combo position
1662 $ /includes/ui/ui_lists.inc
1663 # Fix to select onchange extension
1664 $ /js/inserts.js
1665
1666 19-Jun-2008 Joe Hunt
1667 ! changed so the due date is updated when changing customer in direct invoice.
1668 $ /sales/includes/ui/sales_order_ui.inc
1669
1670 19-Jun-2008 Joe Hunt
1671 # Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
1672 $ /sales/customer_credit_invoice.php
1673
1674 18-Jun-2008 Janusz Dobrowolski
1675 + Added ajax improvements
1676 $ /sales/credit_note_entry.php
1677   /sales/customer_payments.php
1678   /sales/sales_order_entry.php
1679   /sales/includes/ui/sales_credit_ui.inc
1680   /sales/includes/ui/sales_order_ui.inc
1681   /sales/inquiry/customer_allocation_inquiry.php
1682   /sales/inquiry/customer_inquiry.php
1683 + Added optional trigger parameter to div_start()
1684 $ /includes/ui/ui_controls.inc
1685 + Added dec attribute ajax update for amount fields 
1686 $ /includes/ui/ui_input.inc
1687 + Ajaxified stock item types and credit types lists
1688 $ /includes/ui/ui_lists.inc
1689 # Fixed onblur for amount fields, extended onchange event handling for selects
1690 $ /js/inserts.js
1691 # Fixed addAssign() js handler for nonstandard attributes
1692 $ /js/utils.js
1693 # Fixed bug in stock item image upload
1694 $ /inventory/manage/items.php
1695
1696 17-Jun-2008 Joe Hunt
1697 ! More files with Quantity routines needed fix due to php4 related issue.
1698 $ /includes/current_user.inc
1699   /manufacturing/work_order_entry.php
1700   /manufacturing/inquiry/where_used_inquiry.php
1701   /manufacturing/manage/bom_edit.php
1702   /purchasing/po_receive_items.php
1703   /purchasing/supplier_credit_grns.php
1704   /purchasing/supplier_invoice_grns.php
1705   /sales/customer_credit_invoice.php
1706   /sales/includes/ui/sales_order_ui.inc
1707
1708 16-Jun-2008 Joe Hunt
1709 ! Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here).
1710 $ /reporting/includes/header2.inc
1711   /reporting/doctext.inc
1712   /reporting/doctext2.inc
1713   
1714 16-Jun-2008 Joe Hunt
1715 ! Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
1716 $ /includes/current_user.inc
1717   /includes/ui/ui_input.inc
1718   /includes/ui/ui_lists.inc
1719   /inventory/reorder_level.inc
1720   /inventory/includes/item_adjustments_ui.inc
1721   /inventory/includes/stock_transfers_ui.inc
1722   /inventory/includes/db/items_units_db.inc
1723   /inventory/inquiry/stock_movements.php
1724   /inventory/inquiry/stock_status.php
1725   /inventory/manage/item_units.php
1726   /inventory/view/view_adjustment.php
1727   /inventory/view/view_transfer.php
1728   /manufacturing/search_work_orders.php
1729   /manufacturing/work_order_entry.php
1730   /manufacturing/includes/manufacturing_ui.inc
1731   /manufacturing/includes/work_order_issue_ui.inc
1732   /manufacturing/inquiry/where_used_inquiry.php
1733   /manufacturing/manage/bom_edit.php
1734   /manufacturing/view/wo_issue_view.php
1735   /manufacturing/view/wo_production_view.php
1736   /purchasing/po_receive_items.php
1737   /purchasing/supplier_credit_grns.php
1738   /purchasing/supplier_invoice_grns.php
1739   /purchasing/includes/ui/invoice_ui.inc
1740   /purchasing/includes/ui/po_ui.inc
1741   /purchasing/view/view_grn.php
1742   /purchasing/view/view_po.php
1743   /reporting/rep105.php
1744   /reporting/rep107.php
1745   /reporting/rep108.php
1746   /reporting/rep109.php
1747   /reporting/rep110.php
1748   /reporting/rep204.php
1749   /reporting/rep209.php
1750   /reporting/rep301.php
1751   /reporting/rep302.php
1752   /reporting/rep303.php
1753   /reporting/rep401.php
1754   /sales/customer_credit_invoice.php
1755   /sales/customer_delivery.php
1756   /sales/customer_invoice.php
1757   /sales/includes/ui/sales_credit_ui.inc
1758   /sales/includes/ui/sales_order_ui.inc
1759   /sales/view/view_credit.php
1760   /sales/view/view_dispatch.php
1761   /sales/view/view_invoice.php
1762   /sales/view/view_sales_order.php
1763   
1764 15-Jun-2008 Janusz Dobrowolski
1765 + Ajax driven delivery and order queries.
1766 $ /sales/inquiry/sales_deliveries_view.php
1767   /sales/inquiry/sales_orders_view.php
1768 + Added searchbox class selector for text inputs with onchange event handlers.
1769 ! Added text selection after focus.
1770 $ /js/inserts.js
1771   /js/utils.js
1772 + Added submit_on_change option to ref input functions, fixed data picker
1773 $ /includes/ui/ui_input.inc
1774 # Fixed bug in non-js mode for combos type 0 (stock_items_lists).
1775 $ /includes/ui/ui_lists.inc
1776
1777 15-Jun-2008 Joe Hunt
1778 # Changed so Invoice Template gets the current day instead of original day.
1779 $ /sales/sales_order_entry.php
1780
1781 15-Jun-2008 Joe Hunt
1782 # Bug in tax_types_list (spec_id)
1783 $ /includes/ui/ui_lists.inc
1784
1785 14-Jun-2008 Joe Hunt
1786 # Minor annoying layout bug in stock movements.
1787 $ /inventory/inquiry/stock_movements.php
1788
1789 14-Jun-2008 Joe Hunt
1790 ! The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here.
1791   Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default.
1792 ! If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the 
1793   transactions from Direct Invoice and Credit Note will be allocated immediately when placing.
1794 $ /includes/ui/ui_lists.inc
1795   /sales/includes/db/sales_invoice_db.inc
1796   /sales/includes/db/sales_credit_db.inc
1797   /sales/manage/customer_branches.php
1798   .
1799 12-Jun-2008 Joe Hunt
1800 + New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period.
1801 $ /reporting/reports_main.php
1802   /reporting/rep304.php (new file)
1803   
1804 ---------------------------------------Release Candidate 1-------------------------------
1805 10-Jun-2008 Janusz Dobrowolski
1806 # Some more fixes related to ajax combos usage
1807 $ /includes/ui/ui_lists.inc
1808   /inventory/cost_update.php
1809   /inventory/prices.php
1810   /inventory/purchasing_data.php
1811   /inventory/reorder_level.php
1812   /inventory/includes/item_adjustments_ui.inc
1813   /inventory/inquiry/stock_status.php
1814   /manufacturing/inquiry/where_used_inquiry.php
1815   /manufacturing/manage/bom_edit.php
1816   /purchasing/includes/ui/po_ui.inc
1817 # Fixed focus issues
1818 $ /gl/gl_journal.php
1819   /gl/gl_deposit.php
1820   /gl/gl_payment.php
1821   /js/inserts.js
1822   
1823 09-Jun-2008 Janusz Dobrowolski
1824 # Some additional fixes related to last big committment
1825 $ /gl/gl_journal.php
1826   /gl/gl_deposit.php
1827   /gl/gl_payment.php
1828   /includes/ajax.inc
1829   /includes/reserved.inc
1830   /includes/ui/ui_lists.inc
1831   /includes/ui/ui_view.inc
1832   /js/inserts.js
1833   /js/utils.js
1834   /sales/includes/ui/sales_order_ui.inc
1835   /themes/default/default.css
1836   /themes/aqua/default.css
1837   /themes/cool/default.css
1838
1839 08-Jun-2008 Joe Hunt
1840 ! Preparing for release candidate 1
1841 $ config.php
1842
1843 08-Jun-2008 Joe Hunt
1844 ! Set 'max_execution_time' to 60 seconds by ini_set.
1845 $ /install/save.php
1846
1847 07-Jun-2008 Joe Hunt
1848 # Fixed a layout bug in footer.inc
1849 $ /includes/page/footer.inc
1850
1851 07-Jun-2008 Joe Hunt
1852 ! Changed install.html and update.html
1853 $ install.html
1854   update.html
1855 + New files, change_current_user_password.php and alter2.sql
1856 $ /admin/change_current_user_password.php
1857   /sql/alter2.sql
1858 ! Changed some files for layout
1859 $ /lang/en_US/stylesheet.css
1860   /themes/aqua/default.css
1861   /themes/aqua/renderer.php
1862   /themes/cool/default.css
1863   /themes/cool/renderer.php
1864   /themes/default/default.css
1865   /themes/default/renderer.php
1866 ! Changed install sql scripts
1867 $ /sql/en_US-demo.sql
1868   /sql/en_US-new.sql
1869   
1870 07-Jun-2008 Janusz Dobrowolski
1871 + Added ajax functionality and ui hints to sales form entry pages.
1872 $ /sales/sales_order_entry.php
1873   /sales/includes/ui/sales_order_ui.inc
1874 + Added option for hints display, changed input/lists functions API
1875 $ /admin/display_prefs.php
1876   /admin/db/users_db.inc
1877   /includes/current_user.inc
1878   /includes/prefs/userprefs.inc
1879   /includes/ui/ui_input.inc
1880   /themes/default/renderer.php
1881   /sql/alter.sql
1882 + List functions rewrite. Added ajax functionality, universal combo_input().
1883 $ /includes/ui/ui_lists.inc
1884 + Ajaxified exchange_rate_display()
1885 $ /includes/ui/ui_view.inc
1886 + Added methods for setting focus and page reload to $Ajax class
1887 $ /includes/ajax.inc
1888   /includes/main.inc
1889 + Added comma separated css element selectors
1890 $ /js/behaviour.js
1891 ! Searchable select js changes related to new ui_lists.inc changes
1892 $ /js/inserts.js
1893   /js/utils.js
1894 + Additional style definitions for various ajax controls
1895 $ /themes/default/default.css
1896 ! Fixes related to changed input/lists API and ajax extensions
1897 $ /admin/company_preferences.php
1898   /admin/fiscalyears.php
1899   /admin/forms_setup.php
1900   /admin/gl_setup.php
1901   /dimensions/dimension_entry.php
1902   /dimensions/inquiry/search_dimensions.php
1903   /gl/bank_transfer.php
1904   /gl/includes/ui/gl_deposit_ui.inc
1905   /gl/includes/ui/gl_journal_ui.inc
1906   /gl/includes/ui/gl_payment_ui.inc
1907   /gl/inquiry/bank_inquiry.php
1908   /gl/inquiry/gl_account_inquiry.php
1909   /gl/inquiry/gl_trial_balance.php
1910   /gl/manage/gl_account_types.php
1911   /gl/manage/gl_accounts.php
1912   /includes/ui/ui_controls.inc
1913   /inventory/includes/item_adjustments_ui.inc
1914   /inventory/includes/stock_transfers_ui.inc
1915   /inventory/inquiry/stock_movements.php
1916   /manufacturing/search_work_orders.php
1917   /manufacturing/work_order_add_finished.php
1918   /manufacturing/work_order_entry.php
1919   /manufacturing/includes/work_order_issue_ui.inc
1920   /manufacturing/manage/bom_edit.php
1921   /purchasing/supplier_payment.php
1922   /purchasing/includes/ui/grn_ui.inc
1923   /purchasing/includes/ui/invoice_ui.inc
1924   /purchasing/includes/ui/po_ui.inc
1925   /purchasing/inquiry/po_search.php
1926   /purchasing/inquiry/po_search_completed.php
1927   /purchasing/inquiry/supplier_allocation_inquiry.php
1928   /purchasing/inquiry/supplier_inquiry.php
1929   /sales/customer_credit_invoice.php
1930   /sales/customer_delivery.php
1931   /sales/customer_invoice.php
1932   /sales/includes/ui/sales_credit_ui.inc
1933   /sales/inquiry/customer_allocation_inquiry.php
1934   /sales/inquiry/customer_inquiry.php
1935   /sales/inquiry/sales_deliveries_view.php
1936   /sales/inquiry/sales_orders_view.php
1937   /taxes/tax_groups.php
1938
1939 06-Jun-2008 Joe Hunt
1940 # Final fixes in html layout
1941 $ /admin/create_coy.php
1942   /gl/gl_deposit.php
1943   /gl/gl_payment.php
1944   /gl/manage/exchange_rates.php
1945   /inventory/prices.php
1946   /inventory/purchasing_date.php
1947   /inventory/reorder_level.php
1948   /inventory/inquiry/stock_status.php
1949   /manufacturing/inquiry/where_used_inquiry.php
1950   /manufacturing/manage/bom_edit.php
1951   
1952 05-Jun-2008 Joe Hunt
1953 ! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based.
1954 $ /includes/ui/ui_view.inc
1955 # Fixed a html layout bug
1956 $ /includes/page/header.inc
1957
1958 31-May-2008 Joe Hunt
1959 # A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists!
1960 $ /gl/view/gl_deposit_view.php
1961   /gl/view/gl_payment_view.php
1962   /includes/ui/ui_controls.inc
1963   /includes/ui/ui_lists.inc
1964   /includes/ui/ui_view.inc
1965   /manufacturing/work_order_add_finished.php
1966   /manufacturing/includes/manufacturing_ui.inc
1967   /manufacturing/view/work_order_view.php
1968   /manufacturing/view/wo_issue_view.php
1969   /sales/inquiry/customer_allocation_inquiry.php
1970   /sales/inquiry/customer_inquiry.php
1971
1972 30-May-2008 Joe Hunt
1973 # Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
1974 $ /inventory/inquiry/stock_movements.php
1975   /reporting/rep302.php
1976
1977 28-May-2008 Joe Hunt
1978 # More bugs related to debtor_trans changes (positive amounts)
1979 $ /gl/includes/db/gl_db_banking.inc
1980   /sales/allocations/customer_allocate.php
1981   /sales/includes/db/custalloc_db.inc
1982   /sales/inquiry/customer_allocation_inquiry.php
1983
1984 27-May-2008 Joe Hunt
1985 # Changed more files with new html/css.
1986 $ /includes/page/header.inc
1987   /purchasing/inquiry/supplier_allocation_inquiry.php
1988   /sales/credit_note_entry.php
1989   
1990 26-May-2008 Joe Hunt
1991 # Fixed many minor bugs, new ones as well as debtor_trans related.
1992 ! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change.
1993 $ /admin/backups.php
1994   /admin/create_coy.php
1995   /admin/inst_lang.php
1996   /admin/inst_module.php
1997   /gl/manage/exchange_rates.php
1998   /includes/session.inc
1999   /includes/page/header.inc
2000   /includes/ui/ui_controls.inc
2001   /includes/ui/ui_input.inc
2002   /includes/ui/ui_lists.inc
2003   /includes/ui/ui_view.inc
2004   /purchasing/allocations/supplier_allocate.php
2005   /sales/allocations/customer_allocate.php
2006   /sales/includes/db/sales_credit_db.inc
2007   /sales/inquiry/customer_allocation_inquiry.php
2008   /themes/aqua/default.css
2009   /themes/cool/default.css
2010   /themes/default/default.css
2011   
2012 23-May-2008 Joe Hunt
2013 # Minor bug in dimensions.php (Outstanding Dimensions)
2014 $ /applications/dimensions.php
2015   /dimensions/inquiry/search_dimensions.php
2016   
2017 23-May-2008 Janusz Dobrowolski
2018 ! Include file order / error handling order fixed once again.
2019 $ /includes/main.inc
2020   /includes/session.inc
2021   
2022 23-May-2008 Joe Hunt
2023 ! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the
2024   correct renderer.php.
2025 $ frontaccounting.php
2026   /includes/page/header.inc
2027   /includes/page/footer.inc
2028   /themes/default/renderer.php
2029   /themes/cool/renderer.php
2030   /themes/aqua/renderer.php
2031
2032 22-May-2008 Janusz Dobrowolski
2033 ! Error handler switching moved to session.inc for early error catching
2034 $ /includes/main.inc
2035   /includes/session.inc
2036 ! Cosmetic cleanup
2037   /js/utils.js
2038   
2039 18-May-2008 Janusz Dobrowolski
2040 # Added explicit ob_end_flush() on shutdown needed for php5
2041 $ /includes/main.inc
2042 # Fixed for www servers on nonstandard listening ports.
2043 $ /js/JsHttpRequest.js
2044
2045 18-May-2008 Joe Hunt
2046 # Bug when inserting new records in debtor_trans.
2047 $ /sales/includes/db/cust_trans_db.inc
2048
2049 16-May-2008 Janusz Dobrowolski
2050 + Rewritten errors/messages handling, unified for ajax/user/php errors
2051 $ /includes/errors.inc
2052   /includes/main.inc
2053   /includes/ui/ui_msgs.inc
2054 + Framework extended for ajax functionality, javascript code organization improvements.
2055 $ /config.php
2056   /includes/JsHttpRequest.php (new file)
2057   /includes/ajax.inc (new file)
2058   /includes/current_user.inc
2059   /includes/session.inc
2060   /includes/lang/language.php
2061   /includes/page/footer.inc
2062   /includes/page/header.inc
2063   /includes/ui/ui_controls.inc
2064   /includes/ui/ui_input.inc
2065   /includes/ui/ui_view.inc
2066   /js/JsHttpRequest.js (new file)
2067   /js/allocate.js (new file)
2068   /js/utils.js (new file)
2069   /js/behaviour.js
2070   /js/inserts.js
2071   /themes/aqua/images (new dir)
2072   /themes/aqua/images/button_ok.png (new file)
2073   /themes/aqua/images/locate.png (new file)
2074   /themes/cool/images (new dir)
2075   /themes/coll/images/button_ok.png (new file)
2076   /themes/coll/images/locate.png (new file)
2077   /themes/default/images/button_ok.png (new file)
2078   /themes/default/images/progressbar.gif (new file)
2079   /themes/default/images/progressbar1.gif (new file)
2080   /themes/default/images/progressbar2.gif (new file)
2081   /themes/default/default.css
2082   /themes/aqua/default.css
2083   /themes/cool/default.css
2084 ! Payment allocation js functions moved to allocate.js
2085 $ /purchasing/allocations/supplier_allocate.php 
2086   /sales/allocations/customer_allocate.php
2087 ! Some initializations moved from sales_order_ui.inc
2088 $ /sales/includes/cart_class.inc
2089 + Added javascript compression routine
2090 $ /includes/main.inc
2091
2092 14-May-2008 Joe Hunt
2093 # Minor bugs in the former fixing.
2094 $ /includes/ui/ui_lists.inc
2095
2096 14-May-2008 Joe Hunt
2097 # When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
2098   the records when there were no search values.
2099 $ /includes/ui/ui_lists.inc
2100
2101 09-May-2008 Joe Hunt
2102 ! Due to differences in Javascript the script update_db.php had to be changed.
2103 ! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
2104 $ /update_db.php
2105   /sql/en_US-new.sql
2106   /sql/en_US-demo.sql
2107   
2108 09-May-2008 Janusz Dobrowolski
2109 # Automatic calculation of not set item prices from home currency and base sales type settings.
2110 $ /admin/company_preferences.php
2111   /admin/db/company_db.inc
2112   /includes/ui/ui_lists.inc
2113   /sales/includes/cart_class.inc
2114   /sales/includes/sales_db.inc
2115   /sales/includes/db/sales_order_db.inc
2116   /sales/includes/db/sales_types_db.inc
2117   /sales/includes/ui/sales_credit_ui.inc
2118   /sales/includes/ui/sales_order_ui.inc
2119   /sales/manage/sales_types.php
2120   /sql/alter.sql
2121 # Fixed dev bug blocking change of price on order entry.
2122 $ /sales/includes/ui/sales_order_ui.inc
2123 # Small display fix
2124 $ /sales/manage/sales_people.php
2125
2126 30-Apr-2008 Joe Hunt
2127 # Fixed price update also in purchase order
2128 $ /purchasing/includes/ui/po_ui.inc
2129
2130 30-Apr-2008 Janusz Dobrowolski
2131 # Fixed price update when changing item in sales order.
2132 $ /includes/ui/ui_lists.inc
2133   /js/inserts.js
2134   /sales/includes/ui/sales_order_ui.inc
2135
2136 24-Apr-2008 Janusz Dobrowolski
2137 + Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file.
2138 $ /company/0/reporting (added new directory)
2139   /company/0/reporting/index.php
2140   /admin/create_coy.php
2141   /reporting/includes/reports_classes.inc
2142 # Warnings turned off in case of charset not supported by htmlspecialchars().
2143 $ /includes/db/connect_db.inc
2144 # Added content type encoding header
2145 $ /includes/page/header.inc
2146
2147 24-Apr-2008 Joe Hunt
2148 # Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to
2149   /includes/prefs/sysprefs.inc
2150 $ /includes/ui/items_cart.inc  
2151 # Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc
2152 $ /reporting/includes/pdf_report.inc
2153
2154 23-Apr-2008 Joe Hunt
2155 ! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.
2156   It will make it easier to design your own document layouts.
2157 $ /reporting/includes/pdf_report.inc
2158   /reporting/includes/header2.inc (new file)
2159   
2160 20-Apr-2008 Janusz Dobrowolski
2161 # Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
2162 $ /admin/create_coy.php
2163 ! Added missing include_once directives.
2164 $ /includes/ui/items_cart.inc
2165   /includes/ui/ui_lists.inc
2166   /includes/ui/ui_view.inc
2167 + Added ini default_charset unnecessary for planned ajax calls.
2168 $ /includes/lang/language.inc
2169
2170 19-Apr.2008 Joe Hunt
2171 # Bug (right to left text was done if price decimals were 3). A test sentense from a while
2172   ago wasn't removed.
2173 $ /reporting/includes/pdf_report.inc
2174
2175 18-Apr-2008 Janusz Dobrowolski
2176 # Additional checks on provisions and break point entry.
2177 $ /sales/manage/sales_people.php
2178 ! Modules purchasing, sales and taxes sealed against XSS attacks
2179 $ /install/save.php
2180   /admin/db/maintenance_db.inc
2181   /purchasing/includes/db/grn_db.inc
2182   /purchasing/includes/db/invoice_items_db.inc
2183   /purchasing/includes/db/po_db.inc
2184   /purchasing/includes/db/supp_trans_db.inc
2185   /purchasing/manage/suppliers.php
2186   /sales/includes/db/credit_status_db.inc
2187   /sales/includes/db/cust_trans_db.inc
2188   /sales/includes/db/cust_trans_details_db.inc
2189   /sales/includes/db/sales_order_db.inc
2190   /sales/includes/db/sales_types_db.inc
2191   /sales/manage/customer_branches.php
2192   /sales/manage/customers.php
2193   /sales/manage/sales_areas.php
2194   /sales/manage/sales_people.php
2195   /taxes/db/item_tax_types_db.inc
2196   /taxes/db/tax_groups_db.inc
2197   /taxes/db/tax_types_db.inc
2198
2199 18-Apr-2008 Joe Hunt
2200 ! Module gl sealed against XSS Attacks
2201 $ /gl/includes/db/gl_db_accounts.inc
2202   /gl/includes/db/gl_db_account_types.inc
2203   /gl/includes/db/gl_db_bank_accounts.inc
2204   /gl/includes/db/gl_db_bank_trans.inc
2205   /gl/includes/db/gl_db_bank_trans_types.inc
2206   /gl/includes/db/gl_db_currencies.inc
2207   /gl/includes/db/gl_db_trans.inc
2208   
2209 18-Apr-2008 Janusz Dobrowolski
2210 ! Modules admin and dimensions sealed against XSS attacks
2211 $ /admin/payment_terms.php
2212   /admin/shipping_companies.php
2213   /admin/db/company_db.inc
2214   /admin/db/maintenance_db.inc
2215   /admin/db/users_db.inc
2216   /admin/db/voiding_db.inc
2217   /dimensions/includes/dimensions_db.inc
2218
2219 18-Apr-2008 Joe Hunt
2220 ! Modules includes, inventory and manufacturing sealed against XSS attacks
2221 $ /includes/db/comments_db.inc
2222   /includes/db/inventory_db.inc
2223   /includes/db/references_db.inc
2224   /inventory/includes/db/items_category_db.inc
2225   /inventory/includes/db/items_db.inc
2226   /inventory/includes/db/items_locations_db.inc
2227   /inventory/includes/db/items_units_db.inc
2228   /inventory/includes/db/movement_types_db.inc
2229   /manufacturing/includes/db/work_centres_db.inc
2230   /manufacturing/includes/db/work_orders_db.inc
2231   /manufacturing/includes/db/work_orders_quick_db.inc
2232   /manufacturing/includes/db/work_order_issues_db.inc
2233   /manufacturing/includes/db/work_order_produce_items_db.inc
2234   
2235 18-Apr-2008 Janusz Dobrowolski
2236 ! Changed db_escape function to avoid XSS attacks via js db injection
2237 $ /includes/db/connect_db.inc
2238 # Database inserts/updates secured against js injection
2239 $ /admin/db/maintenance_db.inc
2240   /gl/includes/db/gl_db_accounts.inc
2241   /purchasing/includes/db/po_db.inc
2242   /sales/sales_order_entry.php
2243   /sales/includes/db/sales_order_db.inc
2244
2245 16-Apr-2008 Joe Hunt
2246 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
2247 $ /includes/ui/ui_lists.inc
2248
2249 09-Apr-2008 Janusz Dobrowolski
2250 # Fixed number formatting bug in standard cost update.
2251 $ /inventory/cost_update.php
2252
2253 -------------------- 2,0 Beta - released ----------------------------
2254
2255 06-Apr-2008 Joe Hunt
2256 ! Changed install.html and update.html to fit the new unstable release 2.0
2257 ! Changed demo sql script to fit the 2.0 unstable.
2258 $ install.html
2259   update.html
2260   /sql/en_US-demo.sql
2261   
2262 06-Apr-2008 Janusz Dobrowolski
2263 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
2264   /sales/customer_invoice.php
2265 # Fixed typo causing error while adding new tax type.
2266   /taxes/tax_types.php
2267   
2268 05-Apr-2008 Joe Hunt
2269 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
2270 $ /admin/create_coy.php
2271
2272 05-Apr-2008 Joe Hunt
2273 # Removed annoying warnings in several reports. 
2274 $ config.php 
2275   /reporting/rep102.php
2276   /reporting/rep104.php
2277   /reporting/rep201.php
2278   /reporting/rep203.php
2279   /reporting/rep705.php
2280   /reporting/rep706.php
2281   /reporting/rep707.php
2282   /reporting/rep709.php
2283   /reporting/reports_main.php
2284   /reporting/includes/pdf_report.inc
2285   
2286 04-Apr-2008 Janusz Dobrowolski
2287 # Javascript bugfix in selecting orders for template.
2288 $ /sales/inquiry/sales_orders_view.php
2289
2290 04-Apr-2008 Joe Hunt
2291 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
2292 + Preparing for download of release 2.0b on SourceForge.
2293 $ config.php
2294   update.html
2295   /sql/en_US-new.sql
2296   /sql/en_US-demo.sql
2297   
2298 02-Apr-2008 Janusz Dobrowolski
2299 # Removed selector expansion on space key for multi-line selectors
2300 $ /js/inserts.js
2301 ! Hiding search button in combo selectors for javascript enabled browsers
2302 $ /includes/ui/ui_lists.inc
2303   /js/inserts.js
2304 + Focus set to invalid form field after submit check fail
2305 $ /admin/company_preferences.php
2306   /admin/fiscalyears.php
2307   /admin/gl_setup.php
2308   /admin/payment_terms.php
2309   /admin/shipping_companies.php
2310   /admin/users.php
2311   /admin/void_transaction.php
2312   /dimensions/dimension_entry.php
2313   /gl/bank_transfer.php
2314   /gl/gl_deposit.php
2315   /gl/gl_journal.php
2316   /gl/gl_payment.php
2317   /gl/manage/bank_accounts.php
2318   /gl/manage/bank_trans_types.php
2319   /gl/manage/currencies.php
2320   /gl/manage/exchange_rates.php
2321   /gl/manage/gl_account_classes.php
2322   /gl/manage/gl_account_types.php
2323   /gl/manage/gl_accounts.php
2324   /inventory/adjustments.php
2325   /inventory/cost_update.php
2326   /inventory/prices.php
2327   /inventory/purchasing_data.php
2328   /inventory/transfers.php
2329   /inventory/manage/item_categories.php
2330   /inventory/manage/item_units.php
2331   /inventory/manage/items.php
2332   /inventory/manage/locations.php
2333   /inventory/manage/movement_types.php
2334   /manufacturing/work_order_add_finished.php
2335   /manufacturing/work_order_entry.php
2336   /manufacturing/work_order_issue.php
2337   /manufacturing/work_order_release.php
2338   /manufacturing/manage/bom_edit.php
2339   /manufacturing/manage/work_centres.php
2340   /purchasing/po_entry_items.php
2341   /purchasing/po_receive_items.php
2342   /purchasing/supplier_credit.php
2343   /purchasing/supplier_credit_grns.php
2344   /purchasing/supplier_invoice.php
2345   /purchasing/supplier_invoice_grns.php
2346   /purchasing/supplier_payment.php
2347   /purchasing/supplier_trans_gl.php
2348   /purchasing/allocations/supplier_allocate.php
2349   /purchasing/manage/suppliers.php
2350   /sales/credit_note_entry.php
2351   /sales/customer_credit_invoice.php
2352   /sales/customer_delivery.php
2353   /sales/customer_invoice.php
2354   /sales/customer_payments.php
2355   /sales/sales_order_entry.php
2356   /sales/allocations/customer_allocate.php
2357   /taxes/item_tax_types.php
2358   /taxes/tax_groups.php
2359   /taxes/tax_types.php
2360 # Set default focus in update_db.php
2361 $ /admin/backups.php
2362
2363 29-Mar-2008 Janusz Dobrowolski
2364 # Changed gl_all_accounts_list() API
2365 $ /includes/ui/ui_lists.inc
2366 + Enhanced list accessability in kbd usage via space key
2367 $ js/inserts.js
2368
2369 28-Mar-2008 Janusz Dobrowolski
2370 # Fixed headers for various display mode
2371 $ /sales/inquiry/sales_orders_view.php
2372
2373 28-Mar-2008 Joe Hunt
2374 + Added print document options in inquiries.
2375 $ /sales/inquiry/customer_inquiry.php
2376   /sales/inquiry/sales_orders_view.php
2377   /sales/inquiry/sales_deliveries_view.php
2378   /purchasing/inquiry/po_search.php
2379   /purchasing/inquiry/po_search_completed.php
2380   
2381 28-Mar-2008 Joe Hunt
2382 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
2383 $ /sales/includes/db/customers_db.inc
2384 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
2385 $ /sales/includes/db/sales_credit_db.inc
2386 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
2387 $ /reporting/includes/doctext.inc
2388   /reporting/includes/doctext2.inc
2389 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
2390 $ /reporting/rep101.php
2391   /reporting/rep102.php
2392
2393 28-Mar-2008 Janusz Dobrowolski
2394 # Layout/focus fixes for no_[customer/supplier/item]_list option on
2395 $  /includes/ui/ui_lists.inc
2396    /purchasing/includes/ui/po_ui.inc
2397    /sales/credit_note_entry.php
2398    /sales/sales_order_entry.php
2399    /sales/includes/ui/sales_credit_ui.inc
2400    /sales/includes/ui/sales_order_ui.inc
2401
2402 27-Mar-2008 Janusz Dobrowolski
2403 + Automatic first field focus on page start, focus order preserved between form updates
2404 $  /gl/inquiry/gl_account_inquiry.php
2405    /includes/page/footer.inc
2406    /includes/ui/ui_controls.inc
2407    /includes/ui/ui_input.inc
2408    /includes/ui/ui_lists.inc
2409    /includes/ui/ui_view.inc
2410    /js/inserts.js
2411    /sales/sales_order_entry.php
2412    /sales/credit_note_entry.php
2413    /sales/includes/ui/sales_credit_ui.inc
2414    /sales/includes/ui/sales_order_ui.inc
2415 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
2416 $  /includes/ui/ui_input.inc
2417 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
2418 $  /gl/gl_deposit.php
2419    /gl/gl_journal.php
2420    /gl/gl_payment.php
2421    /gl/includes/ui/gl_deposit_ui.inc
2422    /gl/includes/ui/gl_journal_ui.inc
2423    /gl/includes/ui/gl_payment_ui.inc
2424    /includes/ui/ui_view.inc
2425    /purchasing/po_entry_items.php
2426    /purchasing/includes/ui/po_ui.inc
2427    /sales/sales_order_entry.php
2428    /sales/includes/ui/sales_credit_ui.inc
2429    /sales/includes/ui/sales_order_ui.inc
2430    /js/inserts.js
2431 ! get_js_set_focus moved from ui_view (this is only standalone form).
2432    /update_db.php
2433 # Fixed debit/credit entry check 
2434 $  /gl/gl_journal.php
2435 # Restored GET/POST security check on path_to_root
2436 $  /config.php
2437
2438 26-Mar-2008 Janusz Dobrowolski
2439 # Bug fixes in purchase module related to tax structure changes.
2440 $  /purchasing/includes/supp_trans_class.inc
2441    /purchasing/includes/db/invoice_db.inc
2442    /purchasing/includes/db/invoice_items_db.inc
2443    /purchasing/includes/ui/invoice_ui.inc
2444    /reporting/rep105.php
2445
2446 25-Mar-2008 Janusz Dobrowolski
2447 ! Per company pdf, backup and graphics directories in 'company' dir.
2448 $  /company (new dir)
2449    /company/0 (new dir)
2450    /company/0/images/ (new dir)
2451    /company/0/images/102.jpg    (moved from inventory/manage/image)
2452    /company/0/images/103.jpg    (moved from inventory/manage/image)
2453    /company/0/images/104.jpg    (moved from inventory/manage/image)
2454    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
2455    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
2456    /admin/backups.php
2457    /admin/create_coy.php
2458    /admin/db/maintenance_db.inc
2459    /install/index.php
2460    /reporting/rep102.php
2461    /reporting/rep104.php
2462    /reporting/rep202.php
2463    /reporting/rep303.php
2464    /reporting/rep706.php
2465    /reporting/rep707.php
2466    /reporting/includes/pdf_report.inc
2467    /inventory/manage/items.php
2468
2469 + jscript component caching (enables browser caching and future compression)
2470 $  /includes/session.inc
2471    /includes/main.inc
2472    /includes/page/header.inc
2473    /includes/ui/ui_view.inc
2474    /admin/display_prefs.php
2475    /config.php
2476
2477 - Removed obsolete file
2478 $  /sales/includes/ui/print_invoice.inc
2479
2480 21-Mar-2008 Janusz Dobrowolski
2481 ! Total Allocation/Left to Allocate update without page submit.
2482 $  /includes/ui/ui_view.inc
2483    /purchasing/allocations/supplier_allocate.php
2484    /sales/allocations/customer_allocate.php
2485 # Fixed unvisable under IE editbutton
2486 $  /themes/aqua/default.css
2487    /themes/cool/default.css
2488    /themes/default/default.css
2489
2490 20-Mar-2008 Janusz Dobrowolski
2491 # Excluding delivery notes from Customer Balances, removed warnings. 
2492 $  /reporting/rep101.php 
2493 # Divide by zero fix on order_price==0 in new supplier invoice
2494 $  /purchasing/supplier_invoice_grns.php
2495 # Database bug fix in new customer entry
2496 $  /sales/manage/customers.php
2497 # Small bug fix (warnings) in is_date() function.
2498 $  /includes/date_functions.inc
2499
2500 18-Mar-2008 Janusz Dobrowolski
2501 # Line items editor uses POST method - no disappearing shippment info.
2502 $  /sales/credit_note_entry.php
2503    /sales/sales_order_entry.php
2504    /sales/includes/ui/sales_credit_ui.inc
2505    /sales/includes/ui/sales_order_ui.inc
2506 + Added edit_button_cell() function
2507 $  /includes/ui/ui_controls.inc
2508 + Helper function for finding indexed submit $_POST vars.
2509 $  /includes/ui/ui_input.inc
2510 + New class .editbutton for buttons. Default view is link alike.
2511 $  /themes/aqua/default.css
2512    /themes/cool/default.css
2513    /themes/default/default.css
2514
2515 17-Mar-2008 Janusz Dobrowolski
2516 # Added rounding when needed to avoid document non cosistent documents.
2517 $  /includes/banking.inc
2518    /purchasing/supplier_credit_grns.php
2519    /purchasing/supplier_invoice_grns.php
2520    /purchasing/includes/supp_trans_class.inc
2521    /purchasing/includes/ui/invoice_ui.inc
2522    /purchasing/includes/ui/po_ui.inc
2523    /reporting/rep107.php
2524    /reporting/rep109.php
2525    /reporting/rep110.php
2526    /reporting/rep209.php
2527    /sales/includes/cart_class.inc
2528    /sales/includes/ui/sales_credit_ui.inc
2529    /sales/includes/ui/sales_order_ui.inc
2530    /sales/view/view_credit.php
2531    /sales/view/view_dispatch.php
2532    /sales/view/view_invoice.php
2533    /sales/view/view_sales_order.php
2534    /taxes/tax_calc.inc
2535 # Sign bug for customer transactions
2536 $  /reporting/rep709.php
2537 # Include file conflict fix
2538 $ /purchasing/includes/ui/invoice_ui.inc
2539   /gl/manage/bank_accounts.php
2540   /manufacturing/inquiry/where_used_inquiry.php
2541   /purchasing/manage/suppliers.php
2542   
2543 16-Mar-2008 Janusz Dobrowolski
2544 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
2545 $  /js/behaviour.js
2546    /js/inserts.js
2547 + Added javascript source collecting functions
2548 $  /includes/main.inc
2549 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
2550 + Added global js code collecting arrays  $js_lib, $js_static
2551 $  /includes/session.inc
2552 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
2553 $  /includes/ui/ui_view.inc
2554 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
2555 $  /includes/page/footer.inc
2556    /includes/page/header.inc
2557 ! Added including of data_checks.inc
2558 $  /includes/ui.inc
2559 + User side percent/exrate/qty/price input formatting via onblur handler.
2560 $  /admin/gl_setup.php
2561    /gl/gl_budget.php
2562    /gl/manage/exchange_rates.php
2563    /includes/ui/ui_input.inc
2564    /inventory/purchasing_data.php
2565    /inventory/reorder_level.php
2566    /inventory/includes/item_adjustments_ui.inc
2567    /inventory/includes/stock_transfers_ui.inc
2568    /manufacturing/work_order_entry.php
2569    /manufacturing/manage/bom_edit.php
2570    /purchasing/po_entry_items.php
2571    /purchasing/po_receive_items.php
2572    /purchasing/supplier_credit.php
2573    /purchasing/supplier_credit_grns.php
2574    /purchasing/supplier_invoice_grns.php
2575    /purchasing/supplier_trans_gl.php
2576    /purchasing/allocations/supplier_allocate.php
2577    /purchasing/includes/ui/po_ui.inc
2578    /sales/customer_delivery.php
2579    /sales/customer_invoice.php
2580    /sales/allocations/customer_allocate.php
2581    /sales/includes/ui/sales_credit_ui.inc
2582    /sales/includes/ui/sales_order_ui.inc
2583    /taxes/tax_groups.php
2584    /taxes/tax_types.php
2585
2586 14-Mar-2008 Janusz Dobrowolski
2587  + All forms fixed to accept user native numeric format.
2588  $ /admin/gl_setup.php
2589    /gl/bank_transfer.php
2590    /gl/gl_budget.php
2591    /gl/gl_deposit.php
2592    /gl/gl_journal.php
2593    /gl/gl_payment.php
2594    /gl/includes/db/gl_db_banking.inc
2595    /gl/includes/ui/gl_deposit_ui.inc
2596    /gl/includes/ui/gl_journal_ui.inc
2597    /gl/includes/ui/gl_payment_ui.inc
2598    /gl/manage/exchange_rates.php
2599    /inventory/adjustments.php
2600    /inventory/cost_update.php
2601    /inventory/prices.php
2602    /inventory/purchasing_data.php
2603    /inventory/reorder_level.php
2604    /inventory/transfers.php
2605    /inventory/includes/item_adjustments_ui.inc
2606    /inventory/includes/stock_transfers_ui.inc
2607    /inventory/manage/item_units.php
2608    /manufacturing/work_order_entry.php
2609    /manufacturing/inquiry/where_used_inquiry.php
2610    /manufacturing/manage/bom_edit.php
2611    /purchasing/po_entry_items.php
2612    /purchasing/po_receive_items.php
2613    /purchasing/supplier_credit_grns.php
2614    /purchasing/supplier_invoice_grns.php
2615    /purchasing/supplier_payment.php
2616    /purchasing/supplier_trans_gl.php
2617    /purchasing/allocations/supplier_allocate.php
2618    /purchasing/includes/ui/po_ui.inc
2619    /purchasing/inquiry/po_search.php
2620    /sales/credit_note_entry.php
2621    /sales/customer_credit_invoice.php
2622    /sales/customer_delivery.php
2623    /sales/customer_invoice.php
2624    /sales/customer_payments.php
2625    /sales/sales_order_entry.php
2626    /sales/allocations/customer_allocate.php
2627    /sales/includes/ui/sales_credit_ui.inc
2628    /sales/includes/ui/sales_order_ui.inc
2629    /sales/manage/customers.php
2630    /sales/manage/sales_people.php
2631    /sales/view/view_credit.php
2632    /sales/view/view_dispatch.php
2633    /sales/view/view_invoice.php
2634    /sales/view/view_receipt.php
2635    /sales/view/view_sales_order.php
2636    /taxes/item_tax_types.php
2637    /taxes/tax_groups.php
2638    /taxes/tax_types.php
2639  + User format functions for percent/price/exrate amounts display.
2640  $ /includes/current_user.inc
2641  + Input checking functions for numeric input fields in user native format
2642  $ /includes/data_checks.inc
2643  + Numeric input fields in user native format
2644  $ /includes/ui/ui_input.inc
2645  + Javascript function for conversion to/from user native numeric format.
2646  $ /includes/ui/ui_view.inc
2647  + New class amount for numeric input
2648  $ /themes/aqua/default.css
2649    /themes/cool/default.css
2650    /themes/default/default.css
2651  # Removed warning on adding component
2652    /manufacturing/manage/bom_edit.php
2653  # Quantity display correction
2654    /manufacturing/inquiry/where_used_inquiry.php
2655  # Fixed add_customer_trans() call
2656    /gl/includes/db/gl_db_banking.inc
2657
2658 12-Mar-2008 Joe Hung
2659  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
2660  - Removed default insertion of Units of Measure. Not neccessary.
2661  $ /sql/alter.sql
2662    /admin/db/maintenance_db.inc (added support for update)
2663
2664 11-Mar-2008 Janusz Dobrowolski
2665  + Table of measure moved into new table item_units
2666  ! Removed $themes[] from config.php, theme list based on directory structure
2667  $ /config.php
2668    /includes/ui/ui_lists.inc
2669    /applications/inventory.php
2670    /inventory/includes/inventory_db.inc
2671    /inventory/includes/db/items_units_db.inc
2672    /inventory/manage/item_units.php
2673    /inventory/manage/items.php
2674    /sql/alter.sql
2675
2676 11-Mar-2008 Joe Hunt
2677  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
2678  $ /sales/customer_invoice.php
2679    /sales/customer_delivery.php
2680  
2681 10-Mar-2008 Joe Hunt
2682  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
2683  $ /sales/sales_order_entry.php
2684  
2685 10-Mar-2008 Janusz Dobrowolski
2686  + Added price list selector to sales entry (debtor_master gives only default one)
2687  + Added optional submit_on_change parameter to sales ui lists
2688  $ /includes/ui/ui_lists.inc
2689    /sales/sales_order_entry.php
2690    /sales/includes/ui/sales_credit_ui.inc
2691    /sales/includes/ui/sales_order_ui.inc
2692  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
2693  $ /sales/includes/cart_class.inc
2694    /includes/ui/ui_view.inc
2695    /sales/includes/sales_db.inc
2696  # Fixed bogus sales_type lists in edition mode
2697  $ /sales/customer_delivery.php
2698    /sales/customer_invoice.php
2699  # Smaller fixes, cart_class.sales_type name change
2700  $ /sales/includes/ui/sales_credit_db.inc
2701    /sales/credit_note_entry.php
2702    /sales/customer_credit_invoice.php
2703    /sales/includes/cart_class.inc
2704    /sales/includes/db/sales_credit_db.inc
2705    /sales/includes/db/sales_delivery_db.inc
2706    /sales/includes/db/sales_invoice_db.inc
2707    /sales/includes/db/sales_order_db.inc
2708    /sales/includes/ui/sales_credit_ui.inc
2709  # One another pmWiki name conflict removed
2710  $ /admin/display_prefs.php
2711  
2712 09-Mar-2008 Joe Hunt
2713  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
2714  $ /dimensions/includes/dimensions_db.inc
2715    /gl/includes/db/gl_db_banking.inc
2716    /includes/main.inc
2717    /inventory/includes/db/items_adjust_db.inc
2718    /manufacturing/includes/db/work_order_issues_db.inc
2719    /manufacturing/includes/db/work_order_produce_items_db.inc
2720    /manufacturing/includes/db/work_orders_db.inc
2721    /manufacturing/includes/db/work_orders_quick_db.inc
2722    /purchasing/includes/db/grn_db.inc
2723    /purchasing/includes/db/po_db.inc
2724    /purchasing/includes/db/supp_payment_db.inc
2725    /reporting/includes/form_types.inc (File removed)
2726    /sales/includes/db/sales_delivery_db.inc
2727    /sales/includes/db/sales_invoice_db.inc
2728    /sales/includes/db/sales_order_db.inc
2729    /sql/alter.sql
2730  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
2731  $ /reporting/rep101.php
2732    /reporting/rep201.php
2733  # clone replacement do_clone() for both PHP 4 and PHP 5.
2734  $ /includes/ui/ui_view.inc (at the very bottom)
2735    /sales/includes/cart_class.inc
2736    
2737 07-Mar-2008 Janusz Dobrowolski
2738  ! Changed name tax type uniqueness constraint to (name, rate)
2739  $ /includes/ui/ui_lists.inc
2740    /taxes/items_tax_types.php
2741  ! Tax included option moved from tax_group to sales_types table
2742  $ includes/ui/ui_view.inc
2743    /purchasing/includes/ui/invoice_ui.inc
2744    /taxes/tax_calc.inc
2745    /taxes/tax_groups.php
2746    /taxes/db/tax_groups_db.inc
2747    /sql/alter.sql
2748  # Final rewriting of sales module, a lot of bugfixes.
2749  + Template delivery/invoicing
2750  + Concurrent document editing control on sql level
2751  + Most of sales documents are now editable
2752  + Some links to print documents after entry
2753  ! Changed javascript helper function for customer allocations
2754  $ /applications/customers.php
2755    /includes/ui/ui_input.inc
2756    /reporting/rep107.php
2757    /reporting/rep109.php
2758    /reporting/rep110.php
2759    /sales/credit_note_entry.php
2760    /sales/customer_credit_invoice.php
2761    /sales/customer_delivery.php
2762    /sales/customer_invoice.php
2763    /sales/customer_payments.php
2764    /sales/sales_order_entry.php
2765    /sales/allocations/customer_allocate.php
2766    /sales/allocations/customer_allocation_main.php
2767    /sales/includes/cart_class.inc
2768    /sales/includes/sales_db.inc
2769    /sales/includes/sales_ui.inc
2770    /sales/includes/db/cust_trans_db.inc
2771    /sales/includes/db/cust_trans_details_db.inc
2772    /sales/includes/db/custalloc_db.inc
2773    /sales/includes/db/customers_db.inc
2774    /sales/includes/db/payment_db.inc
2775    /sales/includes/db/sales_credit_db.inc
2776    /sales/includes/db/sales_delivery_db.inc
2777    /sales/includes/db/sales_invoice_db.inc
2778    /sales/includes/db/sales_order_db.inc
2779    /sales/includes/db/sales_types_db.inc
2780    /sales/includes/ui/print_invoice.inc
2781    /sales/includes/ui/sales_credit_ui.inc
2782    /sales/includes/ui/sales_order_ui.inc
2783    /sales/inquiry/customer_allocation_inquiry.php
2784    /sales/inquiry/customer_inquiry.php
2785    /sales/inquiry/sales_deliveries_view.php
2786    /sales/inquiry/sales_orders_view.php
2787    /sales/manage/credit_status.php
2788    /sales/manage/sales_types.php
2789    /sales/view/view_credit.php
2790    /sales/view/view_dispatch.php
2791    /sales/view/view_invoice.php
2792    /sales/view/view_receipt.php
2793    /sales/view/view_sales_order.php
2794 # Removed function name conflict with wiki help system
2795    /includes/lang/language.php
2796    
2797 06-Mar-2008 Janusz Dobrowolski
2798  + Wiki help links integration
2799  $ /config.php
2800    /includes/page/header.inc
2801    /includes/lang/language.php
2802  + Optional debuging with xdebug module
2803  $ /index.php
2804    /includes/db/connect_db.inc
2805  ! Concurrent edition fix
2806  $  /includes/systypes.inc
2807  # Table header fix
2808  $  /manufacturing/manage/bom_edit.php
2809  # Menu layout fixes
2810  $ /themes/aqua/renderer.php
2811    /themes/cool/renderer.php
2812    /themes/default/renderer.php
2813  # Removed warning about nonexistent $_GET variable
2814  $ /dimensions/inquiry/search_dimensions.php
2815  # MySQL 3.xx CAST bug fix
2816  $ /includes/db/manufacturing_db.inc
2817    /manufacturing/includes/db/work_order_requirements_db.inc
2818    /manufacturing/inquiry/where_used_inquiry.php
2819
2820 04-Mar-2008 Joe Hunt
2821  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
2822    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
2823  $ /inventory/cost_update.php
2824    /purchasing/includes/db/grn_db.inc and
2825    /manufacturing/manage/bom_edit.php. 
2826    /manufacturing/includes/db/work_orders_db.inc
2827    /manufacturing/includes/db/work_orders_quick_db.inc
2828    /manufacturing/work_order_entry.php
2829   
2830 21-Feb-2008 Joe Hunt
2831  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
2832  $ /admin/view_print_transaction.php
2833    /applications/setup.php
2834   
2835 17-Feb-2008 Joe Hunt
2836  ! Minor change in menu and function in view_print_transaction.php
2837  $ /admin/view_print_transaction.php
2838    /application/setup.php
2839  + Preparing for print of single documents
2840  $ /reporting/includes/reporting.inc
2841  ! Removing 'out' field in table tax_types
2842  $ /sql/alter.sql
2843    /taxes/tax_types.php
2844    /taxes/db/tax_types_db.inc
2845  + Added 2 functions in ui_input.inc, button and button_cell
2846    /includes/ui/ui_input.inc
2847
2848 11-Feb-2008 Joe Hunt
2849  + Added file, update_db.php, for updating company databases from an SQL script.
2850  $ update_db.php (New file)
2851    update.html
2852   
2853 06-Fef-2008 Joe Hunt
2854  + Added Report, Salesman Listing, rep106.php. 
2855  $ /reporting/reports_main.php
2856    /reporting/rep106.php
2857   
2858 06-Feb-2008 Janusz Dobrowolski
2859  + Separation of customer invoice issue and goods delivery.
2860  + Batch invoicing for more than one delivery
2861  # Corrected inadequate shipping tax calculations.
2862  ! Default debugging status changed to off.
2863  $ /taxes/tax_calc.inc
2864    /taxes/db/tax_groups_db.inc
2865    /admin/db/voiding_db.inc
2866    /applications/customers.php
2867    /includes/systypes.inc
2868    /includes/types.inc
2869    /includes/ui/ui_controls.inc
2870    /includes/ui/ui_lists.inc
2871    /includes/ui/ui_view.inc
2872    /inventory/inquiry/stock_status.php
2873    /reporting/rep105.php
2874    /reporting/rep107.php
2875    /reporting/rep109.php
2876    /reporting/rep110.php 
2877    /reporting/rep209.php
2878    /reporting/reports_main.php
2879    /reporting/includes/doctext.inc
2880    /reporting/includes/doctext2.inc
2881    /reporting/includes/form_types.inc
2882    /reporting/includes/pdf_report.inc
2883    /reporting/includes/reports_classes.inc
2884    /sales/customer_credit_invoice.php
2885    /sales/customer_invoice.php
2886    /sales/sales_order_entry.php
2887    /sales/customer_delivery.php 
2888    /sales/includes/db/sales_delivery_db.inc 
2889    /sales/includes/ui/print_invoice.inc 
2890    /sales/includes/cart_class.inc
2891    /sales/includes/sales_db.inc
2892    /sales/includes/db/cust_trans_db.inc
2893    /sales/includes/db/cust_trans_details_db.inc
2894    /sales/includes/db/sales_credit_db.inc
2895    /sales/includes/db/sales_invoice_db.inc
2896    /sales/includes/db/sales_order_db.inc
2897    /sales/includes/ui/sales_order_ui.inc
2898    /sales/inquiry/customer_allocation_inquiry.php
2899    /sales/inquiry/customer_inquiry.php
2900    /sales/inquiry/sales_orders_view.php
2901    /sales/inquiry/sales_deliveries_view.php 
2902    /sales/view/view_dispatch.php
2903    /sales/view/view_invoice.php
2904    /sales/view/view_sales_order.php
2905    /sql/alter.sql
2906    config.php
2907   
2908 01-Feb-2008 Joe Hunt
2909  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
2910  $ /sales/includes/cart_class.inc
2911    /sales/includes/db/sales_credit_db.inc
2912    /sales/includes/db/sales_invoice_db.inc
2913    /sales/includes/db/sales_order_db.inc
2914    /sales/includes/db/cust_trans_details_db.inc
2915    /sales/includes/ui/sales_order_ui.inc
2916    /sales/includes/ui/sales_credit_ui.inc
2917    /sales/credit_note_entry.php
2918    /sales/customer_credit_invoice.php
2919    /sales/sales_order_entry.php
2920    /sales/customer_invoice.php
2921
2922 31-Jan-2008 Joe Hunt
2923  ! New Release 2.0 Pre Alpha
2924  $ config.php
2925  # Fixed a release 2 related bug in create_coy.php
2926  $ /admin/create_coy.php
2927  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
2928    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
2929    with these databases changes without any new files. They are coming as soon as possible.
2930  $ /sql/alter.sql (New file)  
2931  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
2932    and 2 related files
2933  $ /purchasing/supplier_trans_gl.php
2934    /purchasing/includes/db/invoice_items_db.inc
2935  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
2936  $ /includes/ui/ui_lists.inc
2937    /purchasing/includes/ui/po_ui.inc
2938    /sales/includes/ui/sales_order_ui.inc
2939    /admin/company_preferences.php
2940    /admin/db/company_db.inc
2941    config.php
2942  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
2943    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
2944  $ /sales/manage/sales_people.php
2945    /includes/ui/ui_input.inc
2946  
2947 -------------------- 2,0 Pre Alpha - above ----------------------------
2948 31-Jan-2008 Janusz Dobrowolski
2949  # Minor bugfix in db_import()
2950  $ /admin/db/maintenance_db.inc
2951  
2952 30-Jan-2008 Janusz Dobrowolski
2953  # Minor display fix in tax_types.php
2954  $ /taxes/tax_types.php
2955  ! Format cleanup on some files.
2956  $ /gl/includes/gl_db.inc
2957    /gl/includes/gl_ui.inc
2958    /applications/application.php
2959    frontaccounting.php
2960    index.php
2961    
2962 -------------------- 1.16 Stable Released ----------------------
2963 28-Jan-2008 Joe Hunt
2964  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
2965    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
2966    and $no_supplier_list. Default is the normal behavior for all listboxes.
2967  $ /includes/ui/ui_lists.inc
2968    /sales/includes/ui/sales_orders_ui.inc
2969    /purchases/includes/ui/po_ui.inc
2970    /themes/default/images/locate.png (New file)
2971    config.php
2972
2973  + Added ALTER TABLE possibility in db_import. For future releases.
2974  $ /admin/db/maintenence_db.inc  
2975
2976  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
2977  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
2978  $ /includes/db/connect_db.inc
2979    /includes/ui/ui_lists.inc
2980    /includes/page/header.inc
2981    /access/login.php
2982    
2983 16-Jan-2008 Joe Hunt
2984  # When login screen is displayed after session timeout page content is broken. It
2985    is because of NOT using absolute paths in href attribute theme elements.
2986  $ /access/login.php
2987  
2988 30-Dec-2007 Joe Hunt
2989  # Minor adjustments in function db_export on line 325
2990  $ /admin/db/maintenance_db.inc
2991  
2992 29-Dec-2007 Joe Hunt
2993  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
2994  $ config.php
2995  
2996  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
2997    Also fixed a unneccessary str_replace when importing sql scripts.
2998  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
2999  $ /admin/db/maintenance_db.inc
3000    /reporting/includes/pdf_report.inc
3001    
3002 13-Dec-2007 Joe Hunt
3003  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
3004  $ /gl/inquiry/gl_trial_balance.php
3005    /gl/inquiry/gl_account_inquiry.php
3006
3007 13-Dec-2007 Joe Hunt
3008  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
3009  $ /admin/db/voiding_db.inc
3010  
3011 06-Dec-2007 Joe Hunt
3012  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
3013  $ /gl/gl_payment.php
3014    /gl/includes/ui/gl_payment_ui.inc
3015    
3016  ! Changed $loc_notification to be set to 0 instead of 1.
3017  $ config.php
3018  
3019 -------------------- 1.15 Stable Released ----------------------
3020 05-Dec-2007 Joe Hunt
3021  + Added email notification to stock location when available stock is below reorder level
3022  $ config.php
3023    /sales/includes/db/sales_order_db.inc
3024    
3025  # Fixed bugs in Open balances when account is not a balance account
3026  $ /gl/inquiry/gl_trial_balance.php
3027    /gl/inquiry/gl_account_inquiry.php
3028    /reporting/rep704.php
3029    /reporting/rep708.php
3030    
3031 -------------------- 1.14 Stable Released ----------------------
3032 01-Oct-2007 Joe Hunt
3033  ! Major change in the installation of modules to also accept an SQL-file for upload.
3034  $ config.php
3035    /admin/inst_module.php
3036    /admin/db/maintenance_db.inc
3037    
3038 30-Sep-2007 Joe Hunt
3039  # The following files were still vulnerable. Fixed
3040  $ /access/login.php
3041    /includes/lang/language.php
3042
3043 -------------------- 1.13 Stable Released ----------------------
3044 14-Sep-2007 Joe Hunt
3045  + Added optional link for electronic payment on invoices (PayPal). 
3046  ! Better support for install/update languages.  
3047  ! Minor adjustments
3048  # Fixed a vulnerable item in config.php
3049  $ config.php
3050
3051 14-Sep-2007 Joe Hunt
3052  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
3053  # config.php has been vulnerable. Fixed.
3054  $ /admin/inst_lang.php
3055  $ config.php
3056  
3057 10-Sep-2007 Joe Hunt
3058  ! Changed Bank Address field from text to textarea (multirows)
3059  $ /gl/manage/bank_accounts.php
3060  
3061 06-Sep-2007 Joe Hunt
3062  + Added optional link for electronic payment on invoices (PayPal)
3063  $ /reporting/reports_main.php
3064    /reporting/rep107.php
3065    /reporting/includes/report_classes.inc
3066    /reporting/includes/pdf_report.inc
3067    /reporting/includes/doc_text.inc
3068    /reporting/includes/doc_text2.inc
3069    
3070 23-Aug-2007 Joe Hunt
3071  # Unnecessary parameter ($db) in check_for_recursive_bom
3072  $ /manufacturing/manage/bom_edit.php
3073  
3074 21-Aug-2007 Joe Hunt
3075  # Bug in /includes/lang/gettext.php (249) affecting changing language!
3076  $ /includes/lang/gettext.php
3077  
3078 08-Aug-2007 Joe Hunt
3079  # Minor adjustments
3080  $ config.php
3081    /access/login.php
3082    /admin/create_coy.php
3083    /reporting/includes/pdf_report.inc
3084    
3085 04-Aug-2007 Joe Hunt
3086  + Added a default fiscal year in the en_US-new.sql and start references.
3087  $ /sql/en_US-new.sql
3088  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
3089  $ /lang/en_US/LC_MESSAGES/en_US.mo
3090  
3091 03-Aug-2007 Joe Hunt
3092  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
3093  $ /sales/includes/db/sales_order_db.inc
3094  
3095 23-Jul-2007 Joe Hunt
3096  # Changed <? in front of 2 files to <?php.
3097  $ /purchasing/includes/purchasing_ui.inc
3098    /reporting/includes/class.mail.inc
3099    
3100 -------------------- 1.12 Stable Released ----------------------
3101 21-Jul-2007 Joe Hunt
3102  + Added option to handle Jalali and Islamic Calendars
3103  ! Minor adjustments
3104  $ config.php
3105    /gl/includes/db/gl_db_trans.inc
3106    /includes/date_functions.inc
3107    /includes/ui/ui_input.inc
3108    /includes/ui/ui_lists.inc
3109    /includes/ui/ui_view.inc
3110    /purchasing/po_receive_items.php
3111    /purchasing/includes/ui/invoice_ui.inc
3112    /purchasing/includes/ui/po_ui.inc
3113    /reporting/rep705.php
3114    /sales/includes/db/sales_order_db.inc
3115    /sales/includes/ui/sales_order_ui.inc
3116    
3117 20-Jul-2007 Joe Hunt
3118  ! Changed parameters on report Sales Order. Option to print as Quote.
3119  $ /reporting/reports_main.php
3120    /reporting/rep109.php
3121    /reporting/includes/pdf_report.inc
3122    /reporting/includes/doctext.inc
3123    /reporting/includes/doctext2.inc
3124  
3125 19-Jul-2007 Joe Hunt
3126  + Added Budget Entry in General Ledger. Includes Dimensions.
3127  $ config.php
3128    /applications/generalledger.php
3129    /gl/gl_budget.php (New File!)
3130    /gl/includes/db/gl_db_trans.inc
3131    /includes/date_functions.inc
3132    /reporting/report_classes.inc
3133    
3134 -------------------- 1.11 Stable Released ----------------------
3135 04-Jul-2007 Joe Hunt
3136  ! Option for using alpha numeric chart of accounts.
3137  $ config.php
3138    /gl/manage/gl_accounts.php
3139    /gl/includes/db/gl_db_accounts.inc
3140    /gl/includes/db/gl_db_bank_trans.inc
3141    /gl/includes/db/gl_db_trans.inc
3142    /gl/inquiry/gl_trial_balance.inc
3143    /admin/db/company_db.inc
3144    /inventory/includes/db/items_db.inc
3145    /sales/manage/customer_branches.inc
3146
3147 04-Jul-2007 Joe Hunt
3148  # Problems retrieving language texts for poEdit in long javascripts
3149  $ /includes/ui/ui_view.inc
3150  
3151 04-May-2007 Joe Hunt
3152  # Database error when updating more than one item row in Sales Orders.
3153  $ /sales/includes/db/sales_order_db.inc
3154  # Database error when inserting work order issues. Fixed.
3155  $ /manufacturing/includes/db/work_order_issues_db.inc
3156  
3157 03-May-2007 Joe Hunt
3158  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
3159  $ /includes/db/manufacturing_db.inc
3160    /manufacturing/includes/db/work_order_requirements_db.inc
3161
3162 02-May-2007 Joe Hunt
3163  # Missing details on Purchase Order when emailing and printing
3164  $ /reporting/rep209.php
3165  
3166 -------------------- 1.1 Stable Released ----------------------
3167 02-May-2007 Joe Hunt
3168  + Enabled module addons and all the below bugfixes. No changes in database structure.
3169  - Removed /sql/basic.sql (included in the other sql files)
3170  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
3171    (not needed anymore).
3172  + Addition of update.html  
3173  $ /admin/inst_module.php (New file!)
3174    /applications/customers.php
3175    /applications/dimensions.php
3176    /applications/generalledger.php
3177    /applications/inventory.php
3178    /applications/manufacturing.php
3179    /applications/setup.php
3180    /applications/suppliers.php
3181    /install/index.php
3182    /install/save.php
3183    /modules/inst_modules.php (New folder and new file!)
3184    /modules/index.php (New file!)
3185    /sql/en_US-demo.sql
3186    /sql/en_US-new.sql
3187    install.html
3188    update.html (New file!)
3189    
3190 01-May-2007 Joe Hunt
3191  # Missing measure of units when printing sales orders
3192  # Update of Sales People caused a database error
3193  $ /sales/manage/sales_people.php
3194    /reporting/rep109.php
3195  
3196 30-Apr-2007 Joe Hunt
3197  + The selected menu tab is now shown with same background as hover color.
3198  $ config.php (default tab line 77. Change if you want)
3199    /includes/page/header.inc
3200    
3201 28-Apr-2007 Joe Hunt
3202  # When saving work order entries a lot of debug boxes appeared. Fixed
3203  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
3204  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
3205  $ /includes/db/manufacturing_db.inc
3206    /manufacturing/work_order_entry.php
3207    /manufacturing/includes/work_order_issue_ui.inc
3208    /manufacturing/includes/db/work_order_requirements_db.inc
3209    /manufacturing/includes/db/work_orders_quick_db.inc
3210    /manufacturing/inquiry/where_used_inquiry.php
3211    
3212 25-Apr-2007 Joe Hunt
3213  # Missing Date Picker
3214  $ /sales/customer_invoice.php
3215  # No JS popup window
3216  $ /sales/view/view_invoice.php
3217  
3218 24-Apr-2007 Joe Hunt
3219  ! New and better Date Picker, better cool theme.
3220  $ /includes/ui/ui_input.inc
3221    /includes/ui/ui_view.inc
3222    /reporting/includes/reports_classes.inc
3223    /themes/cool/default.css
3224
3225 -------------------- 1.0.1 Stable Released ----------------------
3226 23-Apr-2007 Joe Hunt
3227  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
3228    the changes for selection lists customers/suppliers and the Audit Trail.
3229
3230 22-Apr-2007 Joe Hunt
3231  ! Changed the two selection lists for customers/suppliers in reports to a single one with
3232    No Filter
3233  ! Changed the sort order in these selection lists from id to name.
3234  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
3235  $ /reporting/reports_main.php
3236    /reporting/rep101.php
3237    /reporting/rep102.php
3238    /reporting/rep201.php
3239    /reporting/rep202.php
3240    /reporting/rep203.php
3241    /reporting/rep204.php
3242    /reporting/includes/reports_classes.inc
3243    /includes/ui/ui_lists.inc
3244    /gl/includes/db/gl_db_trans.inc
3245    config.php
3246    
3247 22-Apr-2007 Joe Hunt
3248  + Date Picker for all date fields.
3249  $ config.php
3250    /admin/fiscalyears.php
3251    /admin/void_transaction.php
3252    /includes/ui/ui_view.inc
3253    /includes/ui/ui_input.inc
3254    /dimensions/dimension_entry.php
3255    /dimensions/inquiry/search_dimensions.php
3256    /gl/gl_journal.php
3257    /gl/gl_deposit.php
3258    /gl/gl_payment.php
3259    /gl/bank_transfer.php
3260    /gl/inquiry/bank_inquiry.php
3261    /gl/inquiry/gl_account_inquiry.php
3262    /gl/inquiry/gl_trial_balance.php
3263    /gl/manage/exchange_rates.php
3264    /inventory/adjustments.php
3265    /inventory/transfers.php
3266    /inventory/inquiry/stock_movements.php
3267    /inventory/manage/items.php
3268    /manufacturing/work_order_add_finished.php
3269    /manufacturing/work_order_entry.php
3270    /manufacturing/work_order_issue.php
3271    /manufacturing/work_order_release.php
3272    /purchasing/supplier_payment.php
3273    /purchasing/po_entry_items.php
3274    /purchasing/po_receive_items.php
3275    /purchasing/supplier_credit.php
3276    /purchasing/supplier_credit_grns.php
3277    /purchasing/supplier_invoice.php
3278    /purchasing/supplier_invoice_grns.php
3279    /purchasing/supplier_trans_gl.php
3280    /purchasing/includes/ui/po_ui.inc
3281    /purchasing/inquity/po_search.php
3282    /purchasing/inquiry/po_search_completed.php
3283    /purchasing/inquiry/supplier_allocation_inquiry.php
3284    /purchasing/inquiry/supplier_inquiry.php
3285    /reporting/reports_main.php
3286    /reporting/includes/reports_classes.inc
3287    /sales/credit_note_entry.php
3288    /sales/customer_credit_invoice.php
3289    /sales/customer_payments.php
3290    /sales/sales_order_entry.php
3291    /sales/includes/ui/sales_order_ui.inc
3292    /sales/inquiry/customer_allocation_inquiry.php
3293    /sales/inquiry/customer_inquiry.php
3294    /sales/inquiry/sales_orders_view.php
3295    New image files:
3296    /themes/default/images/cal.gif
3297    /themes/default/images/next.gif
3298    /themes/default/images/prev.gif
3299
3300 19-Apr-2007 Joe Hunt
3301  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
3302  # Bug no 1703891, Reserved MySQL words used as column names, fixed
3303  $ /taxes/db/tax_types_db.inc
3304
3305  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
3306  $ /gl/manage/gl_accounts.php
3307    /gl/includes/db/gl_db_accounts.inc
3308    /includes/ui/ui_input.inc
3309
3310 18-Apr-2007 Joe Hunt
3311  # Bug no 1702594, Logon Loop, fixed
3312  $ config.php
3313
3314 -------------------- 1.0a Stable Released ----------------------
3315 10-Apr-2007 Joe Hunt
3316  ! Release 1.0a established on SourceForge, fixing the bugs.
3317
3318 11-Apr-2007 Joe Hunt
3319  # Bug No 1698214, Creating Items, fixed
3320  $ /includes/ui/ui_lists.inc
3321  # Bug no 1698216, Item Movements, fixed
3322  $ /inventory/manage/items.php
3323
3324 -------------------- 1.0 Stable Released ----------------------
3325 10-Apr-2007 Joe Hunt
3326  ! Release 1.0 established on SourceForge.
3327
3328 2. Copyright and disclaimer
3329 ---------------------------
3330 This application is opensource software released under the AGPL.  Please
3331 see source code and the LICENSE file