301 05/12/2021 03:29:24 pm
Re: Feature 5388: Print Invoices (documents) list gets too long. Fixed. (3 replies, posted in Reporting)
302 05/05/2021 01:19:53 pm
Re: Payments & Deposits(Rounding Problem) (3 replies, posted in Banking and General Ledger)
Oh Boy, we missed this in 2 files, where the Prices/Amounts decimals was hardcoded to 2 decimals. In all other places this were set correctly.
This has now been fixed and committed to stable repo.
If you need these 2 files they can be downloaded here:
https://sourceforge.net/p/frontaccounti … s_cart.inc
https://sourceforge.net/p/frontaccounti … ets_db.inc
/Joe
303 03/29/2021 08:19:53 am
Re: REP709.php TAX REPORT BUG (21 replies, posted in Reporting)
Oops, this was a side-effect. @mark0300, do you have a solution to this.
I am in a very business periode, so don't have time for fixing.
Maybe any of you Senior Members can help. Please.
I will then commit the fix asap. Thanks in advance.
/Joe
304 03/29/2021 08:16:20 am
Topic: Feature 5388: Print Invoices (documents) list gets too long. Fixed. (3 replies, posted in Reporting)
A feature by @oakstreet1, 5388, on Mantis has been implemented:
This is about document list getting too long in multi printouts. If you have a severe amount of documents every month, you can now set a range value in Company Setup, right panel at bottom. The default value is 180 days.
But you can of course increase or decrease the value to suit your need. 6 months is quite a good range.
You can always printout a single dodument from the inquiries.
/Joe
305 03/15/2021 10:27:49 am
Topic: Max days on Printing Invoices (or other documents) (1 replies, posted in Report Bugs here)
Hello Guys,
@oaktreet1 has put a very good feature on Mantis. It is called:
0005388: Print Invoices list gets too long
Please have a look at this feature on mantis.frontaccounting.com. I agree with him, this is a very good idea.
But it might even be a good idea to let this be all documents, and we could put an option in Company Setup that says something like this:
Max day range for printing documents=180, or something like that. This is about 6 months. If you need an older document you can always go into the Inquiries and select an old document for printing here.
What do you guys think about this?
/joe
306 03/13/2021 10:05:02 am
Re: Mailing doesn't work if the header contains "&" (9 replies, posted in Report Bugs here)
I am just waiting for somebody else will test this, please. Then I will commit the changes. So please try @peacecop kalmer's solution.
/Joe
307 03/10/2021 01:22:57 pm
Re: Function get_magic_quotes_gpc() is deprecated php7.4 (1 replies, posted in Report Bugs here)
This topic has been fixed and committed to stable repo. Thanks @notrinos for reporting this.
/Joe
308 03/08/2021 08:12:51 am
Re: php 7.4 function money_format() is deprecated (4 replies, posted in Report Bugs here)
Hello again,
I see that we already have a money_format that has been used for OS Win in /includes/current_user.inc on line 369:
// function money_format doesn't exist in OS Win.
if (!function_exists('money_format'))
{
function money_format($format, $number)
{
return price_format($number);
}
}
All windows users have been using this routine for years without problems. Maybe we should include the function here suggested by @PaulSipley instead. I see that this function is listed in PHP.NET as an alternative to money_format. There is also another slightly better version we can use.
What do you think?
/Joe
309 03/07/2021 04:43:51 pm
Re: php 7.4 function money_format() is deprecated (4 replies, posted in Report Bugs here)
We could use the NumberFormatter instead, but it is handling it differently. I wonder how important this is?
We could simply skip the currency formatter, I guess. What do you guys think? Right now it is not used seriously. We could use the number_format2, like we do normally.
/Joe
310 03/05/2021 11:17:13 pm
Re: Hide Menu options if not authorized (for Report) (6 replies, posted in Wish List)
Hello guys,
I am not sure. I like the grayed versions in the core as is. This means that the report exists, but I am not allowed to see it. In my opinion this is not a problem. I know my place in the organization, so I don't mind.
I understand the question, but not sure if we should change this.
/Joe
311 03/01/2021 11:40:46 pm
Re: Customer Statement by Customer branches (6 replies, posted in Reporting)
I understand the need for this report for some sompanies, but please don't change the original report in the core. This is because this has something to do with the jurisdictions.
If you need to create this branch/customer balance report, please create in in the company reporting folder.
/Joe
312 02/28/2021 07:09:39 pm
Re: Wrong Permission for Inventory Purchasing Report (rep306.php) (1 replies, posted in Report Bugs here)
Willdo. Committed to stable repo.
Joe
313 02/26/2021 09:03:30 pm
Re: Uncaught TypeError: found[k].className.match is not a function (8 replies, posted in Report Bugs here)
I have asked Janusz to look into this item. Hopefully he will respond asap.
Joe.
314 02/11/2021 08:07:14 am
Re: REP709.php TAX REPORT BUG (21 replies, posted in Reporting)
This has been fixed and committed to stable repo.
A fixed file can be downloaded on Mantis.
Thanks for reporting this
Joe
315 02/09/2021 10:19:03 am
Re: How to change old items to use bar-code instead of Item Code. (8 replies, posted in Setup)
Will consider this.
Joe
316 02/04/2021 07:28:50 am
Re: Bug in Customer Payments Recording (9 replies, posted in Report Bugs here)
317 02/03/2021 05:11:41 pm
Re: Bug in Customer Payments Recording (9 replies, posted in Report Bugs here)
Thank you guys for solving this. Will fix and commit the changes tonight.
Joe
318 01/31/2021 03:13:02 pm
Re: Bug 5326 needs reversion for PHP < 5.5 (3 replies, posted in Report Bugs here)
Committed to stable repo.
/Joe
319 01/31/2021 11:11:08 am
Re: Bug 5326 needs reversion for PHP < 5.5 (3 replies, posted in Report Bugs here)
Thanksn@apmuthu
I will fix this asap.
Joe
320 01/27/2021 11:57:41 pm
Re: GRN not functioning (8 replies, posted in Items and Inventory)
Hello again, @tom.horton.
This is amazing. I tried to paste 60 characters into the description field. Only 50 characters were accepted. I am using Windows 10, Chrome browser, php 7.4.9, FA 2.4.9 and having no problems.
Would you tell us your environment, tom. Would be interesting to know.
/Joe
321 01/27/2021 07:23:18 am
Re: GRN not functioning (8 replies, posted in Items and Inventory)
This is strange. The text box for the Item Description has a max length of 50 characters and this is exactly the size of the field in the DB. Entering more than 50 characters in this field is not possible.
Could this be from an import module that doesn't check for max length?
/Joe
322 01/18/2021 09:47:20 am
Re: Additional Bank Details for Suppliers (6 replies, posted in Wish List)
@kvvaradha
Ideas are welcome. Thanks.
Joe
323 01/17/2021 10:02:11 pm
Re: Additional Bank Details for Suppliers (6 replies, posted in Wish List)
Yes, we will rearrange the fields a bit in 2.5. Until then, you can use the existing fields to elaborate the information.
I made an Invoice a while ago with the sort-code, IBAN, BIC fields, by rearranging the info in the various field in the Bank Account
Joe.
324 01/15/2021 08:03:59 am
Re: Wrong security area passed in generalledger.php (1 replies, posted in Report Bugs here)
Fixed and committed to stable repo. Thanks.
/Joe
325 01/10/2021 09:48:20 pm
Re: Undefined variable: problemTransaction after enter a bank transfer (1 replies, posted in Report Bugs here)
Hello @notrinos. Thanks for detecting this.
Fixed and committed to stable repo.
/Joe