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.