General Ledger Export To BPAY
System can generate BPay file based on CommBizz file specification version 6 (April 2011). The file can be downloaded here.
Warning: This function has not been used for some years and will not work with current setups. Contact your Account Manager to discuss using this function.
Records will only be selected for file creation if Reg or CTP Renewals batches:
are Posted
have BPAY checkbox ON
have not been exported previously
Create Export Files
Click on the 'New' tab
Click 'Create'
Click 'Export'
Save the csv file for import into your Banking software
Click 'Edit'
Update the status from 'pending' to 'exported ok'
Add any notes if required
The 'create' action flags the relevant transactions as exported and will not be duplicated in any subsequent 'create' actions.
Copies of exported files can be re-created anytime by using the search icon and selecting the relevant file.
Filters
Buttons
Field Descriptions
Validations and Alerts
BPAY File Header Record
BPAY File Payment Details Records
Click here for pdf version.
Useful Queries
select c.contract_id, pm.posting_map_group, c.company_id, m.maintenance_id, m.batch_no, m.item_no, bi.bpay_flag, bi.bpay_biller_code, t.bpay_id from fm_maintenance as m inner join fm_contracts as c on c.contract_id = m.contract_id inner join gl_posting_maps as pm on pm.posting_map_id = c.posting_map_id inner join gl_batch_items as bi on bi.record_id = m.maintenance_id inner join gl_transactions as t on t.batch_no = m.batch_no and t.item_no = m.item_no group by m.maintenance_id order by maintenance_id desc limit 4;