Last updated:
0 purchases
e invoice generator
E-invoice Generator #
the package generates Qr code compatible with Electronic Invoice in KSA
. Import the package and use it in your Flutter App.
import 'package:e_invoice_generator/e_invoice_generator.dart';
copied to clipboard
EinvoiceGenerator(
sellerName: 'bonaparta',
sellerTRN: '123456789012345',
totalWithVat: '150',
vatPrice: '30',
size: 200,
),
copied to clipboard
Code result #
you can scan the code only with any KSA E-invoice Qr Reader try one
Scan result #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.