Skip to content

Project Settings

Project Settings are specified for sending in work reminders before the due date of the work taken up. Through this setting, you can enable or disable the reminders feature. In case you enable the reminders you get the chance to customize whether who receives the reminders and before how many days of the due date.

This is mainly to get the work done on time and avoid the last-minute hassle.

document.querySelectorAll(‘.portal-attachment-thumbnail-img’).forEach(function(img) { img.addEventListener(‘error’, function () { attachment_error_image(this); }); }); const attachment_error_image = (attachment) => { const parentElement = attachment.parentElement; const defaultIcon = <span class="icon-file-empty"></span><span class="fw-attachment-ext">${escapeHtml(attachment.dataset.extension)}</span>; parentElement.innerHTML = defaultIcon; };