//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace ERD
{
using System;
using System.Collections.Generic;
public partial class TblJournalLineTransaction
{
public TblJournalLineTransaction()
{
this.TblJournalLineTransactionsCatBreakdowns = new HashSet();
}
public int OID { get; set; }
public Nullable JournalLine { get; set; }
public Nullable OriginalTransaction { get; set; }
public Nullable TotalAmountReversedSoFar { get; set; }
public Nullable Reverse { get; set; }
public Nullable AmountToReverse { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
public Nullable IsReversal { get; set; }
public Nullable JournalTransStatus { get; set; }
public Nullable AmountOfJournalTrans { get; set; }
public Nullable NonReverseTranTypes { get; set; }
public Nullable TranType { get; set; }
public Nullable DeltaInstalment { get; set; }
public Nullable DeltaCurrent { get; set; }
public Nullable DeltaDays30 { get; set; }
public Nullable DeltaDays60 { get; set; }
public Nullable DeltaDays90 { get; set; }
public Nullable DeltaDays120 { get; set; }
public Nullable DeltaDays150 { get; set; }
public Nullable DeltaDays180 { get; set; }
public Nullable CapitalAllocated { get; set; }
public Nullable FeesAllocated { get; set; }
public Nullable InterestAllocated { get; set; }
public virtual TblDebtorTransaction TblDebtorTransaction { get; set; }
public virtual TblDebtorTranType TblDebtorTranType { get; set; }
public virtual TblDebtorTranType TblDebtorTranType1 { get; set; }
public virtual TblJournalLine TblJournalLine { get; set; }
public virtual ICollection TblJournalLineTransactionsCatBreakdowns { get; set; }
}
}