Additional charge costing element
Table public.additional_charge_costing_element
public.additional_charge_costing_element
Spalten
id
: internalorg_id
: ID to organisationcosting_element
: internaldescription
: internalcharge_type
: internaldistribution_method
: internaldistribution_type
: internalcreated_by
: integercreated_on
: timestamp with time zonelast_modified_on
: timestamp with time zoneis_deleted
: booleandeleted_on
: timestamp with time zonesub_org_id
: internalcharge_count
: integercharge_icon
: internalcharge_category
: internalcharge_sequence_number
: integercharge_operator
: integerlast_modified_by
: internaldeleted_by
: internal
Analyse & Beschreibung
Table Documentation: public.additional_charge_costing_element
public.additional_charge_costing_element
Introduction
The public.additional_charge_costing_element
table is designed to manage and store information about various additional charge costing elements within an organization. This includes data about the type of charges, how they are distributed, and administrative metadata like creation and modification details. This table is likely used for financial and operational management within an organization, focusing on additional costs that need to be tracked and analyzed.
Column Descriptions
id
Meaning: This column stores a unique identifier for each record in the table.
Role: Primary Key.
Typical Contents: A unique alphanumeric string that identifies each costing element record.
org_id
Meaning: The identifier of the organization to which this costing element belongs.
Role: Foreign Key.
Typical Contents: A UUID representing the organization.
costing_element
Meaning: An identifier or code for the costing element.
Role: Descriptive field.
Typical Contents: An alphanumeric string that represents the specific costing element.
description
Meaning: A textual description of the costing element.
Role: Descriptive field.
Typical Contents: A brief textual explanation of the costing element.
charge_type
Meaning: The type of charge associated with this costing element.
Role: Descriptive field.
Typical Contents: A code or short text indicating the charge type.
distribution_method
Meaning: Method by which the charge is distributed.
Role: Descriptive field.
Typical Contents: A code or short text indicating the distribution method.
distribution_type
Meaning: Type of distribution for the charge.
Role: Descriptive field.
Typical Contents: A code or short text indicating the distribution type.
created_by
Meaning: Identifier of the user who created the record.
Role: Administrative field.
Typical Contents: An integer representing the user ID.
created_on
Meaning: Timestamp indicating when the record was created.
Role: Administrative field.
Typical Contents: A timestamp with time zone information.
last_modified_on
Meaning: Timestamp of the last modification made to the record.
Role: Administrative field.
Typical Contents: A timestamp with time zone information.
is_deleted
Meaning: Indicates whether the record is marked as deleted.
Role: Technical field.
Typical Contents: Boolean value (
True
orFalse
).
deleted_on
Meaning: Timestamp when the record was marked as deleted.
Role: Administrative field.
Typical Contents: A timestamp with time zone information or
None
if not deleted.
sub_org_id
Meaning: Identifier for a sub-organization related to the costing element.
Role: Foreign Key.
Typical Contents: A UUID representing the sub-organization.
charge_count
Meaning: The number of charges associated with the costing element.
Role: Descriptive field.
Typical Contents: An integer representing the count of charges.
charge_icon
Meaning: Icon or symbol associated with the charge.
Role: Descriptive field.
Typical Contents: A string representing the icon, likely a path or identifier.
charge_category
Meaning: The category under which the charge falls.
Role: Descriptive field.
Typical Contents: A string representing the charge category.
charge_sequence_number
Meaning: Sequence number for ordering charges.
Role: Descriptive field.
Typical Contents: An integer used to sequence charges.
charge_operator
Meaning: Identifier for the operator responsible for the charge.
Role: Descriptive field.
Typical Contents: An integer representing the operator ID.
last_modified_by
Meaning: Identifier of the user who last modified the record.
Role: Administrative field.
Typical Contents: A string representing the user ID, potentially
None
if never modified.
deleted_by
Meaning: Identifier of the user who marked the record as deleted.
Role: Administrative field.
Typical Contents: A string representing the user ID, potentially
None
if not deleted.
Last updated
Was this helpful?