更改Subscription 默认周期为Monthly

This commit is contained in:
jingrow 2025-04-22 14:53:38 +08:00
parent 2f04bd8c22
commit 1d8820e00c

View File

@ -2,7 +2,6 @@
"actions": [], "actions": [],
"autoname": "SUB-.YYYY.-.#####.", "autoname": "SUB-.YYYY.-.#####.",
"creation": "2020-10-19 19:01:35.606131", "creation": "2020-10-19 19:01:35.606131",
"pagetype": "PageType",
"editable_grid": 1, "editable_grid": 1,
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
@ -45,7 +44,7 @@
"reqd": 1 "reqd": 1
}, },
{ {
"default": "Daily", "default": "Monthly",
"fieldname": "interval", "fieldname": "interval",
"fieldtype": "Select", "fieldtype": "Select",
"in_list_view": 1, "in_list_view": 1,
@ -103,16 +102,17 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [ "links": [
{ {
"link_pagetype": "Usage Record", "link_fieldname": "subscription",
"link_fieldname": "subscription" "link_pagetype": "Usage Record"
} }
], ],
"modified": "2024-11-06 19:02:20.960429", "modified": "2025-04-22 14:52:41.999303",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Jcloud", "module": "Jcloud",
"name": "Subscription", "name": "Subscription",
"naming_rule": "Expression (old style)", "naming_rule": "Expression (old style)",
"owner": "Administrator", "owner": "Administrator",
"pagetype": "PageType",
"permissions": [ "permissions": [
{ {
"create": 1, "create": 1,
@ -140,6 +140,7 @@
} }
], ],
"quick_entry": 1, "quick_entry": 1,
"row_format": "Dynamic",
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"states": [], "states": [],