Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SupermarktView
Please create a React-JS view called "SupermarktView" for the fields of the Supermarkt entity. The SupermarktView must contain the following fields: - name: BackstoreFlaecheQm type: INT - name: Betreiberart type: STRING - name: Betriebsform type: Betriebsform - name: Einkaufsgemeinschaft type: Einkaufsgemeinschaft - name: Eroeffnungsdatum type: DATE - name: FrontstoreFlaecheQm type: INT - name: Handelskette type: Handelskette - name: HatBedientheken type: BOOL - name: IstBioSupermarkt type: BOOL - name: IstDiscounter type: BOOL - name: Konsumgenossenschaft type: Konsumgenossenschaft - name: Land type: Land - name: Name type: STRING - name: Sortimentstyp type: Sortimentstyp - name: Stadt type: Stadt - name: VerkaufsflaecheQm type: INT The data source for the [Sortimentstyp] select control should be loaded from the relative URL: "/EinkaufsgemeinschaftService/sortimentstyp" (HTTP-GET) The data source for the [Stadt] select control should be loaded from the relative URL: "/LandService/stadt" (HTTP-GET) The data source for the [Betriebsform] select control should be loaded from the relative URL: "/SupermarktService/betriebsform" (HTTP-GET) The data source for the [Konsumgenossenschaft] select control should be loaded from the relative URL: "/KonsumgenossenschaftService/konsumgenossenschaft" (HTTP-GET) The data source for the [Einkaufsgemeinschaft] select control should be loaded from the relative URL: "/EinkaufsgemeinschaftService/einkaufsgemeinschaft" (HTTP-GET) The data source for the [Handelskette] select control should be loaded from the relative URL: "/LandService/handelskette" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Supermarkt entity should be loaded from the relative URL: "/SupermarktService/supermarkt/{id}" (HTTP-GET) If a new Supermarkt entity has been created, the new entity should be posted to the relative URL: "/SupermarktService/supermarkt" (HTTP-POST) If an existing Supermarkt entity has been updated, the modified entity should be sent to the relative URL: "/SupermarktService/supermarkt/{id}" (HTTP-PUT) If an existing Supermarkt entity has to be deleted, the following relative URL should be called: "/SupermarktService/supermarkt/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Oeffnungszeit columns: - column: Wochentag - column: IstFeiertagRegelung - column: OeffnetUm - column: SchliesstUm - column: Supermarkt The table should have the title "Oeffnungszeits" und the data must be loaded from the server with the following relative URL: "/SupermarktService/oeffnungszeit/supermarkt/{id}" Add a HTML table to the view with the following Umweltbilanz columns: - column: Supermarkt - column: OeffiAnteilProzent - column: PkwAnteilProzent - column: Jahr - column: Co2ProKundeKg The table should have the title "Umweltbilanzs" und the data must be loaded from the server with the following relative URL: "/KasseService/umweltbilanz/supermarkt/{id}" Add a HTML table to the view with the following Dienstleistung columns: - column: Bezeichnung - column: Beschreibung - column: Supermarkt - column: IstRundUmDieUhr - column: HatKinderwagen - column: HatEinpackservice - column: HatElektroroller - column: HatAutoVerstauservice The table should have the title "Dienstleistungs" und the data must be loaded from the server with the following relative URL: "/SupermarktService/dienstleistung/supermarkt/{id}" Add a HTML table to the view with the following Kundenrabattprogramm columns: - column: RabattProzent - column: NurMitKundenkarte - column: Beschreibung - column: Bezeichnung - column: Supermarkt The table should have the title "Kundenrabattprogramms" und the data must be loaded from the server with the following relative URL: "/KundeService/kundenrabattprogramm/supermarkt/{id}" Add a HTML table to the view with the following Franchisevertrag columns: - column: Vertragsbeginn - column: Vertragsende - column: Handelskette - column: FranchiseGebiet - column: FranchisenehmerName - column: Supermarkt The table should have the title "Franchisevertrags" und the data must be loaded from the server with the following relative URL: "/KasseService/franchisevertrag/supermarkt/{id}" Add a HTML table to the view with the following Regal columns: - column: Bereich - column: PositionBeschreibung - column: GangNummer - column: Supermarkt The table should have the title "Regals" und the data must be loaded from the server with the following relative URL: "/RegalzoneService/regal/supermarkt/{id}" Add a HTML table to the view with the following Kasse columns: - column: Kassenart - column: IstSelbstbedienung - column: Nummer - column: Supermarkt - column: HatWaage The table should have the title "Kasses" und the data must be loaded from the server with the following relative URL: "/KasseService/kasse/supermarkt/{id}" Add a HTML table to the view with the following Marketingmassnahme columns: - column: Zielgruppe - column: Supermarkt - column: IstSonderangebot - column: IstHintergrundmusik - column: Beschreibung - column: Bezeichnung - column: IstImpulskaufFoerderung - column: Enddatum - column: Startdatum The table should have the title "Marketingmassnahmes" und the data must be loaded from the server with the following relative URL: "/EinkaufsgemeinschaftService/marketingmassnahme/supermarkt/{id}" Add a HTML table to the view with the following Personalkostenstruktur columns: - column: Mitarbeiteranzahl - column: Supermarkt - column: PersonalkostenAnteilProzent - column: Jahr - column: BruttoUmsatz The table should have the title "Personalkostenstrukturs" und the data must be loaded from the server with the following relative URL: "/KonsumgenossenschaftService/personalkostenstruktur/supermarkt/{id}" Add a HTML table to the view with the following Kundenkarte columns: - column: Kartennummer - column: Ablaufdatum - column: Kunde - column: Ausgabedatum - column: RabattProgramm - column: Supermarkt The table should have the title "Kundenkartes" und the data must be loaded from the server with the following relative URL: "/KundeService/kundenkarte/supermarkt/{id}" Add a HTML table to the view with the following Filiale columns: - column: VerkaufsflaecheQm - column: Land - column: AdresseStrasse - column: Filialnummer - column: Eroeffnungsdatum - column: Supermarkt - column: Schliessungsdatum - column: Stadt - column: AdressePlz The table should have the title "Filiales" und the data must be loaded from the server with the following relative URL: "/LandService/filiale/supermarkt/{id}" Add a HTML table to the view with the following KreditkarteProgramm columns: - column: Bezeichnung - column: Supermarkt - column: Beschreibung The table should have the title "KreditkarteProgramms" und the data must be loaded from the server with the following relative URL: "/SupermarktService/kreditkarteprogramm/supermarkt/{id}" Add a HTML table to the view with the following OnlineSupermarkt columns: - column: Url - column: VersandLebensmittel - column: Lieferservice - column: VersandNonFood - column: Supermarkt The table should have the title "OnlineSupermarkts" und the data must be loaded from the server with the following relative URL: "/KonsumgenossenschaftService/onlinesupermarkt/supermarkt/{id}" Add a HTML table to the view with the following HistorischesEreignis columns: - column: Datum - column: Beschreibung - column: Quelle - column: Supermarkt The table should have the title "HistorischesEreigniss" und the data must be loaded from the server with the following relative URL: "/KundeService/historischesereignis/supermarkt/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum