Can I help you with this? What report do you need?

2

(2 replies, posted in Report Bugs here)

Frontaccounting is not ready for PHP 8, you need to use PHP 7.4 or lower.

You can check the error file to possible issues...

Do you need fix issues with php7 or upgrade to the last version of FA?

You can check error files and view which is the problem, like a first option...

6

(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.

Hi there,
You can use MySQL Workbench to generate database schema.

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.

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

(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

(8 replies, posted in FA Modifications)

Thank you, Regards

12

(8 replies, posted in FA Modifications)

I think this encryption improve FA security.

13

(8 replies, posted in FA Modifications)

I am using FA 2.4.8 and PHP 7.4.5.

Regards.

14

(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

(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

(6 replies, posted in Report Bugs here)

Thank you.

17

(6 replies, posted in Report Bugs here)

I have version 2.4.3.  Should I migrate to 2.4.8?

18

(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

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

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.

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.

How to see those opening balance in current year, after closed previous year.

Is it a transaction in gl_trans? or how?

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.

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...

Thank you for the explanation.