loraas.yoddasoftware.com Open in urlscan Pro
207.195.37.34  Public Scan

URL: https://loraas.yoddasoftware.com/compost/
Submission: On April 23 via manual from US — Scanned from US

Form analysis 3 forms found in the DOM

POST /accounts/updateuser/

<form action="/accounts/updateuser/" method="post">
  <input type="hidden" name="csrfmiddlewaretoken" value="uBypGSVE7tNc4pHgEXnkThkz72M0VCiI1ohQaxZRFJHBbvUpjcYCsqovrjLpEChT">
  <div class="modal-header modal_header_ext">
    <button type="button" class="close" data-dismiss="modal">×</button>
    <h4 class="modal-title">Update User</h4>
  </div>
  <div class="modal-body">
    <!-- comment off
                        <!-- username code from users2 -->
    <p>
      <label>UserID:</label>
      <input id="id_username_update" type="text" name="username" required="">
    </p>
    <!-- end of username code code from users2-->
    <p>
      <label for="id_password_update">Password:</label>
      <input id="id_password_update" type="password" name="password" required="">
    </p>
    <!-- firstname code  from users2 -->
    <p>
      <label for="id_first_name_update">First Name:</label>
      <input id="id_first_name_update" type="text" name="first_name" required="">
    </p>
    <!-- end of firstname code from users2 -->
    <!-- lastname code from users2 -->
    <p>
      <label for="id_last_name_update">Last Name:</label>
      <input id="id_last_name_update" type="text" name="last_name" required="">
    </p>
    <!-- end of lastname code from users2-->
    <!-- Active code code from users2 -->
    <p>
      <label for="id_is_active_update">Active:</label>
      <input id="id_is_active_update" type="checkbox" name="is_active">
    </p>
    <!-- end of Active code from users2 -->
    <!-- dropdown menu code from users2-->
    <label for="id_groups_update">Role:</label>
    <select id="id_groups_update" name="name" required="">
      <!-- check the option value is a number by JavaScript-->
      <option value="">Choose...</option>
      <option value="2">Site Manager</option>
      <option value="1">Site Operator</option>
      <option value="3">Site Technician</option>
    </select>
    <!-- end of dropdown menu code from users2 -->
  </div>
  <!--modal body-->
  <div class="modal-footer">
    <input type="submit" value="UPDATE">
    <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
  </div>
</form>

POST /compost/login/

<form role="form" id="LoginForm" method="POST" action="/compost/login/">
  <input type="hidden" name="csrfmiddlewaretoken" value="nndae1k6q6Hrttfi0q3APgokAUNfrbKHkYqQ1vVqWGMdqn8KHHjGuXufQEYH59Ce">
  <div class="form-group">
    <div class="input-group">
      <input type="text" name="username" class="form-control" placeholder="Enter User Name" required="" id="id_username">
      <label for="username" class="input-group-addon glyphicon glyphicon-user"></label>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" name="password" class="form-control" placeholder="Enter Password" required="" id="id_password">
      <label for="password" class="input-group-addon glyphicon glyphicon-lock"></label>
    </div>
  </div>
  <div class="form-group">
    <button type="submit" class="form-control btn btn-primary">Ok</button>
  </div>
  <!-- /.checkbox -->
</form>

POST /accounts/savenewuser/

<form action="/accounts/savenewuser/" method="post">
  <input type="hidden" name="csrfmiddlewaretoken" value="uBypGSVE7tNc4pHgEXnkThkz72M0VCiI1ohQaxZRFJHBbvUpjcYCsqovrjLpEChT">
  <div class="modal-header modal_header_ext">
    <button type="button" class="close" data-dismiss="modal">×</button>
    <h4 class="modal-title">Add User</h4>
  </div>
  <div class="modal-body">
    <p>
      <label for="id_username">UserID:</label>
      <input id="id_username" type="text" name="username" required="">
    </p>
    <p>
      <label for="id_password">Password:</label>
      <input id="id_password" type="password" name="password" required="">
    </p>
    <p>
      <label for="id_first_name">First Name:</label>
      <input id="id_first_name" type="text" name="first_name" required="">
    </p>
    <p>
      <label for="id_last_name">Last Name:</label>
      <input id="id_last_name" type="text" name="last_name" required="">
    </p>
    <p>
      <label for="id_is_active">Active:</label>
      <input id="id_is_active" type="checkbox" name="is_active">
    </p>
    <label for="id_groups">Role:</label>
    <select id="id_groups" name="name" required="">
      <!-- check the option value is a number by JavaScript-->
      <option value=""></option>
      <option value="2">Site Manager</option>
      <option value="1">Site Operator</option>
      <option value="3">Site Technician</option>
    </select>
  </div>
  <!--modal body-->
  <div class="modal-footer">
    <input type="submit" value="SAVE">
    <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
  </div>
</form>

Text Content

Loraas
   
   
 * MONITOR
 * DATA
 * CONTACT

 * Login







Powered By


×

UPDATE USER

UserID:

Password:

First Name:

Last Name:

Active:

Role: Choose... Site Manager Site Operator Site Technician
Cancel
×

LOG IN

Ok
×

ADD USER

UserID:

Password:

First Name:

Last Name:

Active:

Role: Site Manager Site Operator Site Technician
Cancel

Copyright © 2024 Yodda Software, LLC.

Web Version: 3.0.0

×

RELEASE NOTES:

VERSION: 3.0.0 - RELEASED ON 1 JULY, 2023

 * Performance improvements to monitor page
 * Upgrade UI components to 7.1.0
 * Fix miscellaneous alert bugs.
 * Fix miscellaneous Activity Note bugs.
 * Added a read only user role.

VERSION: 2.2.5 - RELEASED ON 1 NOVEMBER, 2022

 * Added T5 to Heap detail section.
 * Make TAir thru T5 configurable on the regulatory report.
 * Added heap start date to Activity Notes.
 * Phase changes are included in the Finish Move action.
 * Improve realtime chart availability.

VERSION: 2.2.4 - RELEASED ON 1 NOVEMBER, 2021

 * Added new alert notification types: SMS, Turn Blower ON, and Turn Blower OFF
 * Added new blower mode: Interval Sequence
 * Overall stability improvements.

VERSION: 2.2.3 - RELEASED ON 15 JANUARY, 2021

 * Added the ability to turn on/Off an oxygen sensor.
 * Added blower minutes on and the number of blower cycles for the current day
   to heap detail.
 * Automatically attempt to resolve oxygen errors.
 * Added pressure setup functionality.
 * Overall stability improvements.
 * Bug: clear out heap detail on the monitor page when a heap is completed.
 * Bug: Ensure that the create heap window is not interrupted when the monitor
   page refreshes.
 * Bug: Ensure the the red alert bar is displayed when an error occurs.

VERSION: 2.2.2 - RELEASED ON 2 DECEMBER, 2020

 * Alert Notification
    * Create and maintain alerts.
    * Use sensor data to create alert criteria.
    * Use templates variables in the alert description:
       * Alert description example: "Warning {BUNKER_NAME} has a TAir value of
         {TAIR}" Translates to "Warning B4 has a TAir value of 155.7"
       * Template Variables:
         TAIR, T2, T3, T4, T5, TAVG, PSI, O2, BLOWER_STATUS, BLOWER_SUB_STATUS,
         BLOWER_SUB_STATUS_DETAIL,
      
         O2_STATUS, O2_CALIB_STATUS, O2_ERROR, HEAP_ID, HEAP_NAME, BUNKER_ID,
         BUNKER_NAME, BLOWER_ID,
      
         BLOWER_NAME, PROBE_ID, PROBE_NAME, PHASE, IP_ADDRESS, MOVE_IN_PROGRESS
   
    * Create and maintain notification types (i.e. Dashboard and Email) for each
      alert .
    * Limit the number of emails per alert to one email every 5 minutes.

 * Overall stability improvements
 * Improve O2 Calibration process.
 * Add blower data to the regulatory report. Configurable per customer.
 * Available bunkers (i.e. blue) are able to turn the blower ON/OFF.
 * Available bunkers (i.e. blue) are able to view real-time data on the chart.
 * Bug: Controller not processing a real-time configuration request.
 * Bug: Monitor page does not load for a new customer install.
 * Bug: Miscellaneous fixes to the system.

VERSION: 2.2.0 - RELEASED ON 8 JULY, 2020

 * New USER administration.
    * Create, edit, disable users.
    * Add users to operator or manager groups.

 * Bug fix: Change blower to Manual mode before moving to another bunker.
 * Added user permissions to MONITOR, DATA, ADMIN, and USER menu items.
 * Added heap filtering to Duty Cycle for oxygen blower modes.
 * Added cvs export to Heap Data.
 * Renamed Visual tab to Heap Chart.
 * Added Auto Oxygen stability improvements.
 * Minor web bug fixes.

VERSION: 2.1.0 - RELEASED ON 15 MAY, 2020

 * New Heap Historical Chart on the DATA menu.
 * Heap Data on the DATA menu now displays oxygen sensor errors.
 * Store and display blower duty cycle information.
 * Minor web bug fixes.
 * Micro firmware stability improvements.
 * Probe software can now run when there is no temperature probe attached.

VERSION: 2.0.0.16 - RELEASED ON 13 APRIL, 2020

 * Improve dashboard updating/refresh.
    * All dashboard data is now updated at the same time. The chart and detail
      information should be in sync.

 * Modifications to improve the stabilty for blower interaction.
    * Manual Oxygen mode and Auto Oxygen mode are calculated using the same data
      that is displayed in the dashboard
    * A bug related to Safety mode has been fixed.
    * Additional information regarding the fan status is displayed more
      consistently in the heap detail section.

 * The Active Heaps section on the dashboard now shows the blower sub status.
 * Bug fix: Change the blower mode to Manual when a heap is closed.
 * Some blower configuration field names have been updated ("Max Blower RUN
   Min", "Max Blower OFF Min").
 * Updated the calibrate O2 popup message to include warning message to remove
   probe out of heap before calibration.
 * Minor UI Bug fixes.

VERSION: 2.0.0.12 - RELEASED ON 06 MARCH, 2020

 * Enhanced Calibrate Oxygen Sensor functionality.
    * New confirmation popup, along with last calibration date. This also helps
      in accidently clicking Calibrate button multiple times.
      

 * Enhancements to include Accum on/off functionality on Manual Oxygen and Auto
   Oxygen blower mode settings.
   
 * Bug fix: clearing the previous PFRP state when creating the new heap.
 * DATA Tab: Filter panel changes to use Date only instead of Date/Time, and
   reset to return all data.
 * Minor UI Bug fixes.

VERSION: 2.0.0.11 - RELEASED ON 22 FEBRUARY, 2020

 * New & enhanced DATA tab with following sub tabs [using Material UI]
    * HEAP DATA: Improved Data table with new Material UI, Query performance
      improvements, backend pagination & sorting.
    * HEAP NOTES: New sub tab to show the Heap notes for both current and past
      heaps.
    * REGULATORY: New table helps in quering and downloading heap regulatory
      PDFs & CSVs intuitively.

 * changes to use local js libraries, instead of CDN - help in running the
   application without internet connectivity.

VERSION: 2.0.0.10 - RELEASED ON 08 JANUARY, 2020

 * ui change: Included release notes popup from web version link on the footer.
 * ui change: Enable Calibrate O2 button for all blower modes.
 * Fix for ui bug: Create Heap popup dialog shows bunker id instead of bunker
   label.
 * Fix for ui bug: Heap Config section not showing the latest temperature,
   oxygen values.

VERSION: 2.0.0.8 - RELEASED ON 05 JANUARY, 2020

 * Changes to Yodda master/probe - get_mac/get_id_address logic to make it
   robust when network down.
 * ui change: Remove complete status and make available color blue.
 * ui change: Show location name along with heap name on the site overview
   blocks hover
 * ui change: Monitor page - chart section - change the PFRP line & text color
   to green & red as applicable.
 * ui change: Data page - filter criteria to use AND condition instead of OR.
 * Fix for ui bug: Monitor page - blower values not refreshing when changing
   heap to heap.
 * Fix for ui bug: Monitor page - chart section include error checkbox reversed
   filtering.

VERSION: 2.0.0.7 - RELEASED ON 13 DECEMBER, 2019

 * ui change: Updated the regulatory report query to use MAX function instead of
   AVG.
 * Fix for ui bug: difference in Heap Statistics panel & regulatory report.
 * Minor UI Bug fixes

VERSION: 2.0.0.0 - RELEASED ON 01 MAY, 2019

 * New enhanced UI for Monitor Page.

Close