Skip to main content

pytbai allows to create, manage and send TicketBai invoices to the Basque tax authorities

Project description

PyPI - Python Version GitHub Actions Workflow Status PyPI - Version

pytbai

pytbai allows to create, manage and send TicketBai invoices to the Basque tax authorities.

Usage

You need to configure your bussiness and software info in a JSON file:

{
  "subject": {
    "entity_id": "99999974E",
    "name": "BUSSINESS NAME"
  },
  "software": {
    "license": "TBAIGIPRE00000000501",
    "dev_entity": "P2000000F",
    "soft_name": "TBAI",
    "soft_version": "1.0"
  }
}

Then create a invoice:

from pytbai import TBai
from decimal import Decimal

tbai = TBai(json)
invoice = tbai.create_invoice("TB-2021-S", 1, "First invoice", "S")

invoice.create_line("First product", Decimal("1"), Decimal("200"), Decimal("20"))
invoice.create_line("Second product", Decimal("2"), Decimal("350"))

The json parameter is a previous JSON file you've created.

Finally sign and send the invoice:

result = tbai.sign_and_send("/path_to_p12_certificate", "password")

You can also get the full structure of TBai invoice:

json_structure = tbai.get_json(invoice)

TODO

  • Recipient data
  • Multiple recipient data
  • Third party / Recipient's invoices
  • Corrective invoices
  • Corrected or replaced invoices
  • Tax free invoices
  • Invoices without national counterparty
  • Chaining of previous invoice

How to contribute

Please read the Code of Conduct documentation first, then all contributions are done via Pull Requests on GitHub but don´t hesitate to open a new issue.

Credits

This project is made by CodeSyntax.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytbai-1.5.8.tar.gz (30.3 kB view details)

Uploaded Source

Built Distribution

pytbai-1.5.8-py3-none-any.whl (19.9 kB view details)

Uploaded Python 3

File details

Details for the file pytbai-1.5.8.tar.gz.

File metadata

  • Download URL: pytbai-1.5.8.tar.gz
  • Upload date:
  • Size: 30.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for pytbai-1.5.8.tar.gz
Algorithm Hash digest
SHA256 b26a5a08fa010ca7d908c2b86f00f078fa8b5017a4bb183d8d5b01b29276738e
MD5 bb0ea67b9f11261e78ded106b8f15bef
BLAKE2b-256 76ef1799e00ff5580e152657472b241fc4a826eb4cd9d92ad55f49b3d52d79d5

See more details on using hashes here.

Provenance

File details

Details for the file pytbai-1.5.8-py3-none-any.whl.

File metadata

  • Download URL: pytbai-1.5.8-py3-none-any.whl
  • Upload date:
  • Size: 19.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for pytbai-1.5.8-py3-none-any.whl
Algorithm Hash digest
SHA256 8cf2b78c020d5fe48c8f4975caf49556a8cfc7355293912778f799a81de2a45c
MD5 9788d9eb6a6a72587e0b606c7d88a529
BLAKE2b-256 feb38cecaf8bd68938c0491d75df8b43402335e45a33fbca7bb462b4bfcb8487

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page