Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace PowderCoating.Core.Enums;
|
||||
|
||||
public enum PricingMode
|
||||
{
|
||||
/// <summary>Markup % applied to material costs only. Labor and equipment pass through at cost.</summary>
|
||||
MarkupOnMaterial = 0,
|
||||
|
||||
/// <summary>Target margin % applied to total item cost (material + labor + equipment).</summary>
|
||||
MarginOnTotalCost = 1
|
||||
}
|
||||
Reference in New Issue
Block a user