add shared pricing resolution with fixed yem price,GRN weighted and FIFO valuation cost fallback

This commit is contained in:
2026-07-27 15:00:44 +05:30
committed by ImanThiyanga
parent 1f9e12e84b
commit 4f722432cd
7 changed files with 110 additions and 38 deletions
+1
View File
@@ -90,6 +90,7 @@ builder.Services.AddScoped<IStockService, StockService>();
builder.Services.AddScoped<IGrnService, GrnService>();
// Sales (Phase 1)
builder.Services.AddScoped<ISalesPricingService, SalesPricingService>();
builder.Services.AddScoped<ISalesInvoiceService, SalesInvoiceService>();
builder.Services.AddScoped<ISalesSlipService, SalesSlipService>();