organized code into Smr module
commitd47d32e891b057b812c41560ced609e9ca14a38d
authorpqauvsum <pqauvsum@posteo.cz>
Sun, 26 Oct 2014 15:32:58 +0000 (26 11:32 -0400)
committerpqauvsum <pqauvsum@posteo.cz>
Sun, 26 Oct 2014 15:32:58 +0000 (26 11:32 -0400)
tree03956792115380df0d7c75e7d1deea2f91c3312f
parent7f58063a919312bca65ca7aeb427a17eb3663f3b
organized code into Smr module

- put stylesheets into proper locations
- usability and layout improvements
- moved from paginate to just_paginate gem
47 files changed:
gui/Gemfile
gui/app/assets/stylesheets/application.css [new file with mode: 0644]
gui/app/assets/stylesheets/assets.css [new file with mode: 0644]
gui/app/assets/stylesheets/blog.css [new file with mode: 0644]
gui/app/assets/stylesheets/cashflow.css [new file with mode: 0644]
gui/app/assets/stylesheets/figures.css [new file with mode: 0644]
gui/app/assets/stylesheets/positions.css [new file with mode: 0644]
gui/app/assets/stylesheets/quoterecords.css [new file with mode: 0644]
gui/app/controllers/application_controller.rb
gui/app/controllers/assets_controller.rb
gui/app/controllers/blog_controller.rb
gui/app/controllers/cashflow_controller.rb
gui/app/controllers/documents_controller.rb
gui/app/controllers/figures_controller.rb
gui/app/controllers/objects/figurevar_controller.rb
gui/app/controllers/objects/portfolio_controller.rb
gui/app/controllers/objects/stock_controller.rb
gui/app/controllers/positions_controller.rb
gui/app/controllers/quoterecords_controller.rb
gui/app/helpers/application_helper.rb
gui/app/models/order.rb
gui/app/models/quoterecord.rb
gui/app/views/assets/index.html.erb
gui/app/views/documents/index.html.erb
gui/app/views/figures/index.html.erb
gui/app/views/layouts/application.html.erb
gui/app/views/objects/figurevar/index.html.erb
gui/app/views/objects/portfolio/index.html.erb
gui/app/views/objects/stock/index.html.erb
gui/app/views/positions/show.html.erb
gui/app/views/quoterecords/_form.html.erb [new file with mode: 0644]
gui/app/views/quoterecords/index.html.erb
gui/lib/smr/asset.rb [new file with mode: 0644]
gui/lib/smr/asset_position.rb [new file with mode: 0644]
gui/lib/smr/asset_position_dividend.rb [new file with mode: 0644]
gui/lib/smr/blog.rb [new file with mode: 0644]
gui/lib/smr/cashflowlog.rb [new file with mode: 0644]
gui/lib/smr/daemon_client.rb [new file with mode: 0644]
gui/lib/smr/figures.rb [new file with mode: 0644]
gui/lib/smr/quoterecords.rb [new file with mode: 0644]
gui/lib/smr/uploaded_file.rb [new file with mode: 0644]
gui/test/functional/smr_asset_position_test.rb [new file with mode: 0644]
gui/test/functional/smr_asset_test.rb
gui/test/functional/smr_cashflowlog_test.rb
gui/test/functional/smr_dividend_test.rb
gui/test/integration/admin_session_test.rb [new file with mode: 0644]
gui/test/integration/demo1_user_session_test.rb