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