RepGen Extension v2.3.9-3 has been updated to v2.3.13-1 in my personal GitHub repo.
5,526 04/19/2013 06:06:17 pm
Re: Fixing Usage - report generator (40 replies, posted in Modules Add-on's)
5,527 04/19/2013 06:41:59 am
Re: Bug in Customer Balances & Supplier Balances Reports (13 replies, posted in Report Bugs here)
Thanks Joe. HG 3122 did the job.
5,528 04/19/2013 06:31:53 am
Re: Edit Login window (3 replies, posted in Installation)
In the config.php file, set:
$text_company_selection = true;
5,529 04/19/2013 06:21:18 am
Re: Missing gbsn00lp.php (5 replies, posted in Translations)
Updated Wiki at:
https://frontaccounting.com/fawiki/index.php?n=Help.InstallUpdateLanugages
5,530 04/19/2013 06:15:14 am
Re: FrontAccounting git repository (4 replies, posted in Announcements)
Thanks Janusz.
Now we can take snapshots at will.
Please update the git/hg with the missing rep308.php file
5,531 04/08/2013 03:03:14 pm
Re: POSTING METHOD (8 replies, posted in Setup)
Review transactions in each company and take action (contra to revert) even if they stand posted in real time.
Each branch can be a profit centre - Use Dimensions / Tags
5,532 04/08/2013 02:56:24 pm
Re: Getting Consolidated Reports (4 replies, posted in FA Modifications)
Dimensions and Tags may solve your issues.
Otherwise, a federated table structure may help outside of FA.
Creating UNIONised VIEWS (with apporpiately prefixed primary keys) of corresponding tables from all companies into a read-only consolidated virtual company's database will enable FA to do what you want.
5,533 04/08/2013 02:55:01 pm
Re: redirecting to login page again and again (19 replies, posted in Installation)
It will work in current PHP v5.3.x - maybe specific early versions in PHP 5.3.x may be broken.
Just remove the .htaccess file and see if it works - then fix the .htaccess settings to match your hosting provider.
5,534 04/08/2013 02:52:03 pm
Re: Mobile addon caused total failure of install ... (3 replies, posted in Setup)
Quite a few DB changes have been done and older variables may be deprecated. Check out the apache error log and see what gives.
5,535 04/08/2013 02:50:07 pm
Re: Simple REST API (45 replies, posted in Modules Add-on's)
The account numbers for the Journal Entries are hardcoded in inventory.inc - lines 321-323 are:
// TODO Obtener cuentas contra las cuales hacer asientos
$_SESSION['gl_items']->add_gl_item('1510', 0, 0, ($info['quantity']*$info['standard_cost']*-1), $info['memo']); // Cta de Inventario del Producto
$_SESSION['gl_items']->add_gl_item('4010', 0, 0, ($info['quantity']*$info['standard_cost']), $info['memo']); // Cta Configurada para Obsolteos, Propios, etc ...
The comments are in Spanish - Please make it in English.
5,536 04/07/2013 01:09:56 pm
Re: Function needs Object (2 replies, posted in Modules Add-on's)
Please use the SimpleAPIModule.
5,537 04/07/2013 01:05:47 pm
Re: Simple REST API (45 replies, posted in Modules Add-on's)
@andresamayadiaz:
Your recent GitHub change has an error in line 14 of inventory.inc:
include_once($path_to_root . "/gl/includes/dl_db.inc");
should be
include_once($path_to_root . "/gl/includes/gl_db.inc");
The included file name is gl_db.inc and not dl_db.inc
5,538 04/07/2013 12:53:02 pm
Re: Sales Order Inquiry show invoice# (11 replies, posted in Accounts Receivable)
To save us the trouble, please list a set of URLs that you would use to achieve all of this along with the original source URL for the invoice. That way we can build the URL with the variables needed and put it in the invoice page.
Looks like the FA team has not yet returned from the Easter holidays as a few of the bugfixes (2172, 2183) in the Bugtracker have yet to find their way into the code base.
5,539 04/07/2013 12:40:58 pm
Re: POSTING METHOD (8 replies, posted in Setup)
AFAIK FA has real time posting and real time import (using addon).
Batch upload and review before posting is a nice feature - do not know if FA can accomodate it in the current version.
Possible Workaround:
Take backup
Do real time batch import
Check the registers and printouts
If found to need major record level corrections, then edit in the import source file
Restore from earlier backup
Re-import after corrections.
5,540 04/06/2013 12:34:54 pm
Re: POSTING METHOD (8 replies, posted in Setup)
Why do you need to switch at all?
Just keep it real time and post batch realtime as well.
5,541 04/06/2013 12:33:37 pm
Re: Sales Order Inquiry show invoice# (11 replies, posted in Accounts Receivable)
The view pages can have hyperlinks to the detail pages requested.
Very nice feature that FA can benefit from.
5,542 04/06/2013 12:31:26 pm
Re: Help required to create Chart of Accounts (5 replies, posted in Misc. Charts of Accounts)
What language do you want to use? Will en_US suffice?
What kind of COA do you want - Service, Manufacturing, Trading, etc?
How many digits do you want in the COA - 4, 5, or 8 or any other?
5,543 04/05/2013 03:12:20 pm
Re: Help required to create Chart of Accounts (5 replies, posted in Misc. Charts of Accounts)
Be more specific.
Do any of the COAs from the FA Repo suffice?
Can you not be modify them to suit your needs?
5,544 04/01/2013 10:55:00 am
Re: PDF-Prints (5 replies, posted in Reporting)
In FireFox, go to
File -> Page Setup -> Margins & Header/Footer
And chose to remove any Headers and Footers (set them to blank).
5,545 03/31/2013 03:27:28 am
Re: Credit card payment (9 replies, posted in Banking and General Ledger)
Interest on Principal
or
Interesting (LIKES) Interest in FA?
5,546 03/31/2013 03:22:58 am
Re: PDF-Prints (5 replies, posted in Reporting)
This is a browser print default setting. Probably it got reset to defaults. What browser are you using?
5,547 03/31/2013 02:55:52 am
Topic: Technical FAQ on Wiki (0 replies, posted in Announcements)
Technical FAQ page has been placed on the Wiki. Please gather pertinent info into it without flooding it.
5,548 03/29/2013 07:59:58 pm
Topic: Journal Inquiry WorkOrder Fix - HG 3213 - Thanks (0 replies, posted in Report Bugs here)
Thanks Janusz for the HG 3213 Fix.
5,549 03/29/2013 02:59:00 am
Re: Wrong sales figure in Inventory Sales Report (2 replies, posted in Report Bugs here)
Does this affect only the report or the actual invoice and legder entries as well?
5,550 03/29/2013 02:56:31 am
Re: how to keep track of overdue invoices? (5 replies, posted in Accounts Receivable)
What version of FA are you using. It will need the latest v2.3.15 and the HG updates till 3212 - read the Release Announcement Post.
Also try to disable the .htaccess file in the distribution and troubleshoot the Apache errors thereafter to see what can be accomodated / changed (httpd.conf) in it.