GithubHelp home page GithubHelp logo

Comments (1)

BEULAHEVANJALIN avatar BEULAHEVANJALIN commented on August 11, 2024

There were two encounters types for the Phulwari subject type:

  1. Daily Attendance Form
  2. Observation Checklist

Daily Attendance Form schedules Daily Attendance Form & Child Absent Follow-up Form
The Observation Checklist does not schedule anything.

Seems these visit scheduling rules have already been updated, so there is nothing to fix. Also all these rule failures happened in 2021. So closing these rule failures now.


set role singrauli;

select *
from rule_failure_telemetry
where rule_uuid = '9f2af1f9-e150-4f8e-aad3-40bb7eb05aa3'
  and is_closed is false
order by last_modified_date_time desc;

update rule_failure_telemetry
set is_closed        = true,
    closed_date_time = current_timestamp
where rule_uuid = '9f2af1f9-e150-4f8e-aad3-40bb7eb05aa3'
  and is_closed is false
  and organisation_id = 172;

Closed 7 open rule failures as part of this card.

from jss.

Related Issues (20)

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.