page1 ReportPage1 PageHeader1 TextItem1 PageHeader1 Zboží ReportPage1 DataBand1 TextItem5 DataBand1 $D{commodity.id} TextItem6 DataBand1 $D{commodity.name} TextItem7 DataBand1 $S{currencyFormat($D{commodity.price} / 100,"cs_CZ.utf8")} TextItem8 DataBand1 $D{commodity.code} TextItem10 DataBand1 $D{commodity.shortName} TextItem12 DataBand1 $S{$D{commodity.type} == 1 ? "Nápoj" : $D{commodity.type} == 2 ? "Jídlo" : "Ostatní"} TextItem14 DataBand1 $D{commodity.vat} TextItem16 DataBand1 $D{commodity.count} ReportPage1 commodity DataHeaderBand1 TextItem2 DataHeaderBand1 id TextItem3 DataHeaderBand1 name TextItem4 DataHeaderBand1 price TextItem9 DataHeaderBand1 code TextItem11 DataHeaderBand1 short name TextItem13 DataHeaderBand1 type TextItem15 DataHeaderBand1 vat TextItem17 DataHeaderBand1 count ReportPage1 DataBand1 datasources prodejna QSQLITE $V{dbPath} commodity SELECT * FROM CommodityData prodejna dbPath /home/jony/Prg/prodejna.db