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
  • !6

Merged
Opened Apr 19, 2017 by Tillie Kottmann@deletescapeOwner

Energy bills

  • Overview 9
  • Commits 7
  • Changes 24

Created by: adarsh-murthy

Create Header component to take pro forma date, period, analysis date, fund, anticipated construction start date, anticipated commissioning date and anticipated construction period and store in the database. Create Energy Bills table. Upload a csv file if not bill information is already present for a utility. Create Energy Bills Overview table. This grabs information from energy bill if it is present or asks user to input it. Steps to run:

  1. Clone the repository.
  2. Create a new virtual environment.
  3. Run command: pip install -r requirements-dev.txt.
  4. Create local database and name it blocnote.
  5. Set up the .env file. Add building-dev database in .env.
  6. Run command: python manage.py migrate.
  7. Start server: python manage.py runserver.
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: exconfidential/blocpower/blocnote!6
Source branch: energy-bills