Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
opensipkd-pad-models
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 293e008d
authored
Nov 17, 2020
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Perubahan rumus
1 parent
9b549deb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
MANIFEST.in
opensipkd/pad/services/default/__init__.py
setup.py
MANIFEST.in
0 → 100644
View file @
293e008
include *.txt *.rst *.py
recursive-include opensipkd *.py
opensipkd/pad/services/default/__init__.py
View file @
293e008
...
...
@@ -274,10 +274,7 @@ class Inquiry(BaseInquiry):
return
pay
.
jml
or
0
def
hitung_tagihan
(
self
):
self
.
tagihan
=
self
.
invoice
.
dasar
*
self
.
invoice
.
tarif
\
+
self
.
invoice
.
denda
+
self
.
invoice
.
kenaikan
\
-
self
.
invoice
.
kompensasi
+
self
.
invoice
.
lain2
\
-
self
.
invoice
.
setoran
self
.
tagihan
=
self
.
invoice
.
pajak_terhutang
-
self
.
invoice
.
bunga
self
.
tagihan
=
round_up
(
self
.
tagihan
)
def
hitung_denda
(
self
):
...
...
setup.py
View file @
293e008
...
...
@@ -13,6 +13,8 @@ version = line.split()[0]
requires
=
[
'sqlalchemy'
,
'zope.sqlalchemy'
,
'transaction'
,
'opensipkd-hitung @ '
'git+https://git.opensipkd.com/sugiana/opensipkd-hitung.git'
,
]
...
...
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