@joe , please have a look at this bug also or roll it back
351 12/16/2018 03:29:57 pm
Re: Bug Created by Last Commit to items.php (8 replies, posted in Items and Inventory)
352 12/16/2018 10:43:23 am
Re: Bug due to commit (14 replies, posted in Accounts Receivable)
353 12/16/2018 06:07:45 am
Re: Bug due to commit (14 replies, posted in Accounts Receivable)
Yes changing the return to 1 has worked.
354 12/15/2018 05:20:41 am
Topic: Bug due to commit (14 replies, posted in Accounts Receivable)
This commit has created a bug shown in image.
I could have caught just one. May be this is affecting other places too.
Please rectify.
355 12/14/2018 04:05:07 am
Re: Bug Created by Last Commit to items.php (8 replies, posted in Items and Inventory)
This bug is not addressed yet I think.
356 12/10/2018 04:57:53 pm
Re: Local Server Requirements (8 replies, posted in Installation)
Thanks all for your input. I will post my feedback once done
357 12/09/2018 05:28:45 pm
Re: Local Server Requirements (8 replies, posted in Installation)
I need 100 users on 100 work stations concurrently accessing FA installed on the server in LAN
358 12/09/2018 06:14:55 am
Topic: Local Server Requirements (8 replies, posted in Installation)
Hello,
I need to install FA in a local network powered by Windows with more than 100 Users.
What should be configuration of Local Server to host FA with this number of users.
Any Ideas?
359 11/05/2018 09:37:10 am
Re: Fixing Usage - report generator (40 replies, posted in Modules Add-on's)
@apmuthu Getting This Error while using Report Generator Module
Parse error: syntax error, unexpected '$protocol' (T_VARIABLE), expecting '(' in C:\xampp\htdocs\my-pakerp-com\modules\repgen\includes\repgen_def.inc on line 56360 11/02/2018 04:59:11 pm
Re: Bug Created by Last Commit to items.php (8 replies, posted in Items and Inventory)
The problem is not in Cloning but Just in View of an already Created Item whose Code is Same as that of any GL Code.
To Reproduce the Error follow the steps below
Login here
id: admin
pass: Pakistan1947
Go to Iitems&Inventory>>Items
Create a New Item with Code 5800 and check the behavior.
There is already a GL Account with Code 5800 named Licenses.
Once you Create the Item and then Reopen it you will see this screen
While you see the above screen the Data in Database is absolutely correct. The problem is just in View of the related GL Codes for this Item.
Note: This installation is a Fresh installation with the Demo Data
361 11/02/2018 11:09:30 am
Topic: Bug Created by Last Commit to items.php (8 replies, posted in Items and Inventory)
After this Commit a bug is found in items.php.
If by chance the Item Code matches with any of the GL Code then When you see the details of any Item it shows that GL Code in all related GL Accounts for that Item.
362 10/21/2018 04:03:49 pm
Re: How to Use Print Profiles (9 replies, posted in Setup)
Yes, this solution has solved my problem
363 10/15/2018 04:57:31 pm
Re: How to Use Print Profiles (9 replies, posted in Setup)
Actually I need to avoid the process of previewing and then printing through browser. It will save time by avoiding a repetitive process while handing customers at Point of Sale location.
Can't we set print profiles for this reason?
364 10/15/2018 04:55:20 am
Re: How to Use Print Profiles (9 replies, posted in Setup)
By FA location if you mean the hosted location then yes FA is hosted at cloud. But if you mean the browser location from where print is sent then it is the same location i.e same computer to which POS printer is connected .
Only one printer i.e the POS printed is connected to the POS machine (computer )
365 10/13/2018 04:21:50 pm
Topic: How to Use Print Profiles (9 replies, posted in Setup)
How to use Print Profiles to send print directly to printer at a POS Location without going to browser preview. I am using Windows 10.
Printer is connected to the same computer where FA is used.
366 09/29/2018 09:10:33 am
Re: Is it possible to add custom cases into "BoxReports->get_ctrl()" ? (1 replies, posted in Reporting)
@kvvaradha , I think it is done in HR module by @notrinos
367 09/28/2018 07:28:52 pm
Re: Deduct employee advance from Bank Payment Voucher (3 replies, posted in Banking and General Ledger)
@TOR,
comment out lines from 323-328 in /gl/gl_bank.php
// if (!check_num('amount', 0))
// {
// display_error( _("The amount entered is not a valid number or is less than zero."));
// set_focus('amount');
// return false;
// }You will get your desired result. I hope it will not cause any other anomaly in Database.
368 09/23/2018 06:05:51 pm
Re: Is it possible to extend the function get_ctrl in reports_classes.inc? (5 replies, posted in FA Modifications)
Why don't you look at the HR module by @notrinos. This is already done there
369 09/10/2018 05:13:38 am
Re: get exchange rates not working from ECB YAHOO GOOGLE BLOOMBERG (2 replies, posted in Banking and General Ledger)
@ichtus See this Post
https://frontaccounting.com/punbb/viewtopic.php?id=7530
370 09/06/2018 06:34:17 am
Re: Update google url for currency converter (13 replies, posted in Report Bugs here)
I am using free.CurrencyConverterAPI.com and it works for almost all Currencies
elseif ($provider == 'CCA') //free.currencyconverterapi.com
{
$filename = "/api/v5/convert?q={$curr_b}_{$curr_a}&compact=y";
$site = "free.currencyconverterapi.com";
$proto = 'https://';
}371 08/27/2018 05:36:17 pm
Re: Installation of a VPS (Virtual Private Server) (3 replies, posted in Installation)
@oakstreet1 which HostingProvider are you using?
372 08/23/2018 10:24:21 pm
Topic: Installation of a VPS (Virtual Private Server) (3 replies, posted in Installation)
I am writing this post just to share my experiences so that any newbie, non IT professional, can gets benefit from this.
When we talk about Installation of FA, we are generally not assuming the installation of any server. Since FA is very light weight and it can easily run on Shared Hosting so the users don't need any VPS. But sometimes for better performance and for critical users one need to have a VPS.
The worst thing about VPS, that I faced as a Non IT professional, is that hosting companies don't take the total responsibility of a VPS's uptime. It is only you who has to take care of all aspects of VPS.
For this reason I was prolonging the use of a VPS. But finally when it became inevitable for me I met @fernando_bender one of the members of FA community and founder of myERPlink.com. I found him very well versed in Server Management. He offers complete server support. So people like me who want to focus on their core business like consultancy can hire his services at a very reasonable prices.
For server security I spent hours on internet to know how to get my linux server secured (Not SSL). I found this articl http://billpatrianakos.me/blog/2014/07/ … right-now/ very helpful in this regard.
I would like to mention few steps that any newbie can follow.
1. Buy a Blank VPS, preferably with Debian OS
2. Install VestaCP.com a very light weight GUI. This install will automatically install all related services
3. Use above article to secure your server
4. Start using it after installing FA.
I would be sharing my further experiences good or bad in using the VPS in the same post.
Thanks to FA Community ![]()
373 08/22/2018 07:18:15 pm
Re: A bug in Report Supplier Balances rep201.php (4 replies, posted in Accounts Payable)
Yes, I can verify
374 08/20/2018 05:59:11 pm
Re: Editable Item Description's Input is TextBox. How to Enable TextArea (13 replies, posted in FA Modifications)
@kvvaradha, thanks got it.
375 08/19/2018 04:38:39 am
Re: A bug in Sales Order Entry (2 replies, posted in Report Bugs here)
I got it. This problem is due to this last commit
