Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KasseView
Please create a React-JS view called "KasseView" for the fields of the Kasse entity. The KasseView must contain the following fields: - name: HatWaage type: BOOL - name: IstSelbstbedienung type: BOOL - name: Kassenart type: STRING - name: Nummer type: INT - name: Supermarkt type: Supermarkt The data source for the [Supermarkt] select control should be loaded from the relative URL: "/SupermarktService/supermarkt" (HTTP-GET) An existing Kasse entity should be loaded from the relative URL: "/KasseService/kasse/{id}" (HTTP-GET) If a new Kasse entity has been created, the new entity should be posted to the relative URL: "/KasseService/kasse" (HTTP-POST) If an existing Kasse entity has been updated, the modified entity should be sent to the relative URL: "/KasseService/kasse/{id}" (HTTP-PUT) If an existing Kasse entity has to be deleted, the following relative URL should be called: "/KasseService/kasse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Selbstbedienungskasse columns: - column: Kasse - column: Zahlart - column: HatMitarbeiterunterstuetzung The table should have the title "Selbstbedienungskasses" und the data must be loaded from the server with the following relative URL: "/KasseService/selbstbedienungskasse/kasse/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum