Add Fiori UI for Book administration

* Copyied from fiori/app/admin
* Added Supplier + Value Help + Texts
* Fixed bug in replication handler that caused to return wrong data
This commit is contained in:
Uwe Klinger
2021-06-11 08:15:27 +02:00
parent 4a0db3e259
commit 870f8d063d
11 changed files with 653 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
/*
This model controls what gets served to Fiori frontends...
*/
using from './admin/fiori-service';
using from './browse/fiori-service';
using from './common';
using from '@capire/common';
// only works in case of embedded orders service
using from '@capire/orders/app/orders/fiori-service';