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

Reports Grid Sorting #752

Closed
solverat opened this issue Dec 20, 2018 · 0 comments
Closed

Reports Grid Sorting #752

solverat opened this issue Dec 20, 2018 · 0 comments

Comments

@solverat
Copy link
Contributor

Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no

Currently, all grid based reports have some sorting issues. So we need to implement some custom sorters for each store:

*NI: Currently not implemented.

Products

Name: Use internal productName Node (Currently used: name)
Sale Price: Use internal salesPrice Node (Currently used: salesPriceFormatted )
Sales: Use internal sales Node (Currently used: salesFormatted)
Profit: Use internal profit Node (Currently used: profitFormatted)

Categories

Name: Use internal productName (NI*) Node (Currently used: name)
Sales: Use internal sales Node (Currently used: salesFormatted)
Profit: Use internal profit Node (Currently used: profitFormatted)

Customers

Customer Name: Use internal firstName (NI*) Node (Currently used: userName)

Manufacturer

Name: Use internal productName (NI*) Node (Currently used: name)
Sales: Use internal sales Node (Currently used: salesFormatted)
Profit: Use internal profit Node (Currently used: profitFormatted)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant