EU VAT rates importer for fulcrm https://fulcrm.org/
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Marek Isalski 4b08e81c38 add LICENSE 5 yıl önce
.hgignore initial import 5 yıl önce
LICENSE add LICENSE 5 yıl önce
Pipfile pipenv install requests fulcrmpy 5 yıl önce
Pipfile.lock pipenv install requests fulcrmpy 5 yıl önce
README.md add LICENSE 5 yıl önce
vat2ful importer working with reduced rates and all 5 yıl önce

README.md

vat2ful

An EU VAT rate importer for fulcrm.

Installation

pipenv install

Configuration

  1. Create an account at vaylayer.

  2. Create settings.py containing:

FULCRM_USER = "fulcrm_username_here"
FULCRM_API_KEY = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
VATLAYER_API_URL = "http://apilayer.net/api/rate_list?access_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&format=1"

Usage

pipenv run ./vat2ful