IHostFinanceViewsShowAccountBalanceByOrigin Method

Shows the balance in the fiscal year by origin.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowAccountBalanceByOrigin(
	AccountingOriginType originType,
	Object originCode,
	string originDescription,
	DateTime selectedDate
)

Parameters

originType  AccountingOriginType
AccountingOriginType with the accounting origin type.
originCode  Object
Origin code.
originDescription  String
Origin description.
selectedDate  DateTime
Selected date.

See Also