GithubHelp home page GithubHelp logo

hostfact-python-client's People

Contributors

kamenlom avatar teunis90 avatar

Watchers

 avatar  avatar  avatar  avatar

hostfact-python-client's Issues

Invalid search API call

Tonight I tried to do a production test on creating invoices with the Advantech Portal. Something unexpected happened. There were invoicelines added to a very old invoice which was sent years ago to a client.

What happened:

We misunderstood the list API https://www.hostfact.nl/developer/api/facturen/list, you can only search at one value at the time in one ore more columns. The reason it worked for you is that the first hit, happened to be the right result for you.

The API call should have parameters like:

"searchat": "DebtorCode"
"searchfor": $debtor_code

After we should iterate the results and filter out the newest draft invoice (status=0).

Code to update:

active_invoices = method.list(DebtorCode=debtor_code, Status=0, sort="Modified")

Initial setup python package

Power of the class:

  1. Find a generic way to convert the PHP lib (https://www.hostfact.nl/downloads/HostFact-API-3.0.zip) to Python lib:

PHP example converted to Python: https://www.hostfact.nl/developer/api/facturen/list

client = HostFact(url="https://server.domain.com/Pro/apiv2/api.php", apikey="secret")

# Example: search for all invoices on date 2014-05-13
filter = {
    "searchat": "Date",
    "searchfor": "2014-05-13"
}
client.invoice.list()
  1. Create a few samples (invoices: list, add, edit, upload attachment)

  2. Add README.md

  3. Add no references to any Nextpertise servers in the source file. This way we can publish the pip to pipy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.