Add sales slip document

This commit is contained in:
2026-07-27 14:45:35 +05:30
committed by ImanThiyanga
parent 8b8e79e0fe
commit 1f9e12e84b
11 changed files with 564 additions and 0 deletions
+1
View File
@@ -91,6 +91,7 @@ builder.Services.AddScoped<IGrnService, GrnService>();
// Sales (Phase 1)
builder.Services.AddScoped<ISalesInvoiceService, SalesInvoiceService>();
builder.Services.AddScoped<ISalesSlipService, SalesSlipService>();
// Stock transactions + reference data (docs/11 §56)
builder.Services.AddScoped<IStockMutator, StockMutator>();