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 d112ec13
authored
May 10, 2020
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
README.rst perubahan simpad menjadi pad
1 parent
9c47ba81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
README.rst
README.rst
View file @
d112ec1
...
@@ -18,12 +18,12 @@ Uji Coba
...
@@ -18,12 +18,12 @@ Uji Coba
Buat file ``test-pad.ini`` seperti contoh berikut::
Buat file ``test-pad.ini`` seperti contoh berikut::
[main]
[main]
db_url = postgresql://
sugiana:a@localhost/pad
db_url = postgresql://
user:pass@localhost/db
persen_denda = 2
persen_denda = 2
Sesuaikanlah pada ``db_url``. Kemudian dapatkan daftar tagihan::
Sesuaikanlah pada ``db_url``. Kemudian dapatkan daftar tagihan::
$ ~/env/bin/
sim
pad_available_invoice test-pad.ini
$ ~/env/bin/pad_available_invoice test-pad.ini
Nanti akan tampil seperti ini::
Nanti akan tampil seperti ini::
...
@@ -34,14 +34,14 @@ Nanti akan tampil seperti ini::
...
@@ -34,14 +34,14 @@ Nanti akan tampil seperti ini::
Kolom kedua adalah Invoice ID atau sering disebut sebagai nomor bayar. Nomor
Kolom kedua adalah Invoice ID atau sering disebut sebagai nomor bayar. Nomor
ini bekal untuk inquiry atau cek tagihan::
ini bekal untuk inquiry atau cek tagihan::
$ ~/env/bin/
sim
pad_inquiry test-pad.ini --invoice-id=201912345
$ ~/env/bin/pad_inquiry test-pad.ini --invoice-id=201912345
Untuk melanjutkan pembayaran tambahkan opsi ``--payment``::
Untuk melanjutkan pembayaran tambahkan opsi ``--payment``::
$ ~/env/bin/
sim
pad_inquiry test-pad.ini --invoice-id=201912345 --payment
$ ~/env/bin/pad_inquiry test-pad.ini --invoice-id=201912345 --payment
Sedangkan untuk membatalkannya tambahkan opsi ``--reversal``::
Sedangkan untuk membatalkannya tambahkan opsi ``--reversal``::
$ ~/env/bin/
sim
pad_inquiry test-pad.ini --invoice-id=201912345 --reversal
$ ~/env/bin/pad_inquiry test-pad.ini --invoice-id=201912345 --reversal
Selamat mencoba, semoga berhasil.
Selamat mencoba, semoga berhasil.
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