Version v5.12.8
Environment Docker
Is it possible to setup generated numbers so that some entities use different number padding?
My invoice schema is {$year}/{$client_id_number}-{$counter}, $counter should be a three-digit number. But I want the numbers for tasks to be a 6-digit number, and customers should be a 4-digit number starting with 1001.
Thanks your your help!