Commit 3f7eed58 by taufikyu

revisi readme

1 parent e58f8a97
Showing 1 changed file with 34 additions and 0 deletions
...@@ -7,23 +7,57 @@ Changelog ...@@ -7,23 +7,57 @@ Changelog
1. penambahan eis di home 1. penambahan eis di home
2. penambahan rpc dengan 3 method: 2. penambahan rpc dengan 3 method:
- set_invoice - set_invoice
parameter: parameter:
op_kode op_kode
rek_kode rek_kode
dasar dasar
tarif tarif
pokok pokok
denda denda
bunga bunga
jumlah jumlah
periode_1 periode_1
periode_2 periode_2
jatuh_tempo jatuh_tempo
tgl_skrd tgl_skrd
- get_payment - get_payment
parameter: parameter:
kd_bayar kd_bayar
- send_payment - send_payment
parameter parameter
url url
token 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 \ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!