[FEATURE] automation to auto classify entries #49
Closed
test2a
announced in
Announcements
Replies: 3 comments 1 reply
|
hey checkout new rules feature |
0 replies
|
@sarim2000 looks cool. just one thing, there is no choice of "debit or credit", receipt or payment in the "if" condition. i need to track the following. if "amount" > 10, AND type= receipt, THEN right now type=receipt is missing in the rule selection. same for payments, if "amount" > 10, AND type=payment, THEN |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
💡 Feature Description
we should be able to define entries based on prior rules or make rules (we already have something like this, "apply this category to all future transactions from xx)
🎯 Problem it Solves
like in my previous issue, i have entries, 10,000 sent or received every month or 3000 every 15 days or some other variation,
since our fields are pre-defined,
Date/from/to/amount/narration
we should be able to specify before hand the transactions so that they can be auto modified even if other parameters are not there,
something like
where amount <200, and type = payment
set category = food
or
where amount <10, and type = receipt and payer contains "NPCI"
set category = cashback
or
where sms text contains "job"
set category = suspense
or
where narration contains "contra"
set type = transfer
and on and on. user should be able to define their own rules
🔧 Proposed Solution
🎨 UI/UX Suggestions (Optional)
📱 Alternatives Considered
💬 Additional Context
All reactions