Skip to content
Open
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/appsmith_logo_primary.png)
![](https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/appsmith_logo_primary.png))

This app is built using Appsmith. Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop components to build dashboards, write logic with JavaScript objects and connect to any API, database or GraphQL source.

Expand Down
2 changes: 1 addition & 1 deletion application.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"appIsExample": false,
"unreadCommentThreads": 0,
"color": "#F4FFDE",
"icon": "bag",
"icon": "product",
"unpublishedAppLayout": {
"type": "DESKTOP"
},
Expand Down
9 changes: 9 additions & 0 deletions datasources/Mock Database.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Mock Database",
"pluginId": "postgres-plugin",
"messages": [],
"isAutoGenerated": false,
"isTemplate": true,
"deleted": false,
"gitSyncId": "61b6d49e33c6ae6163af2716_61c43339e89bc475f3cb17dd"
}
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"clientSchemaVersion": 1,
"serverSchemaVersion": 6,
"fileFormatVersion": 4
"fileFormatVersion": 5
}
82 changes: 82 additions & 0 deletions pages/Attendance View/Attendance View.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"unpublishedPage": {
"name": "Attendance View",
"slug": "attendance-view",
"layouts": [
{
"viewMode": false,
"dsl": {
"widgetName": "MainContainer",
"backgroundColor": "none",
"rightColumn": 1224,
"snapColumns": 64,
"detachFromLayout": true,
"widgetId": "0",
"topRow": 0,
"bottomRow": 740,
"containerStyle": "none",
"snapRows": 85,
"parentRowSpace": 1,
"type": "CANVAS_WIDGET",
"canExtend": true,
"version": 77,
"minHeight": 860,
"parentColumnSpace": 1,
"dynamicBindingPathList": [],
"leftColumn": 0
},
"layoutOnLoadActions": [
[
{
"id": "Attendance View_checkin_js.verifyLogin",
"name": "checkin_js.verifyLogin",
"collectionId": "Attendance View_checkin_js",
"confirmBeforeExecute": false,
"pluginType": "JS",
"jsonPathKeys": [
"async () => {\n if (appsmith.store.userData == undefined || !appsmith.store.userData?.emp_id) navigateTo(\"Login Page\");\n}"
],
"timeoutInMillisecond": 10000
},
{
"id": "Attendance View_fetch_attendance",
"name": "fetch_attendance",
"confirmBeforeExecute": false,
"pluginType": "DB",
"jsonPathKeys": [
"appsmith.store.userData.role==\"admin\" && employee_select.selectedOptionValue?employee_select.selectedOptionValue:appsmith.store.userData.emp_id",
"attendance_year.selectedOptionValue+'-'+attendance_month.selectedOptionValue+'-01'",
"attendance_year.selectedOptionValue+'-'+attendance_month.selectedOptionValue+'-30'"
],
"timeoutInMillisecond": 10000
}
],
[
{
"id": "Attendance View_get_users",
"name": "get_users",
"confirmBeforeExecute": false,
"pluginType": "SAAS",
"jsonPathKeys": [
"employee_select.filterText",
"employee_select.filterText?'name':''"
],
"timeoutInMillisecond": 10000
}
]
],
"layoutOnLoadActionErrors": [],
"validOnPageLoadActions": true,
"id": "Attendance View",
"deleted": false,
"policies": [],
"userPermissions": []
}
],
"userPermissions": [],
"policies": [],
"isHidden": false
},
"deleted": false,
"gitSyncId": "630858db4e42b8633778f286_630e0a571274f8409e77bc9f"
}
Loading