This commit is contained in:
shadowik 2023-05-20 05:29:53 +04:00
parent 17e83effce
commit 45e03d9d92
3 changed files with 4 additions and 1 deletions

View File

@ -34,6 +34,7 @@
<hr class="mt-5 mb-3" />
@if (Model != null)
{
<h3>Отчет отправлен на почту @APICashier.Cashier.Email</h3>
<div class="row p-3 text-center">
<h4>Отчёт по выдаче наличных со счёта</h4>
<table class="table">

View File

@ -100,7 +100,7 @@
border-left: solid;
border-right: solid;
border-width: 4px;
border-color: #FFFFFF;
border-color: #212529;
}
</style>
</head>

View File

@ -1,4 +1,5 @@
@using BankYouBankruptContracts.ViewModels;
@using BankYouBankruptСlientApp
@model ReportClientViewModelForHTML
@ -29,6 +30,7 @@
<hr class="mt-5 mb-3" />
@if (Model != null)
{
<h3>Отчет отправлен на почту @APIClient.Client.Email</h3>
<div class="row text-center">
<p>Отчёт по пополнениям</p>
<table class="table">