Billing & Invoices
Overview
Settings
Option
Default
Description
Job Restrictions
Credit Score Impact
Event
Impact
Full Configuration
Last updated
Last updated
-- Only these jobs can create invoices:
AllowedJobs = { 'police', 'ambulance', 'mechanic', 'realestate' },
-- All jobs can invoice (default):
AllowedJobs = {},Config.Billing = {
Enabled = true,
OpenKey = 'F5',
DefaultTaxRate = 0,
MaxLineItems = 10,
DueDays = 7,
AllowedJobs = {},
MaxPendingInvoices = 10,
AutoOverdue = true,
OverdueCheckInterval = 30,
}