5,201

(1 replies, posted in Setup)

change translation file or hardcode the text at each version change.....

5,202

(1 replies, posted in Reporting)

Textcart Extension?

Roles permissions must be enabled for the user

5,204

(1 replies, posted in Wish List)

Did you mean Logout button - it is there in the header menu line.

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,206

(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,207

(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

Check if the filesize is restricted by Apache, PHP or FA application.

Use QuickEntries

5,210

(4 replies, posted in Accounts Receivable)

Would References, Dimensions and / or Tags do?

5,211

(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,212

(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,213

(1 replies, posted in Setup)

Please try

&

in the place of just "&" and see if it works.

5,214

(4 replies, posted in Reporting)

Clear browser cache and server cache - all js files in the # company files

5,215

(1 replies, posted in Translations)

The following WIki pages may be relevant to lookup:

Updating empty.po files

DB Strings Translation

Some extensions may require trigger rights and capabilities.

5,217

(9 replies, posted in Wish List)

If the UPDATE returns 0 (zero) rows affected, it may evaluate to false.

5,218

(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,219

(4 replies, posted in Reporting)

See wiki config.php settings.

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,220

(9 replies, posted in Setup)

Wiki-ed it.

5,221

(11 replies, posted in Modules Add-on's)

Setup => Company Setup => Login timeout => 600 seconds (default can be changed to 86400 for a day)

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,223

(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.

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).

Thanks. Added caveat. See Forum Post. It also has fixes till 2014-01-27.