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