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