/
Claim Services table (tblClaimServices)
Claim Services table (tblClaimServices)
Diagram
Fields
Name | Type | Mandatory | Default | Explanation |
---|---|---|---|---|
ClaimServiceID | int (PK) | YES |
|
|
ClaimID | int | YES |
| FK tblClaim |
ItemID | int | YES |
| FK tblServices |
ProdID | int | NO |
| FK tblProduct |
ClaimServiceStatus | tinyint | YES | 1 | 1: Accepted | 2: Rejected |
QtyProvided | decimal(18, 2) | YES |
|
|
QtyApproved | decimal(18, 2) | NO |
|
|
PriceAsked | decimal(18, 2) | YES |
|
|
PriceAdjusted | decimal(18, 2) | NO |
|
|
PriceApproved | decimal(18, 2) | NO |
|
|
PriceValuated | decimal(18, 2) | NO |
|