KintoneAppBuilder created
This commit is contained in:
18
backend/Temp/app.json
Normal file
18
backend/Temp/app.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"appId": "5",
|
||||
"code": "",
|
||||
"name": "日報",
|
||||
"description": "<div>日々の業務内容、報告事項、所感などを記載していくアプリです。<div>記録を行うだけでなく、あとからの振り返りやメンバー間のコミュニケーションにも活用できます。</div></div>",
|
||||
"createdAt": "2023-07-08T02:03:27.000Z",
|
||||
"creator": {
|
||||
"code": "MXZ",
|
||||
"name": "馬 小哲"
|
||||
},
|
||||
"modifiedAt": "2023-07-08T02:26:06.000Z",
|
||||
"modifier": {
|
||||
"code": "MXZ",
|
||||
"name": "馬 小哲"
|
||||
},
|
||||
"spaceId": null,
|
||||
"threadId": null
|
||||
}
|
||||
0
backend/Temp/appsetting.json
Normal file
0
backend/Temp/appsetting.json
Normal file
77
backend/Temp/form.json
Normal file
77
backend/Temp/form.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"properties": [
|
||||
{
|
||||
"type": "CREATOR",
|
||||
"label": "作成者",
|
||||
"noLabel": "false",
|
||||
"code": "作成者"
|
||||
},
|
||||
{
|
||||
"type": "MULTI_LINE_TEXT",
|
||||
"label": "業務内容",
|
||||
"noLabel": "false",
|
||||
"code": "文字列__複数行_",
|
||||
"required": "false",
|
||||
"defaultValue": ""
|
||||
},
|
||||
{
|
||||
"type": "MULTI_LINE_TEXT",
|
||||
"label": "所感、学び",
|
||||
"noLabel": "false",
|
||||
"code": "文字列__複数行__0",
|
||||
"required": "false",
|
||||
"defaultValue": ""
|
||||
},
|
||||
{
|
||||
"type": "FILE",
|
||||
"label": "添付ファイル",
|
||||
"noLabel": "false",
|
||||
"code": "添付ファイル",
|
||||
"required": "false"
|
||||
},
|
||||
{
|
||||
"type": "DATE",
|
||||
"label": "日付",
|
||||
"noLabel": "false",
|
||||
"code": "日付",
|
||||
"required": "false",
|
||||
"unique": "false",
|
||||
"defaultValue": null,
|
||||
"defaultExpression": "NOW"
|
||||
},
|
||||
{
|
||||
"type": "DROP_DOWN",
|
||||
"label": "部署",
|
||||
"noLabel": "false",
|
||||
"code": "ドロップダウン",
|
||||
"required": "false",
|
||||
"options": [
|
||||
"営業",
|
||||
"マーケティング",
|
||||
"総務",
|
||||
"サポート",
|
||||
"開発"
|
||||
],
|
||||
"defaultValue": null
|
||||
},
|
||||
{
|
||||
"type": "RADIO_BUTTON",
|
||||
"label": "目標達成度",
|
||||
"noLabel": "false",
|
||||
"code": "ラジオボタン",
|
||||
"required": "true",
|
||||
"options": [
|
||||
"達成",
|
||||
"未達"
|
||||
],
|
||||
"defaultValue": "達成"
|
||||
},
|
||||
{
|
||||
"type": "USER_SELECT",
|
||||
"label": "確認者",
|
||||
"noLabel": "true",
|
||||
"code": "ユーザー選択",
|
||||
"required": "false"
|
||||
}
|
||||
]
|
||||
}
|
||||
2169
backend/Temp/formfieldSchema.json
Normal file
2169
backend/Temp/formfieldSchema.json
Normal file
File diff suppressed because it is too large
Load Diff
145
backend/Temp/formfields.json
Normal file
145
backend/Temp/formfields.json
Normal file
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"revision": "16",
|
||||
"properties": {
|
||||
"レコード番号": {
|
||||
"type": "RECORD_NUMBER",
|
||||
"code": "レコード番号",
|
||||
"label": "レコード番号",
|
||||
"noLabel": false
|
||||
},
|
||||
"作業者": {
|
||||
"type": "STATUS_ASSIGNEE",
|
||||
"code": "作業者",
|
||||
"label": "作業者",
|
||||
"enabled": true
|
||||
},
|
||||
"更新者": {
|
||||
"type": "MODIFIER",
|
||||
"code": "更新者",
|
||||
"label": "更新者",
|
||||
"noLabel": false
|
||||
},
|
||||
"作成者": {
|
||||
"type": "CREATOR",
|
||||
"code": "作成者",
|
||||
"label": "作成者",
|
||||
"noLabel": false
|
||||
},
|
||||
"ステータス": {
|
||||
"type": "STATUS",
|
||||
"code": "ステータス",
|
||||
"label": "ステータス",
|
||||
"enabled": true
|
||||
},
|
||||
"ラジオボタン": {
|
||||
"type": "RADIO_BUTTON",
|
||||
"code": "ラジオボタン",
|
||||
"label": "目標達成度",
|
||||
"noLabel": false,
|
||||
"required": true,
|
||||
"options": {
|
||||
"未達": {
|
||||
"label": "未達",
|
||||
"index": "1"
|
||||
},
|
||||
"達成": {
|
||||
"label": "達成",
|
||||
"index": "0"
|
||||
}
|
||||
},
|
||||
"defaultValue": "達成",
|
||||
"align": "HORIZONTAL"
|
||||
},
|
||||
"ドロップダウン": {
|
||||
"type": "DROP_DOWN",
|
||||
"code": "ドロップダウン",
|
||||
"label": "部署",
|
||||
"noLabel": false,
|
||||
"required": false,
|
||||
"options": {
|
||||
"総務": {
|
||||
"label": "総務",
|
||||
"index": "2"
|
||||
},
|
||||
"サポート": {
|
||||
"label": "サポート",
|
||||
"index": "3"
|
||||
},
|
||||
"マーケティング": {
|
||||
"label": "マーケティング",
|
||||
"index": "1"
|
||||
},
|
||||
"営業": {
|
||||
"label": "営業",
|
||||
"index": "0"
|
||||
},
|
||||
"開発": {
|
||||
"label": "開発",
|
||||
"index": "4"
|
||||
}
|
||||
},
|
||||
"defaultValue": ""
|
||||
},
|
||||
"ユーザー選択": {
|
||||
"type": "USER_SELECT",
|
||||
"code": "ユーザー選択",
|
||||
"label": "確認者",
|
||||
"noLabel": true,
|
||||
"required": false,
|
||||
"entities": [],
|
||||
"defaultValue": []
|
||||
},
|
||||
"更新日時": {
|
||||
"type": "UPDATED_TIME",
|
||||
"code": "更新日時",
|
||||
"label": "更新日時",
|
||||
"noLabel": false
|
||||
},
|
||||
"カテゴリー": {
|
||||
"type": "CATEGORY",
|
||||
"code": "カテゴリー",
|
||||
"label": "カテゴリー",
|
||||
"enabled": false
|
||||
},
|
||||
"文字列__複数行__0": {
|
||||
"type": "MULTI_LINE_TEXT",
|
||||
"code": "文字列__複数行__0",
|
||||
"label": "所感、学び",
|
||||
"noLabel": false,
|
||||
"required": false,
|
||||
"defaultValue": ""
|
||||
},
|
||||
"文字列__複数行_": {
|
||||
"type": "MULTI_LINE_TEXT",
|
||||
"code": "文字列__複数行_",
|
||||
"label": "業務内容",
|
||||
"noLabel": false,
|
||||
"required": false,
|
||||
"defaultValue": ""
|
||||
},
|
||||
"添付ファイル": {
|
||||
"type": "FILE",
|
||||
"code": "添付ファイル",
|
||||
"label": "添付ファイル",
|
||||
"noLabel": false,
|
||||
"required": false,
|
||||
"thumbnailSize": "150"
|
||||
},
|
||||
"作成日時": {
|
||||
"type": "CREATED_TIME",
|
||||
"code": "作成日時",
|
||||
"label": "作成日時",
|
||||
"noLabel": false
|
||||
},
|
||||
"日付": {
|
||||
"type": "DATE",
|
||||
"code": "日付",
|
||||
"label": "日付",
|
||||
"noLabel": false,
|
||||
"required": false,
|
||||
"unique": false,
|
||||
"defaultValue": "",
|
||||
"defaultNowValue": true
|
||||
}
|
||||
}
|
||||
}
|
||||
83
backend/Temp/formlayout.json
Normal file
83
backend/Temp/formlayout.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "ROW",
|
||||
"fields": [
|
||||
{
|
||||
"type": "DATE",
|
||||
"code": "日付",
|
||||
"size": {
|
||||
"width": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "CREATOR",
|
||||
"code": "作成者",
|
||||
"size": {
|
||||
"width": "120"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DROP_DOWN",
|
||||
"code": "ドロップダウン",
|
||||
"size": {
|
||||
"width": "142"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "USER_SELECT",
|
||||
"code": "ユーザー選択",
|
||||
"size": {
|
||||
"width": "344"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ROW",
|
||||
"fields": [
|
||||
{
|
||||
"type": "MULTI_LINE_TEXT",
|
||||
"code": "文字列__複数行_",
|
||||
"size": {
|
||||
"width": "444",
|
||||
"innerHeight": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "RADIO_BUTTON",
|
||||
"code": "ラジオボタン",
|
||||
"size": {
|
||||
"width": "194"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ROW",
|
||||
"fields": [
|
||||
{
|
||||
"type": "MULTI_LINE_TEXT",
|
||||
"code": "文字列__複数行__0",
|
||||
"size": {
|
||||
"width": "444",
|
||||
"innerHeight": "115"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ROW",
|
||||
"fields": [
|
||||
{
|
||||
"type": "FILE",
|
||||
"code": "添付ファイル",
|
||||
"size": {
|
||||
"width": "207"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"revision": "16"
|
||||
}
|
||||
83
backend/Temp/priviewFormLayout.json
Normal file
83
backend/Temp/priviewFormLayout.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "ROW",
|
||||
"fields": [
|
||||
{
|
||||
"type": "DATE",
|
||||
"code": "日付",
|
||||
"size": {
|
||||
"width": "117"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "CREATOR",
|
||||
"code": "作成者",
|
||||
"size": {
|
||||
"width": "120"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DROP_DOWN",
|
||||
"code": "ドロップダウン",
|
||||
"size": {
|
||||
"width": "142"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "USER_SELECT",
|
||||
"code": "ユーザー選択",
|
||||
"size": {
|
||||
"width": "344"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ROW",
|
||||
"fields": [
|
||||
{
|
||||
"type": "MULTI_LINE_TEXT",
|
||||
"code": "文字列__複数行_",
|
||||
"size": {
|
||||
"width": "444",
|
||||
"innerHeight": "115"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "RADIO_BUTTON",
|
||||
"code": "ラジオボタン",
|
||||
"size": {
|
||||
"width": "194"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ROW",
|
||||
"fields": [
|
||||
{
|
||||
"type": "MULTI_LINE_TEXT",
|
||||
"code": "文字列__複数行__0",
|
||||
"size": {
|
||||
"width": "444",
|
||||
"innerHeight": "115"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ROW",
|
||||
"fields": [
|
||||
{
|
||||
"type": "FILE",
|
||||
"code": "添付ファイル",
|
||||
"size": {
|
||||
"width": "207"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"revision": "16"
|
||||
}
|
||||
Reference in New Issue
Block a user