feat(labels): add printable label offset for partially used sheets - #19336
feat(labels): add printable label offset for partially used sheets#19336r-xyz wants to merge 7 commits into
Conversation
Based on grokability#18781 by @BlackFenix2 Co-authored-by: BlackFenix2 <Devin_98@msn.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
|
I added a basic Bulk Generator Page, which might be expanded with additional parameters/options in the future (i.e. Number of copies, as suggested in #18013). |
|
@snipe I agree it would make more sense to just have the Please let me know what you think, so I could clean it up as required. |
Based on #18781.
Added a simple integer offset option to labels bulk-generation. If offset >=1, a corresponding number of empty label(s) will be skipped from the beginning of the sheet.
This will enable to easily print on partially used multi-label sheet (e.g Avery templates).
Included localization for tool-tip text. Please let me know if also offset should require localization.
Fixes #18013.
EDIT:

Added Bulk Label Generator page, with offset option.