Skip to content

A JavaScript library for creating and parsing electronic invoices compliant with the eInvoicing Directive, EN 16931, and popular extensions

License

Notifications You must be signed in to change notification settings

esvit/einvoicing

Repository files navigation

European Invoicing (eInvoicing)

About

eInvoicing is a JavaScript library designed to create and parse electronic invoices in compliance with the eInvoicing Directive and European standard.

The library ensures full adherence to EN 16931, supporting the most widely used CIUS (Core Invoice Usage Specifications) and extensions, including PEPPOL BIS, enabling seamless integration with eInvoicing systems across Europe.

Installation

First of all, make sure your environment meets the following requirements:

Then, you should be able to install this library using Composer:

npm i --save einvoicing

Usage

Importing invoice documents

import { UblReader } from 'einvoicing';

const ublReader = new UblReader();
const document = await ublReader.readFromFile('invoice.xml');

Who uses it?

ITFin

_👋 You use einvoicing and you want to be listed there? Contact me.

Contributing

Contributions are more than welcome, the code base is still new and needs more love.

For more information, please checkout the contributing document.

Contributors

esvit
Vitalii Savchuk
albertfdp
Albert Fernández

About

A JavaScript library for creating and parsing electronic invoices compliant with the eInvoicing Directive, EN 16931, and popular extensions

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •