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