Manu
Manu
Surprised pip isn't included. Maybe needs to be added as dependency.
Yeah, agreed.
This issue exists because we don't init repos for now. There are some chicken-egg issues going on, if you think it through.
This role will also create a SSH key to use for BorgBase or your own server. Before you run the init command, you will want to authorize the repo with...
Agree that this should be mentioned. You can also do this within Ansible, using [this module](https://github.com/borgbase/ansible-role-borgbackup/blob/master/library/borgbase.py): ``` - name: Create new repository for server in EU with new SSH_key and...
Thanks for the improvement. Wanna make a pull request for it to make it official and make sure all tests are still working?
That's just an example. So not critical. Seems like our Google Summer of Code student left it there. I'll remove it when doing a larger change. Thanks for reporting.
As we add more functionality, separating it into different modules and functions is surely a good idea. Currently we have those three stages (1 stage = 1 package [here](https://github.com/invoice-x/invoice2data/tree/master/invoice2data)): input,...
If you use a custom template, you should point `invoice2data` at it. I don't see that in your command. Same folder isn't enough. We already have a Flipkart template. Maybe...
Then I'm guessing you have a different invoice format than what we support. Have a look at the [template tutorial](https://github.com/invoice-x/invoice2data/blob/master/TUTORIAL.rst) on how to adapt a template.