Add vehicle active/inactive state

This commit is contained in:
2015-06-18 10:59:07 -04:00
parent c7d7fa265e
commit 5d70617194
12 changed files with 155 additions and 19 deletions
+5
View File
@@ -188,6 +188,10 @@
<Compile Include="Migrations\201405210016138_CityFieldsRequired.Designer.cs">
<DependentUpon>201405210016138_CityFieldsRequired.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\201506181329243_VehicleInactiveDate.cs" />
<Compile Include="Migrations\201506181329243_VehicleInactiveDate.Designer.cs">
<DependentUpon>201506181329243_VehicleInactiveDate.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Models\DomainRules.cs" />
<Compile Include="Models\PurposeType.cs" />
@@ -210,6 +214,7 @@
<Compile Include="ViewModels\Log\LogViewModel.cs" />
<Compile Include="ViewModels\Log\LogIndexViewModel.cs" />
<Compile Include="ViewModels\Log\LogPartialDetails.cs" />
<Compile Include="ViewModels\Vehicle\VehicleResultsViewModel.cs" />
<Compile Include="ViewModels\SelectListViewModel.cs" />
<Compile Include="ViewModels\User\ExportUserViewModel.cs" />
<Compile Include="ViewModels\User\SetPasswordViewModel.cs" />