Skip to content

Commit

Permalink
chore: adjust help
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Oct 4, 2024
1 parent f932eba commit 52cefa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/ProducaoCooperativista.php
Original file line number Diff line number Diff line change
Expand Up @@ -1280,8 +1280,8 @@ public function exportData(): array
'formula' => '{total_sobras_do_mes} = {total_notas_clientes} - {total_dispendios_clientes_percentual_movel} - {total_dispendios_internos} - {base_producao} - {reserva} - {total_percentual_desconto_fixo} + {total_sobras_clientes_percentual_fixo}'
],
'total_sobras_distribuidas' => [
'valor' => $this->getTotalSobrasDistribuidasNoMes(),
'formula' => '{total_sobras_distribuidas}' .
'valor' => $this->getTotalSobrasDistribuidasNoMes() + abs(round($this->getTotalSobrasDoMes(), 2)),
'formula' => '{total_sobras_distribuidas} + {total_sobras_do_mes}' .
' <a href="' .
$this->urlGenerator->generate('Invoices#index', [
'ano-mes' => $this->dates->getInicio()->format('Y-m'),
Expand Down

0 comments on commit 52cefa5

Please sign in to comment.