Compare commits
No commits in common. "7fff7351f487e25f70d2bf5132f2d9c1ff05fbec" and "0a5f6483e06ed8600b4e7a2a6d8b9fddc23edc55" have entirely different histories.
7fff7351f4
...
0a5f6483e0
@ -60,19 +60,6 @@ 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