first commit
This commit is contained in:
138
webapp/manifest.json
Normal file
138
webapp/manifest.json
Normal file
@ -0,0 +1,138 @@
|
||||
{
|
||||
"_version": "1.48.0",
|
||||
"sap.app": {
|
||||
"id": "restaurant.z00124ss25restaurant",
|
||||
"type": "application",
|
||||
"i18n": "i18n/i18n.properties",
|
||||
"applicationVersion": {
|
||||
"version": "0.0.1"
|
||||
},
|
||||
"title": "{{appTitle}}",
|
||||
"description": "{{appDescription}}",
|
||||
"resources": "resources.json",
|
||||
"sourceTemplate": {
|
||||
"id": "@sap/generator-fiori:basic",
|
||||
"version": "1.17.5",
|
||||
"toolsId": "22070856-1a55-41ca-a0d3-83e61f57c569"
|
||||
},
|
||||
"dataSources": {
|
||||
"Z_00_124_SS25_RES_SRV_VAN": {
|
||||
"uri": "/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Annotations(TechnicalName='Z_00_124_SS25_RES_SRV_VAN',Version='0001')/$value/",
|
||||
"type": "ODataAnnotation",
|
||||
"settings": {
|
||||
"localUri": "localService/mainService/Z_00_124_SS25_RES_SRV_VAN.xml"
|
||||
}
|
||||
},
|
||||
"mainService": {
|
||||
"uri": "/sap/opu/odata/sap/Z_00_124_SS25_RES_SRV/",
|
||||
"type": "OData",
|
||||
"settings": {
|
||||
"annotations": [
|
||||
"Z_00_124_SS25_RES_SRV_VAN"
|
||||
],
|
||||
"localUri": "localService/mainService/metadata.xml",
|
||||
"odataVersion": "2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sap.ui": {
|
||||
"technology": "UI5",
|
||||
"icons": {
|
||||
"icon": "",
|
||||
"favIcon": "",
|
||||
"phone": "",
|
||||
"phone@2": "",
|
||||
"tablet": "",
|
||||
"tablet@2": ""
|
||||
},
|
||||
"deviceTypes": {
|
||||
"desktop": true,
|
||||
"tablet": true,
|
||||
"phone": true
|
||||
}
|
||||
},
|
||||
"sap.ui5": {
|
||||
"flexEnabled": false,
|
||||
"dependencies": {
|
||||
"minUI5Version": "1.108.33",
|
||||
"libs": {
|
||||
"sap.m": {},
|
||||
"sap.ui.core": {}
|
||||
}
|
||||
},
|
||||
"contentDensities": {
|
||||
"compact": true,
|
||||
"cozy": true
|
||||
},
|
||||
"models": {
|
||||
"i18n": {
|
||||
"type": "sap.ui.model.resource.ResourceModel",
|
||||
"settings": {
|
||||
"bundleName": "restaurant.z00124ss25restaurant.i18n.i18n"
|
||||
}
|
||||
},
|
||||
"": {
|
||||
"dataSource": "mainService",
|
||||
"preload": true,
|
||||
"settings": {}
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"css": [
|
||||
{
|
||||
"uri": "css/style.css"
|
||||
}
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"config": {
|
||||
"routerClass": "sap.m.routing.Router",
|
||||
"viewType": "XML",
|
||||
"async": true,
|
||||
"viewPath": "restaurant.z00124ss25restaurant.view",
|
||||
"controlAggregation": "pages",
|
||||
"controlId": "app",
|
||||
"clearControlAggregation": false
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"name": "RoutetablePos",
|
||||
"pattern": ":?query:",
|
||||
"target": [
|
||||
"TargettablePos"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "RouteManagerReservation",
|
||||
"pattern": "list",
|
||||
"target": [
|
||||
"TargetManagerReservation"
|
||||
]
|
||||
}
|
||||
],
|
||||
"targets": {
|
||||
"TargettablePos": {
|
||||
"viewType": "XML",
|
||||
"transition": "slide",
|
||||
"clearControlAggregation": false,
|
||||
"viewId": "tablePos",
|
||||
"viewName": "tablePos"
|
||||
},
|
||||
"TargetManagerReservation": {
|
||||
"viewType": "XML",
|
||||
"transition": "slide",
|
||||
"clearControlAggregation": false,
|
||||
"viewId": "manager",
|
||||
"viewName": "manager"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rootView": {
|
||||
"viewName": "restaurant.z00124ss25restaurant.view.App",
|
||||
"type": "XML",
|
||||
"async": true,
|
||||
"id": "App"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user