If You Use Our Calculator And Find Out You Owe The T&T Government Thousands Of Dollars, You Only Have APPROX 17 Days Left OR Exactly The Time Shown Below, To Take Advantage Of The Government's Amnesty Period
Use The Annual Returns Calculator Below To See If You Owe
The company named, Peters' Construction Agency owes the government $ 65,897 for not having filed its
Want to easily complete your Annual Returns? Use our FREE software, by clicking the green Start The Process button below. It will take you to page with am easy to fill-in form accompanied by a video of how it all works.
And by the way, we've pre-filled most of the information for you, so you can just get it done, without much thought.
DISCLAIMER: Our calculations are approximations that should not substitute for those you will get at the Office of the Registrar General.
Insert/edit link
Close
Or link to existing content
Search
No search term specified. Showing recent items.
Search or use up and down arrow keys to select an item.
×
Thank you
for signing up for our Annual Returns Generator service. An email will be sent to you shortly where you'll be given a link to the generator.
×
Thanks for your interest in our annual returns generator.
Please fill in your name and email address to START THE PROCESS.
"+newyearval);
var flag = 0;
if(company_return_dt.getMonth() > company_reg_dt.getMonth()) { // 11/03 07 > 03 --->
flag = 1;
} else if(company_return_dt.getMonth() < company_reg_dt.getMonth()) {
flag = 0;
} else {
if(company_return_dt.getDate() > company_reg_dt.getDate()) {
flag = 1;
}
}
//alert("flag---->"+flag);
if(flag == 1) {
var Difference_In_Time = today_dt.getTime() - company_return_dt.getTime();
var Difference_In_Days = (Difference_In_Time / (1000 * 3600 * 24));
if(Difference_In_Days <= 365) {
$("#right-company-name-365").show();
$("#company_calculate_date_div1").html(month[(company_reg_dt.getMonth())] + ' ' + company_reg_dt.getDate() + ' ' + parseInt(parseInt(company_return_dt.getFullYear()) + 1));
return;
}
}
var company_regi_date = new Date(comanyredt);
var annual_return_date = new Date(comanyanrtdt);
if (typeof comanyanrtdt == 'undefined' || !comanyanrtdt || comanyanrtdt.length === 0 || comanyanrtdt === "" || !/[^\s]/.test(comanyanrtdt) || /^\s*$/.test(comanyanrtdt) || comanyanrtdt.replace(/\s/g,"") === "")
{
var company_regi_date_new = new Date(new Date(company_regi_date).setFullYear(company_regi_date.getFullYear() + 1));
}
else
{
if(flag == 0) {
var company_regi_date_new = new Date(new Date(company_regi_date).setFullYear(company_return_dt.getFullYear()));
} else {
var company_regi_date_new = new Date(new Date(company_regi_date).setFullYear(company_return_dt.getFullYear() + 1));
}
}
var current_date = new Date();
//alert("company_regi_date_new = "+company_regi_date_new);
var total_no_of_month = (diff_months(company_regi_date_new, current_date));
var all_year_val = '';
for(var i = company_regi_date_new.getFullYear(); i <= current_date.getFullYear(); i++) {
if(i == company_regi_date_new.getFullYear()) {
all_year_val += i;
} else {
if(i == current_date.getFullYear()) {
all_year_val += " and "+i;
} else {
all_year_val += ", "+i;
}
}
}
//alert(total_no_of_month); return;
all_year_val += ' annual returns.';
var calulate_data_money = parseFloat(parseFloat(parseFloat(parseFloat(parseFloat(total_no_of_month)) * 300) + 40));
$("#company_calculate_money_div").html(calulate_data_money.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","));
$("#right-company-name-365").show();
$("#right-company-name").show();
$("#right-company-regis-date").show();
$("#right-company-annual-returns-date").show();
$("#submit_start_process").show();
var val = $.trim( $("#company_name").val() );
$("#company_calculate_date_div").html(all_year_val);
$("#company_name_div").html(val+',');
});
$("#get_annual_service").on("click", function(){
window.location.href = 'https://jasonarthurconsulting.com/annual-calculator-next';
});
});
function getTimeRemaining(endtime) {
const total = Date.parse(endtime) - Date.parse(new Date());
const seconds = Math.floor((total / 1000) % 60);
const minutes = Math.floor((total / 1000 / 60) % 60);
const hours = Math.floor((total / (1000 * 60 * 60)) % 24);
const days = Math.floor(total / (1000 * 60 * 60 * 24));
$("#approx_day_time").html('APPROX '+days+' Days');
return {
total,
days,
hours,
minutes,
seconds
};
}
function initializeClock(id, endtime) {
const clock = document.getElementById(id);
const daysSpan = clock.querySelector('.days');
const hoursSpan = clock.querySelector('.hours');
const minutesSpan = clock.querySelector('.minutes');
const secondsSpan = clock.querySelector('.seconds');
function updateClock() {
const t = getTimeRemaining(endtime);
daysSpan.innerHTML = t.days;
hoursSpan.innerHTML = ('0' + t.hours).slice(-2);
minutesSpan.innerHTML = ('0' + t.minutes).slice(-2);
secondsSpan.innerHTML = ('0' + t.seconds).slice(-2);
if (t.total <= 0) {
clearInterval(timeinterval);
}
}
updateClock();
const timeinterval = setInterval(updateClock, 1000);
}
const deadline = 'January 31 2025 15:50:00 GMT-0400';
initializeClock('clockdiv', deadline);
-->