Commit graph

290 commits

Author SHA1 Message Date
mergify[bot]
62ea837d07
Merge pull request #9363 from prssanna/workflow-fix
fix(Workflow): Set workflow state when some action is performed on a …
2020-02-05 10:04:49 +00:00
Suraj Shetty
dee4a7336c fix(translations): Incorrect syntax 2020-01-29 15:22:35 +05:30
Rucha Mahabal
8147fa45dd fix: anti-pattern code 2020-01-27 14:07:13 +05:30
Rucha Mahabal
c0b22871fb fix: set parent in child table row dependency 2020-01-27 13:38:50 +05:30
Rucha Mahabal
19c69e5316 fix: anti-pattern code 2020-01-27 12:26:12 +05:30
prssanna
9202997cb8 fix(Workflow): Set workflow state when some action is performed on a document from the backend if workflow exists 2020-01-27 12:09:07 +05:30
Suraj Shetty
a25f5d207a
Merge branch 'develop' into offline-erpnext 2020-01-24 09:23:15 +05:30
Saif Ur Rehman
dd72d5e022 chore: No need for frappe._dict() 2020-01-22 12:51:47 +05:30
Saif Ur Rehman
69d7649969 fix(get_permlevel_access): Lazy load handle different permission types 2020-01-22 12:51:47 +05:30
Rucha Mahabal
9dbc0e2793 fix: docstatus not syncing 2020-01-13 23:50:38 +05:30
Rucha Mahabal
589772f7bd fix: rename Events Streaming to Event Streaming 2019-12-26 14:29:08 +05:30
Rucha Mahabal
cfe2631864 fix: rename Producer and Consumer child doctypes 2019-12-26 13:50:33 +05:30
Rucha Mahabal
f99cbf9690 fix: rename Update Log to Event Update Log for consistency 2019-12-26 12:53:58 +05:30
Rucha Mahabal
199291e9c5 fix: conflicts 2019-12-09 17:16:18 +05:30
Rucha Mahabal
b338e3dc48 fix: codacy 2019-11-14 17:51:33 +05:30
Rucha Mahabal
fa6a29ff37 fix: conflicts 2019-11-13 11:23:30 +05:30
Rucha Mahabal
7e3a3c3bd8 fix: child table not getting updated 2019-11-11 16:55:52 +05:30
Rushabh Mehta
7cd329fac9 reactor(scheduler): created "Scheduler Job Type" and cleaned up scheduler 2019-11-07 12:14:09 +05:30
Rucha Mahabal
f2eb8bb71c fix: update docs by diff instead of entire json 2019-11-01 13:38:57 +05:30
Rucha Mahabal
a93fd11119 fix: maintain update log and consume only approved events 2019-10-31 12:20:05 +05:30
Rushabh Mehta
6d6f575904 feat(server scripts): add server scripts! 2019-10-11 14:16:49 +05:30
Rucha Mahabal
dff86d5c23 fix: create consumer if its not present on remote site 2019-10-11 02:16:31 +05:30
Rucha Mahabal
870bf66807 fix: replaced Node Configuration with Event Producer and Consumer, removed Node related doctypes 2019-10-11 02:16:31 +05:30
Rucha Mahabal
7c5ea346eb fix: changed module name from offline to events_streaming 2019-10-11 02:16:31 +05:30
Rucha Mahabal
dea976f48f feat: set document name in document.py 2019-10-11 02:16:31 +05:30
Rucha Mahabal
68a3bd0a36 feat: master-follower one way sync 2019-10-11 02:16:30 +05:30
Suraj Shetty
29bcdf1fa3 style: Fix indentation 2019-09-24 09:46:20 +05:30
Suraj Shetty
ac1c242a14 feat: Energy Points for assigned users on a document 2019-09-19 17:55:34 +05:30
Suraj Shetty
bbfc4a9069 fix: Load doc before save in db_set as well
- Because db_set internally triggers on_change event
and on_change handlers might expect doc_before_save.
2019-09-03 08:37:11 +05:30
Suraj Shetty
7210cef498
Merge pull request #7753 from surajshetty3416/fix-document
fix(document): Use set_value instead of db_set while setting "_seen"
2019-06-29 22:54:55 +05:30
Suraj Shetty
b117f3cb0e fix: Use set_value instead of db_set
- Setting _seen should not trigger on_change methods
2019-06-23 17:15:56 +05:30
Faris Ansari
7cb6b2663b fix: Handle AttributeError when adding seen 2019-06-23 12:41:16 +05:30
Himanshu
73c6520aef fix: Remove update_timeline_links from document.py (#7563) 2019-05-26 15:37:10 +05:30
Rushabh Mehta
7135c0d9e8 fix(various): after manual testing 2019-05-24 11:22:09 +05:30
Rushabh Mehta
81fa64d4bc refactor(form.js): remove very old API 2019-05-24 09:08:56 +05:30
Rushabh Mehta
83eb9c3acc refactor(form.js): wip 2019-05-24 09:08:56 +05:30
Himanshu
51042b1359 fix(load): alias creation in get communications (#7538)
* fix: alias creation

* fix: fix update_timeline_doc

* fix: add timeline link irrespective of comm medium
2019-05-23 09:35:53 +05:30
Himanshu
2b14c95644 fix(Communication): New child doctype for Communication Timeline Links (#7524)
* fix: separate child doctype for communication

* fix: reload doc before running the patches

* fix: update_timeline_doc

* fix: manipulatetimeline fields in Comm Links

* fix: test cases

* fix: reload comm_link before communication

* patch: remove redundant patch
2019-05-21 20:48:55 +05:30
Anurag Mishra
b9170012b2 feat: added follow on creation and changes done by user will not send to him (#7460)
* feat: added follow on creation

* style: Missing comma and a parameter

* fix: travis

* removed print statement
2019-05-13 14:59:49 +05:30
Rushabh Mehta
0496e5cd28 fix(tests) 2019-04-18 12:07:29 +05:30
Rushabh Mehta
7406ee31f2 fix: API change for version 2019-04-18 08:51:02 +05:30
Rushabh Mehta
7402f495d5 feat: Milestone Tracker. Track document lifecycle with milestones 2019-04-17 18:00:03 +05:30
Himanshu Warekar
7517a4ca0f fix: wrapper for '.__' 2019-03-29 19:05:05 +05:30
Sahil Khan
f085765abd Merge branch 'master' into develop 2019-03-28 13:44:14 +05:30
Himanshu
7dc1fec27c feat(Naming Series): Option to Add field_value in Naming Series (#7027)
To use field_value in naming_series, just add field_name in curly braces instead of the old naming convention which was kinda confusing and not easily understandable.
eg: {field_name}.-.YYYY.-.MM.-.DD.-.####
2019-03-25 11:43:08 +05:30
Suraj Shetty
c941b5e104 Add posts seen indicator 2019-03-11 21:32:32 +05:30
Faris Ansari
f9b3a6c242 fix: Minor changes for smooth migration to v12 2019-03-11 05:29:50 +00:00
Frappe Bot
94ea028db3 Merge branch 'master' into develop 2019-03-08 09:38:18 +00:00
Anurag Mishra
cd191439fd feat: Document subscription (#6745) 2019-03-07 14:06:22 +05:30
FinByz Tech Pvt. Ltd
bfa4a2c82c fix: Removed unexpected keword argument 'indicator' (#7010)
Removed unexpected keyword argument 'indicator' from frappe.throw function.
2019-03-02 19:37:28 +05:30