billable_item_KEY | int (4) | NOT NULL | Primary key |
client_billing_item_KEY | int (4) | | The foreign key to the billing item that defined the event triggering the creation of the billable item. If this key is NULL, then this is an On Demand billable item created directly by the user; it wasn't triggered by a billing item. |
billing_event_date | smalldatetime (4) | NOT NULL | The date when the billing event occurred ie. the date of the print run for a check run billing item. |
client_KEY | int (4) | NOT NULL | Foreign key to the client related to the billable item. |
billable_item_guid | uniqueidentifier (16) | NOT NULL | Uniquely identifies the billable item across firm databases. |