Zprovozněna sestava objednávky. Umožněn upload souboru s razítkem, které

se zobrazuje na sestavě objednávky (Globalní nastavení - Požadavky -
Razítko).
closes #136
This commit is contained in:
2014-10-03 12:34:58 +02:00
parent 5421486189
commit 3f51a323bd
10 changed files with 108 additions and 13 deletions
@@ -169,6 +169,9 @@ GlobalSettingsVehicles=Dopravní prostředky
GlobalSettingsRefunds=Náhrady
GlobalSettingsFreeMealsCount=Počet jídel zdarma
GlobalSettingsHours=Hodin
GlobalSettingsUploadStamp=Nahrát obrázek razítka
GlobalSettingsStamp=Razítko
GlobalSettingsReqEnable=Povolení požadavků
UserSettings=Uživatelské nastavení
@@ -221,6 +224,7 @@ LogedInUser=Přihlášený uživatel:
ButtonStorno=Storno
ButtonSave=Uložit
ButtonDelete=Smazat
HeaderText=Hlavička
Binary file not shown.
+10 -5
View File
@@ -2,10 +2,11 @@
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="order" pageWidth="612" pageHeight="792" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="001cec2c-ccd4-45df-b6f6-2d28cf67ed6a">
<property name="ireport.zoom" value="1.5"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="32"/>
<property name="ireport.y" value="0"/>
<parameter name="SUBREPORT_DIR" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["/home/pepa/Dokumenty/dev/java/isspst/"]]></defaultValueExpression>
</parameter>
<parameter name="P_STAMP" class="java.lang.String"/>
<queryString>
<![CDATA[]]>
</queryString>
@@ -63,7 +64,7 @@
<field name="suplier.web" class="java.lang.String"/>
<field name="suplier.zipCode" class="java.lang.String"/>
<field name="items" class="java.util.List"/>
<field name="ownedBy" class="java.lang.String"/>
<field name="ownedBy" class="info.bukova.isspst.data.User"/>
<background>
<band splitType="Stretch"/>
</background>
@@ -311,11 +312,15 @@
<line>
<reportElement uuid="28c4da74-c350-4bac-a918-7da9c4703f35" x="0" y="100" width="572" height="1"/>
</line>
<textField isBlankWhenNull="true">
<reportElement uuid="ae10698c-46ba-4297-9cce-e31f7fb46c37" x="78" y="36" width="147" height="20"/>
<textField>
<reportElement uuid="fd079061-3ca5-4430-b7cf-91843fd1dc74" x="78" y="36" width="184" height="20"/>
<textElement verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{ownedBy}]]></textFieldExpression>
<textFieldExpression><![CDATA[""+($F{ownedBy} != null ? $F{ownedBy} : "")]]></textFieldExpression>
</textField>
<image>
<reportElement uuid="8a225478-b6f1-4589-95f9-bf63a23d984a" x="403" y="20" width="158" height="56"/>
<imageExpression><![CDATA[$P{P_STAMP}]]></imageExpression>
</image>
</band>
</summary>
</jasperReport>
Binary file not shown.
@@ -123,7 +123,7 @@
<textField isBlankWhenNull="true">
<reportElement uuid="ec5c1b7b-7f1e-49b8-9522-960b23fc797d" x="210" y="0" width="26" height="25"/>
<textElement textAlignment="Center"/>
<textFieldExpression><![CDATA[""+$F{munit}]]></textFieldExpression>
<textFieldExpression><![CDATA[""+($F{munit} != null ? $F{munit} : "")]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement uuid="3bf9bab0-042a-4a62-a9a9-950c7f98fde8" x="236" y="0" width="244" height="25"/>