IHostDocumentsViewsShowSalesInvoicesPaymentsEditing Method

Shows the sales invoice due date editing view.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowSalesInvoicesPaymentsEditing(
	List<long> ids
)

Parameters

ids  ListInt64
List<Int64> with the invoice identifiers.

See Also