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