Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
B
blocnote
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 2
    • Merge Requests 2
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  • Confidential and Proprietary
  • BlocPower
  • blocnote
  • Merge Requests
  • !15

Merged
Opened May 02, 2017 by Tillie Kottmann@deletescapeOwner

Income statement

  • Overview 18
  • Commits 9
  • Changes 7

Created by: adarsh-murthy

Income statement table: UI: Table with input fields for year, revenue, utility and non-utility expense. Dropdown box to select growth rate. Calculate button to calculate historical income statement data and predict one year ahead and another column to show average. When the calculate button is hit, the CAGR value will be displayed in the dropdown box.

Backend: Create income statement models. In PUT request, receive data from frontend and call bpfin functions to calculate the output data and send back to frontend. Fetch existing data from database on GET request.

To test, please do:

  • pip install git+ssh://git@github.com/Blocp/bpfin.git --upgrade
  • python manage.py migrate
  • python manage.py runserver

To access the site, go to: http://127.0.0.1:8000/buildings/<building_id>/financial-inputs/

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: exconfidential/blocpower/blocnote!15
Source branch: income-statement