EY Tax Serbia - Mobile Application Development
Ernest & Young Serbia is a leader in insurance, tax and consulting services.
For this client we worked on the development of application for tablets and mobile phones which enables: access to tax news in Serbia, access, download and sharing of the latest EU materials, indicative calculation of employee salaries, calculation of employment contracts, and calculation of annual tax.
|
Client: EY Tax Serbia
Activities: Mobile Application Development
Website: www.ey.com
|
Vrati se na Mobile Applications Development
function findexts ($filename)
{
$filename = strtolower($filename) ;
$exts = preg_split("[/\\.]", $filename) ;
$n = count($exts)-1;
$exts = $exts[$n];
return $exts;
}
?>