\n For a guide and recipes on how to configure / customize this project,
\n check out the\n vue-cli documentation.\n
# | \r\n{{$t(\"forms.reservation.status\")}} | \r\n{{$t(\"forms.reservation.carNumber\")}} | \r\n{{$t(\"forms.reservation.pickupDateTime\")}} | \r\n{{$t(\"forms.reservation.from\")}} | \r\n{{$t(\"forms.reservation.service\")}} | \r\n{{$t(\"forms.reservation.price\")}} | \r\n\r\n |
---|---|---|---|---|---|---|---|
{{item.customerId}} | \r\n\r\n \r\n {{$t(`forms.reservation.reservationStatusText.${item.status.toLowerCase()}`)}}\r\n \r\n | \r\n{{item.numberOfCars}} | \r\n{{item.pickupDateTimeMoment.format('DD MMM @ hh:mm')}} | \r\n{{item.from}} | \r\n{{item.carType}} | \r\n\r\n 0\">{{item.totalPrice | round(2, true)}} {{item.currency}}\r\n - \r\n | \r\n\r\n | \r\n
{{$t(\"forms.transactionsLog.operationTableHeder\")}} | \r\n{{$t(\"forms.transactionsLog.dateTableHeder\")}} | \r\n{{$t(\"forms.transactionsLog.descriptionTableHeder\")}} | \r\n{{$t(\"forms.transactionsLog.amountTableHeder\")}} | \r\n{{$t(\"forms.transactionsLog.valueTableHeder\")}} | \r\n
---|---|---|---|---|
\r\n Add\r\n Remove\r\n | \r\n{{item.timestampMoment.format('DD MMM @ hh:mm')}} | \r\n{{item.description}} | \r\n{{item.delta | round(2, true)}} | \r\n{{item.newValue | round(2, true)}} {{item.currencyCode}} | \r\n