InvoiceNinja
InvoiceNinja is a web-based & self hosted invoicing platform. Payments can create an invoice automatically and e-mail the customer.
Name
Required
Type
Description
url
yes
string
The URL of your InvoiceNinja instance
secret
yes
string
The secret (create from the API tokens section)
emailInvoice
no
boolean
E-mail the invoice to the client? (default: false)
applyMoss
no
boolean
Automaticlly calculate the VAT percentage for EU countries (default: false)
applyVat
no
boolean
Apply a specific VAT amount (see vatRate) (default: false)
vatInclusive
no
boolean
Must the VAT amount provided be inclusive or exclusive. (Exclusive: Package is 10,00 new price will become 12,10 with VAT. Inclusive: Package is 10,00, new price will become 10,00. You will pay for the VAT.
vatRate
no
integer
The VAT rate to charge the client
vatName
no
string
The name for your VAT rate
sftpBackup
no
boolean
Enable SFTP backup?
sftpBackupHost
no
string
SFTP backup host
sftpBackupUser
no
string
SFTP backup user
sftpBackupPass
no
string
SFTP backup password
Last updated
Was this helpful?