Added the transaction views in the accounting application.

This commit is contained in:
2020-07-23 22:02:26 +08:00
parent 41737c250e
commit 2db3899dea
18 changed files with 543 additions and 76 deletions

View File

@ -72,6 +72,7 @@ def url_query(url, **kwargs):
Returns:
str: The URL with query parameters set.
"""
print(url)
builder = UrlBuilder(url)
for key in kwargs.keys():
if kwargs[key] is not None: