I am not sure. But I don't think to remove the translation function for any displaying strings
301 08/05/2021 11:43:54 am
Re: Cash Flow Statement Bank Filter (4 replies, posted in Banking and General Ledger)
302 08/05/2021 11:42:15 am
Re: Service Desk Module (3 replies, posted in Modules Add-on's)
He already has vTiger. He wanted to use something inside one system.
303 08/05/2021 08:13:46 am
Re: Can we group the Similar accounts during the time of writing GL Trans (2 replies, posted in Banking and General Ledger)
But people are saying that they need in detail. So it depends on the accountant I guess.
304 07/30/2021 07:48:10 am
Topic: Can we group the Similar accounts during the time of writing GL Trans (2 replies, posted in Banking and General Ledger)
It's just an example. Suppose if i have to make more than 50 items to an invoice. Which are all have the same Sales account like 4010 comes 50 times in the GL trans table. And there is no item connected with gl_trans. And can we sum all of these gl entries and make only one entry there.
My doubts here
1. Can we make one entry instead of 50 items. ?
2. Suppose if we make one entry, will it affect anywhere in the system ?
3. Not only for the sales account, and also the same for the other accounts like in Delivery note GL entries most of them conected with COGS and Inventory Account. If we sum them and write entries. Which will reduce the load of gl_trans table.
305 07/28/2021 02:18:05 pm
Re: How to Prevent Double Invoice Generation (1 replies, posted in Accounts Receivable)
Disabling button also not possible for such a speedy salesman. May be this can help you.
Take the user id and compare with audit trail date time. If it's less than 30 seconds. Discard the submit. Else allow them to input. This 30 seconds may based on your customers daily basis of input.
306 07/28/2021 02:14:43 pm
Re: Suppliers Payment is not editable. Any solution? (11 replies, posted in Accounts Payable)
Can you describe in brief?. It would help us to understand your issue
307 07/26/2021 04:09:37 am
Re: money_format is also deprecated in aove PHP 7.4. (10 replies, posted in Report Bugs here)
Great to hear joe. I am constantly checking it and if I find further issues, I will provide you solution.
and please look into the updated module of Cash flow statement
308 07/25/2021 07:36:51 am
Re: New company login password incorrect (13 replies, posted in Setup)
Thank you for the detailed testing and getting solution to work on it. @joe can you check the coa files.
309 07/25/2021 07:33:03 am
Re: money_format is also deprecated in aove PHP 7.4. (10 replies, posted in Report Bugs here)
No I am not using it for live. I am testing it on new version to update the deprecated codes. The live is 7.3 sofar it works fine.
310 07/24/2021 10:02:53 am
Re: New company login password incorrect (13 replies, posted in Setup)
It's strange behaviour to hear.
Did you check the program in other server or other platform like Windows xampp, Linux lamp, cpanel, other web hosts or something in other location. ?
And did you try with php 7.3. I do have 7.3 and 8. Both are working.
311 07/24/2021 02:51:16 am
Re: New company login password incorrect (13 replies, posted in Setup)
Hey timada, Looks like you are trying to login to second company but you didnt change the company from companies drop down.
After inputting, username and password, You need to change the second company in the drop down, and than press the login button, I just tested the same scenario in FA 2.4.10. it worked to login to second company.
if still issue persist, you need to change the second company database users table, probably 1_users here use online md5 generators and input a string for your password and replace the password column and try there. if that didnt work, than, enable debugging mode and get error informations to us.
312 07/24/2021 02:43:21 am
Re: money_format is also deprecated in aove PHP 7.4. (10 replies, posted in Report Bugs here)
here is the screenshot of error from my php, which is PHP8
313 07/23/2021 03:15:53 pm
Re: money_format is also deprecated in aove PHP 7.4. (10 replies, posted in Report Bugs here)
may be you need to check in the new version.
314 07/23/2021 09:49:21 am
Topic: money_format is also deprecated in aove PHP 7.4. (10 replies, posted in Report Bugs here)
From our pdf_reports.inc
$ret = $this->TextCol($c, $n, money_format($amount_format, $txt), $corr, $r, $border, $fill, $link, $stretch);
Here is the only place we have used the money_format. It has a definition for windows from current_users.inc
if (!function_exists('money_format'))
{
function money_format($format, $number)
{
return price_format($number);
}
}
I think we better use the price_format or number_format2 here to fix this issue,
@joe, looking word from you.
315 07/23/2021 09:41:13 am
Re: insufficient error when trying to adjust some Inventory (IA) (1 replies, posted in Items and Inventory)
Probably you might have script error or database level errors. As far as my testing, the system works well with negative stock changes.
may be you might missed to check this "Setup->System and GL Setup" here the "Allow Negative Inventory". It plays an important role here. I have tested it with 2.4.10 and it works fine.
316 07/23/2021 07:55:53 am
Re: Cash Flow Statement Bank Filter (4 replies, posted in Banking and General Ledger)
@joe, i have updated the cashflow statement with bank level filter, you can try this. and commit it to modules repository
317 07/23/2021 07:26:38 am
Re: Journal Entries list report (1 replies, posted in Reporting)
Can you attach a screenshot for better understanding.
318 07/23/2021 07:24:44 am
Re: How to manage Call to API From within FA (1 replies, posted in Development)
I am not sure which one are you looking. Inside FA there is no need of api session. And also api is module which recreates session to avoid unnecessary risks from calls. But you can create session and set ttl for it and reuse that in api calls too.
319 07/23/2021 07:22:03 am
Re: Service Desk Module (3 replies, posted in Modules Add-on's)
Service desk requires serial numbers and it has to connect with sales and also needs to connect warranty period. This requires to elaborate the FA more to program this . And those changes can't be done as module. It requires core modifications and than only service module can be created as module.
320 07/23/2021 07:19:10 am
Re: Username login security? (12 replies, posted in Setup)
@joe , basically we have md5 encryption, which is ok for Password. But now a days. Securing our framework is more important. Than enhancing it. People are looking with two step authentications to prevent unknown tries. But I feel the username case sensitive is a good to have for customers.
321 07/16/2021 04:33:16 am
Re: Customer Portal | Supplier Portal for FA Required (4 replies, posted in Modules Add-on's)
As you can see that's the default theme Gives you disabled elements to see when the permission is disabled. And it can be fixed with minor update with default theme..
@Joe can we hide the disabled links and menus instead of disabling it.
322 07/16/2021 04:25:35 am
Re: Requisition module not working on FA 2.4.10 (2 replies, posted in Modules Add-on's)
The requisition module is old one and it was not updated last few years I guess. So it uses old table for reference, such as sale_type or something. So this module won't work with new version of fa.
323 07/15/2021 11:22:38 am
Re: Customer Portal | Supplier Portal for FA Required (4 replies, posted in Modules Add-on's)
From my CRM module it covers to connect and work with contacts table. You have my module brother. And you have many contacts which are not connected with respective suppliers nd customers
If you connect them we can connect an user login to work.
It has the features of what you asked..
324 07/15/2021 11:19:51 am
Re: Inventory Planning Report (18 replies, posted in Items and Inventory)
Brother It looks like the description and long description affects and also the no of query which runs for this report is huge.
@Joe we need to find an alternative way for it.
325 07/06/2021 04:15:11 pm
Re: Item_units_db.inc file gives error with this functions (18 replies, posted in Report Bugs here)
I will take a look into the new version.