Questions tagged [rml]

RML is the Report Markup Language - a member of the XML family of languages, and the XML dialect used by rml2pdf to produce documents in Adobe's Portable Document Format (PDF).

RML is the Report Markup Language - a member of the XML family of languages, and the XML dialect used by rml2pdf to produce documents in Adobe's Portable Document Format (PDF).

RML documents can be written automatically by a program or manually using any word processor that can output text files (e.g. using a "Save as Text" option from the save menu). Since RML documents are basic text files, they can be created on the fly by scripts in Python, Perl, or almost any other language.

RML makes creating documents in PDF as simple as creating a basic web page - RML is as easy to write as HTML, and uses "tags" just like HTML. It is much easier than trying to write PDF programmatically.

http://www.reportlab.com/software/documentation/

120 questions
0
votes
1 answer

OpenERP RML blockTable Problems

I'm modifying OpenERP Employee Payslip RML Report, I want to Split the line by Earnings or Deductions. This is what I expect as the final result: _____________________________ _____________________________ | Earnings | Deductions…
Edxz
  • 823
  • 2
  • 8
  • 22
0
votes
0 answers

python tag in rml for loop to insert empty rows

I have a table in my report which look like. A B C -------------\ 1 2 3 4 5 6 --------------\ Now want to insert fixed number of empty rows at the end A B C -------------\ …
0
votes
4 answers

How to change the alignment of table in RML file?

I am working with OpenOffice designer to edit OpenERP reports, I set the alignment of table to left or right and I save and send to server. When I print the invoice report, the table is always in the center. So I am going to edit it from RML file…
Andromida
  • 1,095
  • 1
  • 11
  • 28
0
votes
1 answer

Conditional Page Break in RML

I am using rml as reporting language for openerp7. In there i would require to put a page break after a text. My Code is below This is the first page Text. After this all…
Vivek
  • 3,523
  • 2
  • 25
  • 41
0
votes
1 answer

printing sequence in rml surprises me

Kindly take a look at this code and correct me if i am wrong The following code
Vivek
  • 3,523
  • 2
  • 25
  • 41
0
votes
1 answer

OpenERP report creation fails

I have been trying to create a calldetails report under OpenERP's Reporting module. I want report in same as in Reporting/Point of sale/sales details. I did steps specified in documentation but module is not showing. This is my xml for report(inside…
Anuradha Nair
  • 81
  • 1
  • 7
0
votes
1 answer

How to make Striped RML table in openerp?

I am going to implement BlockTable, I have taken a BlockTable inside section and I want color dynamic, like striped(one white & one grey) but have no idea how to do. Can anyone help me.
Dhirendrasinh
  • 11
  • 1
  • 5
0
votes
1 answer

Remove cell from table

I have created my own Sales / Quotation report caleed sale_order.sxw using OpenOffice Write. From there I generate the sale_order.rml file. I have two installation of OpenERP, one on Windows and one on Ubuntu. In OOWriter, I have a 4 columns table…
CloseISQ
  • 343
  • 1
  • 6
  • 18
0
votes
2 answers

add sales order information to an invoice in openerp RML

In my sales order I have a customer reference number that needs to be referenced in my customer invoice, The invoice uses the source document to search for it's related sales order, then searches the sales records. I've the following in my…
bereal
  • 1
  • 1
0
votes
1 answer

How to Change the size of print just half in open ERP?

Hello I am new in Open ERP. I have a task to do the print size just half. for this I am doing changes in account_print_invoice.rml as **