Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 706 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 706 Bytes

tesoro

Example

A simple web app to calculate taxes on capital gain according to the Danish tax system (skat means treasure in english and tesoro in italian)

It kind of works.

Prepare the app in development with

bundle install --without production

You can load some example data with.

bundle exec rake db:migrate
bundle exec rails server
open http://0.0.0.0:3000/
[create a user, via web interface click "Sign up"]
bundle exec rake db:seed
bundle exec rake tesoro:import_usd_conversion  # Import USD/DDK conversion rate by Danish National Bank

TODO:

  • Compute commission on sales