José Miguel Moreno
José Miguel Moreno
Hola @xkrambler, Facturae-PHP implementa dos [modos de precisión](https://josemmo.github.io/Facturae-PHP/propiedades/precision.html) para hacer el redondeo de decimales. No se si esto soluciona tu problema.
La matriz de decimales (lo de "Item/GrossAmount") no se puede modificar, esas reglas vienen dadas por la especificación. Si se trata de un problema de Facturae-PHP en el cálculo de...
Hola @xkrambler, ¿Podrías pasar por aquí el código en PHP que utilizas para generar una de las facturas que te da este problema? Junto con los valores que consideres son...
Cerrado por inactividad.
Related to this issue, would you consider adding an option to set the "klaro" configuration cookie to the second level domain (`.example.com`) instead of the current domain (e.g. `www.example.com`) to...
I think this is already implemented (at least kind of). When the user accepts, rejects or manually toggles apps a callback is ran **per app** if defined: https://github.com/KIProtect/klaro/blob/15660ffc035ace5c1a38d0bb78205e3315f6429d/src/consent-manager.js#L139-L140 You can...
Hello @senolem, Could you set `verbose: true` in the [Yamipa configuration file](https://github.com/josemmo/yamipa?tab=readme-ov-file#configuration) and paste the server logs here?
You can build the project by cloning the repository and opening it in IntelliJ IDEA. Then, click on the Maven tab on right on the screen and double click "Lifecycle"...
Hi, @senolem! Could you verify that this issue is now fixed in the [v1.3.2-SNAPSHOT](https://github.com/josemmo/yamipa/releases/download/v1.3.2-SNAPSHOT/YamipaPlugin-1.3.2-SNAPSHOT.jar) pre-release version of Yamipa?
Hello @cornelpopa, Could you provide the PHP code needed to generate that invoice so that I can reproduce the bug?