Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
C
ctas-box
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fachri
ctas-box
Commits
33a1b7e3
Commit
33a1b7e3
authored
Oct 06, 2025
by
Rais Aryaguna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Remove Bupot Tahunan A2 page and update navigation
parent
8a711c29
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
17 deletions
+0
-17
src/layouts/nav-config-dashboard.tsx
src/layouts/nav-config-dashboard.tsx
+0
-1
src/pages/pph21/bupotTahunanA2.tsx
src/pages/pph21/bupotTahunanA2.tsx
+0
-13
src/routes/sections/dashboard.tsx
src/routes/sections/dashboard.tsx
+0
-3
No files found.
src/layouts/nav-config-dashboard.tsx
View file @
33a1b7e3
...
@@ -102,7 +102,6 @@ export const navData: NavSectionProps['data'] = [
...
@@ -102,7 +102,6 @@ export const navData: NavSectionProps['data'] = [
{
title
:
'
Bupot Bulanan
'
,
path
:
paths
.
pph21
.
bulanan
},
{
title
:
'
Bupot Bulanan
'
,
path
:
paths
.
pph21
.
bulanan
},
{
title
:
'
Bupot Final/Tidak Final
'
,
path
:
paths
.
pph21
.
bupotFinal
},
{
title
:
'
Bupot Final/Tidak Final
'
,
path
:
paths
.
pph21
.
bupotFinal
},
{
title
:
'
Bupot Tahunan A1
'
,
path
:
paths
.
pph21
.
tahuan
},
{
title
:
'
Bupot Tahunan A1
'
,
path
:
paths
.
pph21
.
tahuan
},
{
title
:
'
Bupot Tahunan A2
'
,
path
:
paths
.
pph21
.
tahunanA2
},
{
title
:
'
Bupot Pasal 26
'
,
path
:
paths
.
pph21
.
bupot26
},
{
title
:
'
Bupot Pasal 26
'
,
path
:
paths
.
pph21
.
bupot26
},
],
],
},
},
...
...
src/pages/pph21/bupotTahunanA2.tsx
deleted
100644 → 0
View file @
8a711c29
import
{
CONFIG
}
from
'
src/global-config
'
;
const
metadata
=
{
title
:
`E-Bupot 21/26-
${
CONFIG
.
appName
}
`
};
export
default
function
Page
()
{
return
(
<>
<
title
>
{
metadata
.
title
}
</
title
>
<
p
>
Bupot Tahunan A2
</
p
>
</>
);
}
src/routes/sections/dashboard.tsx
View file @
33a1b7e3
...
@@ -59,7 +59,6 @@ const AccountChangePasswordPage = lazy(
...
@@ -59,7 +59,6 @@ const AccountChangePasswordPage = lazy(
const
OverviewBupotBulananPage
=
lazy
(()
=>
import
(
'
src/pages/pph21/bupotBulanan
'
));
const
OverviewBupotBulananPage
=
lazy
(()
=>
import
(
'
src/pages/pph21/bupotBulanan
'
));
const
OverviewBupotFinalTdkFinalPage
=
lazy
(()
=>
import
(
'
src/pages/pph21/bupotFinaltidakFinal
'
));
const
OverviewBupotFinalTdkFinalPage
=
lazy
(()
=>
import
(
'
src/pages/pph21/bupotFinaltidakFinal
'
));
const
OverviewBupotA1Page
=
lazy
(()
=>
import
(
'
src/pages/pph21/bupoTahunanA1
'
));
const
OverviewBupotA1Page
=
lazy
(()
=>
import
(
'
src/pages/pph21/bupoTahunanA1
'
));
const
OverviewBupotA2Page
=
lazy
(()
=>
import
(
'
src/pages/pph21/bupotTahunanA2
'
));
const
OverviewBupotPasal26Page
=
lazy
(()
=>
import
(
'
src/pages/pph21/bupotPasal26
'
));
const
OverviewBupotPasal26Page
=
lazy
(()
=>
import
(
'
src/pages/pph21/bupotPasal26
'
));
// ----------------------------------------------------------------------
// ----------------------------------------------------------------------
...
@@ -138,10 +137,8 @@ export const dashboardRoutes: RouteObject[] = [
...
@@ -138,10 +137,8 @@ export const dashboardRoutes: RouteObject[] = [
children
:
[
children
:
[
{
index
:
true
,
element
:
<
OverviewBupotBulananPage
/>
},
{
index
:
true
,
element
:
<
OverviewBupotBulananPage
/>
},
{
path
:
'
bulanan
'
,
element
:
<
OverviewBupotBulananPage
/>
},
{
path
:
'
bulanan
'
,
element
:
<
OverviewBupotBulananPage
/>
},
{
path
:
'
bulanan/new
'
,
element
:
<
OverviewBupotBulananPage
/>
},
{
path
:
'
bupot-final
'
,
element
:
<
OverviewBupotFinalTdkFinalPage
/>
},
{
path
:
'
bupot-final
'
,
element
:
<
OverviewBupotFinalTdkFinalPage
/>
},
{
path
:
'
tahunan
'
,
element
:
<
OverviewBupotA1Page
/>
},
{
path
:
'
tahunan
'
,
element
:
<
OverviewBupotA1Page
/>
},
{
path
:
'
tahunan-a2
'
,
element
:
<
OverviewBupotA2Page
/>
},
{
path
:
'
bupot-26
'
,
element
:
<
OverviewBupotPasal26Page
/>
},
{
path
:
'
bupot-26
'
,
element
:
<
OverviewBupotPasal26Page
/>
},
],
],
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment