/// <summary> /// The <c>gopPuchProductRegistrationBatchServices</c> class is the service class for post the purchase order registration,packingslip and invoice /// </summary> class gopPuchProductRegistrationBatchServices extends SysOperationServiceBase { Str1260 CaptureError; str empty=null; /// <summary> /// The <c>gopPuchProductRegistrationBatchServices</c> class is the service class for post the purchase order registration,packingslip and invoice /// </summary> public void processOperation() { gopProductRegistrationTable productRegistrationTable; this.validateBeforeRecipitInvoice(); this.ASNProcessOperation(); this.InvoiceProcessOperation(); ...
Comments
Post a Comment