An open API service indexing awesome lists of open source software.

https://github.com/bit4bit/phrelatorio

build reports using a opendocument editor (mirror)
https://github.com/bit4bit/phrelatorio

odt php reporting reporting-tool

Last synced: 6 months ago
JSON representation

build reports using a opendocument editor (mirror)

Awesome Lists containing this project

README

          

# phrelatorio

build reports using opendocument editor (like libreoffice/abiwork/gnumeric).

see **examples** for how to build reports.

~~~php

use Phrelatorio\OpenDocument as Relatorio;

$doc = Relatorio::loadFlatODT('myods.fods');
$doc->save('mynewods.fods', ...context...);

~~~

# Limitation

- only support Flat OpenDocument

# Todo

- [x] allow php expressions
- [ ] inject images
- [ ] work with .odt and .ods

# Contributing

1. `rake dev:up`
2. `rake dev:init`
3. `rake tdd`
4. `rake dev:down`

# Thanks

* [PHPTAL](https://phptal.org/)

# Inspired by

* [relatorio](https://hg.tryton.org/relatorio/file/tip/README)