Bug 417832

Summary: Allow grouped operations between sub-operations of different operations
Product: [Applications] skrooge Reporter: M0tty <antoinemotteditfalisse>
Component: generalAssignee: Guillaume DE BURE <guillaume.debure>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: stephane
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: 25.1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.