-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add exports module base structure #85
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #85 +/- ##
=========================================
Coverage ? 72.44%
=========================================
Files ? 64
Lines ? 2765
Branches ? 0
=========================================
Hits ? 2003
Misses ? 762
Partials ? 0 ☔ View full report in Codecov by Sentry. |
…e-sage-desktop-api into export-modules-base-structure
|
accounting_export.save() | ||
|
||
last_export = False | ||
if accounting_export.count() == index + 1: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wont this condition always be false?
apps/sage300/exports/helpers.py
Outdated
@@ -0,0 +1,4 @@ | |||
|
|||
|
|||
def get_sage300_connection_class(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
): | ||
self.workspace_id = workspace_id | ||
|
||
def trigger_import(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export
|
|
|
|
|
||
accounting_export.save() | ||
|
||
except Exception as e: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will handle this later in other pr
|
No description provided.