codbex / codbex-electra

e-Commerce Backoffice Management Application
https://codbex.com
Eclipse Public License 2.0
0 stars 0 forks source link

Implement sales orders sorting #117

Open iliyan-velichkov opened 2 months ago

iliyan-velichkov commented 2 months ago

Currently, sales orders are listed by internal IDs. The newest order is shown as latest element in the list. If you have a lot of orders you need to either filter the orders or scroll down. Add sorting which by default sorts the items in descending order.

depends on: https://github.com/eclipse/dirigible/issues/3625