idem
This commit is contained in:
parent
f37e5bd1bf
commit
57105ae4c0
1 changed files with 11 additions and 0 deletions
11
Yavsc/Views/Shared/Components/Estimate/Default.cshtml
Normal file
11
Yavsc/Views/Shared/Components/Estimate/Default.cshtml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
@model Estimate
|
||||
|
||||
<a href="~/api/pdfestimate/estimate-@(Model.Id).tex" >Export au format LaTeX</a>
|
||||
|
||||
|
||||
<form action="~/api/pdfestimate/gen/@Model.Id" method="POST">
|
||||
<input type="submit" value="Générer le Pdf"/>
|
||||
</form>
|
||||
|
||||
<a href="~/api/pdfestimate/get/@(Model.Id)" >Télécharger le document généré</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue