Skip to content

Class: Receipt

_Record of total receipted payment from customer. _

__

URI: cim:Receipt

 classDiagram
    class Receipt
      IdentifiedObject <|-- Receipt

      Receipt : alias_name

      Receipt : cashier_shift

          Receipt --> CashierShift : cashier_shift

      Receipt : description

      Receipt : diagram_objects

          Receipt --> DiagramObject : diagram_objects

      Receipt : instance_set

          Receipt --> InstanceSet : instance_set

      Receipt : is_bankable

      Receipt : line

          Receipt --> LineDetail : line

      Receipt : m_rid

      Receipt : names

          Receipt --> Name : names

      Receipt : properties_cimdata_object

          Receipt --> ChangeSetMember : properties_cimdata_object

      Receipt : targeting_cimdata_object

          Receipt --> ChangeSetMember : targeting_cimdata_object

      Receipt : tenders

          Receipt --> Tender : tenders

      Receipt : transactions

          Receipt --> Transaction : transactions

      Receipt : vendor_shift

          Receipt --> VendorShift : vendor_shift

Inheritance

Slots

Name Cardinality and Range Description Inheritance
is_bankable 0..1
Boolean
True if this receipted payment is manually bankable, otherwise it is an elect... direct
line 0..1
LineDetail
Receipted amount with rounding, date and note direct
transactions 1..*
Transaction
All transactions recorded for this receipted payment direct
cashier_shift 0..1
CashierShift
Cashier shift during which this receipt was recorded direct
tenders 1..*
Tender
All payments received in the form of tenders recorded by this receipt direct
vendor_shift 0..1
VendorShift
Vendor shift during which this receipt was recorded direct
alias_name 0..1
String
The aliasName is free text human readable name of the object alternative to I... IdentifiedObject
description 0..1
String
The description is a free human readable text describing or naming the object IdentifiedObject
m_rid 0..1
String
Master resource identifier issued by a model authority IdentifiedObject
diagram_objects 0..*
DiagramObject
The diagram objects that are associated with the domain object IdentifiedObject
instance_set 1..1
InstanceSet
Dataset containing the data objects IdentifiedObject
names 0..*
Name
All names of this identified object IdentifiedObject
properties_cimdata_object 0..1
ChangeSetMember
The single CIM data object in the appropriate dataset context IdentifiedObject
targeting_cimdata_object 0..*
ChangeSetMember
Data objects registered IdentifiedObject

Usages

used by used in type used
Transaction receipt range Receipt
CashierShift receipts range Receipt
Tender receipt range Receipt
VendorShift receipts range Receipt

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

Mappings

Mapping Type Mapped Value
self cim:Receipt
native cim:Receipt

LinkML Source

Direct

name: Receipt
description: "Record of total receipted payment from customer.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  is_bankable:
    name: is_bankable
    description: True if this receipted payment is manually bankable, otherwise it
      is an electronic funds transfer.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Receipt.isBankable
    multivalued: false
    domain_of:
    - Receipt
    range: boolean
    required: false
  line:
    name: line
    description: Receipted amount with rounding, date and note.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Receipt.line
    multivalued: false
    domain_of:
    - Transaction
    - Receipt
    range: LineDetail
    required: false
  transactions:
    name: transactions
    description: All transactions recorded for this receipted payment.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Receipt.Transactions
    multivalued: true
    domain_of:
    - PricingStructure
    - CashierShift
    - Receipt
    - VendorShift
    range: Transaction
    required: true
  cashier_shift:
    name: cashier_shift
    description: Cashier shift during which this receipt was recorded.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Receipt.CashierShift
    multivalued: false
    domain_of:
    - Transaction
    - Receipt
    range: CashierShift
    required: false
  tenders:
    name: tenders
    description: All payments received in the form of tenders recorded by this receipt.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Receipt.Tenders
    multivalued: true
    domain_of:
    - Receipt
    range: Tender
    required: true
  vendor_shift:
    name: vendor_shift
    description: Vendor shift during which this receipt was recorded.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Receipt.VendorShift
    multivalued: false
    domain_of:
    - Transaction
    - Receipt
    range: VendorShift
    required: false
class_uri: cim:Receipt

Induced

name: Receipt
description: "Record of total receipted payment from customer.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  is_bankable:
    name: is_bankable
    description: True if this receipted payment is manually bankable, otherwise it
      is an electronic funds transfer.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Receipt.isBankable
    multivalued: false
    alias: is_bankable
    owner: Receipt
    domain_of:
    - Receipt
    range: boolean
    required: false
  line:
    name: line
    description: Receipted amount with rounding, date and note.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Receipt.line
    multivalued: false
    alias: line
    owner: Receipt
    domain_of:
    - Transaction
    - Receipt
    range: LineDetail
    required: false
  transactions:
    name: transactions
    description: All transactions recorded for this receipted payment.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Receipt.Transactions
    multivalued: true
    alias: transactions
    owner: Receipt
    domain_of:
    - PricingStructure
    - CashierShift
    - Receipt
    - VendorShift
    range: Transaction
    required: true
  cashier_shift:
    name: cashier_shift
    description: Cashier shift during which this receipt was recorded.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Receipt.CashierShift
    multivalued: false
    alias: cashier_shift
    owner: Receipt
    domain_of:
    - Transaction
    - Receipt
    range: CashierShift
    required: false
  tenders:
    name: tenders
    description: All payments received in the form of tenders recorded by this receipt.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Receipt.Tenders
    multivalued: true
    alias: tenders
    owner: Receipt
    domain_of:
    - Receipt
    range: Tender
    required: true
  vendor_shift:
    name: vendor_shift
    description: Vendor shift during which this receipt was recorded.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Receipt.VendorShift
    multivalued: false
    alias: vendor_shift
    owner: Receipt
    domain_of:
    - Transaction
    - Receipt
    range: VendorShift
    required: false
  alias_name:
    name: alias_name
    description: "The aliasName is free text human readable name of the object alternative\
      \ to IdentifiedObject.name. It may be non unique and may not correlate to a\
      \ naming hierarchy.\r\nThe attribute aliasName is retained because of backwards\
      \ compatibility between CIM relases. It is however recommended to replace aliasName\
      \ with the Name class as aliasName is planned for retirement at a future time.\r\
      \n\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.aliasName
    multivalued: false
    alias: alias_name
    owner: Receipt
    domain_of:
    - IdentifiedObject
    range: string
    required: false
  description:
    name: description
    description: The description is a free human readable text describing or naming
      the object. It may be non unique and may not correlate to a naming hierarchy.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.description
    multivalued: false
    alias: description
    owner: Receipt
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    - DataSet
    - SwitchingStepGroup
    - AreaReserveSpec
    range: string
    required: false
  m_rid:
    name: m_rid
    description: "Master resource identifier issued by a model authority. The mRID\
      \ is unique within an exchange context. Global uniqueness is easily achieved\
      \ by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is\
      \ strongly recommended.\r\nFor CIMXML data files in RDF syntax conforming to\
      \ IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify\
      \ CIM object elements."
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.mRID
    multivalued: false
    alias: m_rid
    owner: Receipt
    domain_of:
    - IdentifiedObject
    - DataSet
    range: string
    required: false
  diagram_objects:
    name: diagram_objects
    description: The diagram objects that are associated with the domain object.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.DiagramObjects
    multivalued: true
    alias: diagram_objects
    owner: Receipt
    domain_of:
    - IdentifiedObject
    range: DiagramObject
    required: false
  instance_set:
    name: instance_set
    description: Dataset containing the data objects.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.InstanceSet
    multivalued: false
    alias: instance_set
    owner: Receipt
    domain_of:
    - IdentifiedObject
    range: InstanceSet
    required: true
  names:
    name: names
    description: All names of this identified object.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.Names
    multivalued: true
    alias: names
    owner: Receipt
    domain_of:
    - IdentifiedObject
    - NameType
    range: Name
    required: false
  properties_cimdata_object:
    name: properties_cimdata_object
    description: The single CIM data object in the appropriate dataset context.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.PropertiesCIMDataObject
    multivalued: false
    alias: properties_cimdata_object
    owner: Receipt
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
  targeting_cimdata_object:
    name: targeting_cimdata_object
    description: Data objects registered.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.TargetingCIMDataObject
    multivalued: true
    alias: targeting_cimdata_object
    owner: Receipt
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:Receipt