INNOVADERM CRO IS NOW INDERO.

Technician, Accounts Payables (Argentina)

Argentina · Permanent · Professional

About The Position

The Accounts Payables Technician is responsible for processing invoices and issuing payments. Perform accounting and clerical duties related to the efficient maintenance and processing of accounts payable transactions in the context of project accounting (site related). The Technician will also assist the team for tasks regarding reconciliation at the end of the month and end of each project.


More specifically, the Accounts Payable Technician’s principal responsibilities are to:

  • Verify, codify, and enter vendor/site invoices, credit card transactions and expense reports.
  • Be responsible for Month end CTMS invoices and reverse charges from European sites
  • QC on site set up
  • Participate in process improvement, bring input and advice to the management team
  • Send payment notices to sites


The accounts payable technician may also:

  • Verify and process payments on a weekly basis (checks and electronic transfer);
  • Research and resolve invoice discrepancies and issues;
  • Communicate with vendors for all inquiries / requests and analysis needed;
  • Maintain accurate vendor files, historical records, supporting documents and invoices;
  • Verify vendor accounts by reconciling monthly statements and related transactions;
  • Check the accuracy of expense reports according to the company policy;
  • Assist with month end closing; accrual of invoices, expense reports and credit card transactions
  • Prepare reports and analysis for the account payable aging list.


Requirements


Education

  • Diploma in accounting or equivalent;



Experience

  • Diploma in accounting or equivalent;
  • 3 years in a similar position;
  • Excellent level of English, both written and spoken;
  • Good knowledge of MS Office (Excel, Word and Outlook);
  • Ability to work in a fast paced and dynamic environment;
  • Autonomy and sense of initiative;

Our company

OUR COMPANY


The work environment 

 At Indero, you will work with brilliant and driven colleagues. Our values are collaboration, innovation, reliability and responsiveness. We offer a stimulating work environment and attractive advancement opportunities. 

In this position, you will be eligible for the following perks: 

  • Flexible work schedule 
  • Permanent full-time position 
  • Company benefits package
  • Ongoing learning and development 


About Indero  

Indero is a CRO specialized in dermatology and rheumatology. Since its beginnings in 2000, our organization has benefited from a solid reputation for the quality of its research and services exceeding the expectations of its clients. Based in Montreal, Indero continues to grow and expand in North America and Europe. 

 

Indero is committed to providing equitable treatment and equal opportunity to all individuals. As such, Indero will provide accommodations throughout the recruitment and selection process to applicants with disabilities, upon request. 

Indero only accepts applicants who can legally work in Argentina.

Apply for this position

Jeff Smith

Chef de la direction

Jeff Smith, Chef de la direction d’Indero Recherches, apporte près de 30 ans d’expérience dans l’industrie pharmaceutique et CRO, s’étant distingué par son leadership exceptionnel, sa vision stratégique et son innovation. L’expertise de Jeff couvre des opérations mondiales, la gestion de la croissance, ainsi que la promotion d’une culture d’entreprise collaborative. Ses atouts en matière de création de valeur, de gestion des partenaires et d’opérations CRO ont toujours contribué au succès dans ses fonctions précédentes. Sous la direction de Jeff, Indero continue d’étendre ses capacités, faisant progresser les connaissances médicales et les nouvelles thérapies en dermatologie et en rhumatologie.

(function () { var STORAGE_KEY = 'accordion_return_state'; // ── 1. Save state when a link inside an accordion is clicked ────────────── document.addEventListener('click', function (e) { var link = e.target.closest('a[href]'); if (!link) return; var href = link.getAttribute('href'); if (!href || /^(#|javascript|mailto|tel)/.test(href)) return; var item = link.closest('.e-n-accordion-item'); //
element if (!item) return; var accordion = link.closest('.e-n-accordion'); if (!accordion) return; var items = Array.from(accordion.querySelectorAll(':scope > .e-n-accordion-item')); var index = items.indexOf(item); var widget = accordion.closest('.elementor-widget'); var widgetId = widget ? widget.getAttribute('data-id') : null; sessionStorage.setItem(STORAGE_KEY, JSON.stringify({ returnUrl : window.location.href, widgetId : widgetId, itemIndex : index })); }); // ── 2. Restore state on return ──────────────────────────────────────────── function maybeRestore() { var raw = sessionStorage.getItem(STORAGE_KEY); if (!raw) return; var state; try { state = JSON.parse(raw); } catch (e) { return; } if (state.returnUrl !== window.location.href) return; sessionStorage.removeItem(STORAGE_KEY); function doRestore() { var accordion = null; if (state.widgetId) { var widget = document.querySelector('.elementor-widget[data-id="' + state.widgetId + '"]'); if (widget) accordion = widget.querySelector('.e-n-accordion'); } if (!accordion) accordion = document.querySelector('.e-n-accordion'); if (!accordion) return; var items = accordion.querySelectorAll(':scope > .e-n-accordion-item'); var item = items[state.itemIndex]; if (!item) return; // Use .open on the native
element to check state // Click the so Elementor's own JS handles animation + aria attrs if (!item.open) { var summary = item.querySelector('.e-n-accordion-item-title'); if (summary) summary.click(); } setTimeout(function () { item.scrollIntoView({ behavior: 'smooth', block: 'center' }); }, 250); } if (document.readyState === 'complete') { setTimeout(doRestore, 150); } else { window.addEventListener('load', function () { setTimeout(doRestore, 150); }); } } // Handles pages restored from browser back/forward cache (bfcache) window.addEventListener('pageshow', function (e) { if (e.persisted) maybeRestore(); }); // Handles normal back navigation (page fully reloaded, not bfcache) var nav = performance.getEntriesByType && performance.getEntriesByType('navigation')[0]; if (nav && nav.type === 'back_forward') { maybeRestore(); } })();