refactorise la génération de la facture au format Pdf, presente la facture aquittée.
This commit is contained in:
parent
5f29298fe0
commit
fb0fbae077
9 changed files with 41 additions and 30 deletions
|
|
@ -15,12 +15,14 @@
|
|||
<text> :
|
||||
|
||||
</text>
|
||||
<label>
|
||||
<input type="checkbox" checked="@Model.Regularisation.IsOk()" disabled/>
|
||||
<label>@Model.GetIsAcquitted()
|
||||
<input type="checkbox" checked="@Model.GetIsAcquitted()" disabled/>
|
||||
<a asp-controller="Manage" asp-action="PaymentInfo" asp-route-id="@Model.Regularisation.CreationToken">@Model.Regularisation.CreationToken</a>
|
||||
</label>
|
||||
|
||||
} else {
|
||||
}
|
||||
|
||||
@if (!Model.GetIsAcquitted()) {
|
||||
<div id="paypalzone"></div>
|
||||
<script>
|
||||
var CREATE_PAYMENT_URL = '@ViewBag.CreatePaymentUrl';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue