Add service reminder migration Add Completed Service button to vehicle

This commit is contained in:
2015-10-14 22:28:25 -04:00
parent 43d471af94
commit a6fb9d54c6
12 changed files with 246 additions and 0 deletions
+9
View File
@@ -130,6 +130,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Attributes\ActionLogAttribute.cs" />
<Compile Include="Attributes\RequireRequestValueAttribute.cs" />
<Compile Include="Attributes\CurrencyAttribute.cs" />
<Compile Include="Attributes\DenyFutureDateAttribute.cs" />
<Compile Include="Attributes\DenyPreviousMonthDateAttribute.cs" />
@@ -221,10 +222,15 @@
<Compile Include="Migrations\201510070326593_VehicleService.Designer.cs">
<DependentUpon>201510070326593_VehicleService.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\201510150220550_ServiceReminder.cs" />
<Compile Include="Migrations\201510150220550_ServiceReminder.Designer.cs">
<DependentUpon>201510150220550_ServiceReminder.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Models\DomainRules.cs" />
<Compile Include="Models\FuelLog.cs" />
<Compile Include="Models\PurposeType.cs" />
<Compile Include="Models\ServiceReminder.cs" />
<Compile Include="Utility\NameNormalizer.cs" />
<Compile Include="ViewModels\Account\ResetPasswordViewModel.cs" />
<Compile Include="Models\Role.cs" />
@@ -571,6 +577,9 @@
<EmbeddedResource Include="Migrations\201510070326593_VehicleService.resx">
<DependentUpon>201510070326593_VehicleService.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\201510150220550_ServiceReminder.resx">
<DependentUpon>201510150220550_ServiceReminder.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>