Add common-content package to common
Thus all modules (except standalone bookshop) get the content.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
"@capire/common": "*",
|
"@capire/common": "*",
|
||||||
"@capire/data-viewer": "*",
|
"@capire/data-viewer": "*",
|
||||||
"@sap/cds": ">=5",
|
"@sap/cds": ">=5",
|
||||||
|
"@sap/cds-common-content": "^1.0.0",
|
||||||
"express": "^4.17.1"
|
"express": "^4.17.1"
|
||||||
},
|
},
|
||||||
"cds": {
|
"cds": {
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
code;name;descr
|
|
||||||
AU;Australia;Commonwealth of Australia
|
|
||||||
CA;Canada;Canada
|
|
||||||
CN;China;People's Republic of China (PRC)
|
|
||||||
FR;France;French Republic
|
|
||||||
DE;Germany;Federal Republic of Germany
|
|
||||||
IN;India;Republic of India
|
|
||||||
IL;Israel;State of Israel
|
|
||||||
MM;Myanmar;Republic of the Union of Myanmar
|
|
||||||
GB;United Kingdom;United Kingdom of Great Britain and Northern Ireland
|
|
||||||
US;United States;United States of America (USA)
|
|
||||||
EU;European Union;European Union
|
|
||||||
|
@@ -1,12 +0,0 @@
|
|||||||
code;locale;name;descr
|
|
||||||
AU;de;Australien;Commonwealth Australien
|
|
||||||
CA;de;Kanada;Canada
|
|
||||||
CN;de;China;Volksrepublik China
|
|
||||||
FR;de;Frankreich;Republik Frankreich
|
|
||||||
DE;de;Deutschland;Bundesrepublik Deutschland
|
|
||||||
IN;de;Indien;Republik Indien
|
|
||||||
IL;de;Israel;Staat Israel
|
|
||||||
MM;de;Myanmar;Republik der Union Myanmar
|
|
||||||
GB;de;Vereinigtes Königreich;Vereinigtes Königreich Großbritannien und Nordirland
|
|
||||||
US;de;Vereinigte Staaten;Vereinigte Staaten von Amerika
|
|
||||||
EU;de;Europäische Union;Europäische Union
|
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
code;symbol;name;descr;numcode;minor;exponent
|
code;symbol;numcode;minor;exponent
|
||||||
EUR;€;Euro;European Euro;978;Cent;2
|
EUR;€;978;Cent;2
|
||||||
USD;$;US Dollar;United States Dollar;840;Cent;2
|
USD;$;840;Cent;2
|
||||||
CAD;$;Canadian Dollar;Canadian Dollar;124;Cent;2
|
CAD;$;124;Cent;2
|
||||||
AUD;$;Australian Dollar;Australian Dollar;036;Cent;2
|
AUD;$;036;Cent;2
|
||||||
GBP;£;British Pound;Great Britain Pound;826;Penny;2
|
GBP;£;826;Penny;2
|
||||||
ILS;₪;Shekel;Israeli New Shekel;376;Agorat;2
|
ILS;₪;376;Agorat;2
|
||||||
INR;₹;Rupee;Indian Rupee;356;Paise;2
|
INR;₹;Paise;2
|
||||||
QAR;﷼;Riyal;Katar Riyal;356;Dirham;2
|
QAR;﷼;356;Dirham;2
|
||||||
SAR;﷼;Riyal;Saudi Riyal;682;Halala;2
|
SAR;﷼;682;Halala;2
|
||||||
JPY;¥;Yen;Japanese Yen;392;Sen;2
|
JPY;¥;392;Sen;2
|
||||||
CNY;¥;Yuan;Chinese Yuan Renminbi;156;Jiao;1
|
CNY;¥;156;Jiao;1
|
||||||
|
|||||||
|
@@ -1,15 +0,0 @@
|
|||||||
code;locale;name;descr
|
|
||||||
EUR;de;Euro;European Euro
|
|
||||||
USD;de;US-Dollar;United States Dollar
|
|
||||||
CAD;de;Kanadischer Dollar;Kanadischer Dollar
|
|
||||||
AUD;de;Australischer Dollar;Australischer Dollar
|
|
||||||
GBP;de;Pfund;Britische Pfund
|
|
||||||
ILS;de;Schekel;Israelische Schekel
|
|
||||||
JPY;de;Yen;Japanische Yen
|
|
||||||
EUR;fr;euro;de la Zone euro
|
|
||||||
USD;fr;dollar;dollar des États-Unis
|
|
||||||
CAD;fr;dollar canadien;dollar canadien
|
|
||||||
AUD;fr;dollar australien;dollar australien
|
|
||||||
GBP;fr;livre sterling;pound sterling
|
|
||||||
ILS;fr;Shekel;shekel israelien
|
|
||||||
JPY;fr;Yen;Yen japonais
|
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
code;name
|
|
||||||
de;German
|
|
||||||
fr;French
|
|
||||||
en;English
|
|
||||||
en_GB;British English
|
|
||||||
|
@@ -1,10 +0,0 @@
|
|||||||
code;locale;name
|
|
||||||
de;en;German
|
|
||||||
de;de;Deutsch
|
|
||||||
de;fr;Allemande
|
|
||||||
fr;en;French
|
|
||||||
fr;de;Französisch
|
|
||||||
fr;fr;Francais
|
|
||||||
en;en;English
|
|
||||||
en;de;Englisch
|
|
||||||
en;fr;Anglais
|
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
using { sap } from '@sap/cds/common';
|
using { sap } from '@sap/cds/common';
|
||||||
|
|
||||||
|
using from '@sap/cds-common-content';
|
||||||
|
|
||||||
extend sap.common.Currencies with {
|
extend sap.common.Currencies with {
|
||||||
// Currencies.code = ISO 4217 alphabetic three-letter code
|
// Currencies.code = ISO 4217 alphabetic three-letter code
|
||||||
// with the first two letters being equal to ISO 3166 alphabetic country codes
|
// with the first two letters being equal to ISO 3166 alphabetic country codes
|
||||||
|
|||||||
Reference in New Issue
Block a user