CMDBuild Forum

Documentation creating Labels

I'm looking for a solution to print labels for some Assets. In documentation is written that i should use iReport. Unfortenately their is no support for iRobot anymore. Additional their is no documentation how to handle this in detail.

I need a possibility to read some information from a card and place them to a blank page. How can I proceed?

You can create a report with IReport / Jaspersoft Studio to print a label, and insert a barcode on the label.
I attach you a sample screenshot.
CMDBuild Team

ireportbarcode-jpg (67.9 KB)

Previously Tecnoteca wrote:

You can create a report with IReport / Jaspersoft Studio to print a label, and insert a barcode on the label.
I attach you a sample screenshot.
CMDBuild Team
Thanks for response. Can you give me some information how I have to create the label with Jaspersoft Studio? Do I need to connect JStudio to the CBuild-database, or is it possible to use variables?

You don't have to connect Jasperstudio to the CMDBuild database, you have only to:
- w
rite from Jasperstudio a SQL querying the CMDBuild database, and design with Jasperstudio the report that presents the extracted data
- import the JRXML report descriptor into CMDBuild (Administration Module, Report) and enter the new report in the menu (Administration Module, Menu)
CMDBuild Team

Previously Tecnoteca wrote:

You don't have to connect Jasperstudio to the CMDBuild database, you have only to:
- w
rite from Jasperstudio a SQL querying the CMDBuild database, and design with Jasperstudio the report that presents the extracted data
CMDBuild Team

How exactly can I do this?

Previously Tecnoteca wrote:

Previously Tecnoteca wrote:

You don't have to connect Jasperstudio to the CMDBuild database, you have only to:
- w
rite from Jasperstudio a SQL querying the CMDBuild database, and design with Jasperstudio the report that presents the extracted data
CMDBuild Team

How exactly can I do this?

 

Ok, I figured out that you have to ignore the error Message "Table not in selected Database"...

 

Is it possible to ask for an Code and then generate the Rebort only for the given Code?

Yes this is possible.

If you define in Jasperstudio a string parameter (which you will then use in the query), launching the report CMDBuild will open a popup asking to write that parameter.
CMDBuild Team