lycet
lycet copied to clipboard
API REST de Facturación Electrónica Sunat utilizando Greenter.
Como podría hacer para enviar otros parametros para agregar en la plantilla del PDF, tales como una fecha de vencimiento, si es credito o contado, y demas información, muchas gracias
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 5.4.11 to 6.1.6. Release notes Sourced from symfony/phpunit-bridge's releases. v6.1.6 Changelog (https://github.com/symfony/phpunit-bridge/compare/v6.1.5...v6.1.6) no significant changes v6.1.3 Changelog (https://github.com/symfony/phpunit-bridge/compare/v6.1.2...v6.1.3) bug #47086 Workaround disabled "var_dump" (nicolas-grekas) bug #46792 Corrects...
Bumps [symfony/framework-bundle](https://github.com/symfony/framework-bundle) from 5.4.12 to 5.4.14. Release notes Sourced from symfony/framework-bundle's releases. v5.4.13 Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.12...v5.4.13) bug #47637 Fix passing serializer.default_context option to normalizers (wuchen90) bug #47695 Filter out trans paths...
Bumps [symfony/console](https://github.com/symfony/console) from 5.4.12 to 5.4.14. Release notes Sourced from symfony/console's releases. v5.4.14 Changelog (https://github.com/symfony/console/compare/v5.4.13...v5.4.14) bug #47779 Fix Helper::removeDecoration hyperlink bug (greew) v5.4.13 Changelog (https://github.com/symfony/console/compare/v5.4.12...v5.4.13) bug #47394 Make bash completion...
Bumps [symfony/yaml](https://github.com/symfony/yaml) from 5.4.12 to 5.4.14. Release notes Sourced from symfony/yaml's releases. v5.4.14 Changelog (https://github.com/symfony/yaml/compare/v5.4.13...v5.4.14) no significant changes Commits e83fe9a Guard scripts from being run in non-CLI contexts See full...
Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.4.2 to 3.4.3. Changelog Sourced from twig/twig's changelog. 3.4.3 (2022-09-28) Fix a security issue on filesystem loader (possibility to load a template outside a configured directory) Commits...
Saludos a la comunidad. Tengo instalado Docker version 20.10.17, build 100c701 Y al seguir los pasos de instalación de lycet con Docker tengo este error  Pueden ayudarme porfavor?
Bumps [jms/serializer-bundle](https://github.com/schmittjoh/JMSSerializerBundle) from 4.0.2 to 4.2.0. Release notes Sourced from jms/serializer-bundle's releases. 4.2.0 What's Changed Fix: update class and property name of metadata service in DataCollector by @ajdinmore in schmittjoh/JMSSerializerBundle#904...
Se modifico lo siguiente: **lycet/.env** `TEMPLATESPDF_PATH=/path/to/template # Agregar la ruta estatica de las plantillas PDF` **lycet//config/services.yaml** ``` Greenter\Report\HtmlReport: arguments: - '%env(TEMPLATESPDF_PATH)%' # Ruta donde se encuentra las plantillas PDF tomado...
Hola , estaba viendo el repositorio y no vi ningún tipo de integración con base de datos , veo que las empresas se cargan desde un json , hay alguien...