* Added ExcelGenerator and EmailSender
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
<ToolbarItems>
|
||||
<ToolbarItem Type="ItemType.Button" Text="Zapisz" Id="SaveButton"
|
||||
PrefixIcon="e-icons e-save" OnClick="SaveChanges"/>
|
||||
<ToolbarItem Type="ItemType.Button" Id="Generuj XLS" PrefixIcon="e-icons export-xls"
|
||||
Text="Usuń Zapisane Filtry" OnClick="ExportXls"/>
|
||||
<ToolbarItem Type="ItemType.Button" Id="Generuj XLS" PrefixIcon="e-icons e-export-xls"
|
||||
Text="Generuj XLS" OnClick="ExportXls"/>
|
||||
</ToolbarItems>
|
||||
</SfToolbar>
|
||||
<GridColumns>
|
||||
@@ -99,6 +99,6 @@
|
||||
|
||||
private async Task ExportXls()
|
||||
{
|
||||
await _grid.ExportToExcelAsync();
|
||||
await WarehouseService.GenerateXlsForMeyleAsync(WzHeader);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user