portrait Security and Organization records
commitcd99c3deb9fd5886ff04a2fd60022d26ab1ce014
authorpqauvsum <pqauvsum@posteo.cz>
Wed, 2 Mar 2016 07:46:49 +0000 (2 02:46 -0500)
committerpqauvsum <pqauvsum@posteo.cz>
Wed, 2 Mar 2016 07:46:49 +0000 (2 02:46 -0500)
treed053b266c0da88c6a431c21c2e8a506759f0ab54
parent630a77d752d506dc0ce969ce2f9c4f56e02c36c2
portrait Security and Organization records
- not directly in main menu, but linked where appropriate
- improved Smr::Link
- improved filter+selection menu across all controllers: its now
  separated from the content, at top right corner
- fixes at many places
57 files changed:
gui/app/assets/stylesheets/application.css
gui/app/assets/stylesheets/asset.css
gui/app/assets/stylesheets/blog.css
gui/app/assets/stylesheets/objects/figurevar.css
gui/app/assets/stylesheets/objects/portfolio.css
gui/app/assets/stylesheets/objects/security.css
gui/app/assets/stylesheets/order.css
gui/app/assets/stylesheets/portrait.css [new file with mode: 0644]
gui/app/assets/stylesheets/position.css
gui/app/assets/stylesheets/report.css [new file with mode: 0644]
gui/app/assets/stylesheets/watchlist.css
gui/app/controllers/application_controller.rb
gui/app/controllers/asset_controller.rb
gui/app/controllers/cashflow_controller.rb
gui/app/controllers/documents_controller.rb
gui/app/controllers/portrait_controller.rb [new file with mode: 0644]
gui/app/controllers/report_controller.rb [new file with mode: 0644]
gui/app/helpers/application_helper.rb
gui/app/models/comment.rb
gui/app/models/order.rb
gui/app/models/organization.rb
gui/app/models/position.rb
gui/app/models/quoterecord.rb
gui/app/models/security.rb
gui/app/views/asset/index.html.erb
gui/app/views/blog/index.html.erb
gui/app/views/cashflow/index.html.erb
gui/app/views/cashposition/show.html.erb
gui/app/views/documents/_upload_form.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/organization/index.html.erb
gui/app/views/objects/security/_bond_form.html.erb
gui/app/views/objects/security/index.html.erb
gui/app/views/order/show.html.erb
gui/app/views/portrait/_overview_organization.html.erb [new file with mode: 0644]
gui/app/views/portrait/_overview_security.html.erb [new file with mode: 0644]
gui/app/views/portrait/index.html.erb [new file with mode: 0644]
gui/app/views/position/_overview_cashflow.html.erb
gui/app/views/position/_security_info_bond.html.erb
gui/app/views/position/show.html.erb
gui/app/views/quoterecords/index.html.erb
gui/app/views/report/index.html.erb [new file with mode: 0644]
gui/app/views/watchlist/index.html.erb
gui/config/routes.rb
gui/db/migrate/20160117120934_bugfix_limit_float_precision.rb [new file with mode: 0644]
gui/db/structure.sql
gui/lib/smr/asset.rb
gui/lib/smr/asset_position.rb
gui/lib/smr/blog.rb
gui/lib/smr/cashflowforecast.rb
gui/lib/smr/link.rb
gui/lib/smr/link_mixin.rb [copied from gui/app/models/comment.rb with 70% similarity]
gui/lib/smr/watchlist.rb
gui/test/fixtures/position.yml
gui/test/integration/demo1_user_session_test.rb