fin-check-api/db
2024-11-16 20:30:47 +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
db.go Add Expense entity to database 2024-11-16 11:42:28 +02:00
debt.go Add implemetation for db.UserIdentifiable interface for Debt entity 2024-11-02 00:05:28 +02:00
expense.go Fix expense error in AfterDelete hook 2024-11-16 20:30:47 +02:00
income.go Add user to debt and income 2024-08-08 20:14:50 +03:00
intf.go Add db.Identifiable and db.UserIdentifiable interfaces 2024-10-31 10:09:10 +02:00
item_bought.go Add TotalCost MetricValue MetricType and Type relationship to ItemBought 2024-11-01 09:30:34 +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 Item-Type relationship 2024-11-01 09:30:01 +02:00
payment.go Add User binding to paymets 2024-11-01 22:54:29 +02:00
session.go Add db.Session type 2024-11-06 19:47:12 +02:00
transfer.go Add Date and User binding to Transfer 2024-08-03 15:50:22 +03: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