Ver Fonte

Made Setout.Number a required column for manufacturing packets

frogsoftware há 1 semana atrás
pai
commit
4e0452c3dc

+ 1 - 0
prs.classes/Entities/Manufacturing/ManufacturingPacket/ManufacturingPacket.cs

@@ -92,6 +92,7 @@ namespace Comal.Classes
         [LookupDefinition(typeof(SetoutLookup))]
         [EditorSequence(3)]
         [EntityRelationship(DeleteAction.Cascade)]
+        [RequiredColumn]
         public SetoutLink SetoutLink { get; set; }
 
         private class JobITPLookup : LookupDefinitionGenerator<JobITP, ManufacturingPacket>

+ 1 - 0
prs.classes/Entities/Setout/Setout.cs

@@ -11,6 +11,7 @@ namespace Comal.Classes
         public JobLink JobLink { get; set; }
 
         [UniqueCodeEditor(Visible = Visible.Default, Editable = Editable.Enabled)]
+        [RequiredColumn]
         public string Number { get; set; }
 
         [Obsolete("Supreceded by ManufacturingPacket.Serial")]

+ 1 - 1
prs.desktop/prsdesktop.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Desktop"
-#define MyAppVersion "8.55.3"
+#define MyAppVersion "8.55.4"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSDesktop.exe"

+ 1 - 1
prs.licensing/PRSLicensing.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Licensing"
-#define MyAppVersion "8.55.3"
+#define MyAppVersion "8.55.4"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSLicensing.exe"

+ 1 - 1
prs.server/PRSServer.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Server"
-#define MyAppVersion "8.55.3"
+#define MyAppVersion "8.55.4"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSServer.exe"

+ 1 - 1
prs.server/install.bat

@@ -89,7 +89,7 @@ goto :build_success
 
 :build_success
 
-echo Updating Version  Number...
+echo Updating Version Number...
 set /p _scratch="%version_number%" <nul > "bin/%release_type%/net8.0-windows/update/version.txt"
 set /p _scratch="%version_number%" <nul > "bin/%release_type%/net8.0-windows/version.txt"