Table: dbo.Invoice_Printing_Default_Option | |||
Columns | |||
Name | Type | Constraints | Description |
client_KEY | int (4) | NOT NULL | The owner of these invoice printing options. |
invoice_description | nvarchar (480) | NOT NULL | The default description used when printing invoices. |
starting_reference | nvarchar (86) | NOT NULL | The starting reference used when printing invoices. |
include_printed_invoices | bit (1) | NOT NULL | Flag when set to true says to display invoices that are already printed. |
invoice_layout__report_definition_KEY | int (4) | NOT NULL | The currently selected layout to use when printing invoices. |
separate_invoice_per_originating_client | bit (1) | NOT NULL | Whether or not we should print a separate invoice for each originating client. |
Primary key | |||
Name | Columns | Description | |
PK_Invoice_Printing_Default_Option$client_KEY | client_KEY |