Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Accountancy.salesVolume(…) #66

Open
odrotbohm opened this issue Dec 4, 2014 · 1 comment
Open

Improve Accountancy.salesVolume(…) #66

odrotbohm opened this issue Dec 4, 2014 · 1 comment
Assignees
Labels
module: accountancy Accountancy type: enhancement Improvements and new features

Comments

@odrotbohm
Copy link
Member

Accountancy.salesVolume(…) currently returns a Map<Interval, Money>. This causes a bit of unexpected behavior as the Map's entries will not be retuned in chronological order. We should introduce a dedicated value object as return value that can be iterated in stable order.

@odrotbohm odrotbohm added the type: enhancement Improvements and new features label Dec 4, 2014
@odrotbohm odrotbohm self-assigned this Dec 4, 2014
@ghost
Copy link

ghost commented Dec 6, 2017

treemap is ordered
e.g. https://auditorium.inf.tu-dresden.de/de/questions/3908

@odrotbohm odrotbohm added the module: accountancy Accountancy label Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: accountancy Accountancy type: enhancement Improvements and new features
Projects
None yet
Development

No branches or pull requests

1 participant