Bug 417832 - Allow grouped operations between sub-operations of different operations
Summary: Allow grouped operations between sub-operations of different operations
Status: RESOLVED INTENTIONAL
Alias: None
Product: skrooge
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: 25.1.0
Assignee: Guillaume DE BURE
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-18 15:02 UTC by M0tty
Modified: 2020-03-16 21:49 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description M0tty 2020-02-18 15:02:26 UTC
For the moment, we can just group main operations and not sub-operations. But when we have a bill who is paid and the detail of this bill cover many specific expenses, it would be very helpful to connect the sub-operations of the bill to others operations (or others sub-operations).
Comment 1 Stephane MANKOWSKI 2020-03-16 21:49:02 UTC
The skrooge data model doesn't allow to group sub operations but:
- You can assign a specific category to a suboperation
- You can assign a specific tracker to a suboperation

I don't think that's needed to group suboperation from different operation.
I didn't plan to change this but if you can give me a good use case I can study that.