Christian Georgi
476724792e
Make the CatalogService usage more obvious
2021-06-09 07:10:27 +02:00
Uwe Klinger
5ae31f7c67
Adding suppliers showing integration with S/4
2021-06-09 07:10:25 +02:00
Christian Georgi
c1141e6c87
Remove trailing comma
2021-06-08 16:19:34 +02:00
Christian Georgi
0dc1dc198d
Merge pull request #227 from gregorwolf/fiori-currency-format
...
Fiori currency format
2021-05-28 15:08:15 +02:00
Christian Georgi
20bfb5c5f7
Merge branch 'master' into fiori-currency-format
2021-05-28 15:03:54 +02:00
Pierre Fritsch
be87f5617a
Fix typo orderd -> ordered
2021-05-28 14:58:51 +02:00
Christian Georgi
3117df1282
Test with Jest 26
...
`cds.test` seems to have issues w/ Jest 27.
To be investigated...
2021-05-28 14:56:25 +02:00
Heiko Witteborg
be685437aa
Merge pull request #231 from SAP-samples/windows-test-fix
...
Avoid race condition in customer-handlers.test
2021-05-14 13:41:17 +02:00
d049904
ff3801be71
Avoid race condition
2021-05-12 12:41:31 +02:00
Christian Georgi
702c3245bd
Fix broken translation UI
...
Use `Books.texts` instead of `_texts`, requiring sap/cds 5
2021-05-10 10:33:39 +02:00
Daniel Hutzel
14002300c5
Rename index.cds to services.cds
2021-05-03 21:07:04 +02:00
Gregor Wolf
ad417ec061
fix test for Yen
2021-05-03 09:33:05 +02:00
Gregor Wolf
a6ec296129
add annotation for ISOCurrency
2021-05-03 09:04:38 +02:00
Gregor Wolf
1b10bbbfe4
switch currency of a book
2021-05-03 09:04:13 +02:00
Gregor Wolf
aaa1b2d6c7
add translation for Japanese Yen
2021-05-03 09:03:48 +02:00
Daniel
1cb169e886
fixed indentation
2021-04-27 16:06:59 +02:00
Daniel
9b9bb4c114
No process.chdir
2021-04-24 17:16:02 +02:00
Daniel
2536f36596
Adjust to latest capire docs
2021-04-13 09:55:27 +02:00
Daniel
5f160c0927
Added debug conf
2021-04-10 13:06:15 +02:00
Daniel
0c4658a3ef
Fixed and adjusted to cds5
2021-04-10 13:06:15 +02:00
Christian Georgi
33cd70065a
Use cds.test
2021-04-06 16:27:36 +02:00
Christian Georgi
450577d5a7
Refer to fiori app instead of bookshop
2021-04-06 16:11:24 +02:00
Daniel
5a23ba0f76
Prepare cds5
2021-04-01 16:47:45 +02:00
Daniel
064ce32b8a
npm script cleanup
2021-03-27 19:39:48 +01:00
Daniel
2c064d0200
Adhere to public recommendations
2021-03-27 19:39:24 +01:00
Daniel
51ee6d167c
added comment
2021-03-25 01:08:14 +01:00
Marc Becker
049345a39c
Replace @assert.enum with @assert.range
...
@assert.enum has been deprecated since April 2020: https://cap.cloud.sap/docs/releases/apr20#value-range-annotations-for-odata
@assert.range is the correct annotation to use: https://cap.cloud.sap/docs/guides/generic#assertrange-check-constraints
2021-03-23 15:44:49 +01:00
Daniel
a7e0cf61a3
bump versions
2021-03-23 13:09:05 +01:00
Christian Georgi
1b0462f52e
Merge pull request #207 from SAP-samples/avoid-index.cds
...
Avoid central index.cds files to ease extensibility
2021-03-23 13:08:31 +01:00
Daniel
2bae86079e
app/-index -> app/services.cds
2021-03-23 11:14:05 +01:00
Christian Georgi
dcab44ab68
Hide license files
2021-03-17 09:06:48 +01:00
Brian Bernard
9f0629eef1
Fixed REUSE/badge
2021-03-12 11:02:35 -08:00
Brian Bernard
f6c938457f
License updates
...
Added folder, removed top level License file
2021-03-12 10:12:55 -08:00
Daniel
647ac72588
Prepare for compiler v2
2021-03-03 10:39:32 +01:00
Daniel
2975038696
Avoid central index.cds files to ease extensibility
2021-03-02 10:37:02 +01:00
Iwona Hahn
861094cc83
Merge pull request #206 from SAP-samples/promote-code-tour
...
promote code tours
2021-03-02 09:15:19 +01:00
Christian Georgi
2368913612
Dummy change
2021-03-02 09:09:51 +01:00
Iwona Hahn
22ece2e586
typo
2021-03-01 20:44:05 +01:00
Iwona Hahn
ae788414f8
promote code tours
2021-03-01 20:42:43 +01:00
Iwona Hahn
ebc7017ded
UA review
2021-03-01 20:42:23 +01:00
Christian Georgi
876ff94782
Merge pull request #205 from SAP-samples/db-codetour
...
Codetour for DB functions
2021-03-01 17:29:31 +01:00
Iwona Hahn
76d1b1865b
minor edits
2021-03-01 17:24:53 +01:00
Christian Georgi
85dd8558f4
Some more explanation around file structure
2021-03-01 14:38:00 +01:00
Iwona Hahn
d0d95f3c42
first review, minor edits
2021-02-26 17:14:49 +01:00
Christian Georgi
c46a82d0f8
Codetour for DB functions
2021-02-26 16:40:57 +01:00
Iwona Hahn
7654012292
cosmetics codetour
2021-02-26 09:29:51 +01:00
Christian Georgi
65c8c82f74
Showcase how to integrate DB-specific functions ( #201 )
...
Augment `AdminService.Author` by 2 fields `age` and `lifetime` whose
values are computed by SQLite and HANA-specific functions.
Don't do this in bookshop directly, to keep it simple. Instead, use
the fiori module, which also allows to integrate the fields in the UI.
Co-authored-by: Daniel <daniel.hutzel@sap.com >
2021-02-24 17:26:29 +01:00
Daniel
d368eb2ff5
fixed dependency -> never use "latest"
2021-02-19 16:34:15 +01:00
Christian Georgi
3cbb199870
Recommend CodeTours extension
2021-02-19 12:55:35 +01:00
Daniel
b51a08bf4e
fixed .registry
2021-02-19 12:40:26 +01:00