Did you mean Logout button - it is there in the header menu line.
5,227 02/12/2014 05:30:56 am
Re: Moving Hosting. Fine at first, after several hour some columns gone. (1 replies, posted in Installation)
It is possible you did not install some extensions in the new one that was in in the old one that may possess an extra column/table.
Copying the files from one server to another may need to have the file users and groups and permissions set correctly and some apache and php directives set that may be peculiar for the new server like file paths in the config.php, etc.
State what column was missing and check the old sql backup as well.
5,228 02/12/2014 05:24:51 am
Re: Average costing query (2 replies, posted in Items and Inventory)
@dev01: Assuming FIFO, then:
Average cost after sales in step 3:
Avgcost = ((110 * 5.8) - (5 * 6.071)) / (110 - 5)
= (638 - 30.355) / 105
= 607.645 / 105
= 5.7871
Cost of Return saved as 6.071
Average cost after return of sales in step 4:
Avgcost = ((105 * 5.7871) + (5 * 6.071)) / (105 + 5)
= (607.645 + 30.355) / 110
= 638 / 110
= 5.8
5,229 02/12/2014 04:46:29 am
Re: installation error file permissions (3 replies, posted in Installation)
The said folders need to be writeable by the webserver process only.
In Debian / Ubuntu, it will be: www-data:www-data
5,230 02/12/2014 04:45:17 am
Re: Image upload error: "only graphic files can be uploaded." (2 replies, posted in Items and Inventory)
Check if the filesize is restricted by Apache, PHP or FA application.
5,231 02/12/2014 04:44:13 am
Re: Bank Account Transfers: "Bank Charge" eligible for VAT (2 replies, posted in Banking and General Ledger)
Use QuickEntries
5,232 02/12/2014 04:41:24 am
Re: Search by Branch (4 replies, posted in Accounts Receivable)
Would References, Dimensions and / or Tags do?
5,233 02/12/2014 04:40:20 am
Re: logo Not showing on Reports and Analysis (1 replies, posted in Reporting)
Make copies of the report in your company # folder with necessary changes to override the defaults for now.
Joe, this can be fixed with a graphic option in the print form and inclusion in the respective reports.
5,234 02/12/2014 04:38:34 am
Re: BUG in reporting in customer statements (1 replies, posted in Reporting)
Joe, would it then be correct to have the show enabled by default and not have it as an option in the print form?
5,235 02/12/2014 04:37:04 am
Re: BUG in invoices not sending by email (1 replies, posted in Setup)
Please try
&in the place of just "&" and see if it works.
5,236 02/12/2014 04:33:59 am
Re: Reference no (4 replies, posted in Reporting)
Clear browser cache and server cache - all js files in the # company files
5,238 02/12/2014 04:27:36 am
Re: Closing Balance for monthly period (2 replies, posted in Banking and General Ledger)
Some extensions may require trigger rights and capabilities.
5,239 02/12/2014 04:26:02 am
Re: MySQL OR MySQLi Transaction (9 replies, posted in Wish List)
If the UPDATE returns 0 (zero) rows affected, it may evaluate to false.
5,240 01/28/2014 04:27:25 am
Re: How to change power by (11 replies, posted in Modules Add-on's)
Check the value of the parameter name called login_tout in the #_sys_prefs table. It may be 600 - change it to 86400.
Also clear all your cache and sessions.
5,241 01/27/2014 12:02:21 pm
Re: Reference no (4 replies, posted in Reporting)
32.$print_invoice_no = 0;
Setting this variable to 1 prints our internal numbers on the documents. If this variable is 0 prints our reference numbers on the documents instead. This is very handy if you have a letter/number combination in your references. 5,243 01/27/2014 11:51:44 am
Re: How to change power by (11 replies, posted in Modules Add-on's)
Setup => Company Setup => Login timeout => 600 seconds (default can be changed to 86400 for a day)
5,244 01/27/2014 11:39:39 am
Re: Annual Expense Breakdown (Change amounts to hundreds) (4 replies, posted in Banking and General Ledger)
This string is used in 3 places in reporting/rep705.php and the translation string is in the lang *.po files converted to .mo file for gettext.
If you are using the stock English offering, then you might wnat to make your own version of "English" for the language file. Otherwise just edit the said rep705.php file to hardcode the text string without the translation.
5,245 01/27/2014 11:27:45 am
Re: How to change power by (1 replies, posted in Installation)
Refer wiki config.php settings for first issue.
11.$power_by = "FrontAccounting";
Powered by. Don't touch this.
12.$power_url = "https://frontaccounting.com";
Powered by URL. Don't touch this. The Paypal Link was made prettier in a forum post that you can use to blank out as well.
5,246 01/27/2014 11:20:19 am
Re: Error with invoice number when invoicing services. (9 replies, posted in Accounts Receivable)
Are you using FA on a Windows Server or a Linux Server?
Possible BOM characters in the language translation files might get into error - check line endings as well. (CRLF for Windows and LF for Linux).
5,247 01/27/2014 11:11:46 am
Re: Allocation for Credit Notes not working correctly (18 replies, posted in Report Bugs here)
Thanks. Added caveat. See Forum Post. It also has fixes till 2014-01-27.
5,248 01/27/2014 11:09:13 am
Re: Release 2.3.19 (21 replies, posted in Announcements)
All HG Fixes since FA v2.3.19 was released till 2014-01-27 are attached to this post. Some have found issues in using unreleased code - See Forum Post. Hence use with care.
5,249 01/27/2014 11:03:20 am
Re: cancel order vs delete order (3 replies, posted in Report Bugs here)
Wiki-ed it.
5,250 01/27/2014 09:14:11 am
Re: Batch/Lot/Serial Inventory Tracking (8 replies, posted in FA Modifications)
Module method is preferred without tinkering with the base FA tables. Create a new lots/bins tables and if necessary make 1:1 tables instead of extra fields in existing tables.
Hooks inside the existing forms for integration of only changed code / new code for changed / new fields and for compute logic will obviate the need for extra maintenance in the module.
