Results

Found 4 search results for: foreign expansion

Bogusława Drelich-Skulska (2021/5, Book Reviews, p. 702)

Review: Marian Gorynia, Ekonomiczne, finansowe i menedżerskie aspekty zagranicznej ekspansji przedsiębiorstw (Economic, Financial and Managerial Aspects of the foreign expansion of Enterprises)


Marian Gorynia, Piotr Trąpczyński (2014/5, Articles, p. 663)

Determinants of the Effectiveness of Foreign Direct Investments – A Review Article

The aim of the paper is to identify key determinants of the effectiveness of foreign direct investments as an advanced form of foreign expansion of enterprises. The authors give a comparative review of the findings of various empirical studies made hitherto, which were devoted to the analysis of the results achieved by foreign subsidiaries created by FDI. They distinguish four group of (...)


Marian Gorynia, Katarzyna Mroczek (2013/2, Articles, p. 201)

Transaction Costs as Determinant of the foreign expansion of the Enterprise

The authors discuss the possibilities of applying the theory of transaction costs (a part of institutional economics) to the choice of the form of foreign expansion of the enterprise. The main aim of the article is to present the concepts describing the relationship between the transaction costs and the forms of foreign expansion of the enterprise, including their critical assessment. The (...)


Tomasz Gołębiowski (2008/1, Book Reviews, p. 123)

Marian Gorynia: Strategie zagranicznej ekspansji przedsiębiorstw (Companies’ Strategies for foreign expansion)




query('SET character_set_connection=utf8'); $wynik2 = $dba->query('SET character_set_client=utf8'); $wynik2 = $dba->query('SET character_set_results=utf8'); echo "
"; $zapytanie2 = "select * from ksiazki where isbn > 99999999 and wyczerpany = '0' and oferta_specjalna = '0'"; $wynik2 = $dba->query($zapytanie2); $ile2 = $wynik2->num_rows; $rmax = rand(1, $ile2); for ($i = 1; $i <= $rmax; $i++) { $wiersz2 = $wynik2->fetch_assoc(); } $isbn = stripslashes($wiersz2['isbn']); $tytul = stripslashes($wiersz2['tytul']); $autor = stripslashes($wiersz2['autor']); $cenadet = stripslashes($wiersz2['cenadet']); $cenaprom = stripslashes($wiersz2['cenaprom']); $cenapdf = stripslashes($wiersz2['cenapdf']); $strony = stripslashes($wiersz2['liczbastron']); $oprawa = stripslashes($wiersz2['oprawa']); echo "
"; echo ""; echo "

"; echo "$tytul
$autor

"; echo $strony." stron"; if ($oprawa) { echo ", oprawa twarda"; } echo "
"; echo "Cena: "; if ($cenaprom>0) { echo "".dziesietne($cenaprom)." zł"; } else { echo "".dziesietne($cenadet)." zł"; } if ($cenapdf>0) { echo "   Cena PDF: ".dziesietne($cenapdf)." zł"; } echo "

"; echo "

Sprzedaż
wysyłkowa
"; echo "
"; echo "
"; echo "
"; $zapytanie2 = "select * from ksiazki where isbn > 99999999 and isbn != '".$isbn."' and wyczerpany = '0' and oferta_specjalna = '0'"; $wynik2 = $dba->query($zapytanie2); $ile2 = $wynik2->num_rows; $rmax = rand(1, $ile2); for ($i = 1; $i <= $rmax; $i++){ $wiersz2 = $wynik2->fetch_assoc(); } $isbn = stripslashes($wiersz2['isbn']); $tytul = stripslashes($wiersz2['tytul']); $autor = stripslashes($wiersz2['autor']); $cenadet = stripslashes($wiersz2['cenadet']); $cenapdf = stripslashes($wiersz2['cenapdf']); $strony = stripslashes($wiersz2['liczbastron']); $oprawa = stripslashes($wiersz2['oprawa']); echo "
"; echo ""; echo "

"; echo "$tytul
$autor

"; echo $strony." stron"; if ($oprawa){ echo ", oprawa twarda"; } echo "
"; echo "Cena: "; echo "".dziesietne($cenadet)." zł"; if ($cenapdf>0){ echo "   Cena PDF: ".dziesietne($cenapdf)." zł"; } echo "

"; echo "

Sprzedaż
wysyłkowa
"; echo "
"; echo "
"; echo "
"; echo "

"; $dba->close(); ?>