Class CommonPaymentRow
Row of V_FinancialRecord
Inheritance
Inherited Members
Namespace: Simplic.ERP.Core
Assembly: Simplic.ERP.Core.dll
Syntax
public class CommonPaymentRow
Constructors
| Improve this Doc View SourceCommonPaymentRow()
Constructor
Declaration
public CommonPaymentRow()
Properties
| Improve this Doc View SourceAccount
Gets or sets the personal account name
Declaration
public string Account { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AccountNumber
Gets or sets the personal account number
Declaration
public long AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
AllowCashDiscount
gets or sets the flag if cashdiscount is granted
Declaration
public bool AllowCashDiscount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Amount
Gets or sets the amount
Declaration
public PreciseDecimal Amount { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Booking
Gets or sets the booking type S/H
Declaration
public string Booking { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CashDiscount
Gets the cash discount if this is a transaction
Declaration
public PreciseDecimal CashDiscount { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
CashDiscountByTax
gets or sets the cashdiscount sorted by tax
Declaration
public IDictionary<Guid, PreciseDecimal> CashDiscountByTax { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.Guid, PreciseDecimal> |
CashDiscountDate
Gets or sets the end date for cash discount
Declaration
public DateTime? CashDiscountDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
CashDiscountEnabled
Gets the flag if a cashdiscount can be set
Declaration
public bool CashDiscountEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
CreateDate
Gets or sets the create date
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreateTime
Gets or sets the create time
Declaration
public TimeSpan CreateTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
DirectionName
Gets or sets the name of the direction of the record
Declaration
public string DirectionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExternNumber
gets or sets the external transaction number if this recors is a transaction
Declaration
public string ExternNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FriendlyName
Gets or sets the ident of the personal account
Declaration
public string FriendlyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsSelected
Gets or sets the selected flag
Declaration
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTransaction
Gets or sets the transaction flag
Declaration
public bool IsTransaction { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Number
gets or sets the transaction number if this recors is a transaction
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PersonalAccountId
Gets or sets the personal account id
Declaration
public Guid PersonalAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ShowTransactionControls
gets the flag if transaction controls shall be shown
Declaration
public Visibility ShowTransactionControls { get; }
Property Value
Type | Description |
---|---|
System.Windows.Visibility |
TypName
Gets or sets the name of the record type
Declaration
public string TypName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceBookCashDiscount(Guid)
Books the cash discount to the financial records if this is a transaction
Declaration
public void BookCashDiscount(Guid clearingId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | clearingId |
GetCashDiscount()
Gets the cashdiscount from the transaction
Declaration
public PreciseDecimal GetCashDiscount()
Returns
Type | Description |
---|---|
PreciseDecimal |