Skip to content

Commit f491627

Browse files
committed
EDU-8374: incorrect building of site in T220 solution removed,
minor change in T230 file, T280 customization project removed as it is not produced as the result of the course, minor changes to T280 source files, code snippet added
1 parent 3cd1fbc commit f491627

89 files changed

Lines changed: 134 additions & 1861 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Customization/T220/PhoneRepairShop_Code/PhoneRepairShop_code.sln

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio Version 17
3-
VisualStudioVersion = 17.4.33122.133
3+
VisualStudioVersion = 17.3.32901.215
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "PhoneRepairShop", "..\..\..\", "{407B75C1-DF84-479F-BD54-F5A5D7012034}"
66
ProjectSection(WebsiteProperties) = preProject
@@ -33,14 +33,13 @@ Global
3333
EndGlobalSection
3434
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3535
{407B75C1-DF84-479F-BD54-F5A5D7012034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
36-
{407B75C1-DF84-479F-BD54-F5A5D7012034}.Debug|Any CPU.Build.0 = Debug|Any CPU
3736
{9BC6D61A-5D4B-4D57-BC6B-5E3F9D04377E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3837
{9BC6D61A-5D4B-4D57-BC6B-5E3F9D04377E}.Debug|Any CPU.Build.0 = Debug|Any CPU
3938
EndGlobalSection
4039
GlobalSection(SolutionProperties) = preSolution
4140
HideSolutionNode = FALSE
4241
EndGlobalSection
4342
GlobalSection(ExtensibilityGlobals) = postSolution
44-
SolutionGuid = {8406D6D6-D9E7-46B4-8E25-F7357C4A0059}
43+
SolutionGuid = {A6639F98-D64E-4CE0-AF0F-64E58393011A}
4544
EndGlobalSection
4645
EndGlobal

Customization/T230/PhoneRepairShop/FrontendSources/screen/src/development/screens/RS/RS203000/RS203000.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export class RSSVRepairPrice extends PXView {
3232
preset: GridPreset.Details
3333
})
3434
export class RSSVRepairItem extends PXView {
35+
ValidateItemPrices: PXActionState;
3536

3637
RepairItemType : PXFieldState<PXFieldOptions.CommitChanges>;
3738
Required : PXFieldState<PXFieldOptions.CommitChanges>;
@@ -41,7 +42,6 @@ export class RSSVRepairItem extends PXView {
4142
BasePrice : PXFieldState<PXFieldOptions.CommitChanges>;
4243
IsPriceValidated: PXFieldState;
4344
IsDefault : PXFieldState<PXFieldOptions.CommitChanges>;
44-
ValidateItemPrices: PXActionState;
4545
}
4646

4747
@gridConfig({
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project Sdk="Microsoft.NET.Sdk">
3+
4+
<PropertyGroup>
5+
<TargetFramework>net48</TargetFramework>
6+
<RootNamespace>PhoneRepairShop_Code.Tests</RootNamespace>
7+
<AssemblyName>PhoneRepairShop_Code.Tests</AssemblyName>
8+
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
9+
<OutputPath>bin\$(Configuration)</OutputPath>
10+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
11+
<FileVersion>25.201.0166</FileVersion>
12+
<InformationalVersion>25.201.0166</InformationalVersion>
13+
<LangVersion>9.0</LangVersion>
14+
<Nullable>enable</Nullable>
15+
<Copyright>Copyright © 2005-2025 Acumatica, Inc. All rights reserved.</Copyright>
16+
</PropertyGroup>
17+
<ItemGroup>
18+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.2" />
19+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2" />
20+
<PackageReference Include="Moq" Version="4.20.72" />
21+
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
22+
<PackageReference Include="xunit" Version="2.4.2" />
23+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
24+
<PrivateAssets>all</PrivateAssets>
25+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
26+
</PackageReference>
27+
</ItemGroup>
28+
<ItemGroup>
29+
<ProjectReference Include="..\PhoneRepairShop_Code\PhoneRepairShop_Code.csproj" />
30+
</ItemGroup>
31+
32+
<ItemGroup>
33+
<Reference Include="Autofac">
34+
<HintPath>..\..\..\..\Bin\Autofac.dll</HintPath>
35+
</Reference>
36+
<Reference Include="PX.Common">
37+
<HintPath>..\..\..\..\Bin\PX.Common.dll</HintPath>
38+
</Reference>
39+
<Reference Include="PX.Common.Std">
40+
<HintPath>..\..\..\..\Bin\PX.Common.Std.dll</HintPath>
41+
</Reference>
42+
<Reference Include="PX.CS.Contracts">
43+
<HintPath>..\..\..\..\Bin\PX.CS.Contracts.dll</HintPath>
44+
</Reference>
45+
<Reference Include="PX.Data">
46+
<HintPath>..\..\..\..\Bin\PX.Data.dll</HintPath>
47+
</Reference>
48+
<Reference Include="PX.Data.BQL.Fluent">
49+
<HintPath>..\..\..\..\Bin\PX.Data.BQL.Fluent.dll</HintPath>
50+
</Reference>
51+
<Reference Include="PX.Objects">
52+
<HintPath>..\..\..\..\Bin\PX.Objects.dll</HintPath>
53+
</Reference>
54+
<Reference Include="PX.Web.Customization">
55+
<HintPath>..\..\..\..\Bin\PX.Web.Customization.dll</HintPath>
56+
</Reference>
57+
<Reference Include="PX.Tests.Unit">
58+
<HintPath>..\..\..\..\Bin\PX.Tests.Unit.dll</HintPath>
59+
</Reference>
60+
</ItemGroup>
61+
</Project>
Binary file not shown.
-81 KB
Binary file not shown.

UnitTesting/T280/PhoneRepairShop/InputData/InventoryItem.csv

Lines changed: 0 additions & 5 deletions
This file was deleted.

UnitTesting/T280/PhoneRepairShop/InputData/RSSVDevice.csv

Lines changed: 0 additions & 5 deletions
This file was deleted.

UnitTesting/T280/PhoneRepairShop/InputData/RSSVLabor.csv

Lines changed: 0 additions & 2 deletions
This file was deleted.

UnitTesting/T280/PhoneRepairShop/InputData/RSSVRepairItem.csv

Lines changed: 0 additions & 6 deletions
This file was deleted.

UnitTesting/T280/PhoneRepairShop/InputData/RSSVRepairPrice.csv

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)