| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceMappedTaskId |
InvoiceMappedTaskId, primary key of InvoiceMappedTaskId table |
integer |
None. |
| InvoiceMappedProjectId |
InvoiceMappedProjectId, primary key for InvoiceMappedProject table(which holds invoice mappedd projects) |
integer |
None. |
| TaskId |
TaskId of the task mapped to the invoice |
integer |
None. |
| ProjectId |
ProjectId which is mapped to the invoice |
integer |
None. |
| IsSelected |
Flag to indicate whether the task is selected or not under the project |
boolean |
None. |
| Comments |
Comments which are added for each mapped project |
string |
None. |
| TaskRate |
Rate of the task which is mapped to the invoice |
decimal number |
None. |
| TaskAmount |
Amount of the task which is mapped to the invoice |
decimal number |
None. |
| Quantity |
Quantity of the task which is mapped to the invoice |
integer |
None. |
| TaskName |
Name of the task which is mapped to the invoice |
string |
None. |
| TaskUnits |
Units of the task which is mapped to the invoice |
string |
None. |