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