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