This commit is contained in:
2021-03-22 22:22:25 +00:00
parent 4b611820eb
commit a303be3e87
7 changed files with 35 additions and 6 deletions

View File

@@ -209,7 +209,7 @@ namespace AyaNova.Api.Controllers
//assuming there is some weird edge case where people want to move beyond that max value for some reason I'm settling on a sanity check of 3 billion 3,000,000,000
if (nextSeed == 0 || nextSeed > 3000000000)
return BadRequest(new ApiErrorResponse(ApiErrorCode.VALIDATION_INVALID_VALUE, "nextSeed", "> 0 or < 3,000,000,000"));
todo: help page and translation keys
string SequenceName = string.Empty;
//confirm this number is not in use and set correct sequence name to alter
switch (aType)

View File

@@ -2173,5 +2173,10 @@
"AuthConnectCompleted":"Die Zwei-Faktor-Authentifizierung ist jetzt aktiviert",
"AuthDisableTwoFactor":"Deaktivieren Sie die Zwei-Faktor-Authentifizierung",
"AuthTwoFactorDisabled":"Die Zwei-Faktor-Authentifizierung ist jetzt deaktiviert",
"AuthVerifyCode":"Code überprüfen"
"AuthVerifyCode":"Code überprüfen",
"GlobalNextSeeds":"Stellen Sie die nächste Nummer ein",
"NextPONumber":"Nächste Bestellung",
"NextQuoteNumber":"Nächste Angebotsnummer",
"NextWorkorderNumber":"Nächster Arbeitsauftrag",
"NextPMNumber":"Nächste vorbeugende Wartung"
}

View File

@@ -2173,5 +2173,10 @@
"AuthConnectCompleted":"Two-Factor authentication is now enabled",
"AuthDisableTwoFactor":"Disable Two-Factor authentication",
"AuthTwoFactorDisabled":"Two-Factor authentication is now disabled",
"AuthVerifyCode":"Verify code"
"AuthVerifyCode":"Verify code",
"GlobalNextSeeds":"Set next number",
"NextPONumber":"Next purchase order",
"NextQuoteNumber":"Next quote",
"NextWorkorderNumber":"Next work order",
"NextPMNumber":"Next preventive maintenance"
}

View File

@@ -2173,5 +2173,10 @@
"AuthConnectCompleted":"La autenticación de dos factores ahora está habilitada",
"AuthDisableTwoFactor":"Deshabilitar la autenticación de dos factores",
"AuthTwoFactorDisabled":"La autenticación de dos factores ahora está deshabilitada",
"AuthVerifyCode":"Código de verificación"
"AuthVerifyCode":"Código de verificación",
"GlobalNextSeeds":"Establecer el siguiente número",
"NextPONumber":"Siguiente orden de compra",
"NextQuoteNumber":"Próxima cotización",
"NextWorkorderNumber":"Siguiente orden de trabajo",
"NextPMNumber":"Siguiente mantenimiento preventivo"
}

View File

@@ -2173,5 +2173,10 @@
"AuthConnectCompleted":"L'authentification à deux facteurs est maintenant activée",
"AuthDisableTwoFactor":"Désactiver l'authentification à deux facteurs",
"AuthTwoFactorDisabled":"L'authentification à deux facteurs est maintenant désactivée",
"AuthVerifyCode":"Vérifier le code"
"AuthVerifyCode":"Vérifier le code",
"GlobalNextSeeds":"Définir le numéro suivant",
"NextPONumber":"Prochaine commande d'achat",
"NextQuoteNumber":"Numéro de devis suivant",
"NextWorkorderNumber":"Bon de travail suivant",
"NextPMNumber":"Prochaine maintenance préventive"
}