If the file installed_extensions.php does not exist, why not hard code it's content into the script? And if the content needs to be written and saved and the file is still missing, then it can be created!

Alternatively, just create it if it is missing - with some acceptable default content - and then read it back into the current script!

Thanks Joe, maybe an "@" should do it!.

5,753

(11 replies, posted in Setup)

You will find it all in a folder called _cache in the modules folder.

Take a backup before closing the year and temporarily restore it to do such dancing outside of standard code, or code in some custom stuff and present it to the code base.

Use Quick Entry and then provide a Ledger listing for the subset of entries for the Invoice

5,756

(11 replies, posted in FA Modifications)

Only global values should be in the config.php file since each company would need it to be possibly different and therefore it should be in the sys_prefs table and hence settable through the Setup -> Company Setup page.

reporting/includes/class.mail.inc is used to send mail.

5,757

(11 replies, posted in Setup)

Please send a link to the tar.gz file of the requisition module. I caould not find it on the FA site nor at this forum post

It appears that the module needs the two tables to be created first.

@joe:

should this be a flag in config.php ( I do not see any in the latest Mercurial 3122) or is it in some code block?

The release changelog of v2.3.3 for changeset 2072 of sales/sales_order_entry.php shows a fix for Warning if line price is below standard cost in sales documents.

What happens if the get_standard_cost() cannot be retrieved?

@ali002:

which FA version are you using? Does your file match the current sales/sales_order_entry.php one?
Especially Lines 512 to 528 ?

@Janusz:

Ref: PHP header() / Http Header and the php.ini setting session.cache_limiter

In Mercurial Build 3122, the file includes/session.inc currently has:
Line 357: ini_set('session.cache_limiter', 'private'); // prevent 'page expired' errors
Line 363: header("Cache-control: private");

We may need to set it to nocache from private in both lines.

Must this change be propagated to pages that do not come in thru index.php directly as well if any?

Any reason why repo is not updated quickly as before?

Hi Joe, expect that this issue has been solved in the latest Mercurial 3122 in session.inc

5,761

(4 replies, posted in Setup)

It is possible to migrate from WebERP to FA and vice versa but you will need the schema diff both ways from the specific versions of both applications that need to be mapped. Also there is the case of missing fields and / or tables - look up the defaults and alter if not the desired value. Contact any of the Support entities on the FrontAccounting Sites if you need assistance.

5,762

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

Thanks #elax.

Wikiied it with source for field names taken from access/login.php.

This is a nice tute for cURL usage from the CLI !

Or modify the existing US COA install in the company by changing the entries - GL Accounts / Classes / Groups / Preferences, etc.

5,764

(13 replies, posted in Accounts Payable)

Wikiied it.

5,765

(2 replies, posted in Setup)

Updated Wiki entry as bulletted steps.

5,766

(4 replies, posted in Setup)

Wikiied it.

5,767

(5 replies, posted in Installation)

check if the company/1 folder exists in the correct webroot folder and ownerships and permissions are set correctly. See if cookies are enabled.

Clear Browser Cache. Don't use the browser back button - use the "back" link on the web page.

Folder Write permission for web server user is needed.

5,770

(0 replies, posted in FA Modifications)

In connecting FA with other mature projects an effort is being made in Order Management where FA's Dimensions feature is being leveraged in a fork of Web2Project.

The following Web2Project Issue Comment summarises Tight vs. Loose Coupling between applications.

Unrelated: A whole lot of cheat sheets are available at DZone (login necessary to download).

5,771

(2 replies, posted in Accounts Payable)

From which version did you upgrade.

Read the Wiki page of config variables and their functionality.

5,772

(1 replies, posted in Setup)

Please read the Wiki.

How did you create the FrontAccounting Company database user? If it is from phpMyAdmin, then check the user privileges there.

5,774

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

SimpleAPI Module Wiki Page has been updated with a full test access script set for remote FA server access.

Check Update/Insert permission availability for MySQL user in company used. Make sure that the

FLUSH PRIVILEGES;

was done after user rights changes are done.

Do not use the Browser Back Button, instead use the Back link on the web page.