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