Hi John,
I ran some tests with the slipsheets funcationality and additional content options added by output presets (inspired by conversations with my colleague @Manuel). This basically works, the sequence numbering skips the slipeheets but unfortunately it starts on the banner page. This is what I did:
Slipsheets
I removed the slipsheet section from the template, these will be added by the output engine. As slipsheets are added per 10 documents I needed to group documents in job segments (1 per 10 documents) using a jobpreset. The output engine can add slipsheets after job segments.
To achieve this I added a data field in the data mapping configuration, this field increases a batch number per 10 documents. See the image below:
This batch ID is used in the jobpreset to group documents (e.g. creating the batches of 10 documents).
Next I enabled the slipsheet in an output preset.
Sequence number
The sequence number is added by the output preset. For this I used the Additional Content option and added the following text variable: ${page.sequence.job, “00000000”}
This number is not shown on the slipsheets but again unfortunately it is shown on the banner page.
This is the closest I can get,
Erik