Commit 3f7eed58 by taufikyu

revisi readme

1 parent e58f8a97
Showing 1 changed file with 34 additions and 0 deletions
......@@ -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
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!