-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/z_admin.bk.240724/php/cash/
File Upload :
Current File : /var/www/html/z_admin.bk.240724/php/cash/skn.modify.php

<?php

# approve
	if ( empty($numid)) script_re($total['cmnall'] , ' Á¢±ÙÇÒ ¼ö ¾ø½À´Ï´Ù. ' ) ;

	$oinfo = $exe->qry_fetch ( " from tbl_{$total[table]} where numid='{$numid}' " , " * " ) ;
	if ( empty($oinfo['numid'])) script_re( $total['cmnall'] , ' »èÁ¦µÇ¾ú°Å³ª ¾ø´Â µ¥ÀÌÅÍÀÔ´Ï´Ù. ' ) ;
	if ( $oinfo['now_state'] == '½Åû¿Ï·á' ) script_re( $total['cmnall'] , ' ó¸®ÇÒ ¼ö ¾ø´Â ¿äû ' ) ;	// ÁÖ¹®½Ã ¹«ÅëÀåÀÔ±Ý-Çö±Ý¿µ¼öÁõÀ» ½ÅûÇÒ °æ¿ì Çö±Ý¿µ¼öÁõ Å×ÀÌºí¿¡ ÁÖ¹®¹øÈ£¸¸ µî·Ï
	$info = $oinfo ;
	$skins = $skin->skin (	array (
								'frm'			=> 'FORM'
							) , $skinfile ) ;

	$info['corp_type'] = $oinfo['corp_type'] == '0' ? 'Á÷Á¢ ÆÇ¸Å' : $info['corp_type'] ;
	$info['corp_type'] = $oinfo['corp_type'] == '1' ? 'ÀÔÁ¡¸ô ÆÇ¸Å' : $info['corp_type'] ;
	$info['corp_tax_type'] = $oinfo['corp_tax_type'] == 'TG01' ? '°ú¼¼' : $info['corp_tax_type'] ;
	$info['corp_tax_type'] = $oinfo['corp_tax_type'] == 'TG02' ? '¸é¼¼' : $info['corp_tax_type'] ;
	$info['tr_code_title'] = '' ;
	$info['tr_code_title'] = $oinfo['tr_code'] == '0' ? 'ÁÖ¹Î(ÈÞ´ëÆù)¹øÈ£/Çö±Ý¿µ¼öÁõ Ä«µå' : $info['tr_code_title'] ;
	$info['tr_code_title'] = $oinfo['tr_code'] == '1' ? '»ç¾÷ÀÚ¹øÈ£' : $info['tr_code_title'];
	$info['tr_code'] = $oinfo['tr_code'] == '0' ? '¼Òµæ°øÁ¦¿ë' : $info['tr_code'] ;
	$info['tr_code'] = $oinfo['tr_code'] == '1' ? 'ÁöÃâÁõºù¿ë' : $info['tr_code'] ;

	$info['res_cd'] = $oinfo['res_cd'] == '0000' ? 'Á¤»ó' : $oinfo['res_cd'] ;

	$info['trad_time_readonly'] = $oinfo['trad_time'] ;
	$info['rem_mny'] = $oinfo['amt_tot'] ;

	$info['amt_tot'] = number_format($oinfo['amt_tot']);
	$info['amt_svc'] = number_format($oinfo['amt_svc']);

	$amt_sup = ceil(($oinfo['amt_tot']-$oinfo['amt_svc']) * 10 / 11) ;
	$info['amt_sup'] = number_format($amt_sup);
	$info['amt_tax'] = number_format($oinfo['amt_tot']-$oinfo['amt_svc']-$amt_sup);

	$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;

?>

Copyright © 2017 || Recoded By Mr.Bumblebee