Closed (fixed)
Project:
Serial Field
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2012 at 04:28 UTC
Updated:
12 Aug 2014 at 11:29 UTC
Jump to comment: Most recent
Comments
Comment #1
emcniece commentedI suppose this could be initialized as a starting number... for example, the 5-digit number could be started at 10000, and the 7-digit number could start at 1000000. Any way to adjust the starting number of the serial?
Comment #2
emcniece commentedYep, found the other thread(s).
Comment #3
FaBMak commentedI'm looking for something like this, but i'm case i need the change the format of the Serial. Instead of 1, should be 0001.
Is this possible?
Comment #4
aalireza commentedi want something like this , how can do this ?
Comment #5
zwerg commentedIt's not a duplicate because this applies to v7.x, not to the 6.x version of serial field.
Is it possible to change the serial length through the UI like the patch in v6?
Comment #6
zwerg commentedComment #7
zwerg commentedFound a solution using computed_field in https://www.drupal.org/node/2055161.
If you want to set up a starting number like 1000000, you need to add this via "+" in the computed code, e.g.: