Ver código fonte

[Backend] Adaptation export Evoliz : inclure TVA #913

feature/souke
Guillaume 1 ano atrás
pai
commit
95f8580550
1 arquivos alterados com 4 adições e 2 exclusões
  1. +4
    -2
      backend/controllers/DocumentController.php

+ 4
- 2
backend/controllers/DocumentController.php Ver arquivo

@@ -256,7 +256,8 @@ class DocumentController extends BackendController
'TVA',
'Total TVA',
'Total HT',
'Créateur',
'Classification vente',
'Code Classification vente',
];

foreach ($documentManager->getProductsOrders($document) as $productOrderArray) {
@@ -311,7 +312,8 @@ class DocumentController extends BackendController
$productOrder->taxRate->value * 100, // TVA
$tva, // Total TVA
$priceTotal, // Total HT
'', // Créateur
'', // Classification vente
'01', // Code Classification vente
];
}
}

Carregando…
Cancelar
Salvar