Miguel Sanda
Miguel Sanda
@bugking Thanks for your inquiry. There is a plan to support all of those features. Please check our [ROADMAP](https://github.com/arrobalytics/django-ledger/blob/develop/ROADMAP.md) document for more details. In particular, your feature request will be...
@rkisdp thank you for your Pull Request. Happy to accept your contribution, However in order to keep things consistent with the CSS framework (Bulma), please look at the documentation to...
Documentation is now being hosted on [ReadTheDocs](https://django-ledger.readthedocs.io/en/latest/index.html). Still a lot to document. Any help is always welcome.
The code has been refactored since version 0.4 to incorporate good practices like the one described on this issue.
Hello @hemabe . Did you check the [QuickStart Guide](https://github.com/arrobalytics/django-ledger/blob/develop/notebooks/QuickStart%20Notebook.ipynb)? Also please retry the Discord Link, it was just updated.
@sroycho4 these requirements.txt file is only to build the documentation page on ReadTheDocs. If you are looking for a way to generate the requirements.txt, you may use pipenv for this....
@simevo thank you for requesting this feature... I think it would be great to support these open standards... I will look in to it and add it to the road...
Thank for your feedback. I agree VAT is not linked to a customer/vendor. This is meant to be used as a default value associated with a customer/vendor if needed to...
VAT can always be handled as a separate invoice/bill item with current implementation and be driven by application logic. There are so many scenarios depending on country, economic activity, items,...
@simevo I just created a pull request for review... thanks for suggesting this.