Can I help you with this? What report do you need?
1 06/08/2021 09:49:20 pm
Re: We need to customize frontaccounting as per our needs Interested dev (1 replies, posted in Jobs wanted/offered, non-free offers)
2 06/08/2021 04:24:38 pm
Re: installing error (2 replies, posted in Report Bugs here)
Frontaccounting is not ready for PHP 8, you need to use PHP 7.4 or lower.
3 04/13/2021 06:59:04 pm
Re: Purchase Order cannot be printed in ver 2.4.8 and 2.4.9 (5 replies, posted in Accounts Payable)
You can check the error file to possible issues...
4 04/05/2021 09:56:08 pm
Re: need someone to upgrade php 5 scripts to php 7 (2 replies, posted in Jobs wanted/offered, non-free offers)
Do you need fix issues with php7 or upgrade to the last version of FA?
5 03/30/2021 11:04:33 pm
Re: I can't add suppliers FA version 2.4.9 (1 replies, posted in Report Bugs here)
You can check error files and view which is the problem, like a first option...
6 09/20/2020 02:18:05 am
Re: Multiple company access (13 replies, posted in Setup)
I am using it with version 2.4.8 with the password encryption development (is required).
Link for password encryption info https://frontaccounting.com/punbb/viewtopic.php?id=8917
Tell me if you need help.
7 08/20/2020 03:14:08 pm
Re: Database Schema FA 2.4.6 (3 replies, posted in Banking and General Ledger)
Hi there,
You can use MySQL Workbench to generate database schema.
8 08/19/2020 02:26:28 pm
Re: Switch company without logout (2 replies, posted in FA Modifications)
Hi there,
My development is not like an extension of FA, my intention is what this development to be included in new versions like a improvement. In this case, the changes are minimal over the core.
And of course, it can be done as an extension.
Regards.
9 08/18/2020 11:19:21 pm
Topic: Switch company without logout (2 replies, posted in FA Modifications)
Hello,
I developed in my frontaccounting 2.4.8, switch of company without closing the session, I share my code to be included in new versions of frontaccounting system. If it is possible...
https://www.dropbox.com/s/tecxtscbyb8urb3/switch_company_fa.zip?dl=0
Regards
10 08/18/2020 11:10:04 pm
Re: Multiple company access (13 replies, posted in Setup)
Hi there,
I developed the change of company without closing the session, I share my code with you.
At the same time, consider it for a new version of front accounting.
https://www.dropbox.com/s/tecxtscbyb8urb3/switch_company_fa.zip?dl=0
Regards.
11 08/15/2020 02:51:43 am
Re: Password encryption (8 replies, posted in FA Modifications)
Thank you, Regards
12 08/15/2020 02:39:18 am
Re: Password encryption (8 replies, posted in FA Modifications)
I think this encryption improve FA security.
13 08/15/2020 02:30:57 am
Re: Password encryption (8 replies, posted in FA Modifications)
I am using FA 2.4.8 and PHP 7.4.5.
Regards.
14 08/14/2020 10:39:50 pm
Re: Password encryption (8 replies, posted in FA Modifications)
Hi, you can get code with this link.
https://www.dropbox.com/s/1nz03kcju60qdny/encrypt_password_fa.zip?dl=0
readme file included.
15 08/13/2020 03:35:45 pm
Topic: Password encryption (8 replies, posted in FA Modifications)
Hello,
In my frontaccounting system has made some changes for user password encryption, related on ISO 27000.
I like to share mi code to be included in new versions of frontaccounting system.
Can I do? if it's posible.
cleal
16 05/28/2020 04:59:47 pm
Re: Simple Crud Class error (6 replies, posted in Report Bugs here)
Thank you.
17 05/28/2020 01:54:56 am
Re: Simple Crud Class error (6 replies, posted in Report Bugs here)
I have version 2.4.3. Should I migrate to 2.4.8?
18 05/27/2020 04:22:43 pm
Re: Simple Crud Class error (6 replies, posted in Report Bugs here)
HI there, thank you for your answer.
This error is produced when I click button to add new supplier contact, I am not added any new extended class.
Any contact is added without problem.
cleal
19 05/27/2020 03:03:06 am
Topic: Simple Crud Class error (6 replies, posted in Report Bugs here)
Hi there,
I have an error in log
simple_crud_class.inc:116: key() expects parameter 1 to be array, string given
I have no idea how resolve it, please help me.
cleal
20 03/31/2020 06:21:58 pm
Re: get_magic_quotes_gpc is depreciated in php version 7.0 (4 replies, posted in Report Bugs here)
Links with information about get_magic_quotes_gpc()
https://www.php.net/manual/en/security.magicquotes.php
https://www.php.net/manual/en/function.get-magic-quotes-gpc.php
Regards.
21 03/12/2019 03:14:48 pm
Re: Error in Opening Balance (4 replies, posted in Banking and General Ledger)
I can't see any entry in general ledger, the only one is Retained Earnings vs Profit/Loss Year.
Nothing about begin balances per accounts, from the before fiscal year to current fiscal year.
22 03/08/2019 09:26:11 pm
Re: Error in Opening Balance (4 replies, posted in Banking and General Ledger)
How to see those opening balance in current year, after closed previous year.
Is it a transaction in gl_trans? or how?
23 03/01/2019 04:40:04 pm
Re: function round2 on FA (3 replies, posted in Banking and General Ledger)
I understood ternary operator, but if format_number() or round() of php resolve that, ¿Why use it? and the other question ¿Why total amount of gl_trans is not 0?, my grand total is 0.0000000005820766091346741.
24 02/28/2019 06:12:12 pm
Topic: function round2 on FA (3 replies, posted in Banking and General Ledger)
Hi there,
FA have a function round2(), that function include this line "$delta = ($number < 0 ? -.0000000001 : .0000000001);"What is the function of that?
When I have to calculate grand total on gl_trans, my total is some like that this, 0.0000000005820766091346741. ¿Why is not 0?
Thank you for your help...
25 02/13/2019 04:04:11 pm
Re: Bank Account Charges (5 replies, posted in Banking and General Ledger)
Thank you for the explanation.