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