Add rattail provider for CORE-POS Integration

and use it to generate CORE Office URLs
This commit is contained in:
Lance Edgar 2023-09-14 12:57:14 -05:00
parent 4bff0832e8
commit 271895fa83
4 changed files with 125 additions and 21 deletions

View file

@ -125,7 +125,6 @@ class CoreEquityImportBatchHandler(BatchHandler):
def get_next_timestamp(self, row):
dt = self.next_timestamp
self.next_timestamp += datetime.timedelta(seconds=1)
# import ipdb; ipdb.set_trace()
return self.app.localtime(dt, tzinfo=False).replace(microsecond=0)
def get_transaction_status(self, row):