moneymanagerex / android-money-manager-ex

Manage your finances on-the-go, encrypted for security, and sync via your cloud
http://android.moneymanagerex.org/
GNU General Public License v3.0
485 stars 187 forks source link

View reports by parent categories #1700

Open islam2hamy opened 4 months ago

islam2hamy commented 4 months ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like i need to view reports grouped by parent category , and also the the parent category as total for the sub category

guanlisheng commented 4 months ago

@wolfsolver as awareness

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.

wolfsolver commented 1 month ago

New nested category management can handle more the two level

Main idea for this is to have report with three columns:

islam2hamy commented 1 month ago

Nice , thank you

guanlisheng commented 1 month ago

thanks @wolfsolver and @islam2hamy ,

existing category reports from mmex4destkop would be a great reference. here you go a thread in project forum. https://forum.moneymanagerex.org/viewtopic.php?p=25288#p25288

wolfsolver commented 1 month ago

@islam2hamy I'm working on new cagetogy management and report for category.

Can something like this is what you like?

as you can see all cagetogy has total of itself and all children, so when collapse you can see the total. Expanding a category you can see value assigned to category itself (example _house : 10) and all children.

Collapse view:

Screenshot_20240828-101610.png

Expanded view:

Screenshot_20240828-101619.png

islam2hamy commented 1 month ago

@wolfsolver It looks very good