User Tools

Site Tools


Writing /app/www/public/data/meta/reporting_manager/code_block_comment.meta failed
reporting_manager:code_block_comment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
reporting_manager:code_block_comment [2016/09/15 12:44] mmccreporting_manager:code_block_comment [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Report Code Block Comment ======
  
 +Author: Sophie Renshaw
 +
 +The following comment block must be included in all reports and updated after any and all report modifications. The aim of this is to accurately track historic report changes.
 +
 +<code>
 +/***************************************************************
 + * Copyright (c) 2017 Errigal Inc.
 + *
 + * This software is the confidential and proprietary information
 + * of Errigal, Inc.  You shall not disclose such confidential
 + * information and shall use it only in accordance with the
 + * license agreement you entered into with Errigal.
 + *
 + *************************************************************** */
 +
 +/**
 + * Created by David McGee on 3/21/16.
 + */
 +
 +public static void main(String[] args) {
 +  /**
 +   * Original Author: David McGee
 +   * Create Date: 1-Oct-2010
 +   * Developer Notes: Report to capture hub audit data.
 +   *
 +   * Update History:
 +   *
 +   * (Date - Contributor - Support Ticket - Quick 1 line note on modification. Example below)
 +   * 01-Nov-2016 - David McGee - CUST-123 - Updated report to use new datasource
 +   */
 +}
 +</code>