seitime-frappe/frappe/templates/emails
Suraj Shetty c71c132ba2 Workflow actions (#5598)
* Init workflow actions

- WIP code
- Add hooks to create and update
workflow action on document status changes.
- Tweak listview to show host document on list view item click
- Add new doctype "Pending Workflow Action"
- Add allow_self_approval check in Workflow master

* Rename doctypes

- Rename "Workflow Action" to "Workflow Action Master"
- Rename "Pending Workflow Action" to "Workflow Action"
- Remove irrelevant files

* Clear old workflow action on docstatus change

- Add check for user permission before creating a workflow action record
- Make doctype changes to support the Workflow Action  System

* Show host document only if workflow action status is open

* Send workflow action mail notifications

* Add patch to rename `tabWorkflow Action` to `tab Workflow Master`

- Rename table to retain data in `tabWorkflow Action` as it
will be overwritten with new structure on migration

* Enqueue email

* Remove unused files

* Add hook for custom has_permission

* Optimize send_workflow_action_email method

* Add permission_query_condition hook

* Show notification based on status

* Override get_form_link in list view

* Refactor workflow action

- Add action link
- update workflow action hooks

* Avoid repeated creation of Worklow Actions

- Update hooks entry to avoid unwanted method call

* Fix error with frappe.db.count usage

* Fix ui/ux for Workflow Action

- Fix action url and improve response on action button click
- Fix workflow action template style

* Fix Codacy

* Add self approval check

* Fix codacy

* Fix test

* Fix python version confilct and a permission error

* Fix incorrect 'this' reference

* Update with requested changes

* Add next action email template option

* Fix string formatting

* Refactor workflow Action

- Make process_workflow_action smaller

* Fix bugs and errors due to refactor

* Fix workflow field caching

* Add a workflow action test

* Fix bugs with email template
2018-05-30 11:24:49 +05:30
..
.txt -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30
__init__.py -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30
administrator_logged_in.html Email designs (#3786) 2017-07-27 17:51:20 +05:30
auto_email_report.html Auto email report fixes (#5410) 2018-04-10 10:53:05 +05:30
auto_reply.html [fix] Attach signature in auto-reply 2016-02-15 17:36:51 +05:30
email_footer.html Email footer refactor (#3807) 2017-07-31 10:53:15 +05:30
email_header.html Email header (#3748) 2017-07-20 17:57:57 +05:30
feedback_request_url.html Email designs (#3786) 2017-07-27 17:51:20 +05:30
file_backup_notification.html Download attachments backup (#3663) 2017-07-12 12:59:03 +05:30
mentioned_in_comment.html [enhancement] Merge Comment and Feed into Communication 💥 2016-02-04 17:46:53 +05:30
new_message.html Update new_message.html (#5535) 2018-05-08 11:16:55 +05:30
new_user.html Email header (#3748) 2017-07-20 17:57:57 +05:30
password_reset.html make password translatable (#5132) 2018-03-08 12:01:31 +05:30
password_update.html Email header (#3748) 2017-07-20 17:57:57 +05:30
print_link.html [email] consistent email, website branding 2015-05-26 12:17:33 +05:30
recurring_document_failed.html move Subscription to frappe as Auto Repeat 2018-03-12 14:13:14 +01:00
standard.html Email styling using email.less (#3704) 2017-07-19 16:21:06 +05:30
upcoming_events.html Email designs (#3786) 2017-07-27 17:51:20 +05:30
workflow_action.html Workflow actions (#5598) 2018-05-30 11:24:49 +05:30