Готовый отчёт для кассира.
This commit is contained in:
parent
5f83a9fb8c
commit
8f3fb80e90
@ -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">
|
||||
|
@ -160,7 +160,7 @@ namespace BankYouBankruptRestAPI.Controllers
|
||||
{
|
||||
_reportCashierLogic.SaveAccountsToExcelFile(new ReportBindingModel
|
||||
{
|
||||
FileName = "Отчёт по переводам.xls",
|
||||
FileName = "Отчёт по зявкам на снятие.xls",
|
||||
AccountId = model.AccountId
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user