Supplier based pricing added
This commit is contained in:
+2
-1
@@ -13,6 +13,7 @@ export interface Scope {
|
||||
useDeliveryLogic: 'percent' | 'simple';
|
||||
estimatorNotes?: string;
|
||||
bidDescription?: string;
|
||||
supplier?: string;
|
||||
}
|
||||
|
||||
export type ModifierType = 'tax' | 'man-hours' | 'custom';
|
||||
@@ -81,5 +82,5 @@ export interface StandardPrice {
|
||||
category: string;
|
||||
name: string;
|
||||
price: number;
|
||||
priceRange?: string;
|
||||
supplier?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user