mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Anpassung der Bestellschein-Vorlage
Gitternetz nach oben verschoben, da es sonst in manchen Fällen zu einem Seitenumbruch kommt und das Gitternetz auf der nächsten angezeigt wird
This commit is contained in:
@@ -278,66 +278,6 @@
|
||||
</fo:block>
|
||||
</fo:block-container>
|
||||
|
||||
<!-- Bestelldetails -->
|
||||
<fo:block-container position="absolute" top="95mm" left="10mm">
|
||||
<fo:table table-layout="fixed" border-collapse="collapse">
|
||||
<fo:table-column column-width="7mm"/>
|
||||
<fo:table-column column-width="10mm"/>
|
||||
<fo:table-column column-width="7mm"/>
|
||||
<fo:table-column column-width="80mm"/>
|
||||
<fo:table-column column-width="35mm"/>
|
||||
<fo:table-column column-width="15mm"/>
|
||||
<fo:table-column column-width="20mm"/>
|
||||
<fo:table-column column-width="12mm"/>
|
||||
<fo:table-body>
|
||||
<fo:table-row line-height="10pt">
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="7mm" text-align="center">
|
||||
Pos
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="10mm" text-align="center">
|
||||
Menge
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="7mm" text-align="center">
|
||||
VE
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="80mm" text-align="center">
|
||||
Bezeichnung
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="35mm" text-align="center">
|
||||
ArtikelNr
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="15mm" text-align="center">
|
||||
Preis/VE
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="20mm" text-align="center">
|
||||
Summe [EUR]
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="12mm" text-align="center">
|
||||
UST
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
</fo:table-row>
|
||||
<xsl:apply-templates select="details"/>
|
||||
</fo:table-body>
|
||||
</fo:table>
|
||||
|
||||
</fo:block-container>
|
||||
|
||||
<!-- Tabelle die ueber der Bestelldetail Tabelle liegt, um die vertikalen Linien zu Zeichnen -->
|
||||
|
||||
<fo:block-container position="absolute" top="95mm" left="9.8mm">
|
||||
@@ -440,6 +380,66 @@
|
||||
|
||||
</fo:block-container>
|
||||
|
||||
<!-- Bestelldetails -->
|
||||
<fo:block-container position="absolute" top="95mm" left="10mm">
|
||||
<fo:table table-layout="fixed" border-collapse="collapse">
|
||||
<fo:table-column column-width="7mm"/>
|
||||
<fo:table-column column-width="10mm"/>
|
||||
<fo:table-column column-width="7mm"/>
|
||||
<fo:table-column column-width="80mm"/>
|
||||
<fo:table-column column-width="35mm"/>
|
||||
<fo:table-column column-width="15mm"/>
|
||||
<fo:table-column column-width="20mm"/>
|
||||
<fo:table-column column-width="12mm"/>
|
||||
<fo:table-body>
|
||||
<fo:table-row line-height="10pt">
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="7mm" text-align="center">
|
||||
Pos
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="10mm" text-align="center">
|
||||
Menge
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="7mm" text-align="center">
|
||||
VE
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="80mm" text-align="center">
|
||||
Bezeichnung
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="35mm" text-align="center">
|
||||
ArtikelNr
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="15mm" text-align="center">
|
||||
Preis/VE
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="20mm" text-align="center">
|
||||
Summe [EUR]
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="12mm" text-align="center">
|
||||
UST
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
</fo:table-row>
|
||||
<xsl:apply-templates select="details"/>
|
||||
</fo:table-body>
|
||||
</fo:table>
|
||||
|
||||
</fo:block-container>
|
||||
|
||||
<!-- Fusszeile -->
|
||||
<fo:block-container position="absolute" top="240mm" left="10mm">
|
||||
<fo:block font-size="10pt">
|
||||
|
||||
@@ -182,68 +182,7 @@
|
||||
</fo:table-body>
|
||||
</fo:table>
|
||||
</fo:block-container>
|
||||
|
||||
<!-- Bestelldetails -->
|
||||
<fo:block-container position="absolute" top="95mm" left="10mm">
|
||||
<fo:table table-layout="fixed" border-collapse="collapse">
|
||||
<fo:table-column column-width="7mm"/>
|
||||
<fo:table-column column-width="10mm"/>
|
||||
<fo:table-column column-width="7mm"/>
|
||||
<fo:table-column column-width="80mm"/>
|
||||
<fo:table-column column-width="35mm"/>
|
||||
<fo:table-column column-width="15mm"/>
|
||||
<fo:table-column column-width="20mm"/>
|
||||
<fo:table-column column-width="12mm"/>
|
||||
<fo:table-body>
|
||||
<fo:table-row line-height="10pt">
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="7mm" text-align="center">
|
||||
Pos
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="10mm" text-align="center">
|
||||
Menge
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="7mm" text-align="center">
|
||||
VE
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="80mm" text-align="center">
|
||||
Bezeichnung
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="35mm" text-align="center">
|
||||
ArtikelNr
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="15mm" text-align="center">
|
||||
Preis/VE
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="20mm" text-align="center">
|
||||
Summe [EUR]
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="12mm" text-align="center">
|
||||
UST
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
</fo:table-row>
|
||||
<xsl:apply-templates select="details"/>
|
||||
</fo:table-body>
|
||||
</fo:table>
|
||||
|
||||
</fo:block-container>
|
||||
|
||||
<!-- Tabelle die ueber der Bestelldetail Tabelle liegt, um die vertikalen Linien zu Zeichnen -->
|
||||
<!-- Tabelle die ueber der Bestelldetail Tabelle liegt, um die vertikalen Linien zu Zeichnen -->
|
||||
|
||||
<fo:block-container position="absolute" top="95mm" left="9.8mm">
|
||||
<fo:table table-layout="fixed" border-collapse="collapse" border-width="0.2mm" border-style="solid">
|
||||
@@ -345,6 +284,67 @@
|
||||
|
||||
</fo:block-container>
|
||||
|
||||
<!-- Bestelldetails -->
|
||||
<fo:block-container position="absolute" top="95mm" left="10mm">
|
||||
<fo:table table-layout="fixed" border-collapse="collapse">
|
||||
<fo:table-column column-width="7mm"/>
|
||||
<fo:table-column column-width="10mm"/>
|
||||
<fo:table-column column-width="7mm"/>
|
||||
<fo:table-column column-width="80mm"/>
|
||||
<fo:table-column column-width="35mm"/>
|
||||
<fo:table-column column-width="15mm"/>
|
||||
<fo:table-column column-width="20mm"/>
|
||||
<fo:table-column column-width="12mm"/>
|
||||
<fo:table-body>
|
||||
<fo:table-row line-height="10pt">
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="7mm" text-align="center">
|
||||
Pos
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="10mm" text-align="center">
|
||||
Menge
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="7mm" text-align="center">
|
||||
VE
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="80mm" text-align="center">
|
||||
Bezeichnung
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="35mm" text-align="center">
|
||||
ArtikelNr
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="15mm" text-align="center">
|
||||
Preis/VE
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="20mm" text-align="center">
|
||||
Summe [EUR]
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center">
|
||||
<fo:block font-size="8pt" font-weight="bold" content-width="12mm" text-align="center">
|
||||
UST
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
</fo:table-row>
|
||||
<xsl:apply-templates select="details"/>
|
||||
</fo:table-body>
|
||||
</fo:table>
|
||||
|
||||
</fo:block-container>
|
||||
|
||||
|
||||
<!-- Fusszeile -->
|
||||
<fo:block-container position="absolute" top="240mm" left="10mm">
|
||||
<fo:block font-size="10pt">
|
||||
|
||||
Reference in New Issue
Block a user