initial commit
This commit is contained in:
parent
6739d4cf62
commit
efd1eb5f25
0
jcapital/jcapital/pagetype/__init__.py
Normal file
0
jcapital/jcapital/pagetype/__init__.py
Normal file
0
jcapital/jcapital/pagetype/investor/__init__.py
Normal file
0
jcapital/jcapital/pagetype/investor/__init__.py
Normal file
8
jcapital/jcapital/pagetype/investor/investor.js
Normal file
8
jcapital/jcapital/pagetype/investor/investor.js
Normal file
@ -0,0 +1,8 @@
|
||||
// Copyright (c) 2025, Jingrow and contributors
|
||||
// For license information, please see license.txt
|
||||
|
||||
// jingrow.ui.form.on("Investor", {
|
||||
// refresh(frm) {
|
||||
|
||||
// },
|
||||
// });
|
||||
43
jcapital/jcapital/pagetype/investor/investor.json
Normal file
43
jcapital/jcapital/pagetype/investor/investor.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"actions": [],
|
||||
"allow_rename": 1,
|
||||
"creation": "2025-11-15 19:45:22.315890",
|
||||
"engine": "InnoDB",
|
||||
"field_order": [
|
||||
"title"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "title",
|
||||
"fieldtype": "Data",
|
||||
"label": "Title"
|
||||
}
|
||||
],
|
||||
"grid_page_length": 50,
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"modified": "2025-11-15 19:45:56.502813",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Jcapital",
|
||||
"name": "Investor",
|
||||
"owner": "Administrator",
|
||||
"pagetype": "PageType",
|
||||
"permissions": [
|
||||
{
|
||||
"create": 1,
|
||||
"delete": 1,
|
||||
"email": 1,
|
||||
"export": 1,
|
||||
"print": 1,
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "System Manager",
|
||||
"share": 1,
|
||||
"write": 1
|
||||
}
|
||||
],
|
||||
"row_format": "Dynamic",
|
||||
"sort_field": "modified",
|
||||
"sort_order": "DESC",
|
||||
"states": []
|
||||
}
|
||||
9
jcapital/jcapital/pagetype/investor/investor.py
Normal file
9
jcapital/jcapital/pagetype/investor/investor.py
Normal file
@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2025, Jingrow and contributors
|
||||
# For license information, please see license.txt
|
||||
|
||||
# import jingrow
|
||||
from jingrow.model.page import Page
|
||||
|
||||
|
||||
class Investor(Page):
|
||||
pass
|
||||
9
jcapital/jcapital/pagetype/investor/test_investor.py
Normal file
9
jcapital/jcapital/pagetype/investor/test_investor.py
Normal file
@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2025, Jingrow and Contributors
|
||||
# See license.txt
|
||||
|
||||
# import jingrow
|
||||
from jingrow.tests.utils import JingrowTestCase
|
||||
|
||||
|
||||
class TestInvestor(JingrowTestCase):
|
||||
pass
|
||||
Loading…
x
Reference in New Issue
Block a user