Gerhard Hoffmann 0af858daea Added multimap for Customer.
Using std::optional.

Added member functions:
  QVector<ATBPaymentOption> &getAllPaymentOptions()
  QVector<ATBPaymentOption> const &getAllPaymentOptions() const
  std::optional<QVector<ATBPaymentRate>> getPaymentRateForAllKeys() const
  std::optional<QVector<ATBPaymentRate>> getPaymentRateForKey(int key) const
  std::optional<QVector<ATBDailyTicket>> getDailyTicketsForAllKeys() const
  std::optional<QVector<ATBDailyTicket>> getDailyTicketsForKey(int key) const
  std::optional<ATBCustomer> getCustomerForType(ATBCustomer::CustomerType customerType)
  std::optional<ATBWeekDaysWorktime> getWeekDayWorkTime(QTime const &time, Qt::DayOfWeek dayOfWeek)

Removed: QVector<ATBDailyTicket> const &getDailyTickets() const;
2024-01-30 10:20:42 +01:00
2024-01-30 10:20:42 +01:00
2024-01-24 16:36:29 +01:00
2024-01-18 14:33:44 +01:00
2023-11-28 15:14:35 +01:00
2024-01-18 14:53:01 +01:00
2023-04-24 11:56:59 +02:00

The file is empty.
Description
No description provided
Readme 150 MiB
Languages
C++ 82.9%
TSQL 9.4%
C 4.3%
Roff 3.1%
QMake 0.3%