There is nothing in ABPro to export book-offs but you can use an SQL query to get them.
SELECT * FROM jos_sv_apptpro3_bookoffs
WHERE
off_date >= '2018-10-01' AND off_date <= '2018-10-31'
Replace the jos_ with you db prefix.
There is nothing in ABPro to export book-offs but you can use an SQL query to get them.
SELECT * FROM jos_sv_apptpro3_bookoffs
WHERE
off_date >= '2018-10-01' AND off_date <= '2018-10-31'
Replace the jos_ with you db prefix.