use Koha::Database;
use JSON;
use Koha::Reports;
use Koha::DateUtils qw( dt_from_string output_pref );
use base qw(Koha::Object);
-