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