Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekansh Saxena committed Dec 28, 2021
0 parents commit 14fbbe1
Show file tree
Hide file tree
Showing 19 changed files with 9,162 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
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
38 changes: 38 additions & 0 deletions README.md
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)


Loading

0 comments on commit 14fbbe1

Please sign in to comment.