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 29d42c43
authored
Apr 02, 2021
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bug fixed PAD
1 parent
71267866
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
README.rst
payment_report/scripts/pad.py
README.rst
View file @
29d42c4
...
...
@@ -12,6 +12,10 @@ Pasang paket yang dibutuhkan::
$ ~/env/bin/pip install ebcdic
$ ~/env/bin/pip install git+https://git.opensipkd.com/sugiana/opensipkd-iso8583-bjb.git
Lalu pasang paket ini::
$ ~/env/bin/pip install git+https://git.opensipkd.com/sugiana/payment-report.git
Buatlah database ``payment_report``::
$ sudo su - postgres -c "createuser -P report"
...
...
payment_report/scripts/pad.py
View file @
29d42c4
...
...
@@ -32,6 +32,7 @@ ERR_NOT_FOUND = 'Tgl {tgl_bayar} pad.pad_sspd.spt_id {invoice_id} tidak ada'
class
App
(
BaseApp
):
iso_class
=
Doc
report_orm
=
Pad
iso_reversal_orm
=
IsoReversal
def
__init__
(
self
,
argv
):
super
()
.
__init__
(
argv
)
...
...
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