tillmo / erpnext-client

GUI for ERPNext bank reconciliation and purchase invoice creation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client for ERPNext

installation on Debian / Ubuntu:

  • download install-ubuntu.sh and run sh install-ubuntu.sh

installation on Windows:

You now can start the client with python3 erpnext.py (or, in Windows 10, with erpnext)

features

  • 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

running tests

For running tests, please first run pip3 install -e .

About

GUI for ERPNext bank reconciliation and purchase invoice creation

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.3%Language:Shell 0.7%Language:Batchfile 0.1%