Can invoice number change day to day basis

sir I have sweets shop and their large
number of customer for billing.can I start from invoice 1 for a every day billing please tell me any solution .
Replies (4)
Quick Summary
For a sweet shop with high customer volume, starting invoice numbering from 1 each day is a common query. The recommended solution involves a date-based format, such as 'DDMMYY/InvoiceNumber', ensuring each invoice is unique daily but sequential within that day. For example, '01JAN23/01', '01JAN23/02', and so on, resetting the sequence daily. Implementing this requires software control to manage multiple series and maintain accurate records.

Numbers can change but cannot repeat every day.

You can use the formate like this -
01JAN23/01, 01JAN23/02, 01JAN23/03
02JAN23/01, 02JAN23/02, 02JAN23/03
03JAN23/01, 03JAN23/02, 03JAN23/03
You can use multiple series
Invoice number must be controlled from software

Leave a Reply

Your are not logged in . Please login to post replies

Click here to Login / Register