Added CRUD for 'Orders' entity, formatters, translations. Removed useless service.

This commit is contained in:
2019-05-05 20:39:28 +03:00
parent 0124899525
commit 5f15555f4e
22 changed files with 508 additions and 53 deletions
@@ -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 = Статистика