- download
install-ubuntu.sh
and runsh install-ubuntu.sh
- Install Python
- Install the Xpdf command line tools by unpacking this zip archive into some folder in the PATH, e.g. C:\Users<your name>\AppData\Local\Microsoft\WindowsApps
- Install Git
- Open a terminal or console, and in some folder of your choice, enter the following commands:
- git clone https://github.com/tillmo/erpnext-client.git
- cd erpnext-client
- pip3 install -r requirements.txt
You now can start the client with python3 erpnext.py
(or, in Windows 10, with erpnext
)
- GUI for ERPNext bank reconciliation and purchase invoice creation
- accesses ERPNext via the API
- read in purchase invoices from some companies, store them in ERPNext
- can be easily extended for more companies
- read in bank statements from some banks, store bank transactions in ERPNext
- can be easily extended for more banks
- process bank transactions, create journal or payment entries
- submit or delete journal entries, payment entries, purchase invoices
- handle this for multiple companies
- currently, texts are in German only
For running tests, please first run pip3 install -e .