A proposal that suits your organization
No two organizations or administrations are the same. That is why we base our proposal on your legal form, invoice volume, employees, systems, and desired support.
You will receive a clear scope of work detailing which tasks Practical performs, which responsibilities remain with your organization, and the corresponding monthly fee.
Request a suitable proposal
Answer a few short questions about your organization. We use your answers to assess the scope of work and to prepare for an initial consultation. You will not receive an automated standard rate, but a proposal that aligns with the support you actually need.
document.addEventListener('DOMContentLoaded', function () {
const form = document.querySelector('.legal-form form');
if (!form) return;
const select = form.querySelector('[name="form_fields[juridische_structuur]"]');
const acceptance = form.querySelector('[name="form_fields[payment_acceptance]"]');
if (!select || !acceptance) return;
const acceptanceGroup = acceptance.closest('.elementor-field-group');
function togglePaymentAcceptance() {
if (select.value === 'Eenmanszaak') {
acceptanceGroup.style.display = '';
acceptance.required = true;
} else {
acceptanceGroup.style.display = 'none';
acceptance.required = false;
acceptance.checked = false;
}
}
togglePaymentAcceptance();
select.addEventListener('change', togglePaymentAcceptance);
});
.elementor-field-group-payment_acceptance {
display: none !important;
}
.elementor-field-group-payment_acceptance.is-visible {
display: flex !important;
}
document.addEventListener('DOMContentLoaded', function () {
const select = document.querySelector('#form-field-field_0924b14');
const note = document.querySelector(
'.elementor-field-group-payment_acceptance'
);
if (!select || !note) return;
const checkbox = note.querySelector('input[type="checkbox"]');
function updateNote() {
const shouldShow =
select.value.trim().toLowerCase() === 'eenmanszaak';
note.classList.toggle('is-visible', shouldShow);
note.hidden = !shouldShow;
if (checkbox) {
checkbox.disabled = !shouldShow;
checkbox.required = shouldShow;
if (!shouldShow) {
checkbox.checked = false;
}
}
}
select.addEventListener('change', updateNote);
updateNote();
});
Outsourcing payroll administration
Would you like to know which support and monthly fee suit your organization? Answer a few questions about the number of employees, payroll frequency, employment conditions, and any international employees.
Practical translates this information into a clear scope for your payroll administration in Nmbrs Payroll, including the desired integration with accounting, payroll taxes, and tax advice.
Would you prefer to discuss your situation first?
Our specialists will work with you to consider the desired tasks, existing expertise, and financial processes. This way, we can determine together which support is appropriate before you request a proposal.