fin-check-api/db
2024-11-20 19:19:48 +02:00
..
card.go Change db.Card.Value to db.Card.Balance and types.DbCard.Value to types.DbCard.Balance 2024-11-01 09:26:37 +02:00
category.go Add SelfReferencing check in Category database BeforeSave hook 2024-11-11 22:26:47 +02:00
currency.go Add Currency entity to database 2024-11-20 18:44:23 +02:00
db.go Add ExchangeRate entity to database 2024-11-20 19:19:48 +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 Remove logs from expense.go in db package 2024-11-20 19:19:17 +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 Paymenr Item and ItemBought as entities in PaymentGroup for db interface resolution 2024-11-20 18:19:12 +02:00
session.go Add db.Session type 2024-11-06 19:47:12 +02:00
transfer.go Add implementation of db.UserIdentifiable for db.Transfer and add db hooks 2024-11-16 20:31:18 +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