-
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
Function to populate purchase invoice #86
Function to populate purchase invoice #86
Conversation
…e-sage-desktop-api into function-to-populate-purchase-invoice
…le-sage-desktop-api into function-to-populate-purchase-invoice
…le-sage-desktop-api into function-to-populate-purchase-invoice
|
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## purchace-invoice-model #86 +/- ##
==========================================================
- Coverage 75.51% 72.42% -3.10%
==========================================================
Files 63 64 +1
Lines 2614 2763 +149
==========================================================
+ Hits 1974 2001 +27
- Misses 640 762 +122 ☔ View full report in Codecov by Sentry. |
description = self.get_expense_purpose(accounting_export.workspace_id, lineitem, lineitem.category, advance_setting) | ||
|
||
if dependent_field_setting: | ||
cost_category_id = self.get_cost_category_id_or_none(accounting_export, lineitem, dependent_field_setting, job_id) |
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.
function name seems wrong, it should be get_cost_category_id
|
No description provided.