JoomlaEstateAgency / plg_jea_dpe

DPE plugin for Joomla Estate Agency
0 stars 1 forks source link

Wrong DPE and GES images #2

Open Teddy-GFCOM opened 3 weeks ago

Teddy-GFCOM commented 3 weeks ago

Hello,

The DPE and GES images are wrong. A new standard issued in July 2021 in France and a revision have been done in 2024. There are new calculation limits for DPE and GES as described below.

DPE

GES

I've found a library that should do the trick, and help migrate from the old to the new version : here

Hope this helps

Teddy-GFCOM commented 3 weeks ago

I've done a basic implementation of the library on the plugin that work for me : I've only imported function and merged both classes in a single file. The code is dirty but it works ! :)

In order not to bother translating and positioning the texts, I edited every base pictures to put texts. This is not suitable for a multi-lang website but for me its perfect.

I can provide the code if needed for help.

Regards

ilhooq commented 3 weeks ago

I can provide the code if needed for help.

Hi Teddy, sure. You can even open a pull request to add your code to this project.

Teddy-GFCOM commented 2 weeks ago

Sure ! However, I saw that i used the 2.4 version of the plugin to implement code... I will need some time to merge it. Regards