WinglGlobalPost_Invoices Method

This routine will iterate through the Invoices table and post any invoice with a non-zero check number and valid check date

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static void Post_Invoices(
	bool batchProcess = false,
	bool EFT = false,
	bool ACH = false
)

Parameters

batchProcess  Boolean  (Optional)
 
EFT  Boolean  (Optional)
 
ACH  Boolean  (Optional)
 

See Also