This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -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\\"
|
||||||
|
|||||||
@@ -2143,5 +2143,6 @@
|
|||||||
"PartInventoryTransactionSource": "Transaktionsquelle",
|
"PartInventoryTransactionSource": "Transaktionsquelle",
|
||||||
"PartInventoryTransactionQuantity": "Menge",
|
"PartInventoryTransactionQuantity": "Menge",
|
||||||
"PartInventoryBalance": "Menge zur Hand",
|
"PartInventoryBalance": "Menge zur Hand",
|
||||||
"PartStockingLevels":"Mindestbestand an Teilen"
|
"PartStockingLevels": "Mindestbestand an Teilen",
|
||||||
|
"Columns": "Spalten"
|
||||||
}
|
}
|
||||||
@@ -2143,6 +2143,6 @@
|
|||||||
"PartInventoryTransactionSource": "Transaction source",
|
"PartInventoryTransactionSource": "Transaction source",
|
||||||
"PartInventoryTransactionQuantity": "Quantity",
|
"PartInventoryTransactionQuantity": "Quantity",
|
||||||
"PartInventoryBalance": "On hand quantity",
|
"PartInventoryBalance": "On hand quantity",
|
||||||
"PartStockingLevels":"Part stocking levels"
|
"PartStockingLevels": "Part stocking levels",
|
||||||
|
"Columns": "Columns"
|
||||||
}
|
}
|
||||||
@@ -2143,5 +2143,6 @@
|
|||||||
"PartInventoryTransactionSource": "Origen de la transacción",
|
"PartInventoryTransactionSource": "Origen de la transacción",
|
||||||
"PartInventoryTransactionQuantity": "Cantidad",
|
"PartInventoryTransactionQuantity": "Cantidad",
|
||||||
"PartInventoryBalance": "Cantidad en mano",
|
"PartInventoryBalance": "Cantidad en mano",
|
||||||
"PartStockingLevels":"Niveles de existencias de piezas"
|
"PartStockingLevels": "Niveles de existencias de piezas",
|
||||||
|
"Columns": "Columnas"
|
||||||
}
|
}
|
||||||
@@ -2143,5 +2143,6 @@
|
|||||||
"PartInventoryTransactionSource": "Source de transaction",
|
"PartInventoryTransactionSource": "Source de transaction",
|
||||||
"PartInventoryTransactionQuantity": "Quantité",
|
"PartInventoryTransactionQuantity": "Quantité",
|
||||||
"PartInventoryBalance": "Quantité disponible",
|
"PartInventoryBalance": "Quantité disponible",
|
||||||
"PartStockingLevels":"Niveaux de stockage des pièces"
|
"PartStockingLevels": "Niveaux de stockage des pièces",
|
||||||
|
"Columns": "Colonnes"
|
||||||
}
|
}
|
||||||
@@ -572,7 +572,8 @@ namespace AyaNova.Util
|
|||||||
ho.Phone1 = Fake.Phone.PhoneNumber();
|
ho.Phone1 = Fake.Phone.PhoneNumber();
|
||||||
ho.Phone2 = Fake.Phone.PhoneNumber();
|
ho.Phone2 = Fake.Phone.PhoneNumber();
|
||||||
ho.Phone3 = Fake.Phone.PhoneNumber();
|
ho.Phone3 = Fake.Phone.PhoneNumber();
|
||||||
ho.WebAddress = Fake.Internet.Url();
|
ho.WebAddress = Fake.Internet.Protocol() + "://example." + Fake.Internet.DomainSuffix();
|
||||||
|
|
||||||
ho.EmailAddress = Fake.Internet.ExampleEmail();
|
ho.EmailAddress = Fake.Internet.ExampleEmail();
|
||||||
|
|
||||||
using (AyContext ct = ServiceProviderProvider.DBContext)
|
using (AyContext ct = ServiceProviderProvider.DBContext)
|
||||||
@@ -613,7 +614,7 @@ namespace AyaNova.Util
|
|||||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||||
o.Phone3 = Fake.Phone.PhoneNumber();
|
o.Phone3 = Fake.Phone.PhoneNumber();
|
||||||
o.WebAddress = Fake.Internet.Url();
|
o.WebAddress = Fake.Internet.Protocol() + "://example." + Fake.Internet.DomainSuffix();
|
||||||
o.EmailAddress = Fake.Internet.ExampleEmail();
|
o.EmailAddress = Fake.Internet.ExampleEmail();
|
||||||
|
|
||||||
|
|
||||||
@@ -660,7 +661,7 @@ namespace AyaNova.Util
|
|||||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||||
o.Phone3 = Fake.Phone.PhoneNumber();
|
o.Phone3 = Fake.Phone.PhoneNumber();
|
||||||
o.WebAddress = Fake.Internet.Url();
|
o.WebAddress = Fake.Internet.Protocol() + "://example." + Fake.Internet.DomainSuffix();
|
||||||
o.EmailAddress = Fake.Internet.ExampleEmail();
|
o.EmailAddress = Fake.Internet.ExampleEmail();
|
||||||
|
|
||||||
//This seems wrong to do in a loop but is 4 times faster this way ?!?
|
//This seems wrong to do in a loop but is 4 times faster this way ?!?
|
||||||
@@ -986,7 +987,7 @@ namespace AyaNova.Util
|
|||||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||||
o.Phone3 = Fake.Phone.PhoneNumber();
|
o.Phone3 = Fake.Phone.PhoneNumber();
|
||||||
o.WebAddress = Fake.Internet.Url();
|
o.WebAddress = Fake.Internet.Protocol() + "://example." + Fake.Internet.DomainSuffix();
|
||||||
o.EmailAddress = Fake.Internet.ExampleEmail();
|
o.EmailAddress = Fake.Internet.ExampleEmail();
|
||||||
|
|
||||||
if (headOfficeId != null)
|
if (headOfficeId != null)
|
||||||
@@ -1051,7 +1052,7 @@ namespace AyaNova.Util
|
|||||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||||
o.Phone3 = Fake.Phone.PhoneNumber();
|
o.Phone3 = Fake.Phone.PhoneNumber();
|
||||||
o.WebAddress = Fake.Internet.Url();
|
o.WebAddress = Fake.Internet.Protocol() + "://example." + Fake.Internet.DomainSuffix();
|
||||||
o.EmailAddress = Fake.Internet.ExampleEmail();
|
o.EmailAddress = Fake.Internet.ExampleEmail();
|
||||||
|
|
||||||
|
|
||||||
@@ -1111,7 +1112,7 @@ namespace AyaNova.Util
|
|||||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||||
o.Phone3 = Fake.Phone.PhoneNumber();
|
o.Phone3 = Fake.Phone.PhoneNumber();
|
||||||
o.WebAddress = Fake.Internet.Url();
|
o.WebAddress = Fake.Internet.Protocol() + "://example." + Fake.Internet.DomainSuffix();
|
||||||
o.EmailAddress = Fake.Internet.ExampleEmail();
|
o.EmailAddress = Fake.Internet.ExampleEmail();
|
||||||
|
|
||||||
//This seems wrong to do in a loop but is 4 times faster this way ?!?
|
//This seems wrong to do in a loop but is 4 times faster this way ?!?
|
||||||
|
|||||||
Reference in New Issue
Block a user