Skip to content

SQDexe/invoice-manager-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

206 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invoice Manager

Programmes written to automate the process of signing invoice documents by quick generation of DOCX files based on a simple template.
Written for use in the Polish language, it can be adjusted with just a few tweaks.

  • Data Editor - manages data used for printing invoices
  • Invoice Printer - used for printing selected data into a DOCX

Managed using UV

Compiled using PyInstaller 6.8.0:

pyinstaller {file} ^
  --name "{name}" ^
  --icon ..\\{icon} ^
  --optimize 2 ^
  --clean ^
  --onefile ^
  --noconsole ^
  --noconfirm ^
  --distpath .\\ ^
  --workpath .\\{dump_folder} ^
  --specpath .\\{dump_folder} ^
  --hidden-import babel.numbers

About

Project to automate printing of documents at workplace

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages