2
0
forked from Wavyzz/dolibarr
Commit Graph

211 Commits

Author SHA1 Message Date
Laurent Destailleur
7aac5b730b Merge pull request #24870 from solution-libre/fix-notify-output-dir-supllier-order
Fix notify output dir supplier order
2023-05-26 00:52:43 +02:00
Florent Poinsaut
1cb666ff9f Fix notify output dir supplier order 2023-05-24 14:41:57 +02:00
Laurent Destailleur
447f992b92 Fix warning 2023-04-26 21:07:14 +02:00
Laurent Destailleur
b3ea71f8f9 Merge pull request #24608 from solution-libre/fix-notification-templates
Fix notification templates
2023-04-26 21:05:41 +02:00
Florent Poinsaut
871610d4a1 Fix notification templates 2023-04-26 17:41:35 +02:00
Laurent Destailleur
370683b3a5 Merge pull request #22940 from FHenry/dev_add_OrderNotificationTriggers
NEW: Add Customer Order delivered (ORDER_CLOSE) in module Notification
2023-04-01 12:15:07 +02:00
Laurent Destailleur
54d1250887 Merge + Clean duplicate trigger code. We must use the context. 2023-03-02 02:19:24 +01:00
Laurent Destailleur
9828debb50 Merge pull request #23360 from randallmoraes/patch-7
Update notify.class.php
2022-12-30 13:32:13 +01:00
Laurent Destailleur
c886bad8b6 Fix warning 2022-12-28 17:00:28 +01:00
Randall Mora
f3d73690c6 Update notify.class.php
Allows modification of attachments using the hook
2022-12-28 08:29:55 -06:00
Florian HENRY
8202bc6930 NEW: Notification for Sign or Refused Propal from Online Page 2022-12-01 13:56:14 +01:00
Florian HENRY
0b4d8775b4 add good text 2022-11-23 14:00:24 +01:00
Florian HENRY
d59391aaf2 NEW: Add Customer Order delivered (ORDER_CLOSE) in module Notification 2022-11-23 13:08:09 +01:00
Laurent Destailleur
8952530fad Merge pull request #22184 from fboitel/fboitel-dev-scrutinizer-10/09/2022
Fix scrutinizer 1
2022-09-25 17:17:48 +02:00
Laurent Destailleur
8ac625f03b FIX reading of trackid in emailcollector (when on recipient suffix) 2022-09-12 10:26:20 +02:00
Faustin
44728ff93a scrutinizer in core/class/notify.class.php : variable \labeltouse not defined for all paths 2022-09-10 16:21:16 +02:00
Laurent Destailleur
d18d570ecb Merge pull request #21141 from al-misbah-informatique/develop
NEW: Send Notification Without File when E-mail Template doesn't attach file
2022-06-12 19:43:57 +02:00
Laurent Destailleur
559ec051ab Fix scrutinizer 2022-06-12 11:43:29 +02:00
Abdelaziz MISBAH
14e7c5454e FIX #21141 Update condition to check for attached file to E-mail Template
Update condition to check for attached file to E-ail Template, initial Commit doesn't check for  if null (may generate fatal error depending on context), now we check if is an object, before checking if we join files.
2022-06-09 11:47:34 +01:00
Abdelaziz MISBAH
a29aa48100 Send Notification Without File when E-mail Template does'nt attach file
When we create an Email Template that does'nt require main file to be attached, we still send notification with an attached file, eg: when we send a notification when validating proposal it send proposal with attached file with mention NOT VALIDATED.
I added OR condition on checking pdf_path.
2022-06-07 13:13:08 +01:00
Laurent Destailleur
df4e5fe84d Fix missing param 2022-03-31 13:28:19 +02:00
Laurent Destailleur
1304ed5763 Merge branch 'develop' into Notify 2022-03-30 12:41:57 +02:00
BB2A Anthony Berton
958b6abdaa pdf_path 2022-03-23 17:31:54 +01:00
oscim
41fa1f968b Update notify.class.php
add in var $parameters transmited in hook 
outputlangs and labeltouse for customise by hook
2022-03-16 12:30:30 +01:00
BB2A Anthony Berton
316380afd2 1 2022-03-12 23:41:16 +01:00
BB2A Anthony Berton
899598bbb3 Cop 2022-03-12 16:50:48 +01:00
BB2A Anthony Berton
80a2499844 Clean 2022-03-11 11:25:49 +01:00
BB2A Anthony Berton
1a5beb0664 Fix style 2022-03-09 19:55:55 +01:00
BB2A Anthony Berton
e1e573c532 Add Hook 2022-03-09 19:55:40 +01:00
BB2A Anthony Berton
3a5a74478f Add auther notif 2022-03-09 18:05:07 +01:00
Regis Houssin
399fffa81e FIX convert core class 2022-01-27 10:19:35 +01:00
Laurent Destailleur
4eb9a7625a Fix notification setup page. 2021-12-23 15:12:35 +01:00
Laurent Destailleur
a3493d0132 Clean code 2021-12-02 11:33:51 +01:00
Laurent Destailleur
ca6f222662 Fix notification (pb static var unknown) 2021-12-02 11:19:44 +01:00
Laurent Destailleur
4575bbae82 Clean code for browser notifications 2021-12-01 12:00:19 +01:00
Laurent Destailleur
55d30884b8 Remove strange code 2021-10-24 13:15:01 +02:00
Laurent Destailleur
8076357f93 Merge pull request #17185 from bb2a/formconfirm_notification
[NEW]  Add option for notification in message form
2021-10-24 13:00:39 +02:00
Laurent Destailleur
46d993c9a6 Clean code 2021-08-27 22:42:04 +02:00
Laurent Destailleur
dc006b0ebb Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/core/class/html.form.class.php
2021-08-23 19:44:02 +02:00
Laurent Destailleur
23829ae637 Cast numeric into on sql request 2021-08-23 18:56:46 +02:00
Laurent Destailleur
f18f970b08 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop 2021-08-17 13:52:36 +02:00
lainwir3d
cd60d09d9e FIX #18399 Fix shipment validation email template override.
Object type name for shipment was apparently wrong.
2021-08-12 16:16:45 +04:00
Frédéric FRANCE
44fa70c7c7 notify class indent 2021-07-22 09:24:14 +02:00
Frédéric FRANCE
5e6c942caf notify class indent 2021-07-22 09:22:42 +02:00
ksar
4d6b63dbed FIX #18181
FIX #18181
2021-07-20 16:14:47 +02:00
Laurent Destailleur
fb46ece906 Fix yogosha 6347 2021-06-09 15:36:47 +02:00
Anthony Berton
c1e6109c4b Update 2021-04-29 00:03:16 +02:00
stickler-ci
c2cd54325f Fixing style errors. 2021-04-08 11:44:24 +00:00
Anthony Berton
f613688b28 add_option 2021-04-08 13:37:09 +02:00
ptibogxiv
6d26b4aec3 Update notify.class.php 2021-03-21 21:11:39 +01:00