Requests for Quotation - codbex/codbex-olympus GitHub Wiki
Request for quotation is used to obtain an offer for particular services/products
Request for Quotation
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Master Entities
Field |
Type |
Length |
Null? |
Calc? |
Ref? |
Description |
Id |
INTEGER |
|
no |
- |
- |
|
Number |
VARCHAR |
20 |
no |
- |
- |
|
Date |
DATE |
|
no |
- |
- |
|
Customer |
INTEGER |
|
no |
- |
yes |
Reference to Customer |
Request for Quotation Item
Entity Definition
- Entity Type:
Dependent Entity
- Layout Type:
Manage Details Entities
Field |
Type |
Length |
Null? |
Calc? |
Ref? |
Description |
Id |
INTEGER |
|
no |
- |
- |
|
Request |
INTEGER |
|
no |
- |
yes |
Reference to Request |
Name |
VARCHAR |
2000 |
no |
- |
- |
Free text representing Product/Service |
Quantity |
DOUBLE |
|
no |
- |
- |
|
Price |
DOUBLE |
|
no |
- |
- |
|
Amount |
DOUBLE |
|
- |
yes |
- |
Quantity * Price |