Open ekajaya740 opened 8 months ago
Description
I wondered what if we can enforce multi-account search on buku besar search params.
buku besar
Example Solution
{{api-v1}}/akuntansi/buku_besar?end_date=2023-12-30&start_date=2023-10-20&akun_id=01HJ626DN89EH1EQTY5SF6B6QH%2C02HJ626DN89EH1EQTY5SF6B6QI%2C03HJ626DN89EH1EQTY5SF6B6QJ
The akun_id above use URL encoded comma to separate accounts.
akun_id
Description
I wondered what if we can enforce multi-account search on
buku besar
search params.Example Solution
{{api-v1}}/akuntansi/buku_besar?end_date=2023-12-30&start_date=2023-10-20&akun_id=01HJ626DN89EH1EQTY5SF6B6QH%2C02HJ626DN89EH1EQTY5SF6B6QI%2C03HJ626DN89EH1EQTY5SF6B6QJ
The
akun_id
above use URL encoded comma to separate accounts.