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 your db prefix and change the dates required.

WE LOVE JOOMLA

Joomwalker is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla name and logo are used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.