Added steps for creating invoice transaction and fetching projects#1
Added steps for creating invoice transaction and fetching projects#1mahajanpr wants to merge 2 commits intoIntuitDeveloper:mainfrom
Conversation
| from quickbooks import QuickBooks | ||
| from quickbooks.objects.customer import Customer | ||
| #from asana.rest import ApiException | ||
| # from asana.rest import ApiException |
There was a problem hiding this comment.
please remove this line containing "asana" reference all together on my behalf.
| flash('Error fetching Projects. Please try again.') | ||
| return redirect('/') | ||
|
|
||
| # receive events from asana |
There was a problem hiding this comment.
please remove this line containing "asana" reference all together on my behalf.
|
|
||
| # receive events from asana | ||
| #hook_secret = None | ||
| # hook_secret = None |
There was a problem hiding this comment.
please remove this line all together on my behalf.
| margin-bottom: 20px; | ||
| } | ||
|
|
||
| /* |
There was a problem hiding this comment.
please remove this line containing "asana" reference all together on my behalf.
| scopes = [ | ||
| Scopes.ACCOUNTING, | ||
| Scopes.PROJECT_MANAGEMENT | ||
| Scopes.PROJECTS |
There was a problem hiding this comment.
I added PROJECT_MANAGEMENT as scope in intuitlib meant for python? Has the intuitlib also been updated to include PROJECTS as scope instead of PROJECT_MANAGEMENT?
There was a problem hiding this comment.
@mahajanpr I just checked the intuitlib https://github.com/intuit/oauth-pythonclient/blob/master/intuitlib/enums.py. The scope should be Scopes.PROJECT_MANAGEMENT. please use that and test it out.
Added steps for creating invoice transactions and get projects list