Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Taufik Yulianto
/
esipkd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 3f7eed58
authored
Aug 13, 2020
by
taufikyu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
revisi readme
1 parent
e58f8a97
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
README.md
README.md
View file @
3f7eed5
...
...
@@ -7,23 +7,57 @@ Changelog
1.
penambahan eis di home
2.
penambahan rpc dengan 3 method:
-
set_invoice
parameter:
op_kode
rek_kode
dasar
tarif
pokok
denda
bunga
jumlah
periode_1
periode_2
jatuh_tempo
tgl_skrd
- get_payment
parameter:
kd_bayar
- send_payment
parameter
url
token
3 perlu menambahkan kolom api_key pada table users, dan penambahan table departemen_route
syntax:
alter table public.users add column api_key varchar(256);
CREATE TABLE IF NOT EXISTS departemen_route (
id integer not null,
status smallint not null,
kode varchar(32),
no_skrd varchar(64),
tgl_skrd DATE,
ar_invoice_id integer
);
\ No newline at end of file
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