How to turn off message about printing invoices when posting Sales Journal?

SOLVED

We just upgraded from 2017 to 2019 Sage 100cloud.

Now when we post invoices using S/O Daily Sales Reports and Updates, we get a message "Not all invoices have been printed". We didn't use to get that. I poured over Role Maintenance and S/O settings and can't find where to turn that off.

It's not the largest issue in the world, it's just annoying. We have a batch every day that doesn't need to be printed/emailed and would prefer not to have to click an extra button every day.

Parents Reply
  • 0 in reply to Sage100User

    Are the fulfillment invoices imported? If so on the Data tab of your V/I import you can just assign H.PrintInvoice = N (and maybe also H.InvoicePrinted = Y). But if they are keyed in, you could manually uncheck Print Invoice box OR run a button script for the batch that will go thru each invoice to flip the PrintInvoice flag to N.

    Or you could do nothing. That seems easiest.

Children