SERIAL idno in multipart_id_numbering.conf seems to be working well on my first go but I can't get the minimum_value right. I put in 5000 for the value and it always starting off on 1.
ca_objects = {
jwire = {
separator = _,
elements = {
number = {
type = SERIAL,
minimum_value=5000,
editable = 0,
zeropad_to_length = 6,
sequence_by_type = 1,
dont_include_subtypes = 1
}
}
}
I am on a 1.7+ version