Block a user
377c928372
Update UI for expense page
253b7ce60b
Update transfer page UI to use card.display_name
089cdf067e
Update Expense interface to use new card and show_value fields
4d452737cd
Update expenseTransform to show ShowValue and Card if possible
e608e64cce
Add Card and ShowValue to types.DbExpense
d61d083ed6
Add showing currency symbol for card name if it is possible
46ab4ee7a0
Now if it can be done transfer with same currency between cards will show symbol of either of the cards
98765a3d2d
Update UI on transfer page using new fields from Transfer interface gotten from backend
caedd31527
Add valueRef that will show in form on editing transfer
99ed7dd38b
Add default values for newTransfer state after adding newTransfer
9e5a122820
Add query parameter to fetchCards function
1115b61e06
Add missing default values for some fields on newTransfer default state
957f1e8363
Update transfer handlers to show and use card transformer that will use currency transformer as well if their field is not nil
0f7b1b210a
Add FromValue and ToValue to show for different currencies and some UI fields for easy front
4db167085a
Add Currency and DisplayName to card handlers
4fc2b5f5bd
Add displayName to types.DbCard
4199603be3
Add situation when transfer will be from one currency on the card to different currency
e1a46f5fc7
Update handler and types.DbCard to accept and send new fields
4522d4450f
Add LastDigits and binding to currency for cards
05b5059477
Change RON symbol to be RL
40ec90687a
Add currency/all endpoint and handler
79eb50f375
Add types.DbCurrency to types package
d328311ed6
Change how cards are listed on the cards page
01ab0e223f
Update Card interface to get and send new fields and add select for currency to cards
a55c7fb139
Add Currency interface to entities
35726ae43f
Add missing comment block for expense
41f30abcb4
Add Payment page
c44ea44782
Add Payment ItemBought Item and Metric interfaces to $lib/entities.ts
a1560304d4
Add api/item/filter proxy request
d87b702a9d
Change login route page to be register/login page
d123320797
Add api/auth/register proxy request
cb60cb39d5
Add payment endpoint and handlers
3ce1c5c2d0
Change itemTransform function to use Item.Price directly
9cd9b20163
Add db hooks for Item
81b379afbd
Add Paymenr Item and ItemBought as entities in PaymentGroup for db interface resolution
4244e397f3
Set CASCADE deletion for ItemBought from Payment after deletion
c7aeaadab2
Add income route to navbar
b857f5c03e
Delete old pages
4010338919
Add Income page
37cf8f2614
Add Income interface
b81c097da2
Reformat values, balance, credit_line and other elements that should be FPA
a52b108bf8
Add metric /all endpoint and handler
f4342ba019
Add types.DbMetric type to types package
8855cc3e54
Add db seeding with default metrics for users
06b317511d
Add Metric entity to database schema
83f69a2135
Add /all endpoint and handler for income
ead0a4bd60
Add item routes
dd19718dc8
Add handlers for finding items
fff8c256d1
Add DbItem and DbItemSearch types to types package
3b3a8b13d6
Add implementation for db.UserIdentifiable for Item
4692f841d4
Small rearrangement of fields in transfer page
6e9d84deb9
Delete useless comment value for transfers
cddb216526
Add transfer path
7d8ce8e556
Add transfer page
262be8f165
Add Transfer interface
8c389f7c69
Fix typo in expense page
b07a3f1a6e
Add sending message of error to delete handler for entities proxy requests
5566d1f78f
Add path in navbar to expenses
3f38e3c134
Add Page for expenses
1358951735
Add Expense as another entity interface
9cd5286163
Add selectedDate to test2 page
d230ee7cf2
Fix errors in swagger docs
18aad2c225
Add routes to handlers for expense group
2827a31fc9
Add Expense CRUD handlers
e26808e2f3
Add loging ShouldBindJSON error to console
137d343773
Add types.DbExpense