Browse Source

Merge branch 'develop'

prodstable
Guillaume Bourgeois 1 year ago
parent
commit
18e407059b
2 changed files with 6 additions and 3 deletions
  1. +5
    -2
      backend/controllers/DocumentController.php
  2. +1
    -1
      common/versions/23.3.A.php

+ 5
- 2
backend/controllers/DocumentController.php View File



namespace backend\controllers; namespace backend\controllers;


use common\helpers\CSV;
use common\helpers\Price; use common\helpers\Price;
use common\models\DeliveryNote; use common\models\DeliveryNote;
use common\models\Invoice; use common\models\Invoice;
'TVA', 'TVA',
'Total TVA', 'Total TVA',
'Total HT', 'Total HT',
'Créateur',
'Classification vente',
'Code Classification vente',
]; ];


foreach($document->getProductsOrders() as $productOrderArray) { foreach($document->getProductsOrders() as $productOrderArray) {
$productOrder->taxRate->value * 100, // TVA $productOrder->taxRate->value * 100, // TVA
$tva, // Total TVA $tva, // Total TVA
$priceTotal, // Total HT $priceTotal, // Total HT
'', // Créateur
'', // Classification vente
'01', // Code Classification vente
]; ];
} }
} }

+ 1
- 1
common/versions/23.3.A.php View File

et le tunnel de commande de l'espace producteur. et le tunnel de commande de l'espace producteur.
</li> </li>
<li> <li>
[Administration] Export vers le logiciel Evoliz : ajout de la TVA
[Administration] Export vers le logiciel Evoliz : ajout de la TVA + code classification vente
</li> </li>
</ul> </ul>

Loading…
Cancel
Save