Commit 29d42c43 by Owo Sugiana

Bug fixed PAD

1 parent 71267866
...@@ -12,6 +12,10 @@ Pasang paket yang dibutuhkan:: ...@@ -12,6 +12,10 @@ Pasang paket yang dibutuhkan::
$ ~/env/bin/pip install ebcdic $ ~/env/bin/pip install ebcdic
$ ~/env/bin/pip install git+https://git.opensipkd.com/sugiana/opensipkd-iso8583-bjb.git $ ~/env/bin/pip install git+https://git.opensipkd.com/sugiana/opensipkd-iso8583-bjb.git
Lalu pasang paket ini::
$ ~/env/bin/pip install git+https://git.opensipkd.com/sugiana/payment-report.git
Buatlah database ``payment_report``:: Buatlah database ``payment_report``::
$ sudo su - postgres -c "createuser -P report" $ sudo su - postgres -c "createuser -P report"
......
...@@ -32,6 +32,7 @@ ERR_NOT_FOUND = 'Tgl {tgl_bayar} pad.pad_sspd.spt_id {invoice_id} tidak ada' ...@@ -32,6 +32,7 @@ ERR_NOT_FOUND = 'Tgl {tgl_bayar} pad.pad_sspd.spt_id {invoice_id} tidak ada'
class App(BaseApp): class App(BaseApp):
iso_class = Doc iso_class = Doc
report_orm = Pad report_orm = Pad
iso_reversal_orm = IsoReversal
def __init__(self, argv): def __init__(self, argv):
super().__init__(argv) super().__init__(argv)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!