property AccountCode: String(8) [GL Account Code] | ||
property AccountName: String(60) [Analysis Name] | ||
property BalanceToReconcile: Number [Amount] readonly | ||
property Branch: String | ||
property BranchCode: String(8) [CO Branch Code] | ||
property ClassName: String readonly | ||
property ClosingBalance: Number [Amount] readonly | ||
property Department: String | ||
property DepartmentCode: String(8) [CO Department Code] | ||
property Details: String(60) [Description] | ||
property Editing: Boolean readonly | ||
property Name: String | ||
property PeriodID: Number [Period ID] | ||
| property Reconciled: Object readonly | |
property ReconciledCreditTotal: Number [Amount] readonly | ||
property ReconciledDebitTotal: Number [Amount] readonly | ||
property ReconciliationAmount: Number [Amount] | ||
property ReconciliationDate: Date | ||
property ReconciliationID: Number [GL Reconciliation ID] required | ||
property Status: String(1) [GLReconciliationStatus] readonly
| ||
| property Unreconciled: Object readonly | |
property UnreconciledCreditTotal: Number [Amount] readonly | ||
property UnreconciledDebitTotal: Number [Amount] readonly | ||
property UnreconciledTotal: Number [Amount] readonly | ||
method Cancel | ||
method CloseReconciliation | ||
method Edit | ||
method GetFieldDomain(FieldName: String): String | ||
method GetPropertyValue(PropertyName: String): Variant | ||
method Insert | ||
method Load | ||
method PropertyType(PropertyName: String): String | ||
method ReconcileAll | ||
method ReconcileTransaction | ||
method ReopenReconciliation | ||
method Save | ||
method SetPropertyValue(PropertyName: String, Value: Variant) | ||
method UnreconcileAll | ||
method UnreconcileTransaction | ||
event AfterSave | ||
event BeforeSave |