(add): Sheet printing form and compiler corrections

This commit is contained in:
2026-01-19 23:40:04 -05:00
parent ec0396b065
commit 287e89efa0
10 changed files with 746 additions and 325 deletions

View File

@@ -26,9 +26,9 @@
<div id="formheader" class="{prefix.color}" bind:offsetHeight={headerHeight}>
<div class="flex-row-space tb-margin">
<div class="flex-row">
<input type="number" bind:value={pagerForm.id_from}>
<input type="number" onfocus={(e) => e.target.select()} bind:value={pagerForm.id_from}>
<div style="font-size: 22pt">-</div>
<input type="number" bind:value={pagerForm.id_to}>
<input type="number" onfocus={(e) => e.target.select()} bind:value={pagerForm.id_to}>
<button class="styled" onclick={() => {
if (Math.abs(pagerForm.id_to - pagerForm.id_from) > 800) {
pagerForm.id_to = pagerForm.id_from + 799;
@@ -65,4 +65,4 @@
background-color: #ffffff;
z-index: 100;
}
</style>
</style>