Skip to content
/ KDVAT Public

KDVAT is an advanced VAT calculation application that runs on Linux, macOS, and Windows. With its user-friendly interface, you can easily calculate VAT-inclusive or VAT-exclusive amounts, process bulk calculations, and export results to Excel. Additionally, you can view transaction history and generate detailed statistical reports.

License

Notifications You must be signed in to change notification settings

cektor/KDVAT

Repository files navigation

made in TR

KDVAT

KDVAT is an advanced VAT calculation application that runs on Linux, macOS, and Windows. With its user-friendly interface, you can easily calculate VAT-inclusive or VAT-exclusive amounts, process bulk calculations, and export results to Excel. Additionally, you can view transaction history and generate detailed statistical reports.

KDVAT VAT Calculation LOGO

KDVAT Logo


Linux Screenshot

Linux(pardus)

Windows Screenshot

windows(11 pro)


Install Git Clone and Python3

Github Package Must Be Installed On Your Device.

git

sudo apt install git -y

Python3

sudo apt install python3 -y 

pip

sudo apt install python3-pip

Required Libraries

PyQt5

pip install PyQt5

PyQt5-sip

pip install PyQt5 PyQt5-sip

PyQt5-tools

pip install PyQt5-tools

Required Libraries for Debian/Ubuntu

sudo apt-get install python3-pyqt5
sudo apt-get install qttools5-dev-tools
sudo apt-get install python3-pillow
sudo apt-get install python3-pypdf2

openpyxl

pip3 install openpyxl

requests

pip3 install requests

matplotlib

pip3 install matplotlib

defusedxml

pip3 install defusedxml

Installation

Install KDVAT

sudo git clone https://github.com/cektor/KDVAT.git
cd KDVAT
python3 kdvat.py

To compile

NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.

pip install pyinstaller

Linux Terminal

pytohn3 -m pyinstaller --onefile --windowed kdvat.py

MacOS VSCode Terminal

pyinstaller --onefile --noconsole kdvat.py

To install directly on Windows and Linux

Linux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.

wget -O Setup_Linux64.deb https://github.com/cektor/KDVAT/releases/download/1.00/Setup_Linux64.deb && sudo apt install ./Setup_Linux64.deb && sudo apt-get install -f -y

Windows Installer CMD (PowerShell): To Install from Windows CMD with Direct Connection.

powershell -Command "Invoke-WebRequest -Uri 'https://github.com/cektor/KDVAT/releases/download/1.00/Setup_Win64.exe' -OutFile 'Setup_Win64.exe'" && start /wait Setup_Win64.exe

About

KDVAT is an advanced VAT calculation application that runs on Linux, macOS, and Windows. With its user-friendly interface, you can easily calculate VAT-inclusive or VAT-exclusive amounts, process bulk calculations, and export results to Excel. Additionally, you can view transaction history and generate detailed statistical reports.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages