Changed so that average item material price is automatic updated whenever a PO Delive...
[fa-stable.git] / CHANGELOG.txt
1 /**
2 * @version $Id$
3 * @package FrontAccounting
4 * @copyright (C) 2005 - 2007 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 04-Mar-2008 Joe Hunt
23 ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
24   Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
25 $ /inventory/cost_update.php
26   /purchasing/includes/db/grn_db.inc and
27   /manufacturing/manage/bom_edit.php. 
28   
29 21-Feb-2008 Joe Hunt
30 + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
31 $ /admin/view_print_transaction.php
32   /applications/setup.php
33   
34 17-Feb-2008 Joe Hunt
35 ! Minor change in menu and function in view_print_transaction.php
36 $ /admin/view_print_transaction.php
37   /application/setup.php
38 + Preparing for print of single documents
39 $ /reporting/includes/reporting.inc
40 ! Removing 'out' field in table tax_types
41 $ /sql/alter.sql
42   /taxes/tax_types.php
43   /taxes/db/tax_types_db.inc
44 + Added 2 functions in ui_input.inc, button and button_cell
45   /includes/ui/ui_input.inc
46
47 11-Feb-2008 Joe Hunt
48 + Added file, update_db.php, for updating company databases from an SQL script.
49 $ update_db.php (New file)
50   update.html
51   
52 06-Fef-2008 Joe Hunt
53 + Added Report, Salesman Listing, rep106.php. 
54 $ /reporting/reports_main.php
55   /reporting/rep106.php
56   
57 06-Feb-2008 Janusz Dobrowolski
58 + Separation of customer invoice issue and goods delivery.
59 + Batch invoicing for more than one delivery
60 # Corrected inadequate shipping tax calculations.
61 ! Default debugging status changed to off.
62 $ /taxes/tax_calc.inc
63   /taxes/db/tax_groups_db.inc
64   /admin/db/voiding_db.inc
65   /applications/customers.php
66   /includes/systypes.inc
67   /includes/types.inc
68   /includes/ui/ui_controls.inc
69   /includes/ui/ui_lists.inc
70   /includes/ui/ui_view.inc
71   /inventory/inquiry/stock_status.php
72   /reporting/rep105.php
73   /reporting/rep107.php
74   /reporting/rep109.php
75   /reporting/rep110.php 
76   /reporting/rep209.php
77   /reporting/reports_main.php
78   /reporting/includes/doctext.inc
79   /reporting/includes/doctext2.inc
80   /reporting/includes/form_types.inc
81   /reporting/includes/pdf_report.inc
82   /reporting/includes/reports_classes.inc
83   /sales/customer_credit_invoice.php
84   /sales/customer_invoice.php
85   /sales/sales_order_entry.php
86   /sales/customer_delivery.php 
87   /sales/includes/db/sales_delivery_db.inc 
88   /sales/includes/ui/print_invoice.inc 
89   /sales/includes/cart_class.inc
90   /sales/includes/sales_db.inc
91   /sales/includes/db/cust_trans_db.inc
92   /sales/includes/db/cust_trans_details_db.inc
93   /sales/includes/db/sales_credit_db.inc
94   /sales/includes/db/sales_invoice_db.inc
95   /sales/includes/db/sales_order_db.inc
96   /sales/includes/ui/sales_order_ui.inc
97   /sales/inquiry/customer_allocation_inquiry.php
98   /sales/inquiry/customer_inquiry.php
99   /sales/inquiry/sales_orders_view.php
100   /sales/inquiry/sales_deliveries_view.php 
101   /sales/view/view_dispatch.php
102   /sales/view/view_invoice.php
103   /sales/view/view_sales_order.php
104   /sql/alter.sql
105   config.php
106   
107 01-Feb-2008 Joe Hunt
108  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
109  $ /sales/includes/cart_class.inc
110    /sales/includes/db/sales_credit_db.inc
111    /sales/includes/db/sales_invoice_db.inc
112    /sales/includes/db/sales_order_db.inc
113    /sales/includes/db/cust_trans_details_db.inc
114    /sales/includes/ui/sales_order_ui.inc
115    /sales/includes/ui/sales_credit_ui.inc
116    /sales/credit_note_entry.php
117    /sales/customer_credit_invoice.php
118    /sales/sales_order_entry.php
119    /sales/customer_invoice.php
120
121 31-Jan-2008 Joe Hunt
122  ! New Release 2.0 Pre Alpha
123  $ config.php
124  # Fixed a release 2 related bug in create_coy.php
125  $ /admin/create_coy.php
126  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
127    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
128    with these databases changes without any new files. They are coming as soon as possible.
129  $ /sql/alter.sql (New file)  
130  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
131    and 2 related files
132  $ /purchasing/supplier_trans_gl.php
133    /purchasing/includes/db/invoice_items_db.inc
134  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
135  $ /includes/ui/ui_lists.inc
136    /purchasing/includes/ui/po_ui.inc
137    /sales/includes/ui/sales_order_ui.inc
138    /admin/company_preferences.php
139    /admin/db/company_db.inc
140    config.php
141  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
142    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
143  $ /sales/manage/sales_people.php
144    /includes/ui/ui_input.inc
145  
146 -------------------- 2,0 Pre Alpha - above ----------------------------
147 31-Jan-2008 Janusz Dobrowolski
148  # Minor bugfix in db_import()
149  $ /admin/db/maintenance_db.inc
150  
151 30-Jan-2008 Janusz Dobrowolski
152  # Minor display fix in tax_types.php
153  $ /taxes/tax_types.php
154  ! Format cleanup on some files.
155  $ /gl/includes/gl_db.inc
156    /gl/includes/gl_ui.inc
157    /applications/application.php
158    frontaccounting.php
159    index.php
160    
161 -------------------- 1.16 Stable Released ----------------------
162 28-Jan-2008 Joe Hunt
163  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
164    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
165    and $no_supplier_list. Default is the normal behavior for all listboxes.
166  $ /includes/ui/ui_lists.inc
167    /sales/includes/ui/sales_orders_ui.inc
168    /purchases/includes/ui/po_ui.inc
169    /themes/default/images/locate.png (New file)
170    config.php
171
172  + Added ALTER TABLE possibility in db_import. For future releases.
173  $ /admin/db/maintenence_db.inc  
174
175  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
176  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
177  $ /includes/db/connect_db.inc
178    /includes/ui/ui_lists.inc
179    /includes/page/header.inc
180    /access/login.php
181    
182 16-Jan-2008 Joe Hunt
183  # When login screen is displayed after session timeout page content is broken. It
184    is because of NOT using absolute paths in href attribute theme elements.
185  $ /access/login.php
186  
187 30-Dec-2007 Joe Hunt
188  # Minor adjustments in function db_export on line 325
189  $ /admin/db/maintenance_db.inc
190  
191 29-Dec-2007 Joe Hunt
192  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
193  $ config.php
194  
195  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
196    Also fixed a unneccessary str_replace when importing sql scripts.
197  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
198  $ /admin/db/maintenance_db.inc
199    /reporting/includes/pdf_report.inc
200    
201 13-Dec-2007 Joe Hunt
202  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
203  $ /gl/inquiry/gl_trial_balance.php
204    /gl/inquiry/gl_account_inquiry.php
205
206 13-Dec-2007 Joe Hunt
207  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
208  $ /admin/db/voiding_db.inc
209  
210 06-Dec-2007 Joe Hunt
211  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
212  $ /gl/gl_payment.php
213    /gl/includes/ui/gl_payment_ui.inc
214    
215  ! Changed $loc_notification to be set to 0 instead of 1.
216  $ config.php
217  
218 -------------------- 1.15 Stable Released ----------------------
219 05-Dec-2007 Joe Hunt
220  + Added email notification to stock location when available stock is below reorder level
221  $ config.php
222    /sales/includes/db/sales_order_db.inc
223    
224  # Fixed bugs in Open balances when account is not a balance account
225  $ /gl/inquiry/gl_trial_balance.php
226    /gl/inquiry/gl_account_inquiry.php
227    /reporting/rep704.php
228    /reporting/rep708.php
229    
230 -------------------- 1.14 Stable Released ----------------------
231 01-Oct-2007 Joe Hunt
232  ! Major change in the installation of modules to also accept an SQL-file for upload.
233  $ config.php
234    /admin/inst_module.php
235    /admin/db/maintenance_db.inc
236    
237 30-Sep-2007 Joe Hunt
238  # The following files were still vulnerable. Fixed
239  $ /access/login.php
240    /includes/lang/language.php
241
242 -------------------- 1.13 Stable Released ----------------------
243 14-Sep-2007 Joe Hunt
244  + Added optional link for electronic payment on invoices (PayPal). 
245  ! Better support for install/update languages.  
246  ! Minor adjustments
247  # Fixed a vulnerable item in config.php
248  $ config.php
249
250 14-Sep-2007 Joe Hunt
251  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
252  # config.php has been vulnerable. Fixed.
253  $ /admin/inst_lang.php
254  $ config.php
255  
256 10-Sep-2007 Joe Hunt
257  ! Changed Bank Address field from text to textarea (multirows)
258  $ /gl/manage/bank_accounts.php
259  
260 06-Sep-2007 Joe Hunt
261  + Added optional link for electronic payment on invoices (PayPal)
262  $ /reporting/reports_main.php
263    /reporting/rep107.php
264    /reporting/includes/report_classes.inc
265    /reporting/includes/pdf_report.inc
266    /reporting/includes/doc_text.inc
267    /reporting/includes/doc_text2.inc
268    
269 23-Aug-2007 Joe Hunt
270  # Unnecessary parameter ($db) in check_for_recursive_bom
271  $ /manufacturing/manage/bom_edit.php
272  
273 21-Aug-2007 Joe Hunt
274  # Bug in /includes/lang/gettext.php (249) affecting changing language!
275  $ /includes/lang/gettext.php
276  
277 08-Aug-2007 Joe Hunt
278  # Minor adjustments
279  $ config.php
280    /access/login.php
281    /admin/create_coy.php
282    /reporting/includes/pdf_report.inc
283    
284 04-Aug-2007 Joe Hunt
285  + Added a default fiscal year in the en_US-new.sql and start references.
286  $ /sql/en_US-new.sql
287  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
288  $ /lang/en_US/LC_MESSAGES/en_US.mo
289  
290 03-Aug-2007 Joe Hunt
291  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
292  $ /sales/includes/db/sales_order_db.inc
293  
294 23-Jul-2007 Joe Hunt
295  # Changed <? in front of 2 files to <?php.
296  $ /purchasing/includes/purchasing_ui.inc
297    /reporting/includes/class.mail.inc
298    
299 -------------------- 1.12 Stable Released ----------------------
300 21-Jul-2007 Joe Hunt
301  + Added option to handle Jalali and Islamic Calendars
302  ! Minor adjustments
303  $ config.php
304    /gl/includes/db/gl_db_trans.inc
305    /includes/date_functions.inc
306    /includes/ui/ui_input.inc
307    /includes/ui/ui_lists.inc
308    /includes/ui/ui_view.inc
309    /purchasing/po_receive_items.php
310    /purchasing/includes/ui/invoice_ui.inc
311    /purchasing/includes/ui/po_ui.inc
312    /reporting/rep705.php
313    /sales/includes/db/sales_order_db.inc
314    /sales/includes/ui/sales_order_ui.inc
315    
316 20-Jul-2007 Joe Hunt
317  ! Changed parameters on report Sales Order. Option to print as Quote.
318  $ /reporting/reports_main.php
319    /reporting/rep109.php
320    /reporting/includes/pdf_report.inc
321    /reporting/includes/doctext.inc
322    /reporting/includes/doctext2.inc
323  
324 19-Jul-2007 Joe Hunt
325  + Added Budget Entry in General Ledger. Includes Dimensions.
326  $ config.php
327    /applications/generalledger.php
328    /gl/gl_budget.php (New File!)
329    /gl/includes/db/gl_db_trans.inc
330    /includes/date_functions.inc
331    /reporting/report_classes.inc
332    
333 -------------------- 1.11 Stable Released ----------------------
334 04-Jul-2007 Joe Hunt
335  ! Option for using alpha numeric chart of accounts.
336  $ config.php
337    /gl/manage/gl_accounts.php
338    /gl/includes/db/gl_db_accounts.inc
339    /gl/includes/db/gl_db_bank_trans.inc
340    /gl/includes/db/gl_db_trans.inc
341    /gl/inquiry/gl_trial_balance.inc
342    /admin/db/company_db.inc
343    /inventory/includes/db/items_db.inc
344    /sales/manage/customer_branches.inc
345
346 04-Jul-2007 Joe Hunt
347  # Problems retrieving language texts for poEdit in long javascripts
348  $ /includes/ui/ui_view.inc
349  
350 04-May-2007 Joe Hunt
351  # Database error when updating more than one item row in Sales Orders.
352  $ /sales/includes/db/sales_order_db.inc
353  # Database error when inserting work order issues. Fixed.
354  $ /manufacturing/includes/db/work_order_issues_db.inc
355  
356 03-May-2007 Joe Hunt
357  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
358  $ /includes/db/manufacturing_db.inc
359    /manufacturing/includes/db/work_order_requirements_db.inc
360
361 02-May-2007 Joe Hunt
362  # Missing details on Purchase Order when emailing and printing
363  $ /reporting/rep209.php
364  
365 -------------------- 1.1 Stable Released ----------------------
366 02-May-2007 Joe Hunt
367  + Enabled module addons and all the below bugfixes. No changes in database structure.
368  - Removed /sql/basic.sql (included in the other sql files)
369  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
370    (not needed anymore).
371  + Addition of update.html  
372  $ /admin/inst_module.php (New file!)
373    /applications/customers.php
374    /applications/dimensions.php
375    /applications/generalledger.php
376    /applications/inventory.php
377    /applications/manufacturing.php
378    /applications/setup.php
379    /applications/suppliers.php
380    /install/index.php
381    /install/save.php
382    /modules/inst_modules.php (New folder and new file!)
383    /modules/index.php (New file!)
384    /sql/en_US-demo.sql
385    /sql/en_US-new.sql
386    install.html
387    update.html (New file!)
388    
389 01-May-2007 Joe Hunt
390  # Missing measure of units when printing sales orders
391  # Update of Sales People caused a database error
392  $ /sales/manage/sales_people.php
393    /reporting/rep109.php
394  
395 30-Apr-2007 Joe Hunt
396  + The selected menu tab is now shown with same background as hover color.
397  $ config.php (default tab line 77. Change if you want)
398    /includes/page/header.inc
399    
400 28-Apr-2007 Joe Hunt
401  # When saving work order entries a lot of debug boxes appeared. Fixed
402  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
403  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
404  $ /includes/db/manufacturing_db.inc
405    /manufacturing/work_order_entry.php
406    /manufacturing/includes/work_order_issue_ui.inc
407    /manufacturing/includes/db/work_order_requirements_db.inc
408    /manufacturing/includes/db/work_orders_quick_db.inc
409    /manufacturing/inquiry/where_used_inquiry.php
410    
411 25-Apr-2007 Joe Hunt
412  # Missing Date Picker
413  $ /sales/customer_invoice.php
414  # No JS popup window
415  $ /sales/view/view_invoice.php
416  
417 24-Apr-2007 Joe Hunt
418  ! New and better Date Picker, better cool theme.
419  $ /includes/ui/ui_input.inc
420    /includes/ui/ui_view.inc
421    /reporting/includes/reports_classes.inc
422    /themes/cool/default.css
423
424 -------------------- 1.0.1 Stable Released ----------------------
425 23-Apr-2007 Joe Hunt
426  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
427    the changes for selection lists customers/suppliers and the Audit Trail.
428
429 22-Apr-2007 Joe Hunt
430  ! Changed the two selection lists for customers/suppliers in reports to a single one with
431    No Filter
432  ! Changed the sort order in these selection lists from id to name.
433  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
434  $ /reporting/reports_main.php
435    /reporting/rep101.php
436    /reporting/rep102.php
437    /reporting/rep201.php
438    /reporting/rep202.php
439    /reporting/rep203.php
440    /reporting/rep204.php
441    /reporting/includes/reports_classes.inc
442    /includes/ui/ui_lists.inc
443    /gl/includes/db/gl_db_trans.inc
444    config.php
445    
446 22-Apr-2007 Joe Hunt
447  + Date Picker for all date fields.
448  $ config.php
449    /admin/fiscalyears.php
450    /admin/void_transaction.php
451    /includes/ui/ui_view.inc
452    /includes/ui/ui_input.inc
453    /dimensions/dimension_entry.php
454    /dimensions/inquiry/search_dimensions.php
455    /gl/gl_journal.php
456    /gl/gl_deposit.php
457    /gl/gl_payment.php
458    /gl/bank_transfer.php
459    /gl/inquiry/bank_inquiry.php
460    /gl/inquiry/gl_account_inquiry.php
461    /gl/inquiry/gl_trial_balance.php
462    /gl/manage/exchange_rates.php
463    /inventory/adjustments.php
464    /inventory/transfers.php
465    /inventory/inquiry/stock_movements.php
466    /inventory/manage/items.php
467    /manufacturing/work_order_add_finished.php
468    /manufacturing/work_order_entry.php
469    /manufacturing/work_order_issue.php
470    /manufacturing/work_order_release.php
471    /purchasing/supplier_payment.php
472    /purchasing/po_entry_items.php
473    /purchasing/po_receive_items.php
474    /purchasing/supplier_credit.php
475    /purchasing/supplier_credit_grns.php
476    /purchasing/supplier_invoice.php
477    /purchasing/supplier_invoice_grns.php
478    /purchasing/supplier_trans_gl.php
479    /purchasing/includes/ui/po_ui.inc
480    /purchasing/inquity/po_search.php
481    /purchasing/inquiry/po_search_completed.php
482    /purchasing/inquiry/supplier_allocation_inquiry.php
483    /purchasing/inquiry/supplier_inquiry.php
484    /reporting/reports_main.php
485    /reporting/includes/reports_classes.inc
486    /sales/credit_note_entry.php
487    /sales/customer_credit_invoice.php
488    /sales/customer_payments.php
489    /sales/sales_order_entry.php
490    /sales/includes/ui/sales_order_ui.inc
491    /sales/inquiry/customer_allocation_inquiry.php
492    /sales/inquiry/customer_inquiry.php
493    /sales/inquiry/sales_orders_view.php
494    New image files:
495    /themes/default/images/cal.gif
496    /themes/default/images/next.gif
497    /themes/default/images/prev.gif
498
499 19-Apr-2007 Joe Hunt
500  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
501  # Bug no 1703891, Reserved MySQL words used as column names, fixed
502  $ /taxes/db/tax_types_db.inc
503
504  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
505  $ /gl/manage/gl_accounts.php
506    /gl/includes/db/gl_db_accounts.inc
507    /includes/ui/ui_input.inc
508
509 18-Apr-2007 Joe Hunt
510  # Bug no 1702594, Logon Loop, fixed
511  $ config.php
512
513 -------------------- 1.0a Stable Released ----------------------
514 10-Apr-2007 Joe Hunt
515  ! Release 1.0a established on SourceForge, fixing the bugs.
516
517 11-Apr-2007 Joe Hunt
518  # Bug No 1698214, Creating Items, fixed
519  $ /includes/ui/ui_lists.inc
520  # Bug no 1698216, Item Movements, fixed
521  $ /inventory/manage/items.php
522
523 -------------------- 1.0 Stable Released ----------------------
524 10-Apr-2007 Joe Hunt
525  ! Release 1.0 established on SourceForge.
526
527 2. Copyright and disclaimer
528 ---------------------------
529 This application is opensource software released under the GPL.  Please
530 see source code and the LICENSE file