Giter VIP home page Giter VIP logo

frontend's Introduction

Xeros SBEADY Data Acquisition and Reporting Project

This repository includes the following

Projects

  1. /drupal - Drupal project - manages users, ACL, groups and report definitions.
  2. /service - Symfony webservice - serves structure data for reports.
  3. /docs - Documentation.
  4. /db - Database schema scripts (if not stored in other projects).
  5. /misc - Scripts for setting up dev_ops and other miscellany.

Adding a new customer, location and machines

Add customer, location, and users (contacts) in Drupal

  • Add customer (Drupal) Add content โ€“ customer

  • Add location (Drupal) Add content โ€“ location

  • Link to customer Add User (Drupal) Link to customer - Note: Users are contacts

Load Machine Configurations

This step is all done in the database

  • Get the location id from the database

    select nid as location_id from node as n left join field_data_field_address as fa on n.nid = fa.entity_id where n.type = 'location' and name = '<location_name>';

** Add values for utility profile with Location as FK ** Add values for utility actual with Location as FK ** Add values for operations schedule with Location as FK ** Add values for location static values with Location as FK ** Add values for labor profile with Location as FK ** Add values for chemical profile with Location as FK

  • Create Machine(s) with Location as FK
  • Create Active DAI with machine_id as FK
  • Create Machine Classification with machine_id as FK ** Insert classification into classification table
  • Create Usage with classification and chemical ids as Fks
  • Create xeros_local_static values

Xeros Admin

xerosadmin/sorex39

frontend's People

Contributors

frozenflat avatar jasonyarrington avatar elx-will avatar acheson avatar

Watchers

James Cloos avatar Bhavin Patel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.