-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ekansh Saxena
committed
Dec 28, 2021
0 parents
commit 14fbbe1
Showing
19 changed files
with
9,162 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
node_modules/ | ||
dist/ | ||
.scp/ | ||
.env | ||
Makefile*.mta | ||
mta_archives | ||
mta-* | ||
resources | ||
archive.zip | ||
.*_mta_build_tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## Application Details | ||
| | | ||
| ------------- | | ||
|**Generation Date and Time**<br>Tue Dec 28 2021 13:04:49 GMT+0200 (Eastern European Standard Time)| | ||
|**App Generator**<br>@sap/generator-fiori| | ||
|**App Generator Version**<br>1.4.0| | ||
|**Generation Platform**<br>Visual Studio Code| | ||
|**Floorplan Used**<br>Analytical List Page V2| | ||
|**Service Type**<br>SAP System (ABAP Environment on SAP Business Technology Platform)| | ||
|**Service URL**<br>https://44fbbf39-44b5-48cb-9800-cbb9cbadbedf.abap.us10.hana.ondemand.com/sap/opu/odata/sap/ZUI_FE_BOOKING_000240_O2/ | ||
|**Module Name**<br>bookinganalysis| | ||
|**Application Title**<br>Booking Analysis| | ||
|**Namespace**<br>com.ekansh| | ||
|**UI5 Theme**<br>sap_fiori_3| | ||
|**UI5 Version**<br>Latest| | ||
|**Enable Code Assist Libraries**<br>False| | ||
|**Add Eslint configuration**<br>False| | ||
|**Enable Telemetry**<br>True| | ||
|**Main Entity**<br>Booking| | ||
|**Navigation Entity**<br>None| | ||
|
||
## bookinganalysis | ||
|
||
Fiori Elements app with Analaytical List | ||
|
||
### Starting the generated app | ||
|
||
- This app has been generated using the SAP Fiori tools - App Generator, as part of the SAP Fiori tools suite. In order to launch the generated app, simply run the following from the generated app root folder: | ||
|
||
``` | ||
npm start | ||
``` | ||
|
||
#### Pre-requisites: | ||
|
||
1. Active NodeJS LTS (Long Term Support) version and associated supported NPM version. (See https://nodejs.org) | ||
|
||
|
Oops, something went wrong.