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