GithubHelp home page GithubHelp logo

Comments (19)

maelcaldas avatar maelcaldas commented on June 28, 2024

Hi Joshua,

That totally make sense. We will prioritise it.

Thanks once more for your tips and support. That really helps us move in the right direction.

Cheers

from bkper-issues.

maelcaldas avatar maelcaldas commented on June 28, 2024

Some points:

Groups will only show balance, if all its accounts are permanent

Groups with non-permanent accounts will not show its balances on menu, since non-permanent accounts, such as Expense and Revenue only makes sense to query its balances in a window of time.

from bkper-issues.

jmgilman avatar jmgilman commented on June 28, 2024

This makes sense to me.

What about groups with just non-permanent accounts? Would it make sense to
have those default to a running balance for the current week or month?
Might introduce too much complexity but it's just a thought.

On Fri, Jan 8, 2016 at 10:30 AM, Mael Caldas [email protected]
wrote:

Some points:

Groups will only show balance, if all its accounts are permanent

Groups with non-permanent accounts will not show its balances on menu,
since non-permanent accounts, such as Expense and Revenue only makes sense
to query its balances in a window of time.


Reply to this email directly or view it on GitHub
#45 (comment).

Joshua Gilman
(707) 580 - 8473

from bkper-issues.

maelcaldas avatar maelcaldas commented on June 28, 2024

We just released a new version with a complete reengineering of the menu, showing the permanent groups balances.

Some points:

  • Only groups with all permanent accounts will be considered permanent and will show its balances
  • Groups and accounts behave the same way it. You can select and open the charts or location (no more chart icon besides menu)
  • To open/close a group now you must click in the arrow beside it
  • Ordering priority for all itens:
    1. Permanent nature
    2. Frequency of usage

About the suggestion on running a balance for the current month, that would bring 2 big drawbacks:

  • Latency to run a query every time you update the model
  • Complexity of logic for end user (What is permanent, what not?)
  • Too many information on menu

So we decided not to add this at this time, and think more about how to address this suggestion.

We will wait any suggestion and feedback about this improvement, before close it

Thanks once more! :-)

from bkper-issues.

jmgilman avatar jmgilman commented on June 28, 2024

HI Mael,

Excellent work, it looks great! I did notice a small front-end issue related to this change. When dropping down the arrow next to the group to see all of the associated accounts, I cannot scroll down the side menu if the accounts go all the way past the bottom of the menu.

For example, my savings group has about 20 accounts in it and I can only see about half of them at the moment (because I cannot scroll down any further).

I am using Chrome version 47.0.2526.106 (64-bit)

from bkper-issues.

jmgilman avatar jmgilman commented on June 28, 2024

I can also confirm I see this issue on Firefox v43.0 build 20151208100201

from bkper-issues.

maelcaldas avatar maelcaldas commented on June 28, 2024

Wow!

I just noticed it. I'm working on it now and will deploy a hotfix ASAP

from bkper-issues.

maelcaldas avatar maelcaldas commented on June 28, 2024

The hot bugfix is deployed! I hope it's working properly now!

Thanks once more! :-)

Any other comment or suggestion about this issue?

from bkper-issues.

jmgilman avatar jmgilman commented on June 28, 2024

That fixed it on my end, thanks!

I like the idea of having the most used accounts at top, however it does make things somewhat confusing when you're looking for a specific group (since it's not in alphabetical order anymore). Perhaps we could either introduce an option to restore the list back to alphabetical order or add an option to allow the user to rearrange the accounts as they see fit?

Hope that makes sense. Thanks again for the hard work!

from bkper-issues.

maelcaldas avatar maelcaldas commented on June 28, 2024

We are struggling to find the best way to address this ordering issue, without adding too much complexity to the user on configuring...

What about letting Groups ordered as the most used one, and, inside a specific group, let in alphabetical order?

from bkper-issues.

jmgilman avatar jmgilman commented on June 28, 2024

That sounds like a better option at the moment. As I said, some of my groups have 20+ accounts in them so not being in alphabetical order does cause me to have to take an extra minute or two to run down the list and try to find the account I am looking for.

Perhaps we could add a search bar above the account list to allow us to filter the accounts based on typing in the box? That or maybe add column headers like:

Name - Balance

Then when you click on name it orders the list alphabetically and when you click on Balance it orders it by the account balance.

from bkper-issues.

maelcaldas avatar maelcaldas commented on June 28, 2024

We just released a version with this modification (needs page reload):

  • The first level, groups and accounts without groups, are ordered by usage.
  • Inside each Group, accounts are ordered alphabetically

Please take a look and see if you don't need this extra minute anymore

About the search, actually when you click, you execute a search at the main search input. We have plans to add an autocomplete function to the main search (soon), so you can start typing and quick access the account, which will be selected on menu.

from bkper-issues.

jmgilman avatar jmgilman commented on June 28, 2024

Hi Mael,

That's much better. I think the flow is much more smooth by having the accounts listed alphabetically.

I look forward to the autocomplete on the main search bar, I think that will help get to things slightly quicker.

Quick question, with this new view, how do we get to the graphs for the groups? I thought before I could click on the group name and it would show the graphs for it, but I could be mistaken.

from bkper-issues.

maelcaldas avatar maelcaldas commented on June 28, 2024

Great!

I hope this works better for now! We will continue iterating over the menu (drag/drop etc)

I just filled an Issue for the Autocomplete:

#47

Subscribe to this issue or add any comment to follow the implementation (we hope to start it soon)

About the graphs for groups now works the same way the graphs for accounts works... You need to toggle the report screen on the list action bar. Once the report opened, you can navigate over other groups and accounts, by clicking on it. You can do the opposite also, by selecting some group and opening the report...

Does that make sense?

from bkper-issues.

jmgilman avatar jmgilman commented on June 28, 2024

Ah, sorry, I must have missed that change. I found it :)

Thanks for the great work! 👍

from bkper-issues.

maelcaldas avatar maelcaldas commented on June 28, 2024

Ok, great!

I will close this issue now, so, we can create others issues for others improvements!

Thanks for all your suggestions! That really helps us move in the right direction!

👍

from bkper-issues.

maelcaldas avatar maelcaldas commented on June 28, 2024

We just released updates related to this issue... Now menu ordering is always alphabetical, also, the state of menu is persisted in local browser storage, so it will keep which Groups are opened or closed when you come back to that Book later.

from bkper-issues.

jmgilman avatar jmgilman commented on June 28, 2024

Awesome, thanks for the hard work!

On Mon, Feb 29, 2016 at 9:08 AM, Mael Caldas [email protected]
wrote:

We just released updates related to this issue... Now menu ordering is
always alphabetical, also, the state of menu is persisted in local browser
storage, so it will keep which Groups are opened or closed when you come
back to that Book later.


Reply to this email directly or view it on GitHub
#45 (comment).

Joshua Gilman
(707) 580 - 8473

from bkper-issues.

maelcaldas avatar maelcaldas commented on June 28, 2024

Another improvement related to this issue just released: Now the left menu also shows non-permanent account's balances for current month

from bkper-issues.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.