Skip to content

Commit 804c1ae

Browse files
committed
feat(onto): add mustache-template notification for new doc
1 parent 9b14c46 commit 804c1ae

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

onto/common-lib-net.ttl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2696,3 +2696,16 @@ s-wf:msg-template-universal-notification_prolongate
26962696
Система {{app_name}}
26972697
""" ;
26982698
.
2699+
2700+
s-wf:msg-template-universal-notification_new-doc
2701+
rdf:type v-s:Notification ;
2702+
v-s:hasMessageType v-s:OtherNotification ;
2703+
v-s:notificationLanguage v-ui:RU ;
2704+
v-s:notificationSubject "{{app_name}}. Уведомление: новый документ '{{documentType}}'" ;
2705+
v-s:notificationBody
2706+
"""{{senderOrg}} направляет Вам ж/д квитанцию № {{docNumber}} от {{docDate}}
2707+
2708+
Это сообщение сформировано автоматически. Отвечать на него не нужно.
2709+
Система {{app_name}}
2710+
""" ;
2711+
.

0 commit comments

Comments
 (0)