Skip to content

duskybomb/invoicex-gui

 
 

Repository files navigation

GUI for factur-x - Invoice-X GUI

Graphical User Interface for factur-x library with basic functionalities such as:

  • Validate Metadata
  • Export Metadata to (jsonyml)
  • Add xml to PDF
  • Extract fields from PDF
  • Edit Fields

The application is built using PyQt5

Requirements

External Dependencies:

  • Imagemagick
  • GhostScript

Running

$ git clone https://github.com/invoice-x/invoicex-gui.git
$ cd invoicex-gui
$ pip install -r requirements.txt
$ python main.py

OR run from terminal

$ $ git clone https://github.com/invoice-x/invoicex-gui.git
$ cd invoicex-gui
$ python setup.py install
$ invoicex-gui

Development

If you are interested in improving this project, have a look at our developer guide to get you started quickly.

Status

The project is under development

Working Features:

  • Preview Loaded PDF
  • Load metadata to right Dock
  • Edit Fields
  • Save PDF file
  • Export Metadata (jsonyml)

image

image

Author

About

Graphical User Interface for factur-x library with basic functionalities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%