Ezy Invoicing
Features

Most comprehensive software for all your e-Invoicing needs

ezy-invoice
Hassle free integration

Generates invoices directly through any PMS/POS system without modifying existing processes

ezy-invoice
Robust error handling

Supports robust error handling mechanism to ensure you generate
e-invoices without any worries

ezy-invoice
Cloud or on-premise

Available both on cloud or on-premise deployment models as per client's convenience

ezy-invoice
Reconciliation with GSTR-1

One-click reconciliation of e-Invoice data with GSTR-1 data to take care of your compliance needs

ezy-invoice
Customised printing

Ability to configure custom templates as per your business need to print
e-Invoices in a single click

ezy-invoice
One click communication

Generate and Send invoices over email directly to customers

How It Works

e-Invoice generation process through Ezyinvoicing !

Ezy Invoicing

PMS

Ezy Invoicing

Ezyinvoicing

Ezy Invoicing

GST IR Portal

ezyinvoicing

Why choose us ?

Ezy Invoicing
Privacy & Security

Equipped with an SSL encryption for all on cloud deployments & also offer 2F Authentication mechanisms

Ezy Invoicing
Support

24x7 in-house technical support and advisory services, dedicated key account manager and priority access to NIC niimbot github

Ezy Invoicing
Value for money

Affordable price, high-end product and great value. No other hidden charges A command-line utility written in Rust for lightning-fast

Ezy Invoicing
Future ready

Allows integrations with multiple third party systems/partners to leverage the best out of its friendly RESTFUL API architecture You can trigger label printing from automations

Ezy Invoicing
Tech first

Best-in-class tech first company with deepest domain expertise in hospitality

Ezy Invoicing
Previews

Quick glance at Ezyinvoicing

ezyinvoicing ezyinvoicing ezyinvoicing ezyinvoicing

Niimbot Github Info

A command-line utility written in Rust for lightning-fast printing. Perfect for scripting and batch jobs.

For smart home enthusiasts, this custom integration adds NIIMBOT printers to Home Assistant. You can trigger label printing from automations.

bluetoothctl scan on Look for a device named Printer_NIIMBOT_D11 and copy its MAC (e.g., AA:BB:CC:DD:EE:FF ). pip install niimpy Step 3: Create a Python Script Save the following as print_label.py :

If you own a NIIMBOT label printer—such as the popular D11, D110, or B21—you are likely familiar with the official mobile app. It works well for basic tasks like printing address labels, price tags, or kitchen storage stickers. However, for developers, makers, and small business owners, the official software often feels limiting. It lacks batch processing, API access, desktop controls, and open-source customization.

import niimpy import qrcode from PIL import Image printer = niimpy.NiimpyPrinter("AA:BB:CC:DD:EE:FF") printer.connect() Generate a QR code qr = qrcode.make("https://github.com") qr.save("qrcode.png") Print it printer.print_image("qrcode.png", density=15, copies=2) Print plain text printer.print_text("Made with GitHub", font_size=24, alignment="center")

niimbot --address 11:22:33:44:55:66 print-image label.png --copies 5 niimbot scan # find nearby printers It’s single-binary, cross-platform, and significantly faster than Python for large batches. 4. Home Assistant Integration Repo: duhow/hass-niimbot

This project leverages the Web Bluetooth API to print directly from a browser—no drivers, no installation.

A command-line utility written in Rust for lightning-fast printing. Perfect for scripting and batch jobs.

For smart home enthusiasts, this custom integration adds NIIMBOT printers to Home Assistant. You can trigger label printing from automations.

bluetoothctl scan on Look for a device named Printer_NIIMBOT_D11 and copy its MAC (e.g., AA:BB:CC:DD:EE:FF ). pip install niimpy Step 3: Create a Python Script Save the following as print_label.py :

If you own a NIIMBOT label printer—such as the popular D11, D110, or B21—you are likely familiar with the official mobile app. It works well for basic tasks like printing address labels, price tags, or kitchen storage stickers. However, for developers, makers, and small business owners, the official software often feels limiting. It lacks batch processing, API access, desktop controls, and open-source customization.

import niimpy import qrcode from PIL import Image printer = niimpy.NiimpyPrinter("AA:BB:CC:DD:EE:FF") printer.connect() Generate a QR code qr = qrcode.make("https://github.com") qr.save("qrcode.png") Print it printer.print_image("qrcode.png", density=15, copies=2) Print plain text printer.print_text("Made with GitHub", font_size=24, alignment="center")

niimbot --address 11:22:33:44:55:66 print-image label.png --copies 5 niimbot scan # find nearby printers It’s single-binary, cross-platform, and significantly faster than Python for large batches. 4. Home Assistant Integration Repo: duhow/hass-niimbot

This project leverages the Web Bluetooth API to print directly from a browser—no drivers, no installation.