Manu

Results 64 issues of Manu

Looks like Laravel doesn't use all container env vars when a .env file is also present. This .env file is used for `APP_KEY` which is generated and then stored in...

enhancement

Tried to read one of the test files and it failed. ``` manu@nyx2: ~/Downloads $ facturx-pdfextractxml factur-x/zugferd10/Beispiele/zugferd_example_invoice_en.pdf test.xml PdfReadWarning: PdfFileReader stream/file object is not in binary mode. It may not...

I started collecting sample files that can be used for testing in the future. They are from the official German site. France has something similar which I intend to add...

Repo URLs can be hard to read. Even the ones BorgBase uses. So would suggest to ask for a name when adding a repo and show that in the dropdown...

type:enhancement

I suggest we do a major version release, after you're done with your changes, @bosd. Will do it myself and document the steps better. Basically it's adding a tag and...

UBL is another invoice standard, besides Factur-x and Zugferd. It's quite popular in the US and outside of Europe. The specification (sample XML) can be found [here](http://docs.oasis-open.org/ubl/os-UBL-2.1/UBL-2.1.html#T-INVOICE) for different versions....

pyPDF seems unmaintained, Pike is a new project based on qpdf. https://github.com/pikepdf/pikepdf

Since we cleared the XML templates of values it may be useful to keep default values in `fields.yml`. Like "invoice" for `ram:Name` (document name).

Each invoice XML standard has a few template files, as defined in [`flavors.yml`](https://github.com/invoice-x/factur-x/blob/master/facturx/flavors/flavors.yml). These templates are used to add an empty XML. For now I just copied the sample files...

priority:high