ar_disbursements_benefits
where rpt_id = 232727
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | paid_to | amount | rpt_id |
---|---|---|---|---|
105 | PENSION | RL9 | 24344 | 232727 232727 |
106 | HEALTH FUND | RL9 | 13519 | 232727 232727 |
107 | APPRENTICE TRAINING | RL9 | 7926 | 232727 232727 |
108 | FFC EXPENSES | RL9 | 22151 | 232727 232727 |
CREATE TABLE ar_disbursements_benefits ( oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, paid_to TEXT NULL, amount INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );