Hey, community!
We’re excited to announce that we released a new Mojatax adaptor this week! This new adaptor is designed to help you easily create and issue TRA receipts while being tax compliant.
Check out the adaptor docs:
Here’s what you can do with the current version:
Generate Invoices: Easily generate an invoice from Mojatax.
To give you a head start, we’ve included some example job/code snippets that demonstrate how to use the adaptor in a real-world project:
1. Generating an invoice:
// Example code snippet for generating an invoice
post("CreateInvoice", {
invoice_id: 'PID092',
customerId: '102',
items: [],
});
Ready to dive in? Head over to our mojatax adaptor docs and start playing with Mojatax today!