Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
payment-report
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 49998e94
authored
Jan 13, 2023
by
Candra
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
perbaikan data masa_pajak = pad_spt.masadari
1 parent
ff41c4d1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
CHANGES.txt
payment_report/models.py
payment_report/scripts/pad.py
CHANGES.txt
View file @
49998e9
2.9 202
2-12-28
2.9 202
3-01-13
--------------
--------------
- Tambah BPHTB Kabupaten Serang
- Tambah BPHTB Kabupaten Serang
- Tambah PAD Cimahi
- Tambah PAD Cimahi
- Perbaikan data masa_pajak = pad_spt.masadari
2.8 2022-12-26
2.8 2022-12-26
--------------
--------------
...
...
payment_report/models.py
View file @
49998e9
...
@@ -44,8 +44,8 @@ class Pad(Base, Common):
...
@@ -44,8 +44,8 @@ class Pad(Base, Common):
nomor_bayar
=
Column
(
String
(
16
),
nullable
=
False
)
nomor_bayar
=
Column
(
String
(
16
),
nullable
=
False
)
# pad.pad_usaha.usahanm
# pad.pad_usaha.usahanm
jenis_pajak
=
Column
(
String
(
64
),
nullable
=
False
)
jenis_pajak
=
Column
(
String
(
64
),
nullable
=
False
)
# pad.pad_
pajak.masapajak
# pad.pad_
spt.masadari
masa_pajak
=
Column
(
Integer
,
nullable
=
False
)
masa_pajak
=
Column
(
Date
,
nullable
=
False
)
# pad.pad_customer.npwpd
# pad.pad_customer.npwpd
npwpd
=
Column
(
String
(
17
))
npwpd
=
Column
(
String
(
17
))
# pad.pad_customer.customernm
# pad.pad_customer.customernm
...
...
payment_report/scripts/pad.py
View file @
49998e9
...
@@ -148,7 +148,7 @@ class App(BaseApp):
...
@@ -148,7 +148,7 @@ class App(BaseApp):
return
dict
(
return
dict
(
id
=
pay
.
id
,
stan
=
stan
,
ntb
=
ntb
,
tgl
=
pay
.
sspdtgl
.
date
(),
id
=
pay
.
id
,
stan
=
stan
,
ntb
=
ntb
,
tgl
=
pay
.
sspdtgl
.
date
(),
jam
=
pay
.
sspdtgl
.
time
(),
nomor_bayar
=
invoice_id
.
get_raw
(),
jam
=
pay
.
sspdtgl
.
time
(),
nomor_bayar
=
invoice_id
.
get_raw
(),
jenis_pajak
=
usaha
.
usahanm
.
strip
(),
masa_pajak
=
pajak
.
masapajak
,
jenis_pajak
=
usaha
.
usahanm
.
strip
(),
masa_pajak
=
inv
.
masadari
,
npwpd
=
cust
.
npwpd
,
nama_wp
=
cust
.
customernm
.
strip
(),
npwpd
=
cust
.
npwpd
,
nama_wp
=
cust
.
customernm
.
strip
(),
pokok
=
pay
.
jml_bayar
-
pay
.
denda
,
denda
=
pay
.
denda
,
bunga
=
pay
.
bunga
,
pokok
=
pay
.
jml_bayar
-
pay
.
denda
,
denda
=
pay
.
denda
,
bunga
=
pay
.
bunga
,
jml_bayar
=
pay
.
jml_bayar
,
channel_id
=
channel_id
,
jml_bayar
=
pay
.
jml_bayar
,
channel_id
=
channel_id
,
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment