Add rattail provider for CORE-POS Integration
and use it to generate CORE Office URLs
This commit is contained in:
parent
4bff0832e8
commit
271895fa83
4 changed files with 125 additions and 21 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue