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