IHostFinanceViewsShowAccountStatementByOrigin Method

Displays the account statement view by origin.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowAccountStatementByOrigin(
	AccountingOriginType originType,
	Object originCode,
	string originDescription,
	DateTime? fromDate,
	DateTime toDate
)

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.

See Also