XeroAPI / xero-python-oauth2-app

python app for demonstrating the xero-python SDK
MIT License
18 stars 30 forks source link

NameError: name 'ManualJournalLine' is not defined #37

Open unstablejello opened 2 years ago

unstablejello commented 2 years ago

I'm trying to write a program to create/edit manual journals with this sample app, but the function ManualJournalLine() from the SDK doc does not seem to exist. I'm new to python and not sure how to define this function. I think it's supposed to have the variables line_amount, account_code and description.

There is a comment that says updateOrCreateManualJournals is TODO. Is this not possible yet?

Any insight is appreciated!