-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from neilLasrado/develop
Multiple Fixes
- Loading branch information
Showing
19 changed files
with
266 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Copyright (c) 2020, Rtr.Neil Trini Lasrado and contributors | ||
// For license information, please see license.txt | ||
|
||
frappe.ui.form.on('Avenue', { | ||
// refresh: function(frm) { | ||
|
||
// } | ||
}); |
70 changes: 70 additions & 0 deletions
70
pranali_reloaded/pranali_reloaded/doctype/avenue/avenue.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"actions": [], | ||
"autoname": "field:avenue", | ||
"creation": "2020-06-28 21:38:51.355130", | ||
"doctype": "DocType", | ||
"document_type": "Setup", | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"avenue" | ||
], | ||
"fields": [ | ||
{ | ||
"fieldname": "avenue", | ||
"fieldtype": "Data", | ||
"label": "Avenue", | ||
"unique": 1 | ||
} | ||
], | ||
"links": [], | ||
"modified": "2020-06-28 21:38:51.355130", | ||
"modified_by": "Administrator", | ||
"module": "Pranali Reloaded", | ||
"name": "Avenue", | ||
"owner": "Administrator", | ||
"permissions": [ | ||
{ | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"export": 1, | ||
"print": 1, | ||
"read": 1, | ||
"report": 1, | ||
"role": "Administrator", | ||
"share": 1, | ||
"write": 1 | ||
}, | ||
{ | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"export": 1, | ||
"print": 1, | ||
"read": 1, | ||
"report": 1, | ||
"role": "System Manager", | ||
"share": 1, | ||
"write": 1 | ||
}, | ||
{ | ||
"read": 1, | ||
"role": "Club Member - Full Access" | ||
}, | ||
{ | ||
"read": 1, | ||
"role": "District Council Member" | ||
}, | ||
{ | ||
"email": 1, | ||
"export": 1, | ||
"print": 1, | ||
"read": 1, | ||
"report": 1, | ||
"role": "Club Member - Limited Access", | ||
"share": 1 | ||
} | ||
], | ||
"sort_field": "modified", | ||
"sort_order": "DESC" | ||
} |
10 changes: 10 additions & 0 deletions
10
pranali_reloaded/pranali_reloaded/doctype/avenue/avenue.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright (c) 2020, Rtr.Neil Trini Lasrado and contributors | ||
# For license information, please see license.txt | ||
|
||
from __future__ import unicode_literals | ||
# import frappe | ||
from frappe.model.document import Document | ||
|
||
class Avenue(Document): | ||
pass |
10 changes: 10 additions & 0 deletions
10
pranali_reloaded/pranali_reloaded/doctype/avenue/test_avenue.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright (c) 2020, Rtr.Neil Trini Lasrado and Contributors | ||
# See license.txt | ||
from __future__ import unicode_literals | ||
|
||
# import frappe | ||
import unittest | ||
|
||
class TestAvenue(unittest.TestCase): | ||
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
8 changes: 8 additions & 0 deletions
8
pranali_reloaded/pranali_reloaded/doctype/designation/designation.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Copyright (c) 2020, Rtr.Neil Trini Lasrado and contributors | ||
// For license information, please see license.txt | ||
|
||
frappe.ui.form.on('Designation', { | ||
// refresh: function(frm) { | ||
|
||
// } | ||
}); |
70 changes: 70 additions & 0 deletions
70
pranali_reloaded/pranali_reloaded/doctype/designation/designation.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"actions": [], | ||
"autoname": "field:designation", | ||
"creation": "2020-06-28 21:18:40.566598", | ||
"doctype": "DocType", | ||
"document_type": "Setup", | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"designation" | ||
], | ||
"fields": [ | ||
{ | ||
"fieldname": "designation", | ||
"fieldtype": "Data", | ||
"label": "Designation", | ||
"unique": 1 | ||
} | ||
], | ||
"links": [], | ||
"modified": "2020-06-28 21:18:40.566598", | ||
"modified_by": "Administrator", | ||
"module": "Pranali Reloaded", | ||
"name": "Designation", | ||
"owner": "Administrator", | ||
"permissions": [ | ||
{ | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"export": 1, | ||
"print": 1, | ||
"read": 1, | ||
"report": 1, | ||
"role": "Administrator", | ||
"share": 1, | ||
"write": 1 | ||
}, | ||
{ | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"export": 1, | ||
"print": 1, | ||
"read": 1, | ||
"report": 1, | ||
"role": "System Manager", | ||
"share": 1, | ||
"write": 1 | ||
}, | ||
{ | ||
"read": 1, | ||
"role": "Club Member - Full Access" | ||
}, | ||
{ | ||
"read": 1, | ||
"role": "District Council Member" | ||
}, | ||
{ | ||
"email": 1, | ||
"export": 1, | ||
"print": 1, | ||
"read": 1, | ||
"report": 1, | ||
"role": "Club Member - Limited Access", | ||
"share": 1 | ||
} | ||
], | ||
"sort_field": "modified", | ||
"sort_order": "DESC" | ||
} |
10 changes: 10 additions & 0 deletions
10
pranali_reloaded/pranali_reloaded/doctype/designation/designation.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright (c) 2020, Rtr.Neil Trini Lasrado and contributors | ||
# For license information, please see license.txt | ||
|
||
from __future__ import unicode_literals | ||
# import frappe | ||
from frappe.model.document import Document | ||
|
||
class Designation(Document): | ||
pass |
10 changes: 10 additions & 0 deletions
10
pranali_reloaded/pranali_reloaded/doctype/designation/test_designation.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright (c) 2020, Rtr.Neil Trini Lasrado and Contributors | ||
# See license.txt | ||
from __future__ import unicode_literals | ||
|
||
# import frappe | ||
import unittest | ||
|
||
class TestDesignation(unittest.TestCase): | ||
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.