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