Mileage
Mileage expense tracking and reimbursement
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| CategoryId | Integer |
Categories.Id | |
| CompanyId | Integer | ||
| EmployeeId | Integer |
Employees.Id | |
| ProjectId | Integer |
Projects.Id | |
| Status | String |
The allowed values are draft, submitted, approved, rejected, paid. | |
| Amount | Decimal | ||
| BudgetId | Integer | ||
| CalculatedMileage | Integer | ||
| Category | String | ||
| CostCenterIds | String | ||
| Currency | String | ||
| Description | String | ||
| DestinationLatitude | Decimal | ||
| DestinationLongitude | Decimal | ||
| EffectiveOn | Datetime | ||
| ExpensesExpensableId | Integer | ||
| Files | String | ||
| From | String | ||
| IsRoundTrip | Boolean | ||
| LedgerAccountId | Integer | ||
| Mileage | Integer | ||
| OriginLatitude | Decimal | ||
| OriginLongitude | Decimal | ||
| PaidAt | Datetime | ||
| Payment | String | ||
| Rate | Decimal | ||
| ReimbursableAmount | Integer | ||
| ReimbursableCurrency | String | ||
| ReviewRequestAt | Datetime | ||
| Subcategory | String | ||
| To | String | ||
| Units | String |