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