IHostFinanceViewsShowAccountStatementByOrigin Method
Displays the account statement view by origin.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void ShowAccountStatementByOrigin(
AccountingOriginType originType,
Object originCode,
string originDescription,
DateTime? fromDate,
DateTime toDate
)
Sub ShowAccountStatementByOrigin (
originType As AccountingOriginType,
originCode As Object,
originDescription As String,
fromDate As DateTime?,
toDate As DateTime
)
Parameters
- originType AccountingOriginType
- AccountingOriginType with the accounting origin type.
- originCode Object
- Origin code.
- originDescription String
- Origin description.
- fromDate NullableDateTime
- Date start.
- toDate DateTime
- Date end.