Atlantic City Tax Preparer Pleads Guilty


document.createElement(‘aside’);



Accounting Today News

http://www.accountingtoday.com

Print

Email

Reprints


The operator of an Atlantic City, N.J.-based tax preparation business has pleaded guilty to filing false claims with government.

John Lopez. 48, entered his plea last week in a federal court in Camden, N.J. before U.S. District Judge Noel L. Hillman. Lopez pleaded guilty to a one-count information that charges him with filing false claims with the government. Prosecutors contended he filed dozens of fraudulent tax returns for which his clients received over $200,000 in refunds. Sentencing is scheduled for June 22.

“Today Mr. Lopez admitted to preparing and filing fraudulent tax returns,” said Jonathan D. Larsen, special agent in charge of IRS-Criminal Investigation’s Newark Field Office, in a statement. “Dishonest tax preparers use a variety of methods to cheat, including falsifying information on tax returns to generate larger refunds for their clients. Criminal Investigation will continue to ensure that all tax practitioners, tax preparers and others who practice in the tax law profession adhere to professional standards and follow the law.”

According to prosecutors, Lopez operated of Rayeson Multi Service, a business that provided among other things, tax preparation services. For the tax years 2012 and 2013, he prepared and filed approximately 40 fraudulent tax returns on behalf of his clients.

Lopez allegedly falsified those returns by intentionally including fraudulent deductions on Forms W-2 which showed the clients earning wages from companies where they were not employed in order to generate false refunds. In addition, Lopez filed the fraudulent tax returns electronically using somebody else’s preparer identification number because he was ineligible to obtain his own number based on prior fraud. Based on these fraudulent returns filed with the IRS, the U.S. Treasury issued refunds to his clients totaling approximately $227,150.

Lopez faces up to five years in prison and a fine of up to $250,000. The investigation was conducted by IRS-Criminal Investigation, Newark Field Office, under Larsen’s direction and the U.S. Attorney’s Office, under the direction of U.S. Attorney Paul J. Fishman. The government was represented by Assistant U.S. Attorney Jason M. Richardson.

Be the first to comment on this post using the section below.

‘);
var $text = $(”).text(text);
var $meta = $(”);

var $newComment = $comment.append($text).append($meta);
if ($(‘.no-comments’).length) {
$(‘.no-comments’).after($(”).append($newComment));
$(‘.no-comments’).remove();
} else {
$(‘#comments-box .comment’).last().after($newComment);
}

$(‘.comments-count’).each(function(){
$(this).text(+$(this).text()+1);
});
}

function ajaxBusyTest() {
buttonOff();
setTimeout(buttonOn, 3000);
}

var commentOptions = {
client_id: ‘webcpa_news’,
story_id: ‘77500’,
user_id: ”,
comment_message: ” // textarea or NOCOMMENT
};

function postComment(options, callback, doButtonOff) {
callback = callback || function(){};
doButtonOff = typeof doButtonOff === ‘undefined’ ? true : doButtonOff;

var opts = $.extend(true, {}, commentOptions);
$.extend(true, opts, options);

if (doButtonOff) buttonOff();

$.ajax({
type:”POST”,
url: ‘/apps/custom/ajax_post_comment.php’,
data: opts,
success: function(data) {
callback($.parseJSON(data));
if (doButtonOff) buttonOn();
}
});
};

function showNotification(message) {
$.fancybox(message+’

Return to article.’);
};

$.fn.extend({
charWarden: function (outSelector, limit) {
return this.each(function(){
var $this = $(this);
var $out = $(outSelector);
var _limit = limit;
var _chars = 0;
function handler(e) {
_chars = e.target.value.length;
var left = _limit – _chars;
if (left = (page-1)*listCount i 3 (page (pageCount -2)) {
showMin = pageCount – 4;
if (showMin ‘;
if (page 1) {text += ‘

  • «
  • ‹
  • ‘;}
    while (count ‘ + count + ”;
    if (showMax != count) {
    text += ‘ | ‘;
    }
    text += ”;
    count++;
    }
    if (page ›

  • »
  • ‘;}
    text += ”;
    $(pagination).html(text);
    }
    function scrollToTop(){
    $(‘html, body’).animate({
    scrollTop: parseInt($(“#comments”).offset().top)
    }, 700);
    }
    showPage(page);
    if (pageCount 1){
    buildPagination(page,pageCount);
    $(pagination+” li.arrow_double_right a”).live(‘click’,function(){
    page = pageCount;
    showPage(page);
    buildPagination(page,pageCount);
    scrollToTop();
    });
    $(pagination+” li.arrow_right a”).live(‘click’,function(){
    showPage(++page);
    buildPagination(page,pageCount);
    scrollToTop();
    });
    $(pagination+” li.numbers a”).live(‘click’,function(){
    page = $(this).data(‘number’);
    //console.log(“pageCount: “+pageCount+” page: “+page);
    showPage(page);
    buildPagination(page,pageCount);
    scrollToTop();
    });
    $(pagination+” li.arrow_left a”).live(‘click’,function(){
    showPage(–page);
    buildPagination(page,pageCount);
    scrollToTop();
    });
    $(pagination+” li.arrow_double_left a”).live(‘click’,function(){
    page = 1;
    showPage(page);
    buildPagination(page,pageCount);
    scrollToTop();
    });
    }
    }

    $(function(){ // DOM ready
    paginateComments();
    $(‘.scroll-into-view’).each(function(i){if (i == 0) this.scrollIntoView();});

    $(‘.reset-form’).click(function(e){
    e.preventDefault();
    this.form.reset();
    });

    $(‘#comment_message’).charWarden(‘#chars-remaining’, 4096);

    $(‘.comment-notify’).click(function(e) {
    e.preventDefault();
    var options = {
    comment_notify: ‘TRUE’,
    comment_message: ‘NOCOMMENT’
    };
    var notification = function(data) {
    if (data.success) {
    $(‘.not-following’).hide();
    $(‘.following’).show();
    showNotification(data.success);
    } else if (data.error) {
    showNotification(data.error);
    }
    };
    postComment(options, notification);
    });

    $(‘#wrapperForm’).on(‘submit’, function(e) {
    e.preventDefault();
    var options = {
    comment_notify: $(‘#comment_notify’).prop(‘checked’) ? ‘TRUE’ : ”,
    comment_message: $(‘#comment_message’).val()
    };
    var notification = function(data) {
    if (data.success) {
    if ($(‘#comment_notify:checked’).length) {
    $(‘.not-following’).hide();
    $(‘.following’).show();
    }
    document.wrapperForm.reset();
    addPostOptimistically(options.comment_message);
    $(‘#comment_message’).change();
    } else if (data.error) {
    showNotification(data.error);
    }
    };
    postComment(options, notification);
    });

    $(‘a.username’).fancybox({
    ‘hideOnOverlayClick’: false,
    ‘centerOnScroll’ : true,
    ‘autoScale’ : false,
    ‘autoDimensions’ : false,
    ‘width’: 435,
    ‘height’: 205,
    ‘onClosed’: function() {
    if ($(‘#do-refresh’).length) location.reload();
    }
    });
    }); // end DOM ready
    })(jQuery);