• I’ve added some custom fields to the tickets, which works fine.
    The problem is, that the report doesn’t show the data of the custom fields.
    Only if I choose an event, the fields are shown.

    But if I want the report based on dates, the content of the custom fields is not visible.
    It would also be nice, to see the amount of tickets in this list.

    And checkboxes don’t seem to work for custom fields as the input type.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter whothephuc

    (@whothephuc)

    I found the problem in mt-reports.php in the mt_get_report_data_by_time function.
    There’s following if condition:
    if ( absint( $v[‘event_id’] ) === absint( $post->ID ) ) {}

    If I remove that, I get the data of the custom fields. Not sure, why it’s needed, so I removed it.

    I also figured how to show the amount of tickets in the date view of the report. I think it would be nice to implement it. I guess I’m not the only person who would like to know how many bought tickets in this view and in the csv.

    Thread Starter whothephuc

    (@whothephuc)

    With the latest update this fix doesn’t work anymore

    Plugin Author Joe Dolson

    (@joedolson)

    This should be fixed in the latest release; but please let me know if not.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom fields data not shown in report by date’ is closed to new replies.