Giter VIP home page Giter VIP logo

transfer_idoklad2fakturoid's Introduction

transfer_idoklad2fakturoid

Transfer invoices, expenses and contacts from iDoklad to Fakturoid.

Usage:

./main.py --fakturoid-account [...] --fakturoid-email [...] --fakturoid-api-key [...] --idoklad-client-id [...] --idoklad-client-secret [...]

Available arguments:

--fakturoid-account [...]     | Your Fatkuroid account slug.
--fakturoid-email [...]       | Your Fakturoid e-mail.
--fakturoid-api-key [...]     | Your Fakturoid API key.
--idoklad-client-id [...]     | Your iDoklad Client ID.
--idoklad-client-secret [...] | Your iDoklad Client Secret.
--idoklad-filter [...]        | Optional. iDoklad filter (eg. DateOfIssue~gt~2018-12-31).
--disable-vat-number-check    | Optional. Disabled the VAT number check for your Fakturoid account and each iDoklad invoice and expense.
--export-idoklad-as-pdf       | Optional. Export the iDoklad invoices and expenses as PDF.

More about filters can be found here: https://api.idoklad.cz/Help/v2/, enter it like this --idoklad-filter DateOfIssue~gt~2018-12-31.

transfer_idoklad2fakturoid's People

Contributors

mdrbohlav avatar

Watchers

 avatar

transfer_idoklad2fakturoid's Issues

function record_already_transfered not work for expenses

In the function record_already_transfered is bug during check of document type "expense". Document number prefix is converted from "DF" to "N". So the check return False but have to return True.
And the processing of the import to Fakturoid will stop during the next run.

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.