5703fd0046
Refactor code to directly use Doctrine's ManagerRegistry
...
Replaced most of the invocations of getDoctrine()->getManager() with ManagerRegistry->getManager(), and added ManagerRegistry injection to controllers where needed. This is part of an ongoing effort to improve code clarity, and avoid unnecessary method chaining in various parts of the codebase.
2023-12-16 19:09:34 +01:00
bc2041cbdd
apply more cs rules for php-cs
2023-10-17 13:27:03 +02:00
9699e2304a
fix cs: declare type and license header mismatch
2022-10-06 22:25:43 +02:00
67c3f3a840
fix cs with licencse header
2022-10-05 17:08:14 +02:00
nobohan
cb1bbe940f
admin: docgen admin
2022-05-10 13:55:33 +02:00
af6efdd0ba
generate document with relatorio: config and driver
2021-12-02 18:02:19 +01:00
2245f83631
generate document with relatorio: config and driver
2021-12-02 17:00:09 +01:00
Pol Dellaiera
cd3be25c22
cs: Remove duplicated headers.
2021-11-30 13:54:58 +01:00
Pol Dellaiera
47c5855a21
cs: Switch to a stricter way of coding - this might break in a lot of places.
2021-11-30 13:33:18 +01:00
Pol Dellaiera
8f96a1121d
cs: Fix code style (safe rules only).
2021-11-23 14:08:50 +01:00
Marc Ducobu
d8ca9cf082
Api point for docgen templates
2021-08-19 11:15:20 +02:00
Marc Ducobu
7dc501cbda
Creation of DocGenTemplate entity
2021-08-17 11:42:30 +02:00
Marc Ducobu
8207db4b45
First Version DocGenerator
2021-08-17 11:42:30 +02:00