Get orders in date range
This commit is contained in:
parent
aff2241f2c
commit
2fb57b5beb
2 changed files with 18 additions and 7 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue