Files
BeWoPlaner/BeWoPlanerMobil/Scripts/devexpress-scripts/globalize-master/examples/node-npm
Lyndon Jetten 9522b89660 MoK:
DevExpress Scheduler testweise eingebaut. Musste die web.config anpassen und die Skripte, deshalb hab ich das nicht einfach auskommentiert.

Fat-Client:
Kalender: mehrere Termine, die zum löschen ausgewählt sind, werden jetzt auf einmal gelöscht, nicht mehr hintereinander.

BetreuWoReports:
Klienten sind nach Namen sortiert.
Klienten, für die der ausgewählte Mitarbeiter/Team Stunden geleistet hat, werden alle angezeigt. Auch die, die nicht vom Mitarbeiter/Team betreut werden.
2021-08-19 17:22:04 +02:00
..
2021-08-19 17:22:04 +02:00
2021-08-19 17:22:04 +02:00
2021-08-19 17:22:04 +02:00
2021-08-19 17:22:04 +02:00

Hello World (Node.js + npm)

We assume you know what Node.js and npm is.

The demo contains one single file:

.
└── main.js

Before running it, execute the requirements below.

Requirements

1. Install Globalize

Let's use npm to download Globalize. For more information on regard of installation, please read Getting Started.

npm install

Then, you'll get this:

.
├── node_modules/
│   ├── globalize/ 
│   │   └── dist/
│   │       ├── globalize
│   │       │   ├── date.js
│   │       │   └── ...
│   │       └── globalize.js
│   └── ...
└── main.js

2. Dependencies

No action needed, because npm has already handled that for us.

3. CLDR content

No action needed, because npm has already handled that for us. For more information, see npm's cldr-data.

Running the demo

Once you've completed the requirements above:

  1. Run node main.js.
  2. Understand the demo by reading the source code. We have comments there for you.