savoirfairelinux / sous-chef

Sous-Chef is a web application to help organizations to plan and deliver meals, and to manage clients files.
GNU Affero General Public License v3.0
67 stars 45 forks source link

Billings should be displayed in descending year, month order #849

Closed JeanFrancoisFournier closed 4 years ago

JeanFrancoisFournier commented 4 years ago

Expected Behaviour

Billings should be displayed in descending year, month order

Actual Behaviour

Billings are displayed by ascending years, then by descending months.

Steps to reproduce

guillaumep commented 4 years ago

In src/billing/views.py, add an order_by in BillingList.get_queryset (on uf.qs).

guillaumep commented 4 years ago

Confirmed working in staging environment.

JeanFrancoisFournier commented 3 years ago

tested both the UI visualisation and the creation of billings. Both work great!