added pdf generation for all orders

This commit is contained in:
2025-12-03 17:41:19 +01:00
parent bee1cfb0e3
commit e440dcd2b5
10 changed files with 403 additions and 1 deletions

View File

@@ -51,6 +51,8 @@ builder.Services.AddScoped<SettingsRepository>();
builder.Services.AddScoped<UsersRepository>();
builder.Services.AddScoped<WarehouseProductsRepository>();
builder.Services.AddScoped<IDeliveryNotePdfService, DeliveryNotePdfService>();
builder.Services.AddScoped<IPurchaseOrderPdfService, PurchaseOrderPdfService>();
builder.Services.AddScoped<IQuotationPdfService, QuotationPdfService>();
MapperConfiguration mappingConfig = new(mc =>