mirror of
https://github.com/Prominence/car-repair-site.git
synced 2026-07-03 03:06:47 +03:00
Added CRUD for 'Orders' entity, formatters, translations. Removed useless service.
This commit is contained in:
@@ -8,6 +8,7 @@ home.requirements.label = Требования
|
||||
|
||||
client.title = Клиенты
|
||||
mechanic.title = Механики
|
||||
order.title = Заказы
|
||||
|
||||
firstName.label = Имя
|
||||
middleName.label = Отчество
|
||||
@@ -16,6 +17,12 @@ phoneNo.label = Номер телефона
|
||||
hourlyPayment.label = Почасовая оплата
|
||||
status.label = Статус
|
||||
amount.label = Количество
|
||||
client.label = Клиент
|
||||
mechanic.label = Механик
|
||||
description.label = Описание
|
||||
createdOn.label = Дата создания
|
||||
finishedOn.label = Дата окончания
|
||||
totalPrice.label = Итоговая цена
|
||||
|
||||
showStatistics.button = Статистика
|
||||
|
||||
|
||||
Reference in New Issue
Block a user