tommyblue/Bookkeeper

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
Gemfile
Gemfile.lock
Guardfile
MIT-LICENSE
README.md
Rakefile
app/assets/javascripts/bookkeeper.js8
A
0 mins
app/assets/javascripts/bookkeeper/bootstrap-datepicker.js425
D
2 days
app/assets/stylesheets/bookkeeper.css
app/assets/stylesheets/bookkeeper/datepicker.css
app/assets/stylesheets/bookkeeper/scaffold.css
app/controllers/bookkeeper/application_controller.rb5
A
0 mins
app/controllers/bookkeeper/balance_controller.rb9
A
0 mins
app/controllers/bookkeeper/incomings_controller.rb33
A
2 hrs
app/controllers/bookkeeper/outgoings_controller.rb33
A
2 hrs
app/controllers/bookkeeper/purchases_controller.rb62
A
0 mins
app/controllers/bookkeeper/search_controller.rb10
A
0 mins
app/helpers/bookkeeper/application_helper.rb4
A
0 mins
app/inputs/datepicker_input.rb8
A
0 mins
app/models/bookkeeper/account.rb34
A
0 mins
app/models/bookkeeper/categories.rb7
A
0 mins
app/models/bookkeeper/incoming.rb4
A
0 mins
app/models/bookkeeper/movement.rb32
A
0 mins
app/models/bookkeeper/outgoing.rb4
A
0 mins
app/models/bookkeeper/purchase.rb12
A
0 mins
app/uploaders/receipt_uploader.rb8
A
0 mins
app/views/bookkeeper/balance/_balance_chart.html.erb
app/views/bookkeeper/balance/_movements_chart.html.erb
app/views/bookkeeper/balance/index.html.erb
app/views/bookkeeper/incomings/_form.html.erb
app/views/bookkeeper/incomings/edit.html.erb
app/views/bookkeeper/incomings/new.html.erb
app/views/bookkeeper/movements/_search.html.erb
app/views/bookkeeper/movements/index.html.erb
app/views/bookkeeper/outgoings/_form.html.erb
app/views/bookkeeper/outgoings/edit.html.erb
app/views/bookkeeper/outgoings/new.html.erb
app/views/bookkeeper/purchases/_form.html.erb
app/views/bookkeeper/purchases/_search.html.erb
app/views/bookkeeper/purchases/edit.html.erb
app/views/bookkeeper/purchases/index.html.erb
app/views/bookkeeper/purchases/new.html.erb
app/views/bookkeeper/search/create.html.erb
app/views/bookkeeper/shared/_movement_form.html.erb
app/views/layouts/bookkeeper/application.html.erb
bookkeeper.gemspec
lib/bookkeeper.rb3
A
0 mins
lib/bookkeeper/engine.rb15
A
0 mins