mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 14:32:18 +00:00
Merge branch 'feature-61228/FHC4_Studierendenverwaltung_SetNameAttributes' into feature-60851/FhcApi_Factory_Refactoring
This commit is contained in:
@@ -27,6 +27,7 @@ import ApiStv from "../../api/factory/stv.js";
|
||||
|
||||
|
||||
export default {
|
||||
name: 'Studentenverwaltung',
|
||||
components: {
|
||||
CoreSearchbar,
|
||||
VerticalSplit,
|
||||
|
||||
@@ -6,6 +6,7 @@ import ApiStvApp from '../../../api/factory/stv/app.js';
|
||||
// TODO(chris): phrasen
|
||||
|
||||
export default {
|
||||
name: "DetailsPrestudent",
|
||||
components: {
|
||||
FhcTabs
|
||||
},
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import AbschlussPruefung from "./Abschlusspruefung/Abschlusspruefung.js";
|
||||
|
||||
export default {
|
||||
name: "TabFinalExam",
|
||||
components: {
|
||||
AbschlussPruefung
|
||||
},
|
||||
|
||||
@@ -3,6 +3,7 @@ import CoreBetriebsmittel from "../../../Betriebsmittel/Betriebsmittel.js";
|
||||
import ApiBetriebsmittelPerson from '../../../../api/factory/betriebsmittel/person.js';
|
||||
|
||||
export default {
|
||||
name: "TabRessources",
|
||||
components: {
|
||||
CoreBetriebsmittel
|
||||
},
|
||||
|
||||
@@ -8,6 +8,7 @@ import ApiStvDetails from '../../../../api/factory/stv/details.js';
|
||||
|
||||
|
||||
export default {
|
||||
name: "TabDetails",
|
||||
components: {
|
||||
CoreForm,
|
||||
FormInput,
|
||||
|
||||
@@ -3,6 +3,7 @@ import ContactList from "./Kontakt/Contact.js";
|
||||
import BankaccountList from "./Kontakt/Bankaccount.js";
|
||||
|
||||
export default {
|
||||
name: "TabContact",
|
||||
components: {
|
||||
AddressList,
|
||||
ContactList,
|
||||
|
||||
@@ -9,6 +9,7 @@ import ApiStvAddress from '../../../../../api/factory/stv/kontakt/address.js';
|
||||
import ApiStvCompany from '../../../../../api/factory/stv/kontakt/company.js';
|
||||
|
||||
export default{
|
||||
name: 'AddressComponent',
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
PvAutoComplete,
|
||||
|
||||
@@ -6,6 +6,7 @@ import FormInput from '../../../../Form/Input.js';
|
||||
import ApiStvBankaccount from '../../../../../api/factory/stv/kontakt/bankaccount.js';
|
||||
|
||||
export default{
|
||||
name: 'BankaccountComponent',
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
BsModal,
|
||||
|
||||
@@ -8,6 +8,7 @@ import ApiStvContact from '../../../../../api/factory/stv/kontakt/contact.js';
|
||||
import ApiStvCompany from '../../../../../api/factory/stv/kontakt/company.js';
|
||||
|
||||
export default{
|
||||
name: 'ContactComponent',
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
PvAutoComplete,
|
||||
|
||||
@@ -9,6 +9,7 @@ import ApiStvKonto from '../../../../api/factory/stv/konto.js';
|
||||
const LOCAL_STORAGE_ID_FILTER = 'stv_details_konto_2024-01-11_filter';
|
||||
|
||||
export default {
|
||||
name: "TabBanking",
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
FormInput,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import TableMobility from "./Mobility/Mobility.js";
|
||||
|
||||
export default {
|
||||
name: "TabMobility",
|
||||
components: {
|
||||
TableMobility
|
||||
},
|
||||
|
||||
@@ -7,6 +7,7 @@ import FormInput from '../../../../../Form/Input.js';
|
||||
import ApiStvMobility from '../../../../../../api/factory/stv/mobility.js';
|
||||
|
||||
export default {
|
||||
name: "MobilityPurpose",
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
BsModal,
|
||||
|
||||
@@ -7,6 +7,7 @@ import FormInput from '../../../../../Form/Input.js';
|
||||
import ApiStvMobility from '../../../../../../api/factory/stv/mobility.js';
|
||||
|
||||
export default {
|
||||
name: "MobilitySupport",
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
BsModal,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import TblMultiStatus from "./Prestudent/MultiStatus.js";
|
||||
|
||||
export default {
|
||||
name: "TabStatus",
|
||||
components: {
|
||||
TblMultiStatus
|
||||
},
|
||||
|
||||
@@ -5,6 +5,7 @@ import NotenRepeater from './Noten/Repeater.js';
|
||||
const LOCAL_STORAGE_ID = 'stv_details_noten_2024-11-25_stdsem_all';
|
||||
|
||||
export default {
|
||||
name: "TabGrades",
|
||||
components: {
|
||||
NotenZeugnis,
|
||||
NotenTeacher,
|
||||
|
||||
@@ -3,6 +3,7 @@ import CoreNotiz from "../../../Notiz/Notiz.js";
|
||||
import ApiNotizPerson from '../../../../api/factory/notiz/person.js';
|
||||
|
||||
export default {
|
||||
name: "TabNotes",
|
||||
components: {
|
||||
CoreNotiz
|
||||
},
|
||||
|
||||
@@ -7,6 +7,7 @@ import CoreUdf from '../../../Udf/Udf.js';
|
||||
import ApiStvPrestudent from '../../../../api/factory/stv/prestudent.js';
|
||||
|
||||
export default {
|
||||
name: "TabPrestudent",
|
||||
components: {
|
||||
FormForm,
|
||||
FormInput,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import PruefungList from "./Pruefung/Pruefunglist.js";
|
||||
|
||||
export default {
|
||||
name: "TabExam",
|
||||
components: {
|
||||
PruefungList
|
||||
},
|
||||
|
||||
@@ -3,6 +3,7 @@ import ListNew from './List/New.js';
|
||||
|
||||
|
||||
export default {
|
||||
name: "ListPrestudents",
|
||||
components: {
|
||||
CoreFilterCmpt,
|
||||
ListNew
|
||||
|
||||
Reference in New Issue
Block a user