示例#1
0
文件: test2.php 项目: konvita2/portal
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetPageProperty("description", "Изучение CRM");
$APPLICATION->SetTitle("test2");

?>

<?

require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/mail/include.php");
include_once($_SERVER["DOCUMENT_ROOT"] . "/bitrix/arka/arka_classes.php");

////////////////////////////////////
// get last file type by dealid
$typ = CArkaCrm::GetDealStageByLastFile(2680);

echo 'typ ' . $typ  .'<br>';




/*
$cntp = CArkaCrm::CountPropsInDeal(1167);
$cnti = CArkaCrm::CountInvoicesInDeal(1167);
$cnt = CArkaCrm::CountPropsAndInvoicesInDeal(1167);
echo "cntp = $cntp<br>";
echo "cnti = $cnti<br>";
echo "cnt = $cnt<br>";
*/

/*