https://harmony.assiecloud.com/fr/dashboard/ims-sarl-22/ecritures-comptable

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"afd443"
exception
Twig\Error\RuntimeError {#3882
  -lineno: 35
  -name: "admin/ecriture_comptables.html.twig"
  -rawMessage: "Impossible to access an attribute ("nom") on a null variable."
  -sourcePath: "/home/harmony/public_html/templates/admin/ecriture_comptables.html.twig"
  -sourceCode: """
    \r\n
    {% extends 'dashboard_layout.html.twig' %}\r\n
    \t\r\n
    \t{% block title %} {{ parent() }} | {{ boutique.nom }}{% endblock %}\r\n
    \t\r\n
    {% block real_content  %}\r\n
    \r\n
    <div class="container">\r\n
    \t<div class="row">\r\n
            <div class="col-md-10">\r\n
                <div class="assie-card">\r\n
                    <div class="assie-card-body">\r\n
                    \r\n
                    <h3>{{ 'admin.comptabilite.ecritures_comptable' | trans }}</h3>\r\n
    \t\t\t\t<hr/>\r\n
                    {#\r\n
    \t\t\t\t<a class="btn btn-primary" href="{{ path('admin_comptabilite_nouvelle_ecriture_comptable', {'slug': boutique.slug}) }}">{{ 'admin.new' | trans }} <i class="bi bi-plus"></i></a>\r\n
                    #}\r\n
    \t\t\t\t\r\n
                        <table class="table table-hover">\r\n
                            <thead>\r\n
                                <tr>\r\n
                                    <th>{{ 'admin.comptabilite.compte' | trans }}</th>\r\n
                                    <th>{{ 'admin.comptabilite.piece' | trans }}</th>\r\n
                                    <th>{{ 'admin.la_date' | trans }}</th>\r\n
                                    <th>{{ 'admin.comptabilite.libelle' | trans }}</th>\r\n
                                    <th>{{ 'admin.comptabilite.debit' | trans }}</th>\r\n
                                    <th>{{ 'admin.comptabilite.credit' | trans }}</th>\r\n
                                    \r\n
                                </tr>\r\n
                            </thead>\r\n
                            <tbody>\r\n
                            {% for ecritureComptable in ecritureComptables %}\r\n
                            <tr>\r\n
                            <td><span  data-bs-toggle="tooltip" title="{{ ecritureComptable.compte.nom }}">{{ ecritureComptable.compte.numero }}</span></td>\r\n
                            <td>{{ ecritureComptable.numeroPiece }}</td>\r\n
                            <td>{{ ecritureComptable.laDate | date('d/m/Y') }}</td>\r\n
                            <td>{{ ecritureComptable.libelleEcriture }}</td>\r\n
                            <td>\r\n
                            {% if ecritureComptable.debit > 0 %}\r\n
                              {{ ecritureComptable.debit | number_format(0, '', ' ') }}\r\n
                            {% endif %}\r\n
                            </td>\r\n
                            <td>\r\n
                             {% if ecritureComptable.credit > 0 %}\r\n
                                {{ ecritureComptable.credit | number_format(0, '', ' ') }}\r\n
                             {% endif %}\r\n
                            </td>\r\n
                           \r\n
                            </tr>\r\n
                            {% endfor %}\r\n
                            </tbody>\r\n
                        </table>\r\n
                    </div>\r\n
                </div>\r\n
            </div>\r\n
        </div>\r\n
    </div>\r\n
    {% endblock real_content  %}
    """
  #message: "Impossible to access an attribute ("nom") on a null variable."
  #code: 0
  #file: "/home/harmony/public_html/templates/admin/ecriture_comptables.html.twig"
  #line: 35
  trace: {
    /home/harmony/public_html/templates/admin/ecriture_comptables.html.twig:35 {
      twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › <tr>\r<td><span  data-bs-toggle="tooltip" title="{{ ecritureComptable.compte.nom }}">{{ ecritureComptable.compte.numero }}</span></td>\r<td>{{ ecritureComptable.numeroPiece }}</td>\r
    }
    /home/harmony/public_html/templates/admin/ecriture_comptables.html.twig:35 {
      __TwigTemplate_42e430c897c05ab98c63f8d90bd203d3a8f08849632f3d9ba3e4e7570f32186f->block_real_content($context, array $blocks = []) …
      › <tr>\r<td><span  data-bs-toggle="tooltip" title="{{ ecritureComptable.compte.nom }}">{{ ecritureComptable.compte.numero }}</span></td>\r<td>{{ ecritureComptable.numeroPiece }}</td>\r
    }
    /home/harmony/public_html/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /home/harmony/public_html/templates/dashboard_layout.html.twig:234 {
      __TwigTemplate_a6f93ea83a860c0daa07c2c999edfe3fbcc7dfd880b12ce056e82854b6802d8d->block_body($context, array $blocks = []) …
      › <main id="main" class="main">\r\t{% block real_content  %}\r\t{% endblock real_content  %}\r
    }
    /home/harmony/public_html/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /home/harmony/public_html/templates/dashboard_layout.html.twig:232 {
      __TwigTemplate_a6f93ea83a860c0daa07c2c999edfe3fbcc7dfd880b12ce056e82854b6802d8d->doDisplay(array $context, array $blocks = []) …
      › 
      › {% block body  %}\r\t<main id="main" class="main">\r
    }
    /home/harmony/public_html/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/harmony/public_html/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/harmony/public_html/var/cache/dev/twig/6e/6e3c0dd4a0e5531afe23d74161d7a79f80ad973ea7cfedf7ab683b81e175ffa0.php:49 {
      __TwigTemplate_42e430c897c05ab98c63f8d90bd203d3a8f08849632f3d9ba3e4e7570f32186f->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("dashboard_layout.html.twig", "admin/ecriture_comptables.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /home/harmony/public_html/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/harmony/public_html/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/harmony/public_html/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/harmony/public_html/vendor/twig/twig/src/TemplateWrapper.php:40 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /home/harmony/public_html/vendor/twig/twig/src/Environment.php:277 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /home/harmony/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /home/harmony/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /home/harmony/public_html/src/Controller/AdminController.php:3362 {
      App\Controller\AdminController->ecrituresEomptableAction(Request $request, Boutique $boutique) …
      › \t\t   'ecritureComptables' => $ecritureComptables,\r\t\t   'userBoutique' => $userBoutique\r        ]);\r
    }
    /home/harmony/public_html/vendor/symfony/http-kernel/HttpKernel.php:153 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/harmony/public_html/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /home/harmony/public_html/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/harmony/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /home/harmony/public_html/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/harmony/public_html/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/harmony/public_html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
null

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
connection
"keep-alive"
cookie
"PHPSESSID=gu1rprd8qdtjkuv3a00md9hipf"
host
"harmony.assiecloud.com"
referer
"https://harmony.assiecloud.com/fr/dashboard/shop/ims-sarl-22"
sec-ch-ua
""Google Chrome";v="147", "Not.A/Brand";v="8", "Chromium";v="147""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 27 Apr 2026 16:52:04 GMT"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22nom%22%29%20on%20a%20null%20variable."
x-debug-exception-file
"%2Fhome%2Fharmony%2Fpublic_html%2Ftemplates%2Fadmin%2Fecriture_comptables.html.twig:35"
x-debug-token
"cb773c"

Cookies

Request Cookies

Key Value
PHPSESSID
"gu1rprd8qdtjkuv3a00md9hipf"

Response Cookies

No response cookies

Session 1

Session Metadata

Key Value
Created
"Mon, 27 Apr 26 16:51:57 +0000"
Last used
"Mon, 27 Apr 26 16:51:59 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"SBciTTbB9HOvDwoUqFUtUMCWo7xzfpcLOjhhBMLHsvI"
_security.last_username
"nignanange0@gmail.com"
_security_main
"O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:4:"main";i:2;a:5:{i:0;O:18:"App\Entity\AppUser":24:{s:32:"\x00App\Entity\AppUser\x00slugUsername";s:8:"soungalo";s:28:"\x00App\Entity\AppUser\x00username";s:8:"Soungalo";s:33:"\x00App\Entity\AppUser\x00plainPassword";N;s:28:"\x00App\Entity\AppUser\x00password";s:60:"$2y$13$3Q34Zl1ShCSgy5DpQpxDve7B5k0ccUDJspp2UoQjefwG0AQB7PaLG";s:25:"\x00App\Entity\AppUser\x00roles";a:1:{i:0;s:9:"ROLE_USER";}s:28:"\x00App\Entity\AppUser\x00boutique";N;s:26:"\x00App\Entity\AppUser\x00avatar";O:31:"Proxies\__CG__\App\Entity\Photo":10:{s:17:"__isInitialized__";b:1;s:20:"\x00App\Entity\Photo\x00id";i:78;s:21:"\x00App\Entity\Photo\x00url";s:19:"image/male-user.png";s:21:"\x00App\Entity\Photo\x00alt";s:16:"Photo de profile";s:27:"\x00App\Entity\Photo\x00extension";N;s:22:"\x00App\Entity\Photo\x00file";N;s:27:"\x00App\Entity\Photo\x00dateAjout";O:8:"DateTime":3:{s:4:"date";s:26:"2026-02-03 13:12:58.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:7:"Etc/UTC";}s:25:"\x00App\Entity\Photo\x00fullUrl";s:50:"https://harmony.assiecloud.com/image/male-user.png";s:29:"\x00App\Entity\Photo\x00originalUrl";N;s:27:"\x00App\Entity\Photo\x00estValide";b:1;}s:5:"\x00*\x00id";i:57;s:30:"\x00App\Entity\AppUser\x00nomprenoms";N;s:25:"\x00App\Entity\AppUser\x00email";s:21:"nignanange0@gmail.com";s:30:"\x00App\Entity\AppUser\x00emailToken";N;s:23:"\x00App\Entity\AppUser\x00nom";s:8:"Soungalo";s:26:"\x00App\Entity\AppUser\x00prenom";s:4:"Ange";s:30:"\x00App\Entity\AppUser\x00nomComplet";N;s:33:"\x00App\Entity\AppUser\x00dateNaissance";N;s:28:"\x00App\Entity\AppUser\x00contacts";N;s:27:"\x00App\Entity\AppUser\x00adresse";N;s:29:"\x00App\Entity\AppUser\x00matricule";N;s:27:"\x00App\Entity\AppUser\x00salaire";N;s:30:"\x00App\Entity\AppUser\x00numeroCNPS";N;s:29:"\x00App\Entity\AppUser\x00vacataire";N;s:29:"\x00App\Entity\AppUser\x00createdAt";O:8:"DateTime":3:{s:4:"date";s:26:"2026-02-03 13:12:58.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:7:"Etc/UTC";}s:29:"\x00App\Entity\AppUser\x00updatedAt";N;s:28:"\x00App\Entity\AppUser\x00filename";N;}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:1:{i:0;s:9:"ROLE_USER";}}}"

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/harmony/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/harmony/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 410
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/harmony/public_html/src/Controller/AdminController.php"
    "line" => 3336
    "function" => "getUser"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/harmony/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 153
    "function" => "ecrituresEomptableAction"
    "class" => "App\Controller\AdminController"
    "type" => "->"
  ]
  [
    "file" => "/home/harmony/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/harmony/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/harmony/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/harmony/public_html/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/harmony/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/harmony/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"73f12703cfdbefb3311fe1cf9661d5cc"
DATABASE_URL
"mysql://harmony:WIG3E6Q09ZqxMA2tD1akn8eOD@127.0.0.1:3306/harmony?serverVersion=8&charset=utf8mb4"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/home/harmony/cgi-bin/"
CONTEXT_PREFIX
"/cgi-bin/"
DOCUMENT_ROOT
"/home/harmony/public_html"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=gu1rprd8qdtjkuv3a00md9hipf"
HTTP_HOST
"harmony.assiecloud.com"
HTTP_REFERER
"https://harmony.assiecloud.com/fr/dashboard/shop/ims-sarl-22"
HTTP_SEC_CH_UA
""Google Chrome";v="147", "Not.A/Brand";v="8", "Chromium";v="147""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36"
ORIG_PATH_INFO
"/public/index.php"
ORIG_PATH_TRANSLATED
"/home/harmony/public_html/public/index.php"
ORIG_SCRIPT_FILENAME
"/home/harmony/cgi-bin/php7.4.cgi"
ORIG_SCRIPT_NAME
"/public/index.php"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHPRC
"/home/harmony/public_html/../etc/php7.4"
PHP_SELF
"/public/index.php"
PWD
"/home/harmony/cgi-bin"
QUERY_STRING
""
REDIRECT_HANDLER
"application/x-httpd-php7.4"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/index.php"
REMOTE_ADDR
"160.154.210.231"
REMOTE_PORT
"52591"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1777308724
REQUEST_TIME_FLOAT
1777308724.0333
REQUEST_URI
"/fr/dashboard/ims-sarl-22/ecritures-comptable"
SCRIPT_FILENAME
"/home/harmony/public_html/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://harmony.assiecloud.com/fr/dashboard/ims-sarl-22/ecritures-comptable"
SCRIPT_URL
"/fr/dashboard/ims-sarl-22/ecritures-comptable"
SERVER_ADDR
"94.23.42.159"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"harmony.assiecloud.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SHLVL
"0"
SSL_TLS_SNI
"harmony.assiecloud.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL"

Parent Request

Return to parent request (token = 628c6e)

Key Value
_controller
"App\Controller\AdminController::ecrituresEomptableAction"
_firewall_context
"security.firewall.map.context.main"
_locale
"fr"
_remove_csp_headers
true
_route
"admin_comptabilite_ecritures_comptable"
_route_params
[
  "_locale" => "fr"
  "slug" => "ims-sarl-22"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"44e1ff"
boutique
App\Entity\Boutique {#993
  -slug: "ims-sarl-22"
  -logo: Proxies\__CG__\App\Entity\Photo {#920 …}
  -settings: Proxies\__CG__\App\Entity\Settings {#998 …}
  -pays: null
  -id: 22
  -adresse: "12 BP 161 ABIDJAN"
  -nom: "IMS SARL"
  -heureDebutTravail: null
  -heureFinTravail: null
  -tempsDeTravail: null
  -sigle: null
  -email: "info@imssarl.com"
  -phone: "0778789997"
  -codePostal: null
  -ville: null
  -siteWeb: null
  -fax: null
  -statutJuridique: "sarl"
  -capital: 1000000.0
  -matricule: "CI-BAS-01-2025-B12-00897"
  -siret: null
  -ape: null
  -cc: null
  -factureTVA: false
  -mentionLegal: null
  -banque: null
  -rib: null
  -iban: null
  -bic: null
  -urlFNEDeBase: "http://54.247.95.108/ws"
  -apiKeyFNE: null
  -soldeTimbreFNE: 0.0
  -numeroCNPS: null
}
slug
"ims-sarl-22"