Click or drag to resize

Aloe.EnterpriseOne.Model.Crm.Pos Namespace

 
Classes
  ClassDescription
Public classDevice
Represents one POS device, attached to a POS terminal. Entity: Pos_Devices
Public classDevicesRepository
Repository class for Device objects
Public classDevicesRepositoryDeviceType
Allowed values for the DeviceType data attribute
Public classDevicesRepositoryProtocolName
Allowed values for the ProtocolName data attribute
Public classLocation
Defines a company location as POS enabled location. Entity: Pos_Locations
Public classLocationsRepository
Repository class for Location objects
Public classOperator
Represents one operator (person) in one POS location. Entity: Pos_Operators
Public classOperatorsRepository
Repository class for Operator objects
Public classPosExtensions
Provides extension methods to some entities such as CompanyLocation.
Public classPosModelExtensions
Extension methods for models that support POS (e.g. SalesOrder, PaymentTransaction)
Public classProductTypeTaxGroup
Contains the tax group codes for the product types. The tax group codes are used when sales documents are printed to fiscal printers or exported to fiscal authorities. Entity: Pos_Product_Type_Tax_Groups
Public classProductTypeTaxGroupsRepository
Repository class for ProductTypeTaxGroup objects
Public classProductTypeTaxGroupsRepositoryTaxGroup
Allowed values for the TaxGroup data attribute
Public classRole
Represents a role, which can be assigned to POS operators (like Cashier, Manager, etc.). The role indicates the operations, which are allowed to be performed by the operators. Entity: Pos_Roles
Public classRolesRepository
Repository class for Role objects
Public classSequence
Stores the last issued fiscal sales number for each POS device. Entity: Pos_Sequences
Public classSequencesRepository
Repository class for Sequence objects
Public classTerminal
Represents a POS workplace for 1 person, with all the attached devices. (Not to be confused with Payment Terminal, which is specific POS device). Entity: Pos_Terminals
Public classTerminalsRepository
Repository class for Terminal objects
Interfaces
  InterfaceDescription
Public interfaceIPosDevice
Abstraction over POS device, so that the UI can operate on objects other than the domain model
Public interfaceIPosModel
Abstraction over models that support printing with a POS device