Merge branch 'ManagersApp' of https://git.is.ulstu.ru/Artyom_Yashin/PIbd-23_Yashin_A_Zakharov_R_CourseWork_Bank into ManagersApp
This commit is contained in:
commit
4dc0725936
@ -73,6 +73,19 @@ namespace BankBusinessLogic.BusinessLogic
|
||||
{
|
||||
return _cardStorage.GetReportTransfersList(model);
|
||||
}
|
||||
|
||||
public void SaveTransfersToWordFile(ReportBindingModel model)
|
||||
{
|
||||
_saveToWord.CreateDoc(new WordInfo
|
||||
{
|
||||
FileName = model.FileName,
|
||||
Title = "Список кузнечных изделий",
|
||||
Transfers = CreateReportTransfers(new CardSearchModel
|
||||
{
|
||||
SelectedCardIds = model.S
|
||||
})
|
||||
});
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region//отчеты по картам за период с расшифровкой по заявкам и операциям в формате pdf
|
||||
|
Loading…
Reference in New Issue
Block a user