diff --git a/community/community/doctype/community_conference/__init__.py b/community/conference/__init__.py similarity index 100% rename from community/community/doctype/community_conference/__init__.py rename to community/conference/__init__.py diff --git a/community/community/doctype/community_conference_participant/__init__.py b/community/conference/doctype/__init__.py similarity index 100% rename from community/community/doctype/community_conference_participant/__init__.py rename to community/conference/doctype/__init__.py diff --git a/community/community/doctype/community_conference_request/__init__.py b/community/conference/doctype/community_conference/__init__.py similarity index 100% rename from community/community/doctype/community_conference_request/__init__.py rename to community/conference/doctype/community_conference/__init__.py diff --git a/community/community/doctype/community_conference/community_conference.js b/community/conference/doctype/community_conference/community_conference.js similarity index 72% rename from community/community/doctype/community_conference/community_conference.js rename to community/conference/doctype/community_conference/community_conference.js index 1c87c1cf..f8b9c511 100644 --- a/community/community/doctype/community_conference/community_conference.js +++ b/community/conference/doctype/community_conference/community_conference.js @@ -1,4 +1,4 @@ -// Copyright (c) 2021, Frappe and contributors +// Copyright (c) 2021, FOSS United and contributors // For license information, please see license.txt frappe.ui.form.on('Community Conference', { diff --git a/community/community/doctype/community_conference/community_conference.json b/community/conference/doctype/community_conference/community_conference.json similarity index 92% rename from community/community/doctype/community_conference/community_conference.json rename to community/conference/doctype/community_conference/community_conference.json index e6d0c0c6..cc505477 100644 --- a/community/community/doctype/community_conference/community_conference.json +++ b/community/conference/doctype/community_conference/community_conference.json @@ -22,9 +22,9 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2021-02-25 17:12:51.981534", + "modified": "2021-03-04 20:13:09.893749", "modified_by": "Administrator", - "module": "Community", + "module": "Conference", "name": "Community Conference", "owner": "Administrator", "permissions": [ diff --git a/community/community/doctype/community_conference/community_conference.py b/community/conference/doctype/community_conference/community_conference.py similarity index 81% rename from community/community/doctype/community_conference/community_conference.py rename to community/conference/doctype/community_conference/community_conference.py index 22a1aa41..a463b4cb 100644 --- a/community/community/doctype/community_conference/community_conference.py +++ b/community/conference/doctype/community_conference/community_conference.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021, Frappe and contributors +# Copyright (c) 2021, FOSS United and contributors # For license information, please see license.txt from __future__ import unicode_literals diff --git a/community/community/doctype/community_conference/test_community_conference.py b/community/conference/doctype/community_conference/test_community_conference.py similarity index 77% rename from community/community/doctype/community_conference/test_community_conference.py rename to community/conference/doctype/community_conference/test_community_conference.py index 7a6360a3..97532c29 100644 --- a/community/community/doctype/community_conference/test_community_conference.py +++ b/community/conference/doctype/community_conference/test_community_conference.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021, Frappe and Contributors +# Copyright (c) 2021, FOSS United and Contributors # See license.txt from __future__ import unicode_literals diff --git a/community/conference/doctype/community_conference_participant/__init__.py b/community/conference/doctype/community_conference_participant/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/community/community/doctype/community_conference_participant/community_conference_participant.js b/community/conference/doctype/community_conference_participant/community_conference_participant.js similarity index 74% rename from community/community/doctype/community_conference_participant/community_conference_participant.js rename to community/conference/doctype/community_conference_participant/community_conference_participant.js index ad4c54d7..27b4fce2 100644 --- a/community/community/doctype/community_conference_participant/community_conference_participant.js +++ b/community/conference/doctype/community_conference_participant/community_conference_participant.js @@ -1,4 +1,4 @@ -// Copyright (c) 2021, Frappe and contributors +// Copyright (c) 2021, FOSS United and contributors // For license information, please see license.txt frappe.ui.form.on('Community Conference Participant', { diff --git a/community/community/doctype/community_conference_participant/community_conference_participant.json b/community/conference/doctype/community_conference_participant/community_conference_participant.json similarity index 97% rename from community/community/doctype/community_conference_participant/community_conference_participant.json rename to community/conference/doctype/community_conference_participant/community_conference_participant.json index b944d44b..edef1f4b 100644 --- a/community/community/doctype/community_conference_participant/community_conference_participant.json +++ b/community/conference/doctype/community_conference_participant/community_conference_participant.json @@ -121,9 +121,9 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2021-02-25 17:51:23.959033", + "modified": "2021-03-04 20:13:42.151103", "modified_by": "Administrator", - "module": "Community", + "module": "Conference", "name": "Community Conference Participant", "owner": "Administrator", "permissions": [ diff --git a/community/community/doctype/community_conference_participant/community_conference_participant.py b/community/conference/doctype/community_conference_participant/community_conference_participant.py similarity index 81% rename from community/community/doctype/community_conference_participant/community_conference_participant.py rename to community/conference/doctype/community_conference_participant/community_conference_participant.py index 7bf3f449..f01dd564 100644 --- a/community/community/doctype/community_conference_participant/community_conference_participant.py +++ b/community/conference/doctype/community_conference_participant/community_conference_participant.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021, Frappe and contributors +# Copyright (c) 2021, FOSS United and contributors # For license information, please see license.txt from __future__ import unicode_literals diff --git a/community/community/doctype/community_conference_participant/test_community_conference_participant.py b/community/conference/doctype/community_conference_participant/test_community_conference_participant.py similarity index 78% rename from community/community/doctype/community_conference_participant/test_community_conference_participant.py rename to community/conference/doctype/community_conference_participant/test_community_conference_participant.py index 482021a8..6c67e091 100644 --- a/community/community/doctype/community_conference_participant/test_community_conference_participant.py +++ b/community/conference/doctype/community_conference_participant/test_community_conference_participant.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021, Frappe and Contributors +# Copyright (c) 2021, FOSS United and Contributors # See license.txt from __future__ import unicode_literals diff --git a/community/conference/doctype/community_conference_request/__init__.py b/community/conference/doctype/community_conference_request/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/community/community/doctype/community_conference_request/community_conference_request.js b/community/conference/doctype/community_conference_request/community_conference_request.js similarity index 73% rename from community/community/doctype/community_conference_request/community_conference_request.js rename to community/conference/doctype/community_conference_request/community_conference_request.js index 15d4808f..f842fe79 100644 --- a/community/community/doctype/community_conference_request/community_conference_request.js +++ b/community/conference/doctype/community_conference_request/community_conference_request.js @@ -1,4 +1,4 @@ -// Copyright (c) 2021, Frappe and contributors +// Copyright (c) 2021, FOSS United and contributors // For license information, please see license.txt frappe.ui.form.on('Community Conference Request', { diff --git a/community/community/doctype/community_conference_request/community_conference_request.json b/community/conference/doctype/community_conference_request/community_conference_request.json similarity index 95% rename from community/community/doctype/community_conference_request/community_conference_request.json rename to community/conference/doctype/community_conference_request/community_conference_request.json index 25d8b667..46624a04 100644 --- a/community/community/doctype/community_conference_request/community_conference_request.json +++ b/community/conference/doctype/community_conference_request/community_conference_request.json @@ -47,9 +47,9 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2021-02-25 17:19:10.378290", + "modified": "2021-03-04 20:13:26.130017", "modified_by": "Administrator", - "module": "Community", + "module": "Conference", "name": "Community Conference Request", "owner": "Administrator", "permissions": [ diff --git a/community/community/doctype/community_conference_request/community_conference_request.py b/community/conference/doctype/community_conference_request/community_conference_request.py similarity index 81% rename from community/community/doctype/community_conference_request/community_conference_request.py rename to community/conference/doctype/community_conference_request/community_conference_request.py index b8fb93ef..9d5d7366 100644 --- a/community/community/doctype/community_conference_request/community_conference_request.py +++ b/community/conference/doctype/community_conference_request/community_conference_request.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021, Frappe and contributors +# Copyright (c) 2021, FOSS United and contributors # For license information, please see license.txt from __future__ import unicode_literals diff --git a/community/community/doctype/community_conference_request/test_community_conference_request.py b/community/conference/doctype/community_conference_request/test_community_conference_request.py similarity index 77% rename from community/community/doctype/community_conference_request/test_community_conference_request.py rename to community/conference/doctype/community_conference_request/test_community_conference_request.py index a1a6934b..976c13ef 100644 --- a/community/community/doctype/community_conference_request/test_community_conference_request.py +++ b/community/conference/doctype/community_conference_request/test_community_conference_request.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021, Frappe and Contributors +# Copyright (c) 2021, FOSS United and Contributors # See license.txt from __future__ import unicode_literals diff --git a/community/modules.txt b/community/modules.txt index dc1f411f..cf03b1dd 100644 --- a/community/modules.txt +++ b/community/modules.txt @@ -1,3 +1,4 @@ Community Hackathon -LMS \ No newline at end of file +LMS +Conference \ No newline at end of file