Ignore:
Timestamp:
2008/04/07 22:19:25 (16 years ago)
Author:
satou
Message:

納品書発行機能 by homan (merge r17113)

Location:
branches/version-1/html/admin/pdf.d
Files:
6 copied

Legend:

Unmodified
Added
Removed
  • branches/version-1/html/admin/pdf.d/index.php

    r17113 r17235  
    2525        $this->arrPref = $arrPref; 
    2626        $this->width_cell = array(110.3,12,21.7,24.5); 
    27         $label_cell[] = sjis_conv("¾¦ÉÊ̾ / ¾¦ÉÊ¥³¡¼¥É / [ µ¬³Ê ]"); 
    28         $label_cell[] = sjis_conv("¿ôÎÌ"); 
    29         $label_cell[] = sjis_conv("ñ²Á"); 
    30         $label_cell[] = sjis_conv("¶â³Û(Àǹþ)"); 
    31         $this->label_cell = $label_cell; 
    3227        $this->arrMessage = array( 
    3328            '¤³¤Î¤¿¤Ó¤Ï¤ªÇã¾å¤²¤¤¤¿¤À¤­¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£', 
     
    130125 * ¥Õ¥©¥ó¥È¤Î¥»¥Ã¥È $pdf->SetFont('SJIS', '', 8); ¢¨SJIS(MSPGothic)¤Ç¥Õ¥©¥ó¥È¥µ¥¤¥º8 
    131126 */ 
     127 
     128// ¥é¥Ù¥ë¾ðÊó 
     129$label_cell[] = sjis_conv("¾¦ÉÊ̾ / ¾¦ÉÊ¥³¡¼¥É / [ µ¬³Ê ]"); 
     130$label_cell[] = sjis_conv("¿ôÎÌ"); 
     131$label_cell[] = sjis_conv("ñ²Á"); 
     132$label_cell[] = sjis_conv("¶â³Û(Àǹþ)"); 
     133$objPage->label_cell = $label; 
    132134 
    133135// ¥·¥ç¥Ã¥×¾ðÊó 
     
    304306function sjis_conv($conv_str) { 
    305307    global $objPage; 
    306     return (mb_convert_encoding($conv_str, "SJIS", $objPage->tpl_char)); 
     308    $str = mb_convert_encoding($conv_str, "SJIS", $objPage->tpl_char); 
     309    return $str; 
    307310} 
    308311 
Note: See TracChangeset for help on using the changeset viewer.