Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ej2/python-quickbooks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: flackdl/python-quickbooks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 17, 2019

  1. read-only Preferences

    flackdl committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    958a727 View commit details
    Browse the repository at this point in the history
  2. listmixin

    flackdl committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    bf9c593 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Include attachment extension in FileName

    When uploading an attachment and not specifying the extension: 
    
        attachment.FileName = 'Filename'
    
    I was receiving the error code **6041**.
    
    This intuit developer recommended including the extension in the file name and it worked for me as well:
    https://help.developer.intuit.com/s/question/0D50f00004vQW5PCAW/cannot-upload-attachment-using-quickbooks-sdk-net-v3-invalid-file-format
    
    So, simply do:
    
        attachment.FileName = 'Filename.pdf'
    flackdl authored Dec 7, 2019
    Configuration menu
    Copy the full SHA
    76983ef View commit details
    Browse the repository at this point in the history
Loading