This commit is contained in:
2021-01-16 00:58:06 +00:00
parent 7e5f24fd3b
commit 5be9755f23
7 changed files with 7 additions and 3 deletions

2
.vscode/launch.json vendored
View File

@@ -53,7 +53,7 @@
"AYANOVA_FOLDER_USER_FILES": "c:\\temp\\RavenTestData\\userfiles", "AYANOVA_FOLDER_USER_FILES": "c:\\temp\\RavenTestData\\userfiles",
"AYANOVA_FOLDER_BACKUP_FILES": "c:\\temp\\RavenTestData\\backupfiles", "AYANOVA_FOLDER_BACKUP_FILES": "c:\\temp\\RavenTestData\\backupfiles",
"AYANOVA_FOLDER_TEMPORARY_SERVER_FILES": "c:\\temp\\RavenTestData\\tempfiles", "AYANOVA_FOLDER_TEMPORARY_SERVER_FILES": "c:\\temp\\RavenTestData\\tempfiles",
"AYANOVA_SERVER_TEST_MODE": "false", "AYANOVA_SERVER_TEST_MODE": "true",
"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small", "AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small",
"AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-7", "AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-7",
"AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_13\\bin\\" "AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_13\\bin\\"

View File

@@ -42,7 +42,7 @@ namespace AyaNova.DataList
FieldDefinitions.Add(new AyaDataListFieldDefinition FieldDefinitions.Add(new AyaDataListFieldDefinition
{ {
TKey = "Notes", TKey = "PartAssemblyNotes",
FieldKey = "Notes", FieldKey = "Notes",
UiFieldDataType = (int)UiFieldDataType.Text, UiFieldDataType = (int)UiFieldDataType.Text,
SqlValueColumnName = "apartassembly.notes" SqlValueColumnName = "apartassembly.notes"

View File

@@ -489,7 +489,7 @@ namespace AyaNova.Biz
List<AyaFormFieldDefinition> l = new List<AyaFormFieldDefinition>(); List<AyaFormFieldDefinition> l = new List<AyaFormFieldDefinition>();
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyName", FieldKey = "Name", Hideable = false }); l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyName", FieldKey = "Name", Hideable = false });
l.Add(new AyaFormFieldDefinition { TKey = "Notes", FieldKey = "Notes" }); l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyNotes", FieldKey = "Notes" });
l.Add(new AyaFormFieldDefinition { TKey = "Active", FieldKey = "Active", Hideable = false }); l.Add(new AyaFormFieldDefinition { TKey = "Active", FieldKey = "Active", Hideable = false });
l.Add(new AyaFormFieldDefinition { TKey = "Tags", FieldKey = "Tags" }); l.Add(new AyaFormFieldDefinition { TKey = "Tags", FieldKey = "Tags" });
l.Add(new AyaFormFieldDefinition { TKey = "Wiki", FieldKey = "Wiki" }); l.Add(new AyaFormFieldDefinition { TKey = "Wiki", FieldKey = "Wiki" });

View File

@@ -597,6 +597,7 @@
"PartAssemblyDescription": "Beschreibung", "PartAssemblyDescription": "Beschreibung",
"PartAssemblyList": "Teilebaugruppen", "PartAssemblyList": "Teilebaugruppen",
"PartAssemblyName": "Teilebaugruppe - Name", "PartAssemblyName": "Teilebaugruppe - Name",
"PartAssemblyNotes": "Anmerkungen",
"PartAssemblyCustom1": "Angepasstes Feld 1", "PartAssemblyCustom1": "Angepasstes Feld 1",
"PartAssemblyCustom2": "Angepasstes Feld 2", "PartAssemblyCustom2": "Angepasstes Feld 2",
"PartAssemblyCustom3": "Angepasstes Feld 3", "PartAssemblyCustom3": "Angepasstes Feld 3",

View File

@@ -597,6 +597,7 @@
"PartAssemblyDescription": "Description", "PartAssemblyDescription": "Description",
"PartAssemblyList": "Part Assemblies", "PartAssemblyList": "Part Assemblies",
"PartAssemblyName": "Part Assembly Name", "PartAssemblyName": "Part Assembly Name",
"PartAssemblyNotes": "Notes",
"PartAssemblyCustom1": "Custom1", "PartAssemblyCustom1": "Custom1",
"PartAssemblyCustom2": "Custom2", "PartAssemblyCustom2": "Custom2",
"PartAssemblyCustom3": "Custom3", "PartAssemblyCustom3": "Custom3",

View File

@@ -596,6 +596,7 @@
"PartAssemblyDescription": "Descripción", "PartAssemblyDescription": "Descripción",
"PartAssemblyList": "Montajes de piezas", "PartAssemblyList": "Montajes de piezas",
"PartAssemblyName": "Nombre de montaje de la pieza", "PartAssemblyName": "Nombre de montaje de la pieza",
"PartAssemblyNotes": "Notas",
"PartAssemblyCustom1": "Campo personalizado 1", "PartAssemblyCustom1": "Campo personalizado 1",
"PartAssemblyCustom2": "Campo personalizado 2", "PartAssemblyCustom2": "Campo personalizado 2",
"PartAssemblyCustom3": "Campo personalizado 3", "PartAssemblyCustom3": "Campo personalizado 3",

View File

@@ -597,6 +597,7 @@
"PartAssemblyDescription": "Description", "PartAssemblyDescription": "Description",
"PartAssemblyList": "Assemblages de pièces", "PartAssemblyList": "Assemblages de pièces",
"PartAssemblyName": "Nom d'assemblage de pièce", "PartAssemblyName": "Nom d'assemblage de pièce",
"PartAssemblyNotes": "Remarques",
"PartAssemblyCustom1": "Champ personnalisé 1", "PartAssemblyCustom1": "Champ personnalisé 1",
"PartAssemblyCustom2": "Champ personnalisé 2", "PartAssemblyCustom2": "Champ personnalisé 2",
"PartAssemblyCustom3": "Champ personnalisé 3", "PartAssemblyCustom3": "Champ personnalisé 3",