Готовый отчёт для кассира.

This commit is contained in:
Programmist73 2023-05-19 21:09:54 +04:00
parent 5f83a9fb8c
commit 8f3fb80e90
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
}
<div class="text-center">
<h2 class="display-4">Перевод меджу счетами</h2>
<h2 class="display-4">Перевод между счетами</h2>
</div>
<form method="post">
<div class="row">

View File

@ -160,7 +160,7 @@ namespace BankYouBankruptRestAPI.Controllers
{
_reportCashierLogic.SaveAccountsToExcelFile(new ReportBindingModel
{
FileName = "Отчёт по переводам.xls",
FileName = "Отчёт по зявкам на снятие.xls",
AccountId = model.AccountId
});
}