Basic ERD diagram of PV Database
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

TblDebtorTransaction.cs 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated from a template.
  4. //
  5. // Manual changes to this file may cause unexpected behavior in your application.
  6. // Manual changes to this file will be overwritten if the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace ERD
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class TblDebtorTransaction
  14. {
  15. public TblDebtorTransaction()
  16. {
  17. this.TblDebtorResaleTransfers = new HashSet<TblDebtorResaleTransfer>();
  18. this.TblDebtorTransactions1 = new HashSet<TblDebtorTransaction>();
  19. this.TblDebtorTransactionsCatBreakdowns = new HashSet<TblDebtorTransactionsCatBreakdown>();
  20. this.TblJournalLineTransactions = new HashSet<TblJournalLineTransaction>();
  21. this.TblManagementFeesToAdjusts = new HashSet<TblManagementFeesToAdjust>();
  22. }
  23. public int OID { get; set; }
  24. public Nullable<int> Debtor { get; set; }
  25. public Nullable<int> TransactionType { get; set; }
  26. public Nullable<System.DateTime> EffectiveDate { get; set; }
  27. public Nullable<System.DateTime> DateCreated { get; set; }
  28. public string CreatedBy { get; set; }
  29. public string ReferenceNumber { get; set; }
  30. public Nullable<decimal> Amount { get; set; }
  31. public Nullable<int> StatementPeriod { get; set; }
  32. public Nullable<decimal> Current { get; set; }
  33. public Nullable<decimal> Days30 { get; set; }
  34. public Nullable<decimal> Days60 { get; set; }
  35. public Nullable<decimal> Days90 { get; set; }
  36. public Nullable<decimal> Days120 { get; set; }
  37. public Nullable<decimal> Days150 { get; set; }
  38. public Nullable<decimal> Days180 { get; set; }
  39. public Nullable<int> OptimisticLockField { get; set; }
  40. public Nullable<int> GCRecord { get; set; }
  41. public Nullable<decimal> DeltaCurrent { get; set; }
  42. public Nullable<decimal> DeltaDays30 { get; set; }
  43. public Nullable<decimal> DeltaDays60 { get; set; }
  44. public Nullable<decimal> DeltaDays90 { get; set; }
  45. public Nullable<decimal> DeltaDays120 { get; set; }
  46. public Nullable<decimal> DeltaDays150 { get; set; }
  47. public Nullable<decimal> DeltaDays180 { get; set; }
  48. public Nullable<decimal> Deposit { get; set; }
  49. public Nullable<bool> Reversed { get; set; }
  50. public Nullable<int> TblJournalLines { get; set; }
  51. public Nullable<decimal> DeltaDeposit { get; set; }
  52. public string Comments { get; set; }
  53. public string BankAccount { get; set; }
  54. public Nullable<byte> CurrentAge { get; set; }
  55. public Nullable<int> PayType { get; set; }
  56. public Nullable<decimal> Capital { get; set; }
  57. public Nullable<decimal> Fees { get; set; }
  58. public Nullable<decimal> Interest { get; set; }
  59. public Nullable<decimal> DeltaCapital { get; set; }
  60. public Nullable<decimal> DeltaFees { get; set; }
  61. public Nullable<decimal> DeltaInterest { get; set; }
  62. public Nullable<int> AllJournalLines { get; set; }
  63. public Nullable<decimal> TotalAmountReversedSoFar { get; set; }
  64. public Nullable<int> ManagementFeeYearRaised { get; set; }
  65. public Nullable<bool> IsManFeeEstimate { get; set; }
  66. public Nullable<bool> ManagementFeeAdjusted { get; set; }
  67. public Nullable<int> ConsoftCategory { get; set; }
  68. public Nullable<bool> SendToCollectionSystem { get; set; }
  69. public Nullable<System.DateTime> DateLastSentToCollectionSystem { get; set; }
  70. public Nullable<int> CollectionTran { get; set; }
  71. public Nullable<bool> IsReversed { get; set; }
  72. public Nullable<bool> ManualCategoryAllocation { get; set; }
  73. public Nullable<System.DateTime> DateRanThroughCommissionsReport { get; set; }
  74. public Nullable<decimal> CollectionFee { get; set; }
  75. public Nullable<System.DateTime> DateSentToNetready { get; set; }
  76. public Nullable<bool> Override { get; set; }
  77. public Nullable<int> CancellationProccess { get; set; }
  78. public Nullable<bool> DsDealInvoice { get; set; }
  79. public Nullable<bool> CommissionProcessed { get; set; }
  80. public Nullable<decimal> Instalment { get; set; }
  81. public Nullable<decimal> DeltaInstalment { get; set; }
  82. public Nullable<System.Guid> DebtorCode { get; set; }
  83. public Nullable<System.Guid> HideDebtorTransaction { get; set; }
  84. public Nullable<System.DateTime> CommissionProcessedDate { get; set; }
  85. public Nullable<int> BankTransfer { get; set; }
  86. public Nullable<decimal> ConversionRate { get; set; }
  87. public Nullable<decimal> ManFeeAdjustedAmount { get; set; }
  88. public Nullable<System.DateTime> ManFeeAdjustmentLetterGenerated { get; set; }
  89. public string DebtorStatus { get; set; }
  90. public Nullable<bool> SentToConsfot { get; set; }
  91. public Nullable<decimal> BreakDownAmount { get; set; }
  92. public string ChequeNumber { get; set; }
  93. public Nullable<int> AllBankStatementLines { get; set; }
  94. public Nullable<bool> IsTempReversed { get; set; }
  95. public virtual TblDebtor TblDebtor { get; set; }
  96. public virtual TblDebtorCoding TblDebtorCoding { get; set; }
  97. public virtual ICollection<TblDebtorResaleTransfer> TblDebtorResaleTransfers { get; set; }
  98. public virtual TblJournalLine TblJournalLine { get; set; }
  99. public virtual ICollection<TblDebtorTransaction> TblDebtorTransactions1 { get; set; }
  100. public virtual TblDebtorTransaction TblDebtorTransaction1 { get; set; }
  101. public virtual TblHideDebtorTransaction TblHideDebtorTransaction { get; set; }
  102. public virtual TblPaymentType TblPaymentType { get; set; }
  103. public virtual TblJournalLine TblJournalLine1 { get; set; }
  104. public virtual TblDebtorTranType TblDebtorTranType { get; set; }
  105. public virtual ICollection<TblDebtorTransactionsCatBreakdown> TblDebtorTransactionsCatBreakdowns { get; set; }
  106. public virtual ICollection<TblJournalLineTransaction> TblJournalLineTransactions { get; set; }
  107. public virtual ICollection<TblManagementFeesToAdjust> TblManagementFeesToAdjusts { get; set; }
  108. }
  109. }