feat: add product name exists error

This commit is contained in:
Methapon Metanipat 2024-09-27 14:36:30 +07:00
parent fcbaf03d9f
commit 7cf9ecc370
2 changed files with 4 additions and 0 deletions

View file

@ -728,6 +728,8 @@ export default {
relationCustomerNotFound: 'Customer cannot be found.',
relationCustomerBranchNotFound: 'Customer Branch cannot be found.',
sameBranchCodeExists: 'This Head Office Abbreviation is already in use.',
productNameExists:
'Product with the same name already exists. If you want to create with this name please select another code.',
validateError: 'Validate Error',
codeMisMatch: 'Code Mismatch',
userExists: 'User already exits.',