line: suche optimiert (jetzt: kategorie, payee, beschreibung)
line: kontext-form optimiert, abstimmung: anzeige-sortierung umgedreht, kassenbuch: weniger spalten
This commit is contained in:
parent
98ed1ceb6e
commit
d6ea1b31a6
8 changed files with 55 additions and 26 deletions
|
@ -96,7 +96,7 @@ class Reconciliation(Workflow, ModelSQL, ModelView):
|
|||
@classmethod
|
||||
def __setup__(cls):
|
||||
super(Reconciliation, cls).__setup__()
|
||||
cls._order.insert(0, ('date_from', 'ASC'))
|
||||
cls._order.insert(0, ('date_from', 'DESC'))
|
||||
cls._transitions |= set((
|
||||
('edit', 'check'),
|
||||
('check', 'done'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue