fin-check-api/db
2024-12-01 12:37:29 +02:00
..
card.go Add LastDigits and binding to currency for cards 2024-11-20 20:59:48 +02:00
category.go Fix issue when creating root category for new user 2024-11-27 21:58:47 +02:00
consts.go Add consts.go to db package and move all Metric values to consts.go 2024-12-01 12:37:29 +02:00
currency.go Add Currency entity to database 2024-11-20 18:44:23 +02:00
db.go Add consts.go to db package and move all Metric values to consts.go 2024-12-01 12:37:29 +02:00
debt.go Add implemetation for db.UserIdentifiable interface for Debt entity 2024-11-02 00:05:28 +02:00
exchange_rate.go Add ExchangeRate entity to database 2024-11-20 19:19:48 +02:00
expense.go Rename ERROR_EXPENSE_INVALID_USERID -> ERROR_EXPENSE_INVALID_CARD_USERID 2024-11-28 13:40:10 +02:00
income.go Add implementation for db.UserIdentifiable for Income 2024-11-18 19:38:23 +02:00
intf.go Change Identifiable interface to only use GetID() uint function 2024-11-20 18:44:44 +02:00
item_bought.go Add Paymenr Item and ItemBought as entities in PaymentGroup for db interface resolution 2024-11-20 18:19:12 +02:00
item_price.go Remove IsValid and add ValidTo field for ItemPrice entity 2024-11-01 22:54:11 +02:00
item.go Add db hooks for Item 2024-11-20 18:19:19 +02:00
metric.go Add implementation for Identifiable interface for Metric entity 2024-11-20 18:45:23 +02:00
payment.go Add BeforeSave hook to db.Payment 2024-11-28 13:42:59 +02:00
session.go Add db.Session type 2024-11-06 19:47:12 +02:00
settings_type_filter.go Add db.SettingsTypeFilter struct to db package 2024-11-30 16:36:55 +02:00
transfer.go Add situation when transfer will be from one currency on the card to different currency 2024-11-24 00:26:02 +02:00
type.go Add implemetation for db.UserIdentifiable for type in db package 2024-10-31 11:11:39 +02:00
user.go Create user in database 2024-08-02 23:36:55 +03:00