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