Skip to content
Aswani Babu M edited this page Mar 2, 2023 · 3 revisions

Knock Knock

knock knock remind my Dockets


Main Features

  1. Support Frappe version-13
  2. Remainder software to send emails and whats app notifications to alert scheduled user to their activies

Module

  1. Knock Knock

Roles

  1. Docket user

    User who can access and comment on docket data and who will build todo for user are known as docket users

Doctype List

  1. Docket
  2. Knock Settings
  3. Todo

Screenshot

1.Workspace

image

Whats app Cloud API Setting

  1. We must set up Whatsapp meta integration in order to send messages on the platform.
     In order to do this, we might refer to link below. 

https://github.com/efeone/frappe_meta_integration/wiki

Email Configuration

Create an email account to receive email notification.

1. To access email account go to Home > settings > email account
2. To create a new email account go to new and enter an email account with domain
   and also select services as email.
3. In response to the email address provided, a two-step authentication message will be
   sent, and you must set the app password,also enable the default outgoing checkbox
   as well.
4. Email accounts are one time configurable.

image

Knock Settings

1.Knock Setting refer to the default date and time,which the administrator will set by default.
  This value will by default be set to docket.

image

Docket

A formal document that serves as a reminder for a monthly, annual,or other requirement.

STEPS:

  1. A new docket can be created by clicking the Add Docket button in the top right corner.

  2. Provide the following information: subject,reminder due date,description,reminder before unit.it may be day or minute-wise 
     if it is day wise by default,the day will be set;if it is minute wise by default,the minute will be set;we can adjust it as we 
     like.

  3. Repeat this docket specifies that it should be repeated monthly, annually, or in any other way.
     It will send a reminder in accordance with the choice we choose.

  4. By selecting the "Change Due Date" button, you can change the deadline and we can provide Reason.
  
  5. The docket can be allocated to a different user by selecting the "Assigned To" button in the left corner.

image

ToDo

ToDo is a list of activities that is to be done by a particular individual.

1. ToDo List will enlist all the activities assigned to you and by you.

2. Once a ToDo is created,the assigned user will get a notification for the ToDo.

image

How to Install

  1. bench new-site [your.sitename]
  2. bench get-app https://github.com/efeone/frappe_meta_integration.git
  3. bench get-app https://github.com/efeone/knock_knock.git
  4. bench build --app frappe_meta_integration
  5. bench build --app knock_knock
  6. bench --site [your.site.name] install-app frappe_meta_integration
  7. bench --site [your.site.name] install-app knock_knock
  8. bench --site [your.site.name] migrate

License

MIT

Clone this wiki locally