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