caljer1 / auto-repair-shop

Automatically exported from code.google.com/p/auto-repair-shop
0 stars 0 forks source link

getWorkorderList(self, vehicle_id) needs to return list sorted by created_date in DESC order. #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a workorder yesterday.  (quite a trick!)
2. Add a workorder today.

What is the expected output? What do you see instead?

The workorder tabs show the dates of the workorders.  Expect to see them
with the newest workorder on the left with decending dates as you go to the
right.  The order is currently reversed.

Original issue reported on code.google.com by bd.gai...@gmail.com on 9 Jun 2009 at 2:32

GoogleCodeExporter commented 9 years ago
Fixed, MaintAppModel.py revision #73

Original comment by fionawhw...@gmail.com on 10 Jun 2009 at 6:41

GoogleCodeExporter commented 9 years ago

Original comment by bd.gai...@gmail.com on 13 Jun 2009 at 5:44