Database – Default Billing Options Entity (default_billing_options_entity)
Description
This holds tenant-wide default options for billing tools.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
default_template_id | int(11) | ID of default billing template | ||
custom_text | varchar(400) | Custom text to include | ||
pdf_output | varchar(100) | Encoded options for PDF output | pdf.output.multiple, pdf.output.single | |
header_color | varchar(50) | Color code for the header | ||
deleted | tinyint(4) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |