hamzeh_pm
hamzeh_pm

Reputation: 317

report builder for django

is this something like stimulsoft or crystal report for django, i am not talking about report viewer that just export some excel data, i am talking about whole package, like some text with variables and some tables, pages with headers and footers and water marks and so on.

i want to have footer on every page and tables that i don't know how long they will grow and maybe they go to second page or third and the page must be generated with footer for new data just like stimulsoft reporter

Upvotes: 0

Views: 1925

Answers (2)

djangomachine
djangomachine

Reputation: 699

Check out ReportBro

Commercial use requires a license. I'm not affiliated, but currently evaluating for use in my own project. It seems to offer everything you're looking for.

Upvotes: 1

mrash
mrash

Reputation: 903

You can use Reportlab that contains such features. [read it!]. But I don't found a full package to connect models and making reports. In Reportlab you can make page templates and complete them with data. For the Persian language, you should use external packages for RTL reshaping.

Upvotes: 1

Related Questions