Skip to content

Commit

Permalink
Added payroll summary stream. Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
xacadil committed May 14, 2024
1 parent 618d151 commit 0b30b8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tap_restaurant365/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ def get_url_params(
params["$filter"] += f" and type eq 'Stock Count'"
if self.name == "bank_expenses":
params["$filter"] += f" and type eq 'Bank Expense'"
if self.name == "payroll_summary":
params["$filter"] = f"payrollStart ge {start_date.strftime('%Y-%m-%dT%H:%M:%SZ')} and payrollEnd le {end_date.strftime('%Y-%m-%dT23:59:59Z')}"
#
if skip > 0:
params["$skip"] = skip
Expand Down

0 comments on commit 0b30b8f

Please sign in to comment.