cancel
Showing results for 
Search instead for 
Did you mean: 

Auto Invoicing

Former Member
0 Kudos

Hi i would like automatic invoicing based on the pressing of the delivery button in the Pick and Pack Manager, could this be done? Any help appreciated, thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member201110
Active Contributor
0 Kudos

Hi Euston,

I think you'd need to replace the delivery button with your own button that created both the delivery document and the sales invoice. You can't use the standard delivery button to trigger your code because the delivery document needs to be created by SBO first before you can create your invoice. With your own button, you can read the values in the matrix and create both the deliveries and invoices, with the correct linkage. I've done something similar that creates all these documents and prints copies and labels (using Crystal) at the same time. I actually used my own pick and pack manager screen but the principle would be the same.

Kind Regards,

Owen

Former Member
0 Kudos

Hi Owen

Would you please guide me as to how this would be done?

Thank You

Answers (1)

Answers (1)

Eneveux
Product and Topic Expert
Product and Topic Expert
0 Kudos

Euston,

Your question is open ended, but with respect to "could this be done" ... probably. You would need to use the SAP Business One SDK to do this. You would create code that would "listen" for the button click event in the Pick & Pack Manager and then read the appropriate data and create your invoice.

You may want to check with your SAP Partner or Channel Manager as there may already be a solution created by a 3rd party to do this. If not ... as I said ... in theory you should be able to create this.

Eddy