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.
5,876 12/13/2012 05:34:42 am
Re: Loosing calculated return from Profit & Loss report after year closing (6 replies, posted in Reporting)
5,877 12/13/2012 05:27:53 am
Re: Question about Invoices Functionality (2 replies, posted in FA Modifications)
Use Quick Entry and then provide a Ledger listing for the subset of entries for the Invoice
5,878 12/13/2012 05:01:53 am
Re: Launch email (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,879 12/13/2012 04:59:06 am
Re: Requisition Module Not Working (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.
5,880 12/13/2012 04:24:29 am
Re: How to get warning when selling under cost price ? (6 replies, posted in Accounts Receivable)
@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 ?
5,881 12/13/2012 04:18:59 am
Re: Data does not change despite changed and saved (12 replies, posted in Setup)
@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?
5,882 12/13/2012 03:58:20 am
Re: Invalid argument supplied for foreach() in file: (9 replies, posted in Report Bugs here)
Hi Joe, expect that this issue has been solved in the latest Mercurial 3122 in session.inc
5,883 12/13/2012 03:51:44 am
Re: Import from WEBERP (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,884 12/13/2012 03:41:24 am
Re: Access FA from curl/wget (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 !
5,885 12/13/2012 03:19:52 am
Re: Chart of Accounts Question (5 replies, posted in Misc. Charts of Accounts)
Or modify the existing US COA install in the company by changing the entries - GL Accounts / Classes / Groups / Preferences, etc.
5,886 12/13/2012 03:17:29 am
Re: How to pay utility bills (13 replies, posted in Accounts Payable)
Wikiied it.
5,887 12/13/2012 03:09:28 am
Re: Fiscal Year for Australia (2 replies, posted in Setup)
Updated Wiki entry as bulletted steps.
5,888 12/13/2012 02:59:37 am
Re: "Before GRN clearing Account" message (4 replies, posted in Setup)
Wikiied it.
5,889 12/13/2012 02:48:20 am
Re: Can't access Second company (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.
5,890 12/03/2012 04:03:04 pm
Re: Data does not change despite changed and saved (12 replies, posted in Setup)
Clear Browser Cache. Don't use the browser back button - use the "back" link on the web page.
5,891 12/03/2012 04:01:33 pm
Re: 404 error for pdf reports after upgrade (14 replies, posted in Installation)
Folder Write permission for web server user is needed.
5,892 11/29/2012 12:15:09 pm
Topic: We2Project <-> FA (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,893 11/28/2012 07:30:06 pm
Re: Purchase order (2 replies, posted in Accounts Payable)
From which version did you upgrade.
Read the Wiki page of config variables and their functionality.
5,894 11/28/2012 07:27:57 pm
Re: Character encoding issues (1 replies, posted in Setup)
Please read the Wiki.
5,895 11/28/2012 07:26:26 pm
Re: Data does not change despite changed and saved (12 replies, posted in Setup)
How did you create the FrontAccounting Company database user? If it is from phpMyAdmin, then check the user privileges there.
5,896 11/28/2012 07:24:08 pm
Re: Simple REST API (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.
5,897 11/28/2012 01:22:09 pm
Re: Data does not change despite changed and saved (12 replies, posted in Setup)
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.
5,898 11/28/2012 01:19:24 pm
Re: Changing VAT from 19 to 21 (6 replies, posted in Banking and General Ledger)
Wikiied it!
5,899 11/28/2012 01:12:41 pm
Re: Auto Update of Reference No. / Invoice No. (2 replies, posted in Accounts Receivable)
What OS are you on (MySQL in Linux is case-sensitive)?
How did you do the upgrade?
Did you synch the db schemas correctly?
5,900 11/28/2012 06:45:30 am
Re: Accessing Inventry Items and Customer list (4 replies, posted in Modules Add-on's)
Check out SimpleAPI for FA in the Wiki.