03fc9b2e16eafc2f3650e6d26042068969cba839
[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 28-May-2008 Joe Hunt
23 # More bugs related to debtor_trans changes (positive amounts)
24 $ /gl/includes/db/gl_db_banking.inc
25   /sales/allocations/customer_allocate.php
26   /sales/includes/db/custalloc_db.inc
27   /sales/inquiry/customer_allocation_inquiry.php
28
29 27-May-2008 Joe Hunt
30 # Changed more files with new html/css.
31 $ /includes/page/header.inc
32   /purchasing/inquiry/supplier_allocation_inquiry.php
33   /sales/credit_note_entry.php
34   
35 26-May-2008 Joe Hunt
36 # Fixed many minor bugs, new ones as well as debtor_trans related.
37 ! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change.
38 $ /admin/backups.php
39   /admin/create_coy.php
40   /admin/inst_lang.php
41   /admin/inst_module.php
42   /gl/manage/exchange_rates.php
43   /includes/session.inc
44   /includes/page/header.inc
45   /includes/ui/ui_controls.inc
46   /includes/ui/ui_input.inc
47   /includes/ui/ui_lists.inc
48   /includes/ui/ui_view.inc
49   /purchasing/allocations/supplier_allocate.php
50   /sales/allocations/customer_allocate.php
51   /sales/includes/db/sales_credit_db.inc
52   /sales/inquiry/customer_allocation_inquiry.php
53   /themes/aqua/default.css
54   /themes/cool/default.css
55   /themes/default/default.css
56   
57   
58
59 23-May-2008 Joe Hunt
60 # Minor bug in dimensions.php (Outstanding Dimensions)
61 $ /applications/dimensions.php
62   /dimensions/inquiry/search_dimensions.php
63   
64 23-May-2008 Janusz Dobrowolski
65 ! Include file order / error handling order fixed once again.
66 $ /includes/main.inc
67   /includes/session.inc
68   
69 23-May-2008 Joe Hunt
70 ! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the
71   correct renderer.php.
72 $ frontaccounting.php
73   /includes/page/header.inc
74   /includes/page/footer.inc
75   /themes/default/renderer.php
76   /themes/cool/renderer.php
77   /themes/aqua/renderer.php
78
79 22-May-2008 Janusz Dobrowolski
80 ! Error handler switching moved to session.inc for early error catching
81 $ /includes/main.inc
82   /includes/session.inc
83 ! Cosmetic cleanup
84   /js/utils.js
85   
86 18-May-2008 Janusz Dobrowolski
87 # Added explicit ob_end_flush() on shutdown needed for php5
88 $ /includes/main.inc
89 # Fixed for www servers on nonstandard listening ports.
90 $ /js/JsHttpRequest.js
91
92 18-May-2008 Joe Hunt
93 # Bug when inserting new records in debtor_trans.
94 $ /sales/includes/db/cust_trans_db.inc
95
96 16-May-2008 Janusz Dobrowolski
97 + Rewritten errors/messages handling, unified for ajax/user/php errors
98 $ /includes/errors.inc
99   /includes/main.inc
100   /includes/ui/ui_msgs.inc
101 + Framework extended for ajax functionality, javascript code organization improvements.
102 $ /config.php
103   /includes/JsHttpRequest.php (new file)
104   /includes/ajax.inc (new file)
105   /includes/current_user.inc
106   /includes/session.inc
107   /includes/lang/language.php
108   /includes/page/footer.inc
109   /includes/page/header.inc
110   /includes/ui/ui_controls.inc
111   /includes/ui/ui_input.inc
112   /includes/ui/ui_view.inc
113   /js/JsHttpRequest.js (new file)
114   /js/allocate.js (new file)
115   /js/utils.js (new file)
116   /js/behaviour.js
117   /js/inserts.js
118   /themes/aqua/images (new dir)
119   /themes/aqua/images/button_ok.png (new file)
120   /themes/aqua/images/locate.png (new file)
121   /themes/cool/images (new dir)
122   /themes/coll/images/button_ok.png (new file)
123   /themes/coll/images/locate.png (new file)
124   /themes/default/images/button_ok.png (new file)
125   /themes/default/images/progressbar.gif (new file)
126   /themes/default/images/progressbar1.gif (new file)
127   /themes/default/images/progressbar2.gif (new file)
128   /themes/default/default.css
129   /themes/aqua/default.css
130   /themes/cool/default.css
131 ! Payment allocation js functions moved to allocate.js
132 $ /purchasing/allocations/supplier_allocate.php 
133   /sales/allocations/customer_allocate.php
134 ! Some initializations moved from sales_order_ui.inc
135 $ /sales/includes/cart_class.inc
136 + Added javascript compression routine
137 $ /includes/main.inc
138
139 14-May-2008 Joe Hunt
140 # Minor bugs in the former fixing.
141 $ /includes/ui/ui_lists.inc
142
143 14-May-2008 Joe Hunt
144 # When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
145   the records when there were no search values.
146 $ /includes/ui/ui_lists.inc
147
148 09-May-2008 Joe Hunt
149 ! Due to differences in Javascript the script update_db.php had to be changed.
150 ! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
151 $ /update_db.php
152   /sql/en_US-new.sql
153   /sql/en_US-demo.sql
154   
155 09-May-2008 Janusz Dobrowolski
156 # Automatic calculation of not set item prices from home currency and base sales type settings.
157 $ /admin/company_preferences.php
158   /admin/db/company_db.inc
159   /includes/ui/ui_lists.inc
160   /sales/includes/cart_class.inc
161   /sales/includes/sales_db.inc
162   /sales/includes/db/sales_order_db.inc
163   /sales/includes/db/sales_types_db.inc
164   /sales/includes/ui/sales_credit_ui.inc
165   /sales/includes/ui/sales_order_ui.inc
166   /sales/manage/sales_types.php
167   /sql/alter.sql
168 # Fixed dev bug blocking change of price on order entry.
169 $ /sales/includes/ui/sales_order_ui.inc
170 # Small display fix
171 $ /sales/manage/sales_people.php
172
173 30-Apr-2008 Joe Hunt
174 # Fixed price update also in purchase order
175 $ /purchasing/includes/ui/po_ui.inc
176
177 30-Apr-2008 Janusz Dobrowolski
178 # Fixed price update when changing item in sales order.
179 $ /includes/ui/ui_lists.inc
180   /js/inserts.js
181   /sales/includes/ui/sales_order_ui.inc
182
183 24-Apr-2008 Janusz Dobrowolski
184 + Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file.
185 $ /company/0/reporting (added new directory)
186   /company/0/reporting/index.php
187   /admin/create_coy.php
188   /reporting/includes/reports_classes.inc
189 # Warnings turned off in case of charset not supported by htmlspecialchars().
190 $ /includes/db/connect_db.inc
191 # Added content type encoding header
192 $ /includes/page/header.inc
193
194 24-Apr-2008 Joe Hunt
195 # Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to
196   /includes/prefs/sysprefs.inc
197 $ /includes/ui/items_cart.inc  
198 # Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc
199 $ /reporting/includes/pdf_report.inc
200
201 23-Apr-2008 Joe Hunt
202 ! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.
203   It will make it easier to design your own document layouts.
204 $ /reporting/includes/pdf_report.inc
205   /reporting/includes/header2.inc (new file)
206   
207 20-Apr-2008 Janusz Dobrowolski
208 # Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
209 $ /admin/create_coy.php
210 ! Added missing include_once directives.
211 $ /includes/ui/items_cart.inc
212   /includes/ui/ui_lists.inc
213   /includes/ui/ui_view.inc
214 + Added ini default_charset unnecessary for planned ajax calls.
215 $ /includes/lang/language.inc
216
217 19-Apr.2008 Joe Hunt
218 # Bug (right to left text was done if price decimals were 3). A test sentense from a while
219   ago wasn't removed.
220 $ /reporting/includes/pdf_report.inc
221
222 18-Apr-2008 Janusz Dobrowolski
223 # Additional checks on provisions and break point entry.
224 $ /sales/manage/sales_people.php
225 ! Modules purchasing, sales and taxes sealed against XSS attacks
226 $ /install/save.php
227   /admin/db/maintenance_db.inc
228   /purchasing/includes/db/grn_db.inc
229   /purchasing/includes/db/invoice_items_db.inc
230   /purchasing/includes/db/po_db.inc
231   /purchasing/includes/db/supp_trans_db.inc
232   /purchasing/manage/suppliers.php
233   /sales/includes/db/credit_status_db.inc
234   /sales/includes/db/cust_trans_db.inc
235   /sales/includes/db/cust_trans_details_db.inc
236   /sales/includes/db/sales_order_db.inc
237   /sales/includes/db/sales_types_db.inc
238   /sales/manage/customer_branches.php
239   /sales/manage/customers.php
240   /sales/manage/sales_areas.php
241   /sales/manage/sales_people.php
242   /taxes/db/item_tax_types_db.inc
243   /taxes/db/tax_groups_db.inc
244   /taxes/db/tax_types_db.inc
245
246 18-Apr-2008 Joe Hunt
247 ! Module gl sealed against XSS Attacks
248 $ /gl/includes/db/gl_db_accounts.inc
249   /gl/includes/db/gl_db_account_types.inc
250   /gl/includes/db/gl_db_bank_accounts.inc
251   /gl/includes/db/gl_db_bank_trans.inc
252   /gl/includes/db/gl_db_bank_trans_types.inc
253   /gl/includes/db/gl_db_currencies.inc
254   /gl/includes/db/gl_db_trans.inc
255   
256 18-Apr-2008 Janusz Dobrowolski
257 ! Modules admin and dimensions sealed against XSS attacks
258 $ /admin/payment_terms.php
259   /admin/shipping_companies.php
260   /admin/db/company_db.inc
261   /admin/db/maintenance_db.inc
262   /admin/db/users_db.inc
263   /admin/db/voiding_db.inc
264   /dimensions/includes/dimensions_db.inc
265
266 18-Apr-2008 Joe Hunt
267 ! Modules includes, inventory and manufacturing sealed against XSS attacks
268 $ /includes/db/comments_db.inc
269   /includes/db/inventory_db.inc
270   /includes/db/references_db.inc
271   /inventory/includes/db/items_category_db.inc
272   /inventory/includes/db/items_db.inc
273   /inventory/includes/db/items_locations_db.inc
274   /inventory/includes/db/items_units_db.inc
275   /inventory/includes/db/movement_types_db.inc
276   /manufacturing/includes/db/work_centres_db.inc
277   /manufacturing/includes/db/work_orders_db.inc
278   /manufacturing/includes/db/work_orders_quick_db.inc
279   /manufacturing/includes/db/work_order_issues_db.inc
280   /manufacturing/includes/db/work_order_produce_items_db.inc
281   
282 18-Apr-2008 Janusz Dobrowolski
283 ! Changed db_escape function to avoid XSS attacks via js db injection
284 $ /includes/db/connect_db.inc
285 # Database inserts/updates secured against js injection
286 $ /admin/db/maintenance_db.inc
287   /gl/includes/db/gl_db_accounts.inc
288   /purchasing/includes/db/po_db.inc
289   /sales/sales_order_entry.php
290   /sales/includes/db/sales_order_db.inc
291
292 16-Apr-2008 Joe Hunt
293 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
294 $ /includes/ui/ui_lists.inc
295
296 09-Apr-2008 Janusz Dobrowolski
297 # Fixed number formatting bug in standard cost update.
298 $ /inventory/cost_update.php
299
300 -------------------- 2,0 Beta - released ----------------------------
301
302 06-Apr-2008 Joe Hunt
303 ! Changed install.html and update.html to fit the new unstable release 2.0
304 ! Changed demo sql script to fit the 2.0 unstable.
305 $ install.html
306   update.html
307   /sql/en_US-demo.sql
308   
309 06-Apr-2008 Janusz Dobrowolski
310 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
311   /sales/customer_invoice.php
312 # Fixed typo causing error while adding new tax type.
313   /taxes/tax_types.php
314   
315 05-Apr-2008 Joe Hunt
316 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
317 $ /admin/create_coy.php
318
319 05-Apr-2008 Joe Hunt
320 # Removed annoying warnings in several reports. 
321 $ config.php 
322   /reporting/rep102.php
323   /reporting/rep104.php
324   /reporting/rep201.php
325   /reporting/rep203.php
326   /reporting/rep705.php
327   /reporting/rep706.php
328   /reporting/rep707.php
329   /reporting/rep709.php
330   /reporting/reports_main.php
331   /reporting/includes/pdf_report.inc
332   
333 04-Apr-2008 Janusz Dobrowolski
334 # Javascript bugfix in selecting orders for template.
335 $ /sales/inquiry/sales_orders_view.php
336
337 04-Apr-2008 Joe Hunt
338 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
339 + Preparing for download of release 2.0b on SourceForge.
340 $ config.php
341   update.html
342   /sql/en_US-new.sql
343   /sql/en_US-demo.sql
344   
345 02-Apr-2008 Janusz Dobrowolski
346 # Removed selector expansion on space key for multi-line selectors
347 $ /js/inserts.js
348 ! Hiding search button in combo selectors for javascript enabled browsers
349 $ /includes/ui/ui_lists.inc
350   /js/inserts.js
351 + Focus set to invalid form field after submit check fail
352 $ /admin/company_preferences.php
353   /admin/fiscalyears.php
354   /admin/gl_setup.php
355   /admin/payment_terms.php
356   /admin/shipping_companies.php
357   /admin/users.php
358   /admin/void_transaction.php
359   /dimensions/dimension_entry.php
360   /gl/bank_transfer.php
361   /gl/gl_deposit.php
362   /gl/gl_journal.php
363   /gl/gl_payment.php
364   /gl/manage/bank_accounts.php
365   /gl/manage/bank_trans_types.php
366   /gl/manage/currencies.php
367   /gl/manage/exchange_rates.php
368   /gl/manage/gl_account_classes.php
369   /gl/manage/gl_account_types.php
370   /gl/manage/gl_accounts.php
371   /inventory/adjustments.php
372   /inventory/cost_update.php
373   /inventory/prices.php
374   /inventory/purchasing_data.php
375   /inventory/transfers.php
376   /inventory/manage/item_categories.php
377   /inventory/manage/item_units.php
378   /inventory/manage/items.php
379   /inventory/manage/locations.php
380   /inventory/manage/movement_types.php
381   /manufacturing/work_order_add_finished.php
382   /manufacturing/work_order_entry.php
383   /manufacturing/work_order_issue.php
384   /manufacturing/work_order_release.php
385   /manufacturing/manage/bom_edit.php
386   /manufacturing/manage/work_centres.php
387   /purchasing/po_entry_items.php
388   /purchasing/po_receive_items.php
389   /purchasing/supplier_credit.php
390   /purchasing/supplier_credit_grns.php
391   /purchasing/supplier_invoice.php
392   /purchasing/supplier_invoice_grns.php
393   /purchasing/supplier_payment.php
394   /purchasing/supplier_trans_gl.php
395   /purchasing/allocations/supplier_allocate.php
396   /purchasing/manage/suppliers.php
397   /sales/credit_note_entry.php
398   /sales/customer_credit_invoice.php
399   /sales/customer_delivery.php
400   /sales/customer_invoice.php
401   /sales/customer_payments.php
402   /sales/sales_order_entry.php
403   /sales/allocations/customer_allocate.php
404   /taxes/item_tax_types.php
405   /taxes/tax_groups.php
406   /taxes/tax_types.php
407 # Set default focus in update_db.php
408 $ /admin/backups.php
409
410 29-Mar-2008 Janusz Dobrowolski
411 # Changed gl_all_accounts_list() API
412 $ /includes/ui/ui_lists.inc
413 + Enhanced list accessability in kbd usage via space key
414 $ js/inserts.js
415
416 28-Mar-2008 Janusz Dobrowolski
417 # Fixed headers for various display mode
418 $ /sales/inquiry/sales_orders_view.php
419
420 28-Mar-2008 Joe Hunt
421 + Added print document options in inquiries.
422 $ /sales/inquiry/customer_inquiry.php
423   /sales/inquiry/sales_orders_view.php
424   /sales/inquiry/sales_deliveries_view.php
425   /purchasing/inquiry/po_search.php
426   /purchasing/inquiry/po_search_completed.php
427   
428 28-Mar-2008 Joe Hunt
429 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
430 $ /sales/includes/db/customers_db.inc
431 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
432 $ /sales/includes/db/sales_credit_db.inc
433 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
434 $ /reporting/includes/doctext.inc
435   /reporting/includes/doctext2.inc
436 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
437 $ /reporting/rep101.php
438   /reporting/rep102.php
439
440 28-Mar-2008 Janusz Dobrowolski
441 # Layout/focus fixes for no_[customer/supplier/item]_list option on
442 $  /includes/ui/ui_lists.inc
443    /purchasing/includes/ui/po_ui.inc
444    /sales/credit_note_entry.php
445    /sales/sales_order_entry.php
446    /sales/includes/ui/sales_credit_ui.inc
447    /sales/includes/ui/sales_order_ui.inc
448
449 27-Mar-2008 Janusz Dobrowolski
450 + Automatic first field focus on page start, focus order preserved between form updates
451 $  /gl/inquiry/gl_account_inquiry.php
452    /includes/page/footer.inc
453    /includes/ui/ui_controls.inc
454    /includes/ui/ui_input.inc
455    /includes/ui/ui_lists.inc
456    /includes/ui/ui_view.inc
457    /js/inserts.js
458    /sales/sales_order_entry.php
459    /sales/credit_note_entry.php
460    /sales/includes/ui/sales_credit_ui.inc
461    /sales/includes/ui/sales_order_ui.inc
462 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
463 $  /includes/ui/ui_input.inc
464 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
465 $  /gl/gl_deposit.php
466    /gl/gl_journal.php
467    /gl/gl_payment.php
468    /gl/includes/ui/gl_deposit_ui.inc
469    /gl/includes/ui/gl_journal_ui.inc
470    /gl/includes/ui/gl_payment_ui.inc
471    /includes/ui/ui_view.inc
472    /purchasing/po_entry_items.php
473    /purchasing/includes/ui/po_ui.inc
474    /sales/sales_order_entry.php
475    /sales/includes/ui/sales_credit_ui.inc
476    /sales/includes/ui/sales_order_ui.inc
477    /js/inserts.js
478 ! get_js_set_focus moved from ui_view (this is only standalone form).
479    /update_db.php
480 # Fixed debit/credit entry check 
481 $  /gl/gl_journal.php
482 # Restored GET/POST security check on path_to_root
483 $  /config.php
484
485 26-Mar-2008 Janusz Dobrowolski
486 # Bug fixes in purchase module related to tax structure changes.
487 $  /purchasing/includes/supp_trans_class.inc
488    /purchasing/includes/db/invoice_db.inc
489    /purchasing/includes/db/invoice_items_db.inc
490    /purchasing/includes/ui/invoice_ui.inc
491    /reporting/rep105.php
492
493 25-Mar-2008 Janusz Dobrowolski
494 ! Per company pdf, backup and graphics directories in 'company' dir.
495 $  /company (new dir)
496    /company/0 (new dir)
497    /company/0/images/ (new dir)
498    /company/0/images/102.jpg    (moved from inventory/manage/image)
499    /company/0/images/103.jpg    (moved from inventory/manage/image)
500    /company/0/images/104.jpg    (moved from inventory/manage/image)
501    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
502    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
503    /admin/backups.php
504    /admin/create_coy.php
505    /admin/db/maintenance_db.inc
506    /install/index.php
507    /reporting/rep102.php
508    /reporting/rep104.php
509    /reporting/rep202.php
510    /reporting/rep303.php
511    /reporting/rep706.php
512    /reporting/rep707.php
513    /reporting/includes/pdf_report.inc
514    /inventory/manage/items.php
515
516 + jscript component caching (enables browser caching and future compression)
517 $  /includes/session.inc
518    /includes/main.inc
519    /includes/page/header.inc
520    /includes/ui/ui_view.inc
521    /admin/display_prefs.php
522    /config.php
523
524 - Removed obsolete file
525 $  /sales/includes/ui/print_invoice.inc
526
527 21-Mar-2008 Janusz Dobrowolski
528 ! Total Allocation/Left to Allocate update without page submit.
529 $  /includes/ui/ui_view.inc
530    /purchasing/allocations/supplier_allocate.php
531    /sales/allocations/customer_allocate.php
532 # Fixed unvisable under IE editbutton
533 $  /themes/aqua/default.css
534    /themes/cool/default.css
535    /themes/default/default.css
536
537 20-Mar-2008 Janusz Dobrowolski
538 # Excluding delivery notes from Customer Balances, removed warnings. 
539 $  /reporting/rep101.php 
540 # Divide by zero fix on order_price==0 in new supplier invoice
541 $  /purchasing/supplier_invoice_grns.php
542 # Database bug fix in new customer entry
543 $  /sales/manage/customers.php
544 # Small bug fix (warnings) in is_date() function.
545 $  /includes/date_functions.inc
546
547 18-Mar-2008 Janusz Dobrowolski
548 # Line items editor uses POST method - no disappearing shippment info.
549 $  /sales/credit_note_entry.php
550    /sales/sales_order_entry.php
551    /sales/includes/ui/sales_credit_ui.inc
552    /sales/includes/ui/sales_order_ui.inc
553 + Added edit_button_cell() function
554 $  /includes/ui/ui_controls.inc
555 + Helper function for finding indexed submit $_POST vars.
556 $  /includes/ui/ui_input.inc
557 + New class .editbutton for buttons. Default view is link alike.
558 $  /themes/aqua/default.css
559    /themes/cool/default.css
560    /themes/default/default.css
561
562 17-Mar-2008 Janusz Dobrowolski
563 # Added rounding when needed to avoid document non cosistent documents.
564 $  /includes/banking.inc
565    /purchasing/supplier_credit_grns.php
566    /purchasing/supplier_invoice_grns.php
567    /purchasing/includes/supp_trans_class.inc
568    /purchasing/includes/ui/invoice_ui.inc
569    /purchasing/includes/ui/po_ui.inc
570    /reporting/rep107.php
571    /reporting/rep109.php
572    /reporting/rep110.php
573    /reporting/rep209.php
574    /sales/includes/cart_class.inc
575    /sales/includes/ui/sales_credit_ui.inc
576    /sales/includes/ui/sales_order_ui.inc
577    /sales/view/view_credit.php
578    /sales/view/view_dispatch.php
579    /sales/view/view_invoice.php
580    /sales/view/view_sales_order.php
581    /taxes/tax_calc.inc
582 # Sign bug for customer transactions
583 $  /reporting/rep709.php
584 # Include file conflict fix
585 $ /purchasing/includes/ui/invoice_ui.inc
586   /gl/manage/bank_accounts.php
587   /manufacturing/inquiry/where_used_inquiry.php
588   /purchasing/manage/suppliers.php
589   
590 16-Mar-2008 Janusz Dobrowolski
591 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
592 $  /js/behaviour.js
593    /js/inserts.js
594 + Added javascript source collecting functions
595 $  /includes/main.inc
596 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
597 + Added global js code collecting arrays  $js_lib, $js_static
598 $  /includes/session.inc
599 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
600 $  /includes/ui/ui_view.inc
601 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
602 $  /includes/page/footer.inc
603    /includes/page/header.inc
604 ! Added including of data_checks.inc
605 $  /includes/ui.inc
606 + User side percent/exrate/qty/price input formatting via onblur handler.
607 $  /admin/gl_setup.php
608    /gl/gl_budget.php
609    /gl/manage/exchange_rates.php
610    /includes/ui/ui_input.inc
611    /inventory/purchasing_data.php
612    /inventory/reorder_level.php
613    /inventory/includes/item_adjustments_ui.inc
614    /inventory/includes/stock_transfers_ui.inc
615    /manufacturing/work_order_entry.php
616    /manufacturing/manage/bom_edit.php
617    /purchasing/po_entry_items.php
618    /purchasing/po_receive_items.php
619    /purchasing/supplier_credit.php
620    /purchasing/supplier_credit_grns.php
621    /purchasing/supplier_invoice_grns.php
622    /purchasing/supplier_trans_gl.php
623    /purchasing/allocations/supplier_allocate.php
624    /purchasing/includes/ui/po_ui.inc
625    /sales/customer_delivery.php
626    /sales/customer_invoice.php
627    /sales/allocations/customer_allocate.php
628    /sales/includes/ui/sales_credit_ui.inc
629    /sales/includes/ui/sales_order_ui.inc
630    /taxes/tax_groups.php
631    /taxes/tax_types.php
632
633 14-Mar-2008 Janusz Dobrowolski
634  + All forms fixed to accept user native numeric format.
635  $ /admin/gl_setup.php
636    /gl/bank_transfer.php
637    /gl/gl_budget.php
638    /gl/gl_deposit.php
639    /gl/gl_journal.php
640    /gl/gl_payment.php
641    /gl/includes/db/gl_db_banking.inc
642    /gl/includes/ui/gl_deposit_ui.inc
643    /gl/includes/ui/gl_journal_ui.inc
644    /gl/includes/ui/gl_payment_ui.inc
645    /gl/manage/exchange_rates.php
646    /inventory/adjustments.php
647    /inventory/cost_update.php
648    /inventory/prices.php
649    /inventory/purchasing_data.php
650    /inventory/reorder_level.php
651    /inventory/transfers.php
652    /inventory/includes/item_adjustments_ui.inc
653    /inventory/includes/stock_transfers_ui.inc
654    /inventory/manage/item_units.php
655    /manufacturing/work_order_entry.php
656    /manufacturing/inquiry/where_used_inquiry.php
657    /manufacturing/manage/bom_edit.php
658    /purchasing/po_entry_items.php
659    /purchasing/po_receive_items.php
660    /purchasing/supplier_credit_grns.php
661    /purchasing/supplier_invoice_grns.php
662    /purchasing/supplier_payment.php
663    /purchasing/supplier_trans_gl.php
664    /purchasing/allocations/supplier_allocate.php
665    /purchasing/includes/ui/po_ui.inc
666    /purchasing/inquiry/po_search.php
667    /sales/credit_note_entry.php
668    /sales/customer_credit_invoice.php
669    /sales/customer_delivery.php
670    /sales/customer_invoice.php
671    /sales/customer_payments.php
672    /sales/sales_order_entry.php
673    /sales/allocations/customer_allocate.php
674    /sales/includes/ui/sales_credit_ui.inc
675    /sales/includes/ui/sales_order_ui.inc
676    /sales/manage/customers.php
677    /sales/manage/sales_people.php
678    /sales/view/view_credit.php
679    /sales/view/view_dispatch.php
680    /sales/view/view_invoice.php
681    /sales/view/view_receipt.php
682    /sales/view/view_sales_order.php
683    /taxes/item_tax_types.php
684    /taxes/tax_groups.php
685    /taxes/tax_types.php
686  + User format functions for percent/price/exrate amounts display.
687  $ /includes/current_user.inc
688  + Input checking functions for numeric input fields in user native format
689  $ /includes/data_checks.inc
690  + Numeric input fields in user native format
691  $ /includes/ui/ui_input.inc
692  + Javascript function for conversion to/from user native numeric format.
693  $ /includes/ui/ui_view.inc
694  + New class amount for numeric input
695  $ /themes/aqua/default.css
696    /themes/cool/default.css
697    /themes/default/default.css
698  # Removed warning on adding component
699    /manufacturing/manage/bom_edit.php
700  # Quantity display correction
701    /manufacturing/inquiry/where_used_inquiry.php
702  # Fixed add_customer_trans() call
703    /gl/includes/db/gl_db_banking.inc
704
705 12-Mar-2008 Joe Hung
706  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
707  - Removed default insertion of Units of Measure. Not neccessary.
708  $ /sql/alter.sql
709    /admin/db/maintenance_db.inc (added support for update)
710
711 11-Mar-2008 Janusz Dobrowolski
712  + Table of measure moved into new table item_units
713  ! Removed $themes[] from config.php, theme list based on directory structure
714  $ /config.php
715    /includes/ui/ui_lists.inc
716    /applications/inventory.php
717    /inventory/includes/inventory_db.inc
718    /inventory/includes/db/items_units_db.inc
719    /inventory/manage/item_units.php
720    /inventory/manage/items.php
721    /sql/alter.sql
722
723 11-Mar-2008 Joe Hunt
724  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
725  $ /sales/customer_invoice.php
726    /sales/customer_delivery.php
727  
728 10-Mar-2008 Joe Hunt
729  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
730  $ /sales/sales_order_entry.php
731  
732 10-Mar-2008 Janusz Dobrowolski
733  + Added price list selector to sales entry (debtor_master gives only default one)
734  + Added optional submit_on_change parameter to sales ui lists
735  $ /includes/ui/ui_lists.inc
736    /sales/sales_order_entry.php
737    /sales/includes/ui/sales_credit_ui.inc
738    /sales/includes/ui/sales_order_ui.inc
739  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
740  $ /sales/includes/cart_class.inc
741    /includes/ui/ui_view.inc
742    /sales/includes/sales_db.inc
743  # Fixed bogus sales_type lists in edition mode
744  $ /sales/customer_delivery.php
745    /sales/customer_invoice.php
746  # Smaller fixes, cart_class.sales_type name change
747  $ /sales/includes/ui/sales_credit_db.inc
748    /sales/credit_note_entry.php
749    /sales/customer_credit_invoice.php
750    /sales/includes/cart_class.inc
751    /sales/includes/db/sales_credit_db.inc
752    /sales/includes/db/sales_delivery_db.inc
753    /sales/includes/db/sales_invoice_db.inc
754    /sales/includes/db/sales_order_db.inc
755    /sales/includes/ui/sales_credit_ui.inc
756  # One another pmWiki name conflict removed
757  $ /admin/display_prefs.php
758  
759 09-Mar-2008 Joe Hunt
760  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
761  $ /dimensions/includes/dimensions_db.inc
762    /gl/includes/db/gl_db_banking.inc
763    /includes/main.inc
764    /inventory/includes/db/items_adjust_db.inc
765    /manufacturing/includes/db/work_order_issues_db.inc
766    /manufacturing/includes/db/work_order_produce_items_db.inc
767    /manufacturing/includes/db/work_orders_db.inc
768    /manufacturing/includes/db/work_orders_quick_db.inc
769    /purchasing/includes/db/grn_db.inc
770    /purchasing/includes/db/po_db.inc
771    /purchasing/includes/db/supp_payment_db.inc
772    /reporting/includes/form_types.inc (File removed)
773    /sales/includes/db/sales_delivery_db.inc
774    /sales/includes/db/sales_invoice_db.inc
775    /sales/includes/db/sales_order_db.inc
776    /sql/alter.sql
777  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
778  $ /reporting/rep101.php
779    /reporting/rep201.php
780  # clone replacement do_clone() for both PHP 4 and PHP 5.
781  $ /includes/ui/ui_view.inc (at the very bottom)
782    /sales/includes/cart_class.inc
783    
784 07-Mar-2008 Janusz Dobrowolski
785  ! Changed name tax type uniqueness constraint to (name, rate)
786  $ /includes/ui/ui_lists.inc
787    /taxes/items_tax_types.php
788  ! Tax included option moved from tax_group to sales_types table
789  $ includes/ui/ui_view.inc
790    /purchasing/includes/ui/invoice_ui.inc
791    /taxes/tax_calc.inc
792    /taxes/tax_groups.php
793    /taxes/db/tax_groups_db.inc
794    /sql/alter.sql
795  # Final rewriting of sales module, a lot of bugfixes.
796  + Template delivery/invoicing
797  + Concurrent document editing control on sql level
798  + Most of sales documents are now editable
799  + Some links to print documents after entry
800  ! Changed javascript helper function for customer allocations
801  $ /applications/customers.php
802    /includes/ui/ui_input.inc
803    /reporting/rep107.php
804    /reporting/rep109.php
805    /reporting/rep110.php
806    /sales/credit_note_entry.php
807    /sales/customer_credit_invoice.php
808    /sales/customer_delivery.php
809    /sales/customer_invoice.php
810    /sales/customer_payments.php
811    /sales/sales_order_entry.php
812    /sales/allocations/customer_allocate.php
813    /sales/allocations/customer_allocation_main.php
814    /sales/includes/cart_class.inc
815    /sales/includes/sales_db.inc
816    /sales/includes/sales_ui.inc
817    /sales/includes/db/cust_trans_db.inc
818    /sales/includes/db/cust_trans_details_db.inc
819    /sales/includes/db/custalloc_db.inc
820    /sales/includes/db/customers_db.inc
821    /sales/includes/db/payment_db.inc
822    /sales/includes/db/sales_credit_db.inc
823    /sales/includes/db/sales_delivery_db.inc
824    /sales/includes/db/sales_invoice_db.inc
825    /sales/includes/db/sales_order_db.inc
826    /sales/includes/db/sales_types_db.inc
827    /sales/includes/ui/print_invoice.inc
828    /sales/includes/ui/sales_credit_ui.inc
829    /sales/includes/ui/sales_order_ui.inc
830    /sales/inquiry/customer_allocation_inquiry.php
831    /sales/inquiry/customer_inquiry.php
832    /sales/inquiry/sales_deliveries_view.php
833    /sales/inquiry/sales_orders_view.php
834    /sales/manage/credit_status.php
835    /sales/manage/sales_types.php
836    /sales/view/view_credit.php
837    /sales/view/view_dispatch.php
838    /sales/view/view_invoice.php
839    /sales/view/view_receipt.php
840    /sales/view/view_sales_order.php
841 # Removed function name conflict with wiki help system
842    /includes/lang/language.php
843    
844 06-Mar-2008 Janusz Dobrowolski
845  + Wiki help links integration
846  $ /config.php
847    /includes/page/header.inc
848    /includes/lang/language.php
849  + Optional debuging with xdebug module
850  $ /index.php
851    /includes/db/connect_db.inc
852  ! Concurrent edition fix
853  $  /includes/systypes.inc
854  # Table header fix
855  $  /manufacturing/manage/bom_edit.php
856  # Menu layout fixes
857  $ /themes/aqua/renderer.php
858    /themes/cool/renderer.php
859    /themes/default/renderer.php
860  # Removed warning about nonexistent $_GET variable
861  $ /dimensions/inquiry/search_dimensions.php
862  # MySQL 3.xx CAST bug fix
863  $ /includes/db/manufacturing_db.inc
864    /manufacturing/includes/db/work_order_requirements_db.inc
865    /manufacturing/inquiry/where_used_inquiry.php
866
867 04-Mar-2008 Joe Hunt
868  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
869    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
870  $ /inventory/cost_update.php
871    /purchasing/includes/db/grn_db.inc and
872    /manufacturing/manage/bom_edit.php. 
873    /manufacturing/includes/db/work_orders_db.inc
874    /manufacturing/includes/db/work_orders_quick_db.inc
875    /manufacturing/work_order_entry.php
876   
877 21-Feb-2008 Joe Hunt
878  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
879  $ /admin/view_print_transaction.php
880    /applications/setup.php
881   
882 17-Feb-2008 Joe Hunt
883  ! Minor change in menu and function in view_print_transaction.php
884  $ /admin/view_print_transaction.php
885    /application/setup.php
886  + Preparing for print of single documents
887  $ /reporting/includes/reporting.inc
888  ! Removing 'out' field in table tax_types
889  $ /sql/alter.sql
890    /taxes/tax_types.php
891    /taxes/db/tax_types_db.inc
892  + Added 2 functions in ui_input.inc, button and button_cell
893    /includes/ui/ui_input.inc
894
895 11-Feb-2008 Joe Hunt
896  + Added file, update_db.php, for updating company databases from an SQL script.
897  $ update_db.php (New file)
898    update.html
899   
900 06-Fef-2008 Joe Hunt
901  + Added Report, Salesman Listing, rep106.php. 
902  $ /reporting/reports_main.php
903    /reporting/rep106.php
904   
905 06-Feb-2008 Janusz Dobrowolski
906  + Separation of customer invoice issue and goods delivery.
907  + Batch invoicing for more than one delivery
908  # Corrected inadequate shipping tax calculations.
909  ! Default debugging status changed to off.
910  $ /taxes/tax_calc.inc
911    /taxes/db/tax_groups_db.inc
912    /admin/db/voiding_db.inc
913    /applications/customers.php
914    /includes/systypes.inc
915    /includes/types.inc
916    /includes/ui/ui_controls.inc
917    /includes/ui/ui_lists.inc
918    /includes/ui/ui_view.inc
919    /inventory/inquiry/stock_status.php
920    /reporting/rep105.php
921    /reporting/rep107.php
922    /reporting/rep109.php
923    /reporting/rep110.php 
924    /reporting/rep209.php
925    /reporting/reports_main.php
926    /reporting/includes/doctext.inc
927    /reporting/includes/doctext2.inc
928    /reporting/includes/form_types.inc
929    /reporting/includes/pdf_report.inc
930    /reporting/includes/reports_classes.inc
931    /sales/customer_credit_invoice.php
932    /sales/customer_invoice.php
933    /sales/sales_order_entry.php
934    /sales/customer_delivery.php 
935    /sales/includes/db/sales_delivery_db.inc 
936    /sales/includes/ui/print_invoice.inc 
937    /sales/includes/cart_class.inc
938    /sales/includes/sales_db.inc
939    /sales/includes/db/cust_trans_db.inc
940    /sales/includes/db/cust_trans_details_db.inc
941    /sales/includes/db/sales_credit_db.inc
942    /sales/includes/db/sales_invoice_db.inc
943    /sales/includes/db/sales_order_db.inc
944    /sales/includes/ui/sales_order_ui.inc
945    /sales/inquiry/customer_allocation_inquiry.php
946    /sales/inquiry/customer_inquiry.php
947    /sales/inquiry/sales_orders_view.php
948    /sales/inquiry/sales_deliveries_view.php 
949    /sales/view/view_dispatch.php
950    /sales/view/view_invoice.php
951    /sales/view/view_sales_order.php
952    /sql/alter.sql
953    config.php
954   
955 01-Feb-2008 Joe Hunt
956  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
957  $ /sales/includes/cart_class.inc
958    /sales/includes/db/sales_credit_db.inc
959    /sales/includes/db/sales_invoice_db.inc
960    /sales/includes/db/sales_order_db.inc
961    /sales/includes/db/cust_trans_details_db.inc
962    /sales/includes/ui/sales_order_ui.inc
963    /sales/includes/ui/sales_credit_ui.inc
964    /sales/credit_note_entry.php
965    /sales/customer_credit_invoice.php
966    /sales/sales_order_entry.php
967    /sales/customer_invoice.php
968
969 31-Jan-2008 Joe Hunt
970  ! New Release 2.0 Pre Alpha
971  $ config.php
972  # Fixed a release 2 related bug in create_coy.php
973  $ /admin/create_coy.php
974  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
975    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
976    with these databases changes without any new files. They are coming as soon as possible.
977  $ /sql/alter.sql (New file)  
978  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
979    and 2 related files
980  $ /purchasing/supplier_trans_gl.php
981    /purchasing/includes/db/invoice_items_db.inc
982  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
983  $ /includes/ui/ui_lists.inc
984    /purchasing/includes/ui/po_ui.inc
985    /sales/includes/ui/sales_order_ui.inc
986    /admin/company_preferences.php
987    /admin/db/company_db.inc
988    config.php
989  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
990    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
991  $ /sales/manage/sales_people.php
992    /includes/ui/ui_input.inc
993  
994 -------------------- 2,0 Pre Alpha - above ----------------------------
995 31-Jan-2008 Janusz Dobrowolski
996  # Minor bugfix in db_import()
997  $ /admin/db/maintenance_db.inc
998  
999 30-Jan-2008 Janusz Dobrowolski
1000  # Minor display fix in tax_types.php
1001  $ /taxes/tax_types.php
1002  ! Format cleanup on some files.
1003  $ /gl/includes/gl_db.inc
1004    /gl/includes/gl_ui.inc
1005    /applications/application.php
1006    frontaccounting.php
1007    index.php
1008    
1009 -------------------- 1.16 Stable Released ----------------------
1010 28-Jan-2008 Joe Hunt
1011  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
1012    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
1013    and $no_supplier_list. Default is the normal behavior for all listboxes.
1014  $ /includes/ui/ui_lists.inc
1015    /sales/includes/ui/sales_orders_ui.inc
1016    /purchases/includes/ui/po_ui.inc
1017    /themes/default/images/locate.png (New file)
1018    config.php
1019
1020  + Added ALTER TABLE possibility in db_import. For future releases.
1021  $ /admin/db/maintenence_db.inc  
1022
1023  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
1024  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
1025  $ /includes/db/connect_db.inc
1026    /includes/ui/ui_lists.inc
1027    /includes/page/header.inc
1028    /access/login.php
1029    
1030 16-Jan-2008 Joe Hunt
1031  # When login screen is displayed after session timeout page content is broken. It
1032    is because of NOT using absolute paths in href attribute theme elements.
1033  $ /access/login.php
1034  
1035 30-Dec-2007 Joe Hunt
1036  # Minor adjustments in function db_export on line 325
1037  $ /admin/db/maintenance_db.inc
1038  
1039 29-Dec-2007 Joe Hunt
1040  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
1041  $ config.php
1042  
1043  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
1044    Also fixed a unneccessary str_replace when importing sql scripts.
1045  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
1046  $ /admin/db/maintenance_db.inc
1047    /reporting/includes/pdf_report.inc
1048    
1049 13-Dec-2007 Joe Hunt
1050  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
1051  $ /gl/inquiry/gl_trial_balance.php
1052    /gl/inquiry/gl_account_inquiry.php
1053
1054 13-Dec-2007 Joe Hunt
1055  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
1056  $ /admin/db/voiding_db.inc
1057  
1058 06-Dec-2007 Joe Hunt
1059  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
1060  $ /gl/gl_payment.php
1061    /gl/includes/ui/gl_payment_ui.inc
1062    
1063  ! Changed $loc_notification to be set to 0 instead of 1.
1064  $ config.php
1065  
1066 -------------------- 1.15 Stable Released ----------------------
1067 05-Dec-2007 Joe Hunt
1068  + Added email notification to stock location when available stock is below reorder level
1069  $ config.php
1070    /sales/includes/db/sales_order_db.inc
1071    
1072  # Fixed bugs in Open balances when account is not a balance account
1073  $ /gl/inquiry/gl_trial_balance.php
1074    /gl/inquiry/gl_account_inquiry.php
1075    /reporting/rep704.php
1076    /reporting/rep708.php
1077    
1078 -------------------- 1.14 Stable Released ----------------------
1079 01-Oct-2007 Joe Hunt
1080  ! Major change in the installation of modules to also accept an SQL-file for upload.
1081  $ config.php
1082    /admin/inst_module.php
1083    /admin/db/maintenance_db.inc
1084    
1085 30-Sep-2007 Joe Hunt
1086  # The following files were still vulnerable. Fixed
1087  $ /access/login.php
1088    /includes/lang/language.php
1089
1090 -------------------- 1.13 Stable Released ----------------------
1091 14-Sep-2007 Joe Hunt
1092  + Added optional link for electronic payment on invoices (PayPal). 
1093  ! Better support for install/update languages.  
1094  ! Minor adjustments
1095  # Fixed a vulnerable item in config.php
1096  $ config.php
1097
1098 14-Sep-2007 Joe Hunt
1099  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
1100  # config.php has been vulnerable. Fixed.
1101  $ /admin/inst_lang.php
1102  $ config.php
1103  
1104 10-Sep-2007 Joe Hunt
1105  ! Changed Bank Address field from text to textarea (multirows)
1106  $ /gl/manage/bank_accounts.php
1107  
1108 06-Sep-2007 Joe Hunt
1109  + Added optional link for electronic payment on invoices (PayPal)
1110  $ /reporting/reports_main.php
1111    /reporting/rep107.php
1112    /reporting/includes/report_classes.inc
1113    /reporting/includes/pdf_report.inc
1114    /reporting/includes/doc_text.inc
1115    /reporting/includes/doc_text2.inc
1116    
1117 23-Aug-2007 Joe Hunt
1118  # Unnecessary parameter ($db) in check_for_recursive_bom
1119  $ /manufacturing/manage/bom_edit.php
1120  
1121 21-Aug-2007 Joe Hunt
1122  # Bug in /includes/lang/gettext.php (249) affecting changing language!
1123  $ /includes/lang/gettext.php
1124  
1125 08-Aug-2007 Joe Hunt
1126  # Minor adjustments
1127  $ config.php
1128    /access/login.php
1129    /admin/create_coy.php
1130    /reporting/includes/pdf_report.inc
1131    
1132 04-Aug-2007 Joe Hunt
1133  + Added a default fiscal year in the en_US-new.sql and start references.
1134  $ /sql/en_US-new.sql
1135  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
1136  $ /lang/en_US/LC_MESSAGES/en_US.mo
1137  
1138 03-Aug-2007 Joe Hunt
1139  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
1140  $ /sales/includes/db/sales_order_db.inc
1141  
1142 23-Jul-2007 Joe Hunt
1143  # Changed <? in front of 2 files to <?php.
1144  $ /purchasing/includes/purchasing_ui.inc
1145    /reporting/includes/class.mail.inc
1146    
1147 -------------------- 1.12 Stable Released ----------------------
1148 21-Jul-2007 Joe Hunt
1149  + Added option to handle Jalali and Islamic Calendars
1150  ! Minor adjustments
1151  $ config.php
1152    /gl/includes/db/gl_db_trans.inc
1153    /includes/date_functions.inc
1154    /includes/ui/ui_input.inc
1155    /includes/ui/ui_lists.inc
1156    /includes/ui/ui_view.inc
1157    /purchasing/po_receive_items.php
1158    /purchasing/includes/ui/invoice_ui.inc
1159    /purchasing/includes/ui/po_ui.inc
1160    /reporting/rep705.php
1161    /sales/includes/db/sales_order_db.inc
1162    /sales/includes/ui/sales_order_ui.inc
1163    
1164 20-Jul-2007 Joe Hunt
1165  ! Changed parameters on report Sales Order. Option to print as Quote.
1166  $ /reporting/reports_main.php
1167    /reporting/rep109.php
1168    /reporting/includes/pdf_report.inc
1169    /reporting/includes/doctext.inc
1170    /reporting/includes/doctext2.inc
1171  
1172 19-Jul-2007 Joe Hunt
1173  + Added Budget Entry in General Ledger. Includes Dimensions.
1174  $ config.php
1175    /applications/generalledger.php
1176    /gl/gl_budget.php (New File!)
1177    /gl/includes/db/gl_db_trans.inc
1178    /includes/date_functions.inc
1179    /reporting/report_classes.inc
1180    
1181 -------------------- 1.11 Stable Released ----------------------
1182 04-Jul-2007 Joe Hunt
1183  ! Option for using alpha numeric chart of accounts.
1184  $ config.php
1185    /gl/manage/gl_accounts.php
1186    /gl/includes/db/gl_db_accounts.inc
1187    /gl/includes/db/gl_db_bank_trans.inc
1188    /gl/includes/db/gl_db_trans.inc
1189    /gl/inquiry/gl_trial_balance.inc
1190    /admin/db/company_db.inc
1191    /inventory/includes/db/items_db.inc
1192    /sales/manage/customer_branches.inc
1193
1194 04-Jul-2007 Joe Hunt
1195  # Problems retrieving language texts for poEdit in long javascripts
1196  $ /includes/ui/ui_view.inc
1197  
1198 04-May-2007 Joe Hunt
1199  # Database error when updating more than one item row in Sales Orders.
1200  $ /sales/includes/db/sales_order_db.inc
1201  # Database error when inserting work order issues. Fixed.
1202  $ /manufacturing/includes/db/work_order_issues_db.inc
1203  
1204 03-May-2007 Joe Hunt
1205  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
1206  $ /includes/db/manufacturing_db.inc
1207    /manufacturing/includes/db/work_order_requirements_db.inc
1208
1209 02-May-2007 Joe Hunt
1210  # Missing details on Purchase Order when emailing and printing
1211  $ /reporting/rep209.php
1212  
1213 -------------------- 1.1 Stable Released ----------------------
1214 02-May-2007 Joe Hunt
1215  + Enabled module addons and all the below bugfixes. No changes in database structure.
1216  - Removed /sql/basic.sql (included in the other sql files)
1217  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
1218    (not needed anymore).
1219  + Addition of update.html  
1220  $ /admin/inst_module.php (New file!)
1221    /applications/customers.php
1222    /applications/dimensions.php
1223    /applications/generalledger.php
1224    /applications/inventory.php
1225    /applications/manufacturing.php
1226    /applications/setup.php
1227    /applications/suppliers.php
1228    /install/index.php
1229    /install/save.php
1230    /modules/inst_modules.php (New folder and new file!)
1231    /modules/index.php (New file!)
1232    /sql/en_US-demo.sql
1233    /sql/en_US-new.sql
1234    install.html
1235    update.html (New file!)
1236    
1237 01-May-2007 Joe Hunt
1238  # Missing measure of units when printing sales orders
1239  # Update of Sales People caused a database error
1240  $ /sales/manage/sales_people.php
1241    /reporting/rep109.php
1242  
1243 30-Apr-2007 Joe Hunt
1244  + The selected menu tab is now shown with same background as hover color.
1245  $ config.php (default tab line 77. Change if you want)
1246    /includes/page/header.inc
1247    
1248 28-Apr-2007 Joe Hunt
1249  # When saving work order entries a lot of debug boxes appeared. Fixed
1250  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
1251  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
1252  $ /includes/db/manufacturing_db.inc
1253    /manufacturing/work_order_entry.php
1254    /manufacturing/includes/work_order_issue_ui.inc
1255    /manufacturing/includes/db/work_order_requirements_db.inc
1256    /manufacturing/includes/db/work_orders_quick_db.inc
1257    /manufacturing/inquiry/where_used_inquiry.php
1258    
1259 25-Apr-2007 Joe Hunt
1260  # Missing Date Picker
1261  $ /sales/customer_invoice.php
1262  # No JS popup window
1263  $ /sales/view/view_invoice.php
1264  
1265 24-Apr-2007 Joe Hunt
1266  ! New and better Date Picker, better cool theme.
1267  $ /includes/ui/ui_input.inc
1268    /includes/ui/ui_view.inc
1269    /reporting/includes/reports_classes.inc
1270    /themes/cool/default.css
1271
1272 -------------------- 1.0.1 Stable Released ----------------------
1273 23-Apr-2007 Joe Hunt
1274  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
1275    the changes for selection lists customers/suppliers and the Audit Trail.
1276
1277 22-Apr-2007 Joe Hunt
1278  ! Changed the two selection lists for customers/suppliers in reports to a single one with
1279    No Filter
1280  ! Changed the sort order in these selection lists from id to name.
1281  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
1282  $ /reporting/reports_main.php
1283    /reporting/rep101.php
1284    /reporting/rep102.php
1285    /reporting/rep201.php
1286    /reporting/rep202.php
1287    /reporting/rep203.php
1288    /reporting/rep204.php
1289    /reporting/includes/reports_classes.inc
1290    /includes/ui/ui_lists.inc
1291    /gl/includes/db/gl_db_trans.inc
1292    config.php
1293    
1294 22-Apr-2007 Joe Hunt
1295  + Date Picker for all date fields.
1296  $ config.php
1297    /admin/fiscalyears.php
1298    /admin/void_transaction.php
1299    /includes/ui/ui_view.inc
1300    /includes/ui/ui_input.inc
1301    /dimensions/dimension_entry.php
1302    /dimensions/inquiry/search_dimensions.php
1303    /gl/gl_journal.php
1304    /gl/gl_deposit.php
1305    /gl/gl_payment.php
1306    /gl/bank_transfer.php
1307    /gl/inquiry/bank_inquiry.php
1308    /gl/inquiry/gl_account_inquiry.php
1309    /gl/inquiry/gl_trial_balance.php
1310    /gl/manage/exchange_rates.php
1311    /inventory/adjustments.php
1312    /inventory/transfers.php
1313    /inventory/inquiry/stock_movements.php
1314    /inventory/manage/items.php
1315    /manufacturing/work_order_add_finished.php
1316    /manufacturing/work_order_entry.php
1317    /manufacturing/work_order_issue.php
1318    /manufacturing/work_order_release.php
1319    /purchasing/supplier_payment.php
1320    /purchasing/po_entry_items.php
1321    /purchasing/po_receive_items.php
1322    /purchasing/supplier_credit.php
1323    /purchasing/supplier_credit_grns.php
1324    /purchasing/supplier_invoice.php
1325    /purchasing/supplier_invoice_grns.php
1326    /purchasing/supplier_trans_gl.php
1327    /purchasing/includes/ui/po_ui.inc
1328    /purchasing/inquity/po_search.php
1329    /purchasing/inquiry/po_search_completed.php
1330    /purchasing/inquiry/supplier_allocation_inquiry.php
1331    /purchasing/inquiry/supplier_inquiry.php
1332    /reporting/reports_main.php
1333    /reporting/includes/reports_classes.inc
1334    /sales/credit_note_entry.php
1335    /sales/customer_credit_invoice.php
1336    /sales/customer_payments.php
1337    /sales/sales_order_entry.php
1338    /sales/includes/ui/sales_order_ui.inc
1339    /sales/inquiry/customer_allocation_inquiry.php
1340    /sales/inquiry/customer_inquiry.php
1341    /sales/inquiry/sales_orders_view.php
1342    New image files:
1343    /themes/default/images/cal.gif
1344    /themes/default/images/next.gif
1345    /themes/default/images/prev.gif
1346
1347 19-Apr-2007 Joe Hunt
1348  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
1349  # Bug no 1703891, Reserved MySQL words used as column names, fixed
1350  $ /taxes/db/tax_types_db.inc
1351
1352  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
1353  $ /gl/manage/gl_accounts.php
1354    /gl/includes/db/gl_db_accounts.inc
1355    /includes/ui/ui_input.inc
1356
1357 18-Apr-2007 Joe Hunt
1358  # Bug no 1702594, Logon Loop, fixed
1359  $ config.php
1360
1361 -------------------- 1.0a Stable Released ----------------------
1362 10-Apr-2007 Joe Hunt
1363  ! Release 1.0a established on SourceForge, fixing the bugs.
1364
1365 11-Apr-2007 Joe Hunt
1366  # Bug No 1698214, Creating Items, fixed
1367  $ /includes/ui/ui_lists.inc
1368  # Bug no 1698216, Item Movements, fixed
1369  $ /inventory/manage/items.php
1370
1371 -------------------- 1.0 Stable Released ----------------------
1372 10-Apr-2007 Joe Hunt
1373  ! Release 1.0 established on SourceForge.
1374
1375 2. Copyright and disclaimer
1376 ---------------------------
1377 This application is opensource software released under the GPL.  Please
1378 see source code and the LICENSE file