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