OK ... now it makes sense.
However, if I don't make a change there, then everything stays displaying as 'order'.
It would be nice to have the ability to make that change (i.e. setting when an order becomes an invoice) but yet having the same number used.
Probably easiest way would be to just add a new 'option' i the "Invoice Number format' field for something like {ordid size="5"} that would allow us to pull in the numbering sequence from the number generated for the order number (although without the 'format' of the order.
So that we could enter:
ORD-{date format="m-d-Y"}-{id size="5"}
for the order number format
and then something like:
INV-{date format="m-d-Y"}-{ordid size="5"}
for the invoice number format and have the actual "id" number be the same for the invoice as is in the order.
I know .... it would require more coding.
But right now, the only thing I can do is to now go in and change all the if/else in the order/show template so that it prints "INVOICE" instead of order always.
It would be much better if I could just make it display "Invoice" when the order is actually completed. But it doesn't appear I can do that AND keep the same base number.