feat(buchhaltung): move collapse arrows to row end, always-visible filters, summary row, sortable transactions, account manage page
This commit is contained in:
@@ -40,6 +40,7 @@ import AusruestungsanfrageNeu from './pages/AusruestungsanfrageNeu';
|
||||
import Checklisten from './pages/Checklisten';
|
||||
import Buchhaltung from './pages/Buchhaltung';
|
||||
import BuchhaltungKontoDetail from './pages/BuchhaltungKontoDetail';
|
||||
import BuchhaltungKontoManage from './pages/BuchhaltungKontoManage';
|
||||
import FahrzeugEinstellungen from './pages/FahrzeugEinstellungen';
|
||||
import ChecklistAusfuehrung from './pages/ChecklistAusfuehrung';
|
||||
import Issues from './pages/Issues';
|
||||
@@ -380,6 +381,14 @@ function App() {
|
||||
</ProtectedRoute>
|
||||
}
|
||||
/>
|
||||
<Route
|
||||
path="/buchhaltung/konto/:id/verwalten"
|
||||
element={
|
||||
<ProtectedRoute>
|
||||
<BuchhaltungKontoManage />
|
||||
</ProtectedRoute>
|
||||
}
|
||||
/>
|
||||
<Route
|
||||
path="/buchhaltung/konto/:id"
|
||||
element={
|
||||
|
||||
Reference in New Issue
Block a user