Get orders in date range

This commit is contained in:
counterweight 2023-08-03 09:29:11 +02:00
parent aff2241f2c
commit 2fb57b5beb
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 18 additions and 7 deletions

View file

@ -11,6 +11,6 @@ def check_health():
@app.command()
def show_orders():
controllers.show_orders()
def generate_um_report(start_date: str, end_date: str):
controllers.generate_um_report(start_date, end_date)