-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit implements the ConfirmModal on the delete routes to make sure that users do not haphazardly delete records.
- Loading branch information
Showing
16 changed files
with
128 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,26 @@ | ||
{"ERRORS":{"BAD_DATE_INTERVAL":"Bad date interval", | ||
"BAD_REQUEST":"You are not allowed to perform this operation", | ||
"ERR_INTERNET_DISCONNECTED":"You are not connected to the network.", | ||
"MISSING_INVENTORY_ACCOUNTS":"Some selected inventories doesn't have stock accounts associated", | ||
"NO_EXCHANGE_RATE":"No Exchange rate defined", | ||
"NOT_ALLOWED":"You are not allowed to perform this action", | ||
"NOT_FOUND":"This record could not be found", | ||
"NO_PERMISSIONS":"The login succeeded, but you have no permissions. Please see a system administrator.", | ||
"NO_PROJECT":"No permissions for that project, Please see a system administrator", | ||
"UNAUTHORIZED":"You have submitted a bad username or password combination. Please login in with valid credentials to continue.", | ||
"UNKNOWN":"An error occurred.", | ||
"OVERPAID_INVOICE":"You have overpaid the invoices.", | ||
"ER_DUP_KEY":"A key collided in a unique database field. Please retry your action. If the problem persists, contact the developers.", | ||
"ER_DUP_ENTRY":"You have duplicated a value in a unique field! Please make sure that the necessary values are unique.", | ||
"ER_BAD_FIELD_ERROR":"Column does not exist in database.", | ||
"ER_ROW_IS_REFERENCED":"Cannot delete entity because entity is used in another table.", | ||
"ER_ROW_IS_REFERENCED_2":"Cannot delete entity because entity is used in another table.", | ||
"ER_BAD_NULL_ERROR":"A column was left NULL that cannot be NULL.", | ||
"ER_PARSE_ERROR":"Your request could not be translated into valid SQL. Please modify your request and try again.", | ||
"ER_EMPTY_QUERY":"Your request seems empty. Are you sure you filled everything in?", | ||
"ER_NO_DEFAULT_FOR_FIELD":"You did not include enough information in your submission! Please check your errors and try again.", | ||
"ER_DATA_TOO_LONG":"One of your form values is too long! Please shorten it and resubmit."}} | ||
{ | ||
"ERRORS" : { | ||
"BAD_DATE_INTERVAL" : "Bad date interval", | ||
"BAD_REQUEST" : "You are not allowed to perform this operation", | ||
"ERR_INTERNET_DISCONNECTED" : "You are not connected to the network.", | ||
"MISSING_INVENTORY_ACCOUNTS" : "Some selected inventories doesn't have stock accounts associated", | ||
"NO_EXCHANGE_RATE" : "No Exchange rate defined", | ||
"NOT_ALLOWED" : "You are not allowed to perform this action", | ||
"NOT_FOUND" : "This record could not be found", | ||
"NO_PERMISSIONS" : "The login succeeded, but you have no permissions. Please see a system administrator.", | ||
"NO_PROJECT" : "No permissions for that project, Please see a system administrator", | ||
"UNAUTHORIZED" : "You have submitted a bad username or password combination. Please login in with valid credentials to continue.", | ||
"UNKNOWN" : "An error occurred.", | ||
"OVERPAID_INVOICE" : "You have overpaid the invoices.", | ||
"ER_DUP_KEY" : "A key collided in a unique database field. Please retry your action. If the problem persists, contact the developers.", | ||
"ER_DUP_ENTRY" : "You have duplicated a value in a unique field! Please make sure that the necessary values are unique.", | ||
"ER_BAD_FIELD_ERROR" : "Column does not exist in database.", | ||
"ER_ROW_IS_REFERENCED" : "Cannot delete entity because entity is used in another table.", | ||
"ER_ROW_IS_REFERENCED_2" : "Cannot delete entity because entity is used in another table.", | ||
"ER_BAD_NULL_ERROR" : "A column was left NULL that cannot be NULL.", | ||
"ER_PARSE_ERROR" : "Your request could not be translated into valid SQL. Please modify your request and try again.", | ||
"ER_EMPTY_QUERY" : "Your request seems empty. Are you sure you filled everything in?", | ||
"ER_NO_DEFAULT_FOR_FIELD" : "You did not include enough information in your submission! Please check your errors and try again.", | ||
"ER_DATA_TOO_LONG" : "One of your form values is too long! Please shorten it and resubmit." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,26 @@ | ||
{"ERRORS":{"BAD_DATE_INTERVAL":"Mauvais interval de date", | ||
"BAD_REQUEST":"Vous n'etes pas authorisé à faire cette operation", | ||
"ERR_INTERNET_DISCONNECTED":"Vous n'êtes pas connecté à un réseau.", | ||
"MISSING_INVENTORY_ACCOUNTS":"Certains articles séléctionnés n'ont pas de compte de stock ou de variation de stock associés", | ||
"NO_EXCHANGE_RATE":"Aucun taux de change defini pour aujourd'hui!", | ||
"NOT_ALLOWED":"Vous n'etes pas authorisé à faire cette action", | ||
"NOT_FOUND":"Cet enregistrement n'a pas pu être trouvé", | ||
"NO_PERMISSIONS":"La connexion a réussi, mais vous n'avez aucune autorisation. Veuillez contacter un administrateur système.", | ||
"NO_PROJECT":"Aucune autorisation pour ce projet, Veuillez contacter un administrateur système", | ||
"UNAUTHORIZED":"Vous avez soumis un mauvais nom ou mot de passe. Entrez un nom ou un mot de passe valid pour continuer.", | ||
"UNKNOWN":"Une erreur est survenue.", | ||
"OVERPAID_INVOICE":"Vous avez payé trop aux factures.", | ||
"ER_DUP_KEY":"Il ya déjà un enregistrement avec cette clé. Veuillez réessayer votre action. Si le problème persiste, contactez les développeurs.", | ||
"ER_DUP_ENTRY":"Vous avez dupliqué une valeur dans un champ unique! Assurez-vous que les valeurs nécessaires sont uniques.", | ||
"ER_BAD_FIELD_ERROR":"Vous avez entré un champ qui ne peut pas être stocké dans la base de données.", | ||
"ER_ROW_IS_REFERENCED":"Vous ne pouvez pas supprimer cet enregistrement, car il est référencé par un autre enregistrement dans la base de données.", | ||
"ER_ROW_IS_REFERENCED_2":"Vous ne pouvez pas supprimer cet enregistrement, car il est référencé par un autre enregistrement dans la base de données.", | ||
"ER_BAD_NULL_ERROR":"Un champ a été laissé vide qui ne peut pas être vide.", | ||
"ER_PARSE_ERROR":"Votre demande n'a pas été comprise. Veuillez modifier votre demande et réessayer.", | ||
"ER_EMPTY_QUERY":"Votre demande semble vide. Êtes-vous sûr de remplir tout?", | ||
"ER_NO_DEFAULT_FOR_FIELD":"Vous n'avez pas inclus suffisamment d'informations dans votre soumission! Veuillez vérifier vos erreurs et réessayer.", | ||
"ER_DATA_TOO_LONG":"Une de vos valeurs de formulaire est trop longue! Veuillez le raccourcir et le renvoyer."}} | ||
{ | ||
"ERRORS" : { | ||
"BAD_DATE_INTERVAL" : "Mauvais interval de date", | ||
"BAD_REQUEST" : "Vous n'etes pas authorisé à faire cette operation", | ||
"ERR_INTERNET_DISCONNECTED" : "Vous n'êtes pas connecté à un réseau.", | ||
"MISSING_INVENTORY_ACCOUNTS" : "Certains articles séléctionnés n'ont pas de compte de stock ou de variation de stock associés", | ||
"NO_EXCHANGE_RATE" : "Aucun taux de change defini pour aujourd'hui!", | ||
"NOT_ALLOWED" : "Vous n'etes pas authorisé à faire cette action", | ||
"NOT_FOUND" : "Cet enregistrement n'a pas pu être trouvé", | ||
"NO_PERMISSIONS" : "La connexion a réussi, mais vous n'avez aucune autorisation. Veuillez contacter un administrateur système.", | ||
"NO_PROJECT" : "Aucune autorisation pour ce projet, Veuillez contacter un administrateur système", | ||
"UNAUTHORIZED" : "Vous avez soumis un mauvais nom ou mot de passe. Entrez un nom ou un mot de passe valid pour continuer.", | ||
"UNKNOWN" : "Une erreur est survenue.", | ||
"OVERPAID_INVOICE" : "Vous avez payé trop aux factures.", | ||
"ER_DUP_KEY" : "Il ya déjà un enregistrement avec cette clé. Veuillez réessayer votre action. Si le problème persiste, contactez les développeurs.", | ||
"ER_DUP_ENTRY" : "Vous avez dupliqué une valeur dans un champ unique! Assurez-vous que les valeurs nécessaires sont uniques.", | ||
"ER_BAD_FIELD_ERROR" : "Vous avez entré un champ qui ne peut pas être stocké dans la base de données.", | ||
"ER_ROW_IS_REFERENCED" : "Vous ne pouvez pas supprimer cet enregistrement, car il est référencé par un autre enregistrement dans la base de données.", | ||
"ER_ROW_IS_REFERENCED_2" : "Vous ne pouvez pas supprimer cet enregistrement, car il est référencé par un autre enregistrement dans la base de données.", | ||
"ER_BAD_NULL_ERROR" : "Un champ a été laissé vide qui ne peut pas être vide.", | ||
"ER_PARSE_ERROR" : "Votre demande n'a pas été comprise. Veuillez modifier votre demande et réessayer.", | ||
"ER_EMPTY_QUERY" : "Votre demande semble vide. Êtes-vous sûr de remplir tout?", | ||
"ER_NO_DEFAULT_FOR_FIELD" : "Vous n'avez pas inclus suffisamment d'informations dans votre soumission! Veuillez vérifier vos erreurs et réessayer.", | ||
"ER_DATA_TOO_LONG" : "Une de vos valeurs de formulaire est trop longue! Veuillez le raccourcir et le renvoyer." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.