ar_liabilities_other
where rpt_id = 246839
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | amount | rpt_id |
---|---|---|---|
157 | Accrued Pensioner's Medical Insurance | 17632 | 246839 246839 |
158 | COPE | 370 | 246839 246839 |
CREATE TABLE ar_liabilities_other ( oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, amount INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );