There has been a growing interest in FA since July 2016 as the attachment shows.
3,227 11/16/2016 03:41:39 pm
Re: Credit note bugs (6 replies, posted in Report Bugs here)
@itronics: committed in the official repo.
3,228 11/14/2016 04:03:12 pm
Re: Credit note bugs (6 replies, posted in Report Bugs here)
There is a need to investigate / discuss the matter at hand and also look at it in the light of another issue in the bug tracker that @itronics is looking at.
My unofficial repo has the core folder in synch with the main FA repo's master branch only and my modifications are in another folder - FAMods. Yet another folder has the expanded out extensions as well. Hence it is not possible to provide a pull request from my GitHub Repo to the upstream one's master branch.
3,229 11/14/2016 04:10:15 am
Re: Credit note bugs (6 replies, posted in Report Bugs here)
@joe: In FA 2.3 please change lines 179-180 in sales/includes/db/sales_invoice_db.inc:
update_debtor_trans_allocation(ST_SALESINVOICE, $invoice_no, $amount);
update_debtor_trans_allocation(ST_CUSTPAYMENT, $pmtno, $amount);
to
update_debtor_trans_allocation(ST_SALESINVOICE, $invoice_no);
update_debtor_trans_allocation(ST_CUSTPAYMENT, $pmtno);
It is pertinent to note that the third parameter in the function update_debtor_trans_allocation in sales/includes/db/custalloc_db.inc is only available in FA 2.4.x and that too it is a person_id and not an amount.
Fixed inmy unofficial repo's FAMods. Fixed in the core now (2016-11-14).
Going forward, if there are any changes in the parameters of functions, a global search and replace as needed should be done and it should fulfill all such usages.
3,230 11/13/2016 06:50:15 pm
Re: Credit note bugs (6 replies, posted in Report Bugs here)
Yes, the mantis is used for all except simple bugs.
Checkout: http://mantis.frontaccounting.com/view.php?id=3697
Your Bug report http://mantis.frontaccounting.com/view.php?id=3696 has been fixed on 28th May 2014 itself and it is possible you are using a very old version of FA.
3,231 11/13/2016 06:17:42 pm
Re: Currencies table updation fails (1 replies, posted in Setup)
On a fresh install now everything appears okay!
3,232 11/12/2016 04:10:04 pm
Topic: Currencies table updation fails (1 replies, posted in Setup)
Testing out the FA 2.3.25+ master on GitHub as a fresh install with demo data has the auto_update field in the currencies table as checked (1).
1. Navigate to Banking & General Ledger => Currencies
2. Choose to edit any non-default currency.
Error 1: The inactive flag gets enabled wrongly
3. Try to uncheck the auto_update field in the UI.
It will return as successful.
Error 2: The currencies table auto_update field and the table display do not get updated!
3,233 11/12/2016 04:04:31 pm
Re: Tag GL Accounts Receivable to a customer (1 replies, posted in Accounts Receivable)
Check if it is made into a "Bank Account" whether it would work.
3,234 11/12/2016 04:03:01 pm
Re: FA Mobile Edition for iPhone, Android and BlackBerry 6 - RELEASED! (19 replies, posted in Setup)
http://www.anterp.com gets redirected to https://acoffeeshops.com/ which uses OpenCart.
See if the SOAP Service of ANTerp is what you need in:
https://frontaccounting.com/wbt/pages/download/download-release-2.3.php
3,235 11/12/2016 03:52:42 pm
Re: 2.3RC3 can't add contact (18 replies, posted in Report Bugs here)
State which version of FA you are using and what what versions of PHP/MySQL/OS for the server.
Test with the latest version of the stable FA Release.
3,236 11/07/2016 08:26:54 am
Topic: Get Last Exchange Rates (0 replies, posted in FA Modifications)
When the default currency is chosen on the exchange rates page, we can choose to have the list of last exchange rates displayed as per my FA v2.3.25 mod committed in my FAMods folder.
@joe: can integrate it with the standard paged table constructs and port to FA 2.4 as well.
3,237 11/07/2016 06:05:23 am
Re: GL Manual Entry, Analytical GL Accounts, Standing Journals (1 replies, posted in Wish List)
1. Create and assign a role (with or without FA core editions) to a user with such restrictions. Quick Entries may be used as well.
2. Sub Ledgers are currently available and reporting can be summary or detailed (need to hack the repXXX.php files). Account tags may be useful here as they are already available as filters in the reports.
3. Need an extension with a separate field that lists those that need approval.
3,238 11/07/2016 05:57:59 am
Re: Unknown IP address within code (3 replies, posted in FA Modifications)
DNS poisoning, blacklisting and simply it's temporary non availability have made us use this choice and order. Timeouts are not because of IP but some setting - php.ini, httpd.conf, etc.
3,239 11/07/2016 05:37:36 am
Re: online spreadsheets module (2 replies, posted in Modules Add-on's)
What purpose would WickedGrid serve since the html display of the various reports already exist in some form or the current excel can be viewed in a browser with plugins? Check if and how it will /can be a security risk.
3,240 10/30/2016 04:40:27 pm
Re: Cron Job Module (11 replies, posted in Modules Add-on's)
Thanks for the feedback.
Wiki-ed it.
3,241 10/30/2016 08:16:57 am
Re: Yellow warning sign & certain aspects of application cease functioning (17 replies, posted in Report Bugs here)
Site accessible only intermittently.
The sql dump works okay on both my Debian 6 public IP and XAMPP v1.7.3 on localhost as expected.
Try to make the following changes to your sql and see if on a fresh login the problem persists:
UPDATE `cafcolom_apmu`.`0_users` SET `language`='C' WHERE `id`='1';
UPDATE `cafcolom_apmu`.`0_sys_prefs` SET `value`='3600' WHERE `name`='login_tout';
INSERT INTO `cafcolom_apmu`.`0_sys_prefs`(`name`,`category`,`type`,`length`,`value`) VALUES ( 'default_quote_valid_days','glsetup.sales','smallint','6','30');
-- Check the 0_security_roles table's records
3,242 10/30/2016 07:26:34 am
Re: Cron Job Module (11 replies, posted in Modules Add-on's)
Make sure that the cron script has the necessary session values or hard code them into it and keep it beyond your webroot and an appropriately set $page_security and $path_to_root.
3,243 10/30/2016 07:10:10 am
Re: I cant get access to Items (1 replies, posted in Items and Inventory)
Check your DB permissions for the FA user.
What is the version of PHP / MySQL and what platform are you on - Linux/Windows/Mac and version.
3,244 10/30/2016 06:58:23 am
Re: Yellow warning sign & certain aspects of application cease functioning (17 replies, posted in Report Bugs here)
Tested a db backup and then restore which failed possibly due to lack of sufficient db permissions for the mysql user used by FA.
Can confirm your yellow triangle on Ajax change of customer in new direct invoice in WinXPSP3 / FF 37.0.2. This is specific to your install and you would need to access your apache error log and php error log in FA to see what gives.
Even changing to the current fiscal year and attempting the above results in the same error.
What is the version of PHP / MySQL you are using?
3,245 10/28/2016 04:25:06 am
Re: Yellow warning sign & certain aspects of application cease functioning (17 replies, posted in Report Bugs here)
Place a link to a demo install and let us see what breaks.
Hope you are using the FA git master code.
3,246 10/24/2016 01:26:54 pm
Re: Print (PDF) is not working anywhere in 2.3.25 (13 replies, posted in Report Bugs here)
Try the lightweight SumatraPDF instead.
3,247 10/24/2016 01:25:05 pm
Re: Yellow warning sign & certain aspects of application cease functioning (17 replies, posted in Report Bugs here)
Try an older version of FireFox from the portable Apps site. The SF site too has them.
3,248 10/24/2016 01:21:32 pm
Re: GL Account restriction to different user (1 replies, posted in Banking and General Ledger)
If the aim is to provide a login for a customer / supplier, create a role for it and an extension that allows only that GL account associated with the customer / supplier.
3,249 10/24/2016 01:19:30 pm
Re: Missing transactions and overwriting (1 replies, posted in Report Bugs here)
Please state the list of menu navigation steps you did to realise the error.
3,250 10/24/2016 01:18:23 pm
Re: Supporting File Attachements (3 replies, posted in Wish List)
Perhaps the FA 2.4+ can sport one listing a filtered view of the attachments table.