Wiki stands updated. Thanks elax.
5,927 12/13/2012 10:08:50 am
Re: Requisition Module Not Working (11 replies, posted in Setup)
The original FA requisitions-2.3.3-7.pkg is at:
http://anonymous:password@repo.frontaccounting.eu/2.3/extensions/requisitions-2.3.3-7.pkg
Made corrections (as detailed in the forum post) to the extension and bundled it as a normal tar file - just add the modified debian sauce and place it for download at the repo.frontaccounting.eu site.
The corrections are in the hooks.php, sql/update.sql and _init/config files.
It still cannot work properly - anyone got it to work?
What should the installed_extensions array be for such a module?
5,928 12/13/2012 07:12:59 am
Re: How to get warning when selling under cost price ? (6 replies, posted in Accounts Receivable)
Great Joe, thanks!
5,929 12/13/2012 07:11:59 am
Re: Invalid argument supplied for foreach() in file: (9 replies, posted in Report Bugs here)
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!
5,930 12/13/2012 07:09:33 am
Re: Invalid argument supplied for foreach() in file: (9 replies, posted in Report Bugs here)
Thanks Joe, maybe an "@" should do it!.
5,931 12/13/2012 05:45:30 am
Re: Requisition Module Not Working (11 replies, posted in Setup)
You will find it all in a folder called _cache in the modules folder.
5,932 12/13/2012 05:34:42 am
Re: Loosing calculated return from Profit & Loss report after year closing (6 replies, posted in Reporting)
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,933 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,934 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,935 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,936 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,937 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,938 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,939 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,940 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,941 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,942 12/13/2012 03:17:29 am
Re: How to pay utility bills (13 replies, posted in Accounts Payable)
Wikiied it.
5,943 12/13/2012 03:09:28 am
Re: Fiscal Year for Australia (2 replies, posted in Setup)
Updated Wiki entry as bulletted steps.
5,944 12/13/2012 02:59:37 am
Re: "Before GRN clearing Account" message (4 replies, posted in Setup)
Wikiied it.
5,945 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,946 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,947 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,948 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,949 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,950 11/28/2012 07:27:57 pm
Re: Character encoding issues (1 replies, posted in Setup)
Please read the Wiki.