Add Fields To Transactions Table #968
Unanswered
sadiqumar18
asked this question in
Q&A
Replies: 1 comment
-
Hello. The package allows you to easily add and use new fields that you need: If you are experiencing problems, please describe them in more detail and I will try to help you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm working on a project where we need to categorize transactions more specifically than what the current
type
field allows. We've been using themeta
JSON field for this, we're concerned about query performance when filtering by these categories.Would it be possible to add an option in the package to allow users to define additional fields for the transactions table? For example, we'd like to add a
transaction_category
field.I understand this would be a significant change, so I wanted to check if this is something you'd consider.
Thanks for your time and for maintaining this great package!
Beta Was this translation helpful? Give feedback.
All reactions