Skip to content

engdan77/faktura_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faktura Web

My father-in-law asked for an easy-to-use application for keep record of invoices for his clients in Swedish, and could not find any so this became a quick project to pull this together that other might find useful as a base foundation.

Basic functions

  • Create company, products, clients
  • Maintain invoice with due-date payments
  • Print invoice as PDF

alt faktura_web_demo

Installation

git clone && cd faktura_web
docker build . --tag faktura_web_image
docker run -d -p 443:443 -v [LOCAL DATABASE FOLDER]:/home/nginx/web2py/applications/faktura_web/databases --name faktura_web_container faktura_web_image && sleep 5 && docker logs faktura_web_container

Usage

Go to either

https://[Docker IP]

for accessing faktura_web

https://[Docker IP]/admin

(default password: admin)

for accessing web2py built-in admin page

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Database model

alt db_model

About

Platform for maintaining clients/products and printing invoices (in Swedish)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published