Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions userguide/aviate/aviate-custom-invoice-sequencing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ To use the custom invoice sequencing feature provided by the Aviate plugin, ensu
com.killbill.billing.plugin.aviate.enableCustomInvoiceSequencing=true
----

=== Tenant-level Configuration

In addition, the Aviate Custom Invoicing feature requires some tenant-level configuration. This can be done by executing the https://killbill.github.io/slate/tenant.html#add-a-per-tenant-configuration-for-a-plugin[per-tenant configuration] endpoint as follows:

[source, bash]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ KB_org_killbill_invoice_inArrear_mode |Determine how the system should behave
|org.killbill.invoice.parkAccountsWithUnknownUsage/

KB_org_killbill_invoice_parkAccountsWithUnknownUsage |Whether to park accounts when usage data is recorded but not defined in the catalog |false |Per-Tenant/Config File/Environment Variable
|org.killbill.invoice.rescheduleIntervalOnLock/

KB_org_killbill_invoice_rescheduleIntervalOnLock |Time delay to reschedule an invoice run when lock is held |0s |Per-Tenant/Config File/Environment Variable
|org.killbill.invoice.maxInvoiceLimit/

KB_org_killbill_invoice_maxInvoiceLimit |How far back in time should invoice generation look at |P200Y |Per-Tenant/Config File/Environment Variable
Expand Down
Loading