Skip to content

Commit

Permalink
feat: add new accounting streams
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohnhanson committed Oct 23, 2024
1 parent 369fef4 commit 4adf4c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tap_service_titan/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ def discover_streams(self) -> list[ServiceTitanStream]:
streams.inventory.ReturnsStream(self),
streams.marketing_reputation.ReviewsStream(self),
streams.dispatch.CapacitiesStream(self),
# New streams
streams.accounting.JournalEntriesStream(self),
streams.accounting.TaxZonesStream(self),
streams.accounting.PaymentTermsStream(self),
streams.accounting.PaymentTypesStream(self),
streams.accounting.InventoryBillsStream(self),
]
custom_reports_config = self.config.get("custom_reports", [])
if custom_reports_config:
Expand Down

0 comments on commit 4adf4c4

Please sign in to comment.