0 votes
Screen shot 2020 07 31 at 11.51.53 am

Est il possible de retour la ligne de total dans le tableau d'un devis? question Résolu

Voir piece jointe.

Anonyme 31 juillet 2020 19:52:47
Réponse:

Bonjour,

Merci et Félicitation !

 

Bien Cordialement


--
 
 







 
 

Commentaires

Avatar sugester medium
Herve
voici mon code actuel:

```
{{#eq kind 'correction'}}
{{#eq locale 'pl'}}
<!-- if you want to customize 'positions_correction', you can override this by https://github.com/fakturownia/Szablony/blob/master/partials/positions_correction.hbs.html -->
{{>positions_correction}}
{{else}}
{{#not_eq kind 'maintenance_request'}}
<!-- si vous souhaitez personnaliser le tableau, vous pouvez le remplacer par https://github.com/vosfactures/Formats/blob/master/partials/positions.handlebars -->
<!-- if you want to customize 'positions', you can override this by https://github.com/fakturownia/Szablony/blob/master/partials/positions.hbs.html -->
{{>positions}}
{{else}}
{{>positions_without_prices}}
{{/not_eq}}
{{/eq}}
{{else}}
{{#not_eq kind 'maintenance_request'}}
<!-- si vous souhaitez personnaliser le tableau, vous pouvez le remplacer par https://github.com/vosfactures/Formats/blob/master/partials/positions.handlebars -->
<!-- if you want to customize 'positions', you can override this by https://github.com/fakturownia/Szablony/blob/master/partials/positions.hbs.html -->
{{>positions}}
{{else}}
{{>positions_without_prices}}
{{/not_eq}}
{{/eq}}
```

31 juillet 2020 19:53:38


Avatar sugester medium
Herve Fulchiron
voici la solution:

.total {
display:none;
}

31 juillet 2020 20:20:41


Yves
Yves
Réponse:  

Bonjour,

Merci et Félicitation !

 

Bien Cordialement


--
 
 







 
 

03 août 2020 09:40:08


Ajouter un commentaire