WIP estimate pdf

This commit is contained in:
Paul Schneider 2016-11-07 19:34:56 +01:00
commit bc073c8b6a
13 changed files with 407 additions and 63 deletions

View file

@ -40,5 +40,5 @@
@{ var filenametex = $"estimate-{Model.Id}.tex" ;
var filenamepdf = $"estimate-{Model.Id}.pdf" ;}
<a href="~/do/@filenametex" >Export au format LaTeX</a>
<a href="~/do/@filenamepdf" >Export au format LaTeX</a>
<a href="~/do/@filenamepdf" >Export au format Pdf</a>
</p>