We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, all grid based reports have some sorting issues. So we need to implement some custom sorters for each store:
*NI: Currently not implemented.
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)
productName
name
salesPrice
salesPriceFormatted
sales
salesFormatted
profit
profitFormatted
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)
Customer Name: Use internal firstName (NI*) Node (Currently used: userName)
firstName
userName
The text was updated successfully, but these errors were encountered:
bded17b
No branches or pull requests
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
)The text was updated successfully, but these errors were encountered: