@nomalism-com/types 0.37.7 → 0.37.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -4
- package/dist/index.js +2 -4
- package/dist/modules/supply/documentSet/interface.d.ts +0 -2
- package/dist/shared/entities/stock.d.ts +0 -1
- package/package.json +4 -1
- package/.editorconfig +0 -9
- package/.prettierrc +0 -7
- package/eslint.config.mjs +0 -39
- package/package-lock.json +0 -4327
- package/src/index.ts +0 -3
- package/src/main.ts +0 -672
- package/src/modules/document/billOfLading/interfaces.ts +0 -26
- package/src/modules/document/billOfLading/route.schema.ts +0 -32
- package/src/modules/document/inventario/interface.ts +0 -19
- package/src/modules/document/inventario/route.schema.ts +0 -16
- package/src/modules/document/materialEntrance/interfaces.ts +0 -207
- package/src/modules/document/materialEntrance/route.schema.ts +0 -53
- package/src/modules/document/order/interfaces.ts +0 -172
- package/src/modules/document/order/route.schema.ts +0 -61
- package/src/modules/document/productionOrder/interfaces.ts +0 -12
- package/src/modules/document/productionOrder/route.schema.ts +0 -13
- package/src/modules/document/proforma/interfaces.ts +0 -15
- package/src/modules/document/proforma/route.schema.ts +0 -14
- package/src/modules/document/propostaFornecedor/interfaces.ts +0 -17
- package/src/modules/document/propostaFornecedor/route.schema.ts +0 -21
- package/src/modules/document/propostaSheets/interface.ts +0 -113
- package/src/modules/document/propostaSheets/route.schema.ts +0 -45
- package/src/modules/document/providerCreditNoteFromReturn/interfaces.ts +0 -48
- package/src/modules/document/providerCreditNoteFromReturn/route.schema.ts +0 -41
- package/src/modules/document/providerFinancialCreditNote/interfaces.ts +0 -36
- package/src/modules/document/providerFinancialCreditNote/route.schema.ts +0 -40
- package/src/modules/document/providerServiceInvoice/interfaces.ts +0 -20
- package/src/modules/document/providerServiceInvoice/route.schema.ts +0 -26
- package/src/modules/document/purchase/interfaces.ts +0 -112
- package/src/modules/document/purchase/route.schema.ts +0 -51
- package/src/modules/document/quebra/interfaces.ts +0 -46
- package/src/modules/document/quebra/route.schema.ts +0 -25
- package/src/modules/document/returnToProvider/interface.ts +0 -59
- package/src/modules/document/returnToProvider/route.schema.ts +0 -27
- package/src/modules/document/transformado/interfaces.ts +0 -31
- package/src/modules/document/transformado/route.schema.ts +0 -26
- package/src/modules/document/upfrontReturn/interfaces.ts +0 -17
- package/src/modules/document/upfrontReturn/route.schema.ts +0 -11
- package/src/modules/documentManagement/multimedia/interfaces.ts +0 -22
- package/src/modules/documentManagement/multimedia/route.schema.ts +0 -9
- package/src/modules/integration/emailLog/interfaces.ts +0 -111
- package/src/modules/integration/emailLog/route.schema.ts +0 -18
- package/src/modules/integration/emailTemplate/interfaces.ts +0 -55
- package/src/modules/integration/emailTemplate/route.schema.ts +0 -95
- package/src/modules/integration/emailTemplateAttachment/interfaces.ts +0 -22
- package/src/modules/integration/emailTemplateAttachment/route.schema.ts +0 -12
- package/src/modules/integration/emailVerification/interfaces.ts +0 -30
- package/src/modules/integration/emailVerification/route.schema.ts +0 -34
- package/src/modules/integration/googleFilePermission/interfaces.ts +0 -32
- package/src/modules/integration/googleFilePermission/route.schema.ts +0 -15
- package/src/modules/integration/googleSheets/interfaces.ts +0 -98
- package/src/modules/integration/googleSheets/route.schema.ts +0 -52
- package/src/modules/integration/observation/interfaces.ts +0 -61
- package/src/modules/integration/observation/route.schema.ts +0 -40
- package/src/modules/integration/observationType/interfaces.ts +0 -37
- package/src/modules/integration/observationType/route.schema.ts +0 -17
- package/src/modules/integration/projectInfo/interfaces.ts +0 -26
- package/src/modules/integration/projectInfo/route.schema.ts +0 -18
- package/src/modules/integration/settings/interfaces.ts +0 -31
- package/src/modules/integration/settings/route.schema.ts +0 -24
- package/src/modules/print/npc/interfaces.ts +0 -34
- package/src/modules/print/npc/route.schema.ts +0 -21
- package/src/modules/print/printer/interfaces.ts +0 -47
- package/src/modules/print/printer/route.schema.ts +0 -60
- package/src/modules/print/schedulePrintJob/interfaces.ts +0 -48
- package/src/modules/print/schedulePrintJob/route.schema.ts +0 -39
- package/src/modules/stock/chat/interfaces.ts +0 -82
- package/src/modules/stock/chat/route.schema.ts +0 -28
- package/src/modules/stock/chatRapidMessage/interface.ts +0 -31
- package/src/modules/stock/chatRapidMessage/route.schema.ts +0 -18
- package/src/modules/stock/dashboard/interface.ts +0 -25
- package/src/modules/stock/dashboard/route.schema.ts +0 -11
- package/src/modules/stock/file/interface.ts +0 -37
- package/src/modules/stock/file/route.schema.ts +0 -37
- package/src/modules/stock/location/interface.ts +0 -77
- package/src/modules/stock/location/route.schema.ts +0 -57
- package/src/modules/stock/prison/interface.ts +0 -70
- package/src/modules/stock/prison/route.schema.ts +0 -50
- package/src/modules/stock/productGoogleSheets/interface.ts +0 -339
- package/src/modules/stock/productGoogleSheets/route.schema.ts +0 -146
- package/src/modules/stock/productImage/interface.ts +0 -69
- package/src/modules/stock/productImage/route.schema.ts +0 -52
- package/src/modules/stock/promotion/interface.ts +0 -61
- package/src/modules/stock/promotion/route.schema.ts +0 -39
- package/src/modules/stock/promotionAssoc/interface.ts +0 -62
- package/src/modules/stock/promotionAssoc/route.schema.ts +0 -35
- package/src/modules/stock/queryList/interfaces.ts +0 -56
- package/src/modules/stock/queryList/route.schema.ts +0 -37
- package/src/modules/stock/queryParameter/interfaces.ts +0 -72
- package/src/modules/stock/queryParameter/route.schema.ts +0 -36
- package/src/modules/stock/recurrentTasks/interface.ts +0 -12
- package/src/modules/stock/returnReason/interfaces.ts +0 -23
- package/src/modules/stock/returnReason/route.schema.ts +0 -14
- package/src/modules/stock/savedEmPicking/interfaces.ts +0 -37
- package/src/modules/stock/savedEmPicking/route.schema.ts +0 -113
- package/src/modules/stock/savedProviderProposal/interfaces.ts +0 -32
- package/src/modules/stock/savedProviderProposal/route.schema.ts +0 -16
- package/src/modules/stock/sideMenu/interface.ts +0 -48
- package/src/modules/stock/sideMenu/route.schema.ts +0 -20
- package/src/modules/stock/stockMovement/interface.ts +0 -78
- package/src/modules/stock/stockMovement/route.schema.ts +0 -34
- package/src/modules/stock/tag/interface.ts +0 -36
- package/src/modules/stock/tag/route.schema.ts +0 -30
- package/src/modules/stock/task/interface.ts +0 -126
- package/src/modules/stock/task/route.schema.ts +0 -48
- package/src/modules/stock/taskMessage/interface.ts +0 -18
- package/src/modules/stock/taskMessage/route.schema.ts +0 -19
- package/src/modules/stock/taskRead/interface.ts +0 -17
- package/src/modules/stock/taskRead/route.schema.ts +0 -18
- package/src/modules/stock/typeOfLocation/interface.ts +0 -51
- package/src/modules/stock/typeOfLocation/route.schema.ts +0 -29
- package/src/modules/stock/unitOfMeasure/interface.ts +0 -64
- package/src/modules/stock/unitOfMeasure/route.schema.ts +0 -41
- package/src/modules/stock/vatTax/interface.ts +0 -55
- package/src/modules/stock/vatTax/route.schema.ts +0 -33
- package/src/modules/stock/vatTaxZone/interface.ts +0 -63
- package/src/modules/stock/vatTaxZone/route.schema.ts +0 -42
- package/src/modules/stock/vatValidation/interfaces.ts +0 -10
- package/src/modules/stock/vatValidation/route.schema.ts +0 -8
- package/src/modules/stock/workflow/interfaces.ts +0 -64
- package/src/modules/stock/workflow/route.schema.ts +0 -28
- package/src/modules/supply/batch/interface.ts +0 -0
- package/src/modules/supply/documentHeader/interfaces.ts +0 -497
- package/src/modules/supply/documentHeader/route.schema.ts +0 -371
- package/src/modules/supply/documentHeaderHistory/interfaces.ts +0 -15
- package/src/modules/supply/documentLine/interfaces.ts +0 -210
- package/src/modules/supply/documentLine/route.schema.ts +0 -108
- package/src/modules/supply/documentLineAssoc/interfaces.ts +0 -52
- package/src/modules/supply/documentLineAssoc/route.schema.ts +0 -16
- package/src/modules/supply/documentLineMT/interface.ts +0 -27
- package/src/modules/supply/documentLineMT/route.schema.ts +0 -18
- package/src/modules/supply/documentLineNote/interfaces.ts +0 -53
- package/src/modules/supply/documentLineNote/route.schema.ts +0 -19
- package/src/modules/supply/documentLineRM/interface.ts +0 -34
- package/src/modules/supply/documentLineRM/route.schema.ts +0 -25
- package/src/modules/supply/documentSet/interface.ts +0 -31
- package/src/modules/supply/documentSet/route.schema.ts +0 -20
- package/src/modules/supply/documentType/interfaces.ts +0 -214
- package/src/modules/supply/documentType/route.schema.ts +0 -75
- package/src/modules/supply/externalDocumentHeader/interface.ts +0 -120
- package/src/modules/supply/externalDocumentHeader/route.schema.ts +0 -79
- package/src/modules/supply/externalDocumentType/interface.ts +0 -14
- package/src/modules/supply/orderManagement/interface.ts +0 -49
- package/src/modules/supply/orderManagement/route.schema.ts +0 -0
- package/src/modules/supply/payment/interface.ts +0 -229
- package/src/modules/supply/payment/route.schema.ts +0 -122
- package/src/modules/supply/preSale/interface.ts +0 -92
- package/src/modules/supply/preSale/route.schema.ts +0 -75
- package/src/modules/supply/preSaleProduct/interface.ts +0 -16
- package/src/modules/supply/preSaleProduct/route.schema.ts +0 -7
- package/src/modules/supply/schedule/interface.ts +0 -47
- package/src/modules/supply/schedule/route.schema.ts +0 -14
- package/src/modules/supply/startDocumentHeaderLastUpdate/interface.ts +0 -15
- package/src/modules/tickets/channel/interfaces.ts +0 -35
- package/src/modules/tickets/channel/route.schema.ts +0 -24
- package/src/modules/tickets/clt/interfaces.ts +0 -26
- package/src/modules/tickets/clt/route.schema.ts +0 -24
- package/src/modules/tickets/language/interfaces.ts +0 -25
- package/src/modules/tickets/language/route.schema.ts +0 -28
- package/src/modules/tickets/tickets/interfaces.ts +0 -80
- package/src/modules/tickets/tickets/route.schema.ts +0 -19
- package/src/modules/user/bankData/interface.ts +0 -64
- package/src/modules/user/bankData/route.schema.ts +0 -40
- package/src/modules/user/chatSubscribers/interfaces.ts +0 -34
- package/src/modules/user/chatSubscribers/route.schema.ts +0 -12
- package/src/modules/user/clientType/interface.ts +0 -47
- package/src/modules/user/clientType/route.schema.ts +0 -31
- package/src/modules/user/clients/interface.ts +0 -138
- package/src/modules/user/clients/route.schema.ts +0 -87
- package/src/modules/user/commissioner/interface.ts +0 -110
- package/src/modules/user/commissioner/route.schema.ts +0 -65
- package/src/modules/user/country/interface.ts +0 -54
- package/src/modules/user/country/route.schema.ts +0 -36
- package/src/modules/user/deliveryMethods/interfaces.ts +0 -28
- package/src/modules/user/deliveryMethods/route.schema.ts +0 -15
- package/src/modules/user/favorites/interfaces.ts +0 -28
- package/src/modules/user/favorites/route.schema.ts +0 -19
- package/src/modules/user/groupPermissions/interface.ts +0 -32
- package/src/modules/user/groupPermissions/route.schema.ts +0 -11
- package/src/modules/user/language/interface.ts +0 -47
- package/src/modules/user/language/route.schema.ts +0 -28
- package/src/modules/user/maturityDates/interfaces.ts +0 -31
- package/src/modules/user/maturityDates/route.schema.ts +0 -18
- package/src/modules/user/password/interfaces.ts +0 -21
- package/src/modules/user/password/route.schema.ts +0 -22
- package/src/modules/user/paymentMethods/interfaces.ts +0 -72
- package/src/modules/user/paymentMethods/route.schema.ts +0 -27
- package/src/modules/user/permissions/interface.ts +0 -34
- package/src/modules/user/permissions/route.schema.ts +0 -11
- package/src/modules/user/persona/interface.ts +0 -157
- package/src/modules/user/persona/route.schema.ts +0 -101
- package/src/modules/user/providerType/interface.ts +0 -47
- package/src/modules/user/providerType/route.schema.ts +0 -28
- package/src/modules/user/providers/interface.ts +0 -130
- package/src/modules/user/providers/route.schema.ts +0 -85
- package/src/modules/user/purchaseConditions/interface.ts +0 -58
- package/src/modules/user/purchaseConditions/route.schema.ts +0 -33
- package/src/modules/user/reasonForExemption/interface.ts +0 -53
- package/src/modules/user/reasonForExemption/route.schema.ts +0 -34
- package/src/modules/user/refreshToken/interface.ts +0 -19
- package/src/modules/user/refreshToken/route.schema.ts +0 -10
- package/src/modules/user/segmentsArea/interface.ts +0 -49
- package/src/modules/user/segmentsArea/route.schema.ts +0 -30
- package/src/modules/user/sessions/interface.ts +0 -24
- package/src/modules/user/sessions/route.schema.ts +0 -10
- package/src/modules/user/shippings/interface.ts +0 -57
- package/src/modules/user/shippings/route.schema.ts +0 -35
- package/src/modules/user/storeOperator/interface.ts +0 -42
- package/src/modules/user/storeOperator/route.schema.ts +0 -45
- package/src/modules/user/swift/interface.ts +0 -55
- package/src/modules/user/swift/route.schema.ts +0 -36
- package/src/modules/user/tenant/interface.ts +0 -59
- package/src/modules/user/tenant/route.schema.ts +0 -46
- package/src/modules/user/theme/interfaces.ts +0 -21
- package/src/modules/user/theme/route.schema.ts +0 -19
- package/src/modules/user/userPermissions/interface.ts +0 -28
- package/src/modules/user/userPermissions/route.schema.ts +0 -12
- package/src/modules/user/userPositions/interface.ts +0 -47
- package/src/modules/user/userPositions/route.schema.ts +0 -29
- package/src/modules/user/userTokens/interface.ts +0 -41
- package/src/modules/user/userTokens/route.schema.ts +0 -17
- package/src/modules/user/users/interface.ts +0 -177
- package/src/modules/user/users/route.schema.ts +0 -58
- package/src/modules/user/vehicles/interfaces.ts +0 -31
- package/src/modules/user/vehicles/route.schema.ts +0 -17
- package/src/modules/user/zipCode/interfaces.ts +0 -27
- package/src/modules/user/zipCode/route.schema.ts +0 -26
- package/src/modules/view/adminPanel/interfaces.ts +0 -180
- package/src/modules/view/errorLog/interfaces.ts +0 -36
- package/src/modules/view/errorLog/route.schema.ts +0 -25
- package/src/shared/entities/documentManagement.ts +0 -16
- package/src/shared/entities/integration.ts +0 -136
- package/src/shared/entities/print.ts +0 -49
- package/src/shared/entities/stock.ts +0 -1248
- package/src/shared/entities/tickets.ts +0 -82
- package/src/shared/entities/user.ts +0 -540
- package/src/shared/errors/documentManagementErrors.ts +0 -13
- package/src/shared/errors/integrationErrors.ts +0 -44
- package/src/shared/errors/stockErrors.ts +0 -267
- package/src/shared/errors/userErrors.ts +0 -108
- package/src/shared/errors/viewErrors.ts +0 -6
- package/src/shared/interface.ts +0 -548
- package/src/shared/messages.ts +0 -141
- package/tsconfig.json +0 -20
- package/tsup.config.ts +0 -10
|
@@ -1,267 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
Attribute: {
|
|
3
|
-
notFound: 'attribute not found',
|
|
4
|
-
},
|
|
5
|
-
Category: {
|
|
6
|
-
dontExist: 'this category dont exists',
|
|
7
|
-
notFound: 'category not found',
|
|
8
|
-
alreadyExists: 'this category already exists',
|
|
9
|
-
childExists: 'category has sub categories',
|
|
10
|
-
notDeleted: 'category not deleted',
|
|
11
|
-
notUpdated: 'category not updated',
|
|
12
|
-
},
|
|
13
|
-
SubCategory: {
|
|
14
|
-
dontExist: 'this sub category dont exists',
|
|
15
|
-
notFound: 'sub category not found',
|
|
16
|
-
basediscountexists: 'category has sub base discounts',
|
|
17
|
-
alreadyExists: 'this sub category already exists',
|
|
18
|
-
notDeleted: 'sub category not deleted',
|
|
19
|
-
notUpdated: 'sub category not updated',
|
|
20
|
-
},
|
|
21
|
-
Products: {
|
|
22
|
-
searchValueNotProvided: 'search value not provided',
|
|
23
|
-
providerDontExist: 'this provider dont exists',
|
|
24
|
-
dontExist: 'this product dont exists',
|
|
25
|
-
notFound: 'product not found',
|
|
26
|
-
alreadyExists: 'this product already exists',
|
|
27
|
-
havingMovements: 'product has movements',
|
|
28
|
-
nothavingProduct: 'cant list movements without a valid product',
|
|
29
|
-
notDeleted: 'product not deleted',
|
|
30
|
-
notUpdated: 'product not updated',
|
|
31
|
-
notValidIdProvider: 'not a valid id provider',
|
|
32
|
-
diferentSAFT: 'Product designation_saft dont match',
|
|
33
|
-
diferentProvider: 'Product id_provider dont match',
|
|
34
|
-
moloniIdAlreadyExists: 'Moloni Id already Exists',
|
|
35
|
-
notVatTaxe: 'product not have vat Taxe',
|
|
36
|
-
invalidUnitOfMeasureQuantity: 'Set correctly the units of measures of the quantity.',
|
|
37
|
-
invalidUnitOfMeasureWeight: 'Set correctly the units of measures of the weight.',
|
|
38
|
-
},
|
|
39
|
-
Promotions: {
|
|
40
|
-
dontExist: 'this promotion dont exists',
|
|
41
|
-
notFound: 'promotion not found',
|
|
42
|
-
alreadyExists: 'this promotion already exists',
|
|
43
|
-
notDeleted: 'promotion not deleted',
|
|
44
|
-
notUpdated: 'promotion not updated',
|
|
45
|
-
clientNotFound: 'client not found',
|
|
46
|
-
errorLocations: 'Error in Locations',
|
|
47
|
-
},
|
|
48
|
-
Colors: {
|
|
49
|
-
dontExist: 'this color dont exists',
|
|
50
|
-
notFound: 'color not found',
|
|
51
|
-
alreadyExists: 'this color already exists',
|
|
52
|
-
notDeleted: 'color not deleted',
|
|
53
|
-
notUpdated: 'color not updated',
|
|
54
|
-
},
|
|
55
|
-
Drawing: {
|
|
56
|
-
dontExist: 'this drawing dont exists',
|
|
57
|
-
notFound: 'drawing not found',
|
|
58
|
-
alreadyExists: 'this drawing already exists',
|
|
59
|
-
notDeleted: 'drawing not deleted',
|
|
60
|
-
notUpdated: 'drawing not updated',
|
|
61
|
-
},
|
|
62
|
-
PrimaryColors: {
|
|
63
|
-
dontExist: 'this primary color dont exists',
|
|
64
|
-
notFound: 'primary color not found',
|
|
65
|
-
alreadyExists: 'this primary color already exists',
|
|
66
|
-
childExists: 'primary colors having colors',
|
|
67
|
-
notDeleted: 'primary color not deleted',
|
|
68
|
-
notUpdated: 'primary color not updated',
|
|
69
|
-
},
|
|
70
|
-
Composition: {
|
|
71
|
-
dontExist: 'this composition dont exists',
|
|
72
|
-
notFound: 'composition not found',
|
|
73
|
-
alreadyExists: 'this composition already exists',
|
|
74
|
-
notDeleted: 'composition not deleted',
|
|
75
|
-
notUpdated: 'composition not updated',
|
|
76
|
-
},
|
|
77
|
-
Location: {
|
|
78
|
-
dontExist: 'this location dont exists',
|
|
79
|
-
notFound: 'location not found',
|
|
80
|
-
alreadyExists: 'this location already exists',
|
|
81
|
-
notDeleted: 'location not deleted',
|
|
82
|
-
notUpdated: 'location not updated',
|
|
83
|
-
},
|
|
84
|
-
ProductUse: {
|
|
85
|
-
dontExist: 'this product use dont exists',
|
|
86
|
-
notFound: 'product use not found',
|
|
87
|
-
alreadyExists: 'this product use already exists',
|
|
88
|
-
notDeleted: 'product use not deleted',
|
|
89
|
-
notUpdated: 'product use not updated',
|
|
90
|
-
},
|
|
91
|
-
Symbols: {
|
|
92
|
-
dontExist: 'this symbols dont exists',
|
|
93
|
-
notFound: 'symbols not found',
|
|
94
|
-
alreadyExists: 'this symbols already exists',
|
|
95
|
-
notDeleted: 'symbols not deleted',
|
|
96
|
-
notUpdated: 'symbols not updated',
|
|
97
|
-
},
|
|
98
|
-
TypeOfLocation: {
|
|
99
|
-
dontExist: 'this type of location dont exists',
|
|
100
|
-
notFound: 'type of location not found',
|
|
101
|
-
alreadyExists: 'this type of location already exists',
|
|
102
|
-
childExists: 'type of location has locations',
|
|
103
|
-
notDeleted: 'type of location not deleted',
|
|
104
|
-
notUpdated: 'type of location not updated',
|
|
105
|
-
},
|
|
106
|
-
VatTaxes: {
|
|
107
|
-
dontExist: 'this vat taxes dont exists',
|
|
108
|
-
notFound: 'vat taxesn not found',
|
|
109
|
-
alreadyExists: 'vat taxes already exists',
|
|
110
|
-
dontpasscheckpercentages: 'value dont passed checkPercentage',
|
|
111
|
-
notDeleted: 'vat taxes not deleted',
|
|
112
|
-
notUpdated: 'vat taxes not updated',
|
|
113
|
-
},
|
|
114
|
-
TypeOfInventory: {
|
|
115
|
-
dontExist: 'this type of inventory dont exists',
|
|
116
|
-
notFound: 'type of inventory not found',
|
|
117
|
-
alreadyExists: 'this type of inventory already exists',
|
|
118
|
-
notDeleted: 'type of inventory not deleted',
|
|
119
|
-
notUpdated: 'type of inventory not updated',
|
|
120
|
-
},
|
|
121
|
-
Stock: {
|
|
122
|
-
errorFetch: 'Error fetching stock',
|
|
123
|
-
productIdNotProvided: 'product id not provided',
|
|
124
|
-
dontExist: 'this product has no stock',
|
|
125
|
-
},
|
|
126
|
-
CategoryOfMovements: {
|
|
127
|
-
dontExist: 'this category of movement dont exists',
|
|
128
|
-
notFound: 'category of movement not found',
|
|
129
|
-
alreadyExists: 'this category of movement already exists',
|
|
130
|
-
childExists: 'category of movements has movements',
|
|
131
|
-
notDeleted: 'category of movement not deleted',
|
|
132
|
-
notUpdated: 'category of movement not updated',
|
|
133
|
-
},
|
|
134
|
-
Observations: {
|
|
135
|
-
dontExist: 'this observation dont exists',
|
|
136
|
-
notFound: 'observation not found',
|
|
137
|
-
alreadyExists: 'this observation already exists',
|
|
138
|
-
notDeleted: 'observation not deleted',
|
|
139
|
-
notUpdated: 'observation not updated',
|
|
140
|
-
},
|
|
141
|
-
TypeOfObservations: {
|
|
142
|
-
dontExist: 'this type of observation dont exists',
|
|
143
|
-
notFound: 'type of observation not found',
|
|
144
|
-
alreadyExists: 'this type of observation already exists',
|
|
145
|
-
childExists: 'type of observation has observations',
|
|
146
|
-
notDeleted: 'type of observation not deleted',
|
|
147
|
-
notUpdated: 'type of observation not updated',
|
|
148
|
-
},
|
|
149
|
-
BaseDiscounts: {
|
|
150
|
-
dontExist: 'this base discount dont exists',
|
|
151
|
-
notFound: 'base discount not found',
|
|
152
|
-
alreadyExists: 'this base disocunt already exists',
|
|
153
|
-
notDeleted: 'base discount not deleted',
|
|
154
|
-
notUpdated: 'base discount not updated',
|
|
155
|
-
},
|
|
156
|
-
CompositionsBase: {
|
|
157
|
-
alreadyExists: 'this compositions base already exists',
|
|
158
|
-
notFound: 'composition base not found',
|
|
159
|
-
notDeleted: 'composition base not deleted',
|
|
160
|
-
notUpdated: 'composition base not updated',
|
|
161
|
-
},
|
|
162
|
-
MaintenanceBase: {
|
|
163
|
-
alreadyExists: 'this maintenance base already exists',
|
|
164
|
-
notFound: 'maintenance base not found',
|
|
165
|
-
notDeleted: 'maintenance base not deleted',
|
|
166
|
-
notUpdated: 'maintenance base not updated',
|
|
167
|
-
},
|
|
168
|
-
MaintenancePreset: {
|
|
169
|
-
alreadyExists: 'this maintenance preset base already exists',
|
|
170
|
-
notFound: 'maintenance preset base not found',
|
|
171
|
-
notDeleted: 'maintenance preset base not deleted',
|
|
172
|
-
notUpdated: 'maintenance preset base not updated',
|
|
173
|
-
},
|
|
174
|
-
SimilarProducts: {
|
|
175
|
-
dontExist: 'this SimilarProduct dont exists',
|
|
176
|
-
sameProducts: 'both products are the same',
|
|
177
|
-
notFound: 'SimilarProduct not found',
|
|
178
|
-
alreadyExists: 'this SimilarProduct already exists',
|
|
179
|
-
notDeleted: 'SimilarProduct not deleted',
|
|
180
|
-
notUpdated: 'SimilarProduct not updated',
|
|
181
|
-
},
|
|
182
|
-
Token: {
|
|
183
|
-
tokenExpired: 'Token Expired',
|
|
184
|
-
jwtNotExists: 'JWT invalid',
|
|
185
|
-
},
|
|
186
|
-
ProductImage: {
|
|
187
|
-
alreadyExists: 'this Image base already exists',
|
|
188
|
-
notFound: 'image not found',
|
|
189
|
-
notDeleted: 'image not deleted',
|
|
190
|
-
notUpdated: 'image not updated',
|
|
191
|
-
},
|
|
192
|
-
counter: {
|
|
193
|
-
DocTypeNotFound: 'Document Type not Found',
|
|
194
|
-
DocTypeExist: 'Document Type Already exists',
|
|
195
|
-
NotUpdated: 'Document Tpye not updated',
|
|
196
|
-
},
|
|
197
|
-
documentHeader: {
|
|
198
|
-
ClientOrProviderRequired: 'Client or Provider is required',
|
|
199
|
-
NotFound: 'DocumentHeader not found',
|
|
200
|
-
SameProvider: 'Both Documents Headers must have the same provider',
|
|
201
|
-
DeliveryAdressNotFilled: 'Delivery address not filled',
|
|
202
|
-
BillingAdressNotFilled: 'Billing address not filled',
|
|
203
|
-
Error: 'An error occurred in the documentHeader creation process',
|
|
204
|
-
LinesNotPassed: 'To create this type of document from another you must pass the lines',
|
|
205
|
-
NotUpdated: 'DocumentHeader not updated',
|
|
206
|
-
NotDeleted: 'DocumentHeader not deleted',
|
|
207
|
-
Closed: 'Document is closed',
|
|
208
|
-
InvalidAction: 'Action not valid!(Refresh Page)',
|
|
209
|
-
InvalidActionForLine: 'Action not valid from line!(Refresh Page)',
|
|
210
|
-
InvalidEmissionDate: 'Data de emissão deve ser posterior à do último documento emitido',
|
|
211
|
-
},
|
|
212
|
-
documentType: {
|
|
213
|
-
TypeAlreadyExists: 'Document Serie Type Already Exists',
|
|
214
|
-
NameAlreadyExists: 'Document Serie Name Already Exists',
|
|
215
|
-
HasChildrens: 'Document Type has documents',
|
|
216
|
-
NotFound: 'Document Serie not found',
|
|
217
|
-
NotUpdated: 'Document Serie not updated',
|
|
218
|
-
NotDeleted: 'Document Serie not deleted',
|
|
219
|
-
},
|
|
220
|
-
documentLine: {
|
|
221
|
-
NotFound: 'Document line not found',
|
|
222
|
-
NotUpdated: 'Document Line not updated',
|
|
223
|
-
CantBeUpdated: `Document Line can't be updated`,
|
|
224
|
-
ClientOrProviderRequired: 'Client or Provider is required',
|
|
225
|
-
NotDeleted: 'Document Line not deleted',
|
|
226
|
-
CantBeDeleted: `Document Line can't be deleted`,
|
|
227
|
-
ProductNotFound: 'Product not found',
|
|
228
|
-
LinedontBelongToDocument: 'at least one line dont belong to document',
|
|
229
|
-
},
|
|
230
|
-
documentLineAssoc: {
|
|
231
|
-
NotFound: 'DocumentLineAssoc not found',
|
|
232
|
-
NotUpdated: 'DocumentLineAssoc not updated',
|
|
233
|
-
GroupNotUpdated: 'DocumentLineAssoc group not updated',
|
|
234
|
-
NotDeleted: 'DocumentLineAssoc not deleted',
|
|
235
|
-
NotCreated: 'DocumentLineAssoc not created',
|
|
236
|
-
},
|
|
237
|
-
websiteRequest: {
|
|
238
|
-
NotFound: 'WebSite Request not found',
|
|
239
|
-
Error: 'An error occurred in the WebSiteRequest creation process',
|
|
240
|
-
NotUpdated: 'Website Request not updated',
|
|
241
|
-
},
|
|
242
|
-
topMenu: {
|
|
243
|
-
BadRequest: 'Entity, id and document_state are required',
|
|
244
|
-
},
|
|
245
|
-
documentLineState: {
|
|
246
|
-
documentTypeNotProvided: 'Document type was not provided',
|
|
247
|
-
NotFound: 'Document Line State not found',
|
|
248
|
-
NotUpdated: 'Document Line State not updated',
|
|
249
|
-
NotDeleted: 'Document Line State not deleted',
|
|
250
|
-
NotUpdatable: 'Current document line state dont allow line to be updated',
|
|
251
|
-
NotDeletable: 'Current document line state dont allow line to be deleted',
|
|
252
|
-
EntryStateNotFound: 'Entry state not found for given document type',
|
|
253
|
-
},
|
|
254
|
-
workflow: {
|
|
255
|
-
NotFound: 'Workflow not found',
|
|
256
|
-
NotUpdated: 'Workflow not updated',
|
|
257
|
-
NotDeleted: 'Workflow not deleted',
|
|
258
|
-
NotValid: 'Workflow not valid',
|
|
259
|
-
},
|
|
260
|
-
moduleUser: {
|
|
261
|
-
tokenExpired: 'Token Expired',
|
|
262
|
-
jwtNotExists: 'JWT invalid',
|
|
263
|
-
},
|
|
264
|
-
BadRequest: {
|
|
265
|
-
EnforceVerifyDontExist: 'EnforceVerify dont exist',
|
|
266
|
-
},
|
|
267
|
-
};
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
moduleUser: {
|
|
3
|
-
notMatch: 'Incorrect email/password combination',
|
|
4
|
-
informOldPassword: 'You need to inform old password to set a new password',
|
|
5
|
-
oldPasswordNotMatch: 'Old password does not match.',
|
|
6
|
-
preferencesExceeded: 'You can only have one active preference',
|
|
7
|
-
alreadyExistsTypeBusinessContacts: 'Already exists this type business contacts with same name',
|
|
8
|
-
emailAlreadyExits: 'Email address already exists',
|
|
9
|
-
typeBusinessContactsDontExists: 'This type business contacts not found',
|
|
10
|
-
addressNotFound: 'This address is not found',
|
|
11
|
-
userNotFound: `This user is not found`,
|
|
12
|
-
userNotValid: `This user is not valid`,
|
|
13
|
-
bankDataNotFound: 'This bank data not found',
|
|
14
|
-
businessContactsNotFound: 'Business contacts not found',
|
|
15
|
-
contactsNotFound: 'This contacts not found',
|
|
16
|
-
socialMediaNotFound: 'This social media not found',
|
|
17
|
-
userTokenNotFound: 'User token does not exists',
|
|
18
|
-
tokenExpired: 'Token Expired',
|
|
19
|
-
dontHavePermissionDelete: 'You dont have permission to delete this item',
|
|
20
|
-
dontHavePermissionUpdate: 'You dont have permission to update this item',
|
|
21
|
-
cantDeleteAssociation: 'You cant delete this item because it is still associated',
|
|
22
|
-
errorToDelete: 'Occurred an error to delete this item',
|
|
23
|
-
errorToCreate: 'Occurred an error to create this item',
|
|
24
|
-
refreshTokenNotExists: 'Refresh Token does not exists',
|
|
25
|
-
jwtNotExists: 'JWT invalid',
|
|
26
|
-
groupPermissionWithSameCode: 'Already exists this group with same code',
|
|
27
|
-
groupPermissionNotFound: 'This group permission not found',
|
|
28
|
-
permissionWithSameCode: 'Already exists this permission with same code',
|
|
29
|
-
permissionNotFound: 'This permission not found',
|
|
30
|
-
entityListNotFound: 'This entity list not found',
|
|
31
|
-
entityListNotCreated: 'Entity list not created',
|
|
32
|
-
entityListItemNotCreated: 'Entity list item not created',
|
|
33
|
-
entityListItemNotUpdated: 'Entity list item not updated',
|
|
34
|
-
entityNameExist: 'Entity name already exists',
|
|
35
|
-
entityNotFound: 'Entity not found',
|
|
36
|
-
},
|
|
37
|
-
moduleProvider: {
|
|
38
|
-
purchaseConditionsNotFound: 'This purchase conditions not found',
|
|
39
|
-
providerNotFound: 'This provider not found',
|
|
40
|
-
paymentConditionsNotFound: 'This payment conditions not found',
|
|
41
|
-
shippingsNotFound: 'This shipping not found',
|
|
42
|
-
},
|
|
43
|
-
moduleClient: {
|
|
44
|
-
segmentsAreaNotFound: 'SegmentsArea dont found',
|
|
45
|
-
alreadySegmentExistWithSameName: 'Already exists segment with same name',
|
|
46
|
-
typeNotAvailable: 'This type is not available',
|
|
47
|
-
clientNotFound: 'This client not found',
|
|
48
|
-
writeTypeIntended: 'You have to write intended type',
|
|
49
|
-
oneFieldFilled: 'You must fill only one field',
|
|
50
|
-
atLeast4: 'Must be at least 4 characters',
|
|
51
|
-
clientNotCreated: 'Unable to create Client',
|
|
52
|
-
},
|
|
53
|
-
moduleCommissioner: {
|
|
54
|
-
segmentsAreaNotFound: 'SegmentsArea dont found',
|
|
55
|
-
alreadySegmentExistWithSameName: 'Already exists segment with same name',
|
|
56
|
-
typeNotAvailable: 'This type is not available',
|
|
57
|
-
CommissionerNotFound: 'This Commissioner not found',
|
|
58
|
-
writeTypeIntended: 'You have to write intended type',
|
|
59
|
-
oneFieldFilled: 'You must fill only one field',
|
|
60
|
-
atLeast4: 'Must be at least 4 characters',
|
|
61
|
-
},
|
|
62
|
-
|
|
63
|
-
moduleStoreOperator: {
|
|
64
|
-
storeOperadorNotFound: 'Store Operator not found',
|
|
65
|
-
invalidPin: 'Pin not match in user',
|
|
66
|
-
deniedOperation: 'Users cannot be the same',
|
|
67
|
-
|
|
68
|
-
informOldPin: 'You need to inform old pin to set a new pin',
|
|
69
|
-
oldPinNotMatch: 'Old pin does not match',
|
|
70
|
-
notMatch: 'Incorrect username/pin combination',
|
|
71
|
-
},
|
|
72
|
-
moduleFavorite: {
|
|
73
|
-
notFound: 'Favorite not found',
|
|
74
|
-
},
|
|
75
|
-
moduleAddress: {
|
|
76
|
-
shouldHaveExactlyOneUser:
|
|
77
|
-
'Should have exactly one user, either store operator, customer, supplier or comissioner',
|
|
78
|
-
},
|
|
79
|
-
moduleSocialMedia: {
|
|
80
|
-
shouldHaveExactlyOneUser:
|
|
81
|
-
'Should have exactly one user, either store operator, customer, supplier or comissioner',
|
|
82
|
-
},
|
|
83
|
-
moduleBank: {
|
|
84
|
-
shouldHaveExactlyOneUser:
|
|
85
|
-
'Should have exactly one user, either store operator, customer, supplier or comissioner',
|
|
86
|
-
},
|
|
87
|
-
moduleClientType: {
|
|
88
|
-
NotCreateUpdate: 'Could not create or update Client Type record',
|
|
89
|
-
NotDelete: 'Could not delete Client Type record',
|
|
90
|
-
},
|
|
91
|
-
moduleCountry: {
|
|
92
|
-
NotCreateUpdate: 'Could not create or update Country record',
|
|
93
|
-
NotDelete: 'Could not delete Country record',
|
|
94
|
-
NotFound: 'Could not find Country',
|
|
95
|
-
},
|
|
96
|
-
moduleLanguage: {
|
|
97
|
-
NotCreateUpdate: 'Could not create or update Language record',
|
|
98
|
-
NotDelete: 'Could not delete Language record',
|
|
99
|
-
},
|
|
100
|
-
moduleProviderType: {
|
|
101
|
-
NotCreateUpdate: 'Could not create or update Provider Type record',
|
|
102
|
-
NotDelete: 'Could not delete Provider Type record',
|
|
103
|
-
},
|
|
104
|
-
moduleSwift: {
|
|
105
|
-
NotCreateUpdate: 'Could not create or update Swift record',
|
|
106
|
-
NotDelete: 'Could not delete Swift Type record',
|
|
107
|
-
},
|
|
108
|
-
};
|