mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-02-25 08:54:52 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3023f33d3d | ||
|
|
b5671fcd0e | ||
|
|
48408cead8 |
@@ -84,12 +84,10 @@ def transactions_list(request, month: int, year: int):
|
||||
"account__group",
|
||||
"category",
|
||||
"tags",
|
||||
"tags__id",
|
||||
"account__exchange_currency",
|
||||
"account__currency",
|
||||
"installment_plan",
|
||||
"entities__name",
|
||||
"entities__id",
|
||||
"entities",
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
@@ -336,12 +336,10 @@ def transaction_all_list(request):
|
||||
"account__group",
|
||||
"category",
|
||||
"tags",
|
||||
"tags__id",
|
||||
"account__exchange_currency",
|
||||
"account__currency",
|
||||
"installment_plan",
|
||||
"entities__name",
|
||||
"entities__id",
|
||||
"entities",
|
||||
).all()
|
||||
|
||||
transactions = default_order(transactions, order=order)
|
||||
|
||||
Reference in New Issue
Block a user