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