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
fe2af0c4
Commit
fe2af0c4
authored
Dec 08, 2025
by
Fachri
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
ssh://gitlab.ortax.org:2222/fachri/ctas-box
into develop
parents
3c249adb
1b3d7bd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
31 deletions
+0
-31
src/sections/faktur/fakturPk/hooks/useCetakFakturPK.tsx
src/sections/faktur/fakturPk/hooks/useCetakFakturPK.tsx
+0
-13
src/sections/faktur/fakturPk/view/faktur-pk-list-view.tsx
src/sections/faktur/fakturPk/view/faktur-pk-list-view.tsx
+0
-18
No files found.
src/sections/faktur/fakturPk/hooks/useCetakFakturPK.tsx
View file @
fe2af0c4
// import { useMutation } from '@tanstack/react-query';
// import fakturApi from '../utils/api';
// const useCetakPdfFakturPK = (options?: any) =>
// useMutation({
// mutationKey: ['faktur', 'pk', 'cetak-pdf'],
// mutationFn: async (params: any) => fakturApi.cetakPdfDetail(params),
// ...options,
// });
// export default useCetakPdfFakturPK;
import
{
useMutation
}
from
'
@tanstack/react-query
'
;
import
fakturApi
from
'
../utils/api
'
;
...
...
src/sections/faktur/fakturPk/view/faktur-pk-list-view.tsx
View file @
fe2af0c4
...
...
@@ -161,11 +161,6 @@ export function FakturPkListView() {
const
baseParams
=
{
page
,
limit
:
pageSize
,
// noBupot: '',
// idDipotong: '',
// namaDipotong: '',
// msPajak: '',
// thnPajak: '',
sortingMode
:
sortModel
[
0
]?.
field
??
''
,
sortingMethod
:
sortModel
[
0
]?.
sort
??
''
,
};
...
...
@@ -243,19 +238,6 @@ export function FakturPkListView() {
),
},
{
field
:
'
nomorfaktur
'
,
headerName
:
'
Nomor Faktur Pajak
'
,
width
:
200
},
// {
// field: 'jenisInvoice',
// type: 'singleSelect',
// headerName: 'Jenis Invoice',
// hideable: true,
// width: 150,
// valueOptions: [
// { value: JENIS_INVOICE.UANG_MUKA, label: 'Uang Muka' },
// { value: JENIS_INVOICE.PELUNASAN, label: 'Pelunasan' },
// { value: JENIS_INVOICE.FULL_PAYMENT, label: 'Full Payment' },
// ],
// valueFormatter: (params) => JENIS_INVOICE_TEXT[params.value] ?? '-',
// },
{
field
:
'
jenisInvoice
'
,
headerName
:
'
Jenis Invoice
'
,
...
...
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