summaryrefslogtreecommitdiff
path: root/src/services/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/constants.ts')
-rw-r--r--src/services/constants.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/services/constants.ts b/src/services/constants.ts
new file mode 100644
index 0000000..1461d9c
--- /dev/null
+++ b/src/services/constants.ts
@@ -0,0 +1,11 @@
+export const operationNames = {
+ in: 'Приход',
+ out: 'Расход',
+};
+
+export const waybillStatusNames = {
+ waiting: 'Ожидание',
+ executed: 'Проведена',
+ cancelled: 'Отменена',
+};
+