Connector to Frappe eTax service

Beta License: AGPL-3 ecosoft-odoo/ecosoft-addons

This module provide a feature to integrate with Frappe e-Tax Service. It will send the tax invoice to Frappe server and get the signed e-Tax invoice back.

  1. At Vendor Bill, after posted vendor bill with tax, Etax invoice button will display on screen.
  2. Then click Etax Invoice buttton
  3. Check e-Tax status on e-Tax Info tab if status is success frappe server will return the signed e-Tax invoice attachment as pdf file and xml file back to odoo.
  4. You can download the signed e-Tax invoice from the attachment.

Table of contents

Configuration

Set up Frappe Server URL and Frappe Auth Token

  1. Go to menu > Invoicing > Configurations > Settings
  2. On title Ecosoft e-Tax Services set up Frappe Server URL and Frappe Auth Token

Note: Frappe Server URL is the URL of the Frappe server where the e-Tax Service is installed. Frappe Auth Token is the token generated from the Frappe server. Contract to the provider of the e-Tax Service for the Frappe Server URL and Frappe Auth Token.

Configurations Form template

  1. Go to menu > Invoicing > Configurations > Etax Service > Doctype Code
  2. Form name is name of odoo/frappe form, you need to use the same name as in odoo/frappe
  3. Doctype code: This is the code with send to Frappe server which represent variant of tax invoice following:
    • 388: ใบกำกับภาษี
    • T02: ใบแจ้งหนี้/ใบกำกับภาษี
    • T03: ใบเสร็จรับเงิน/ใบกำกับภาษี
    • T04: ใบส่งของ/ใบกำกับภาษี
    • T05: ใบกำกับภาษีอย่างย่อ
    • T01: ใบรับ (ใบเสร็จรับเงิน)
    • 80: ใบเพิ่มหนี้
    • 81: ใบลดหนี้

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Kitti U.
  • Ecosoft

Maintainers

This module is part of the ecosoft-odoo/ecosoft-addons project on GitHub.

You are welcome to contribute.