Module: quote
Functions
default
▸ default(context): Object
Parameters
| Name | Type |
|---|---|
context | any |
Returns
Object
| Name | Type |
|---|---|
IsActive | () => boolean |
addProductToQuote | (data: any) => Promise<void> |
createMasterQuote | (data: { add: any ; name: any ; productToAdd: any }) => Promise<any> |
deleteMasterQuote | (data: any) => Promise<void> |
getAllMasterQuotes | (jwt: any) => Promise<void> |
getListSuppliers | (productId: any) => Promise<any> |
getMasterQuote | (quoteId: any) => Promise<void> |
getSupplierQuoteById | (supplierQuoteId: any) => Promise<any> |
refuseSupplierQuote | (data: any) => Promise<void> |
removeProductFromQuote | (data: any) => Promise<void> |
sendMessageFromSupplierQuote | (supplierQuoteId: any, masterQuoteId: any, data: any) => Promise<any> |
validateMasterQuote | (data: any, message: any) => Promise<any> |
