mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Basic transaction categories CRUD actions (inline) (#601)
* Fix dropdown issues and add dummy transaction category modal * Minor namings tweaks * Add search type * Use new menu controller * Complete basic transaction category inline CRUD actions * Fix lint error --------- Co-authored-by: Jakub Kottnauer <jk@jakubkottnauer.com>
This commit is contained in:
parent
315c4bf1ec
commit
d29d465a3c
23 changed files with 254 additions and 101 deletions
|
@ -1,6 +1,15 @@
|
|||
---
|
||||
en:
|
||||
transactions:
|
||||
categories:
|
||||
create:
|
||||
error: Error creating transaction category
|
||||
success: New transaction category created successfully
|
||||
destroy:
|
||||
success: Transaction category deleted successfully
|
||||
update:
|
||||
error: Error updating transaction category
|
||||
success: Transaction category updated successfully
|
||||
create:
|
||||
success: New transaction created successfully
|
||||
destroy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue