2-;R$?1祧WgբxakL!\ҷjs%تq~,cH0RZhosd *,6{@)13L넑^<}؏5(8umnng,&:.; =<@{}S,tτL(5{J!lEA`gֈc&۬SӰA["h 6heG|91u·朜Ay⻾cdAp 3}DIt"BW0Zo2e;A>,֩ՠ($ǥqyAG*  GVe3ˇ؋i"9Io?wf -c@ǔ(t˶Lټ990?tLmP !]DX6N~tBFO0gQt40 ^ u-:&~bj=V7FR1;, f赓,0O .J::+UdHF<ܤVK(ݣ }92<ڤ ٬y9̏tn0θ㄂ZC3ZjǞML(ZI}٫64%#Vzb|. 2Lα<)k͝YW$ ]0UـpȔiZ1iqZW@_Wkx$+}ЂX/;=\Um8ylkjZslhuf1GíOD'B@q;VQ?W}?YP}\4ܽ\aC? ’S_q'qZC~{[nN\W] \?ZӋ#\=Nc.GߗꖖvE<Y\EeO6`_ua즒,/q7u`*Dp>F<ܤVK(eCd:$Egw%`y|Kt$VO.1n;R 7ɡ 4[(V/AamtvfJYPjB4j+[)&-PErʞ/p< y^p/< ? TL-Yt;[bryp^—X[GߣͅgZy[)&-PErHLao;롄> 1~3!X`?e!xNKiAf\{Fg&$Ror4n'0UKWM9YVGjTP>b&Be?ĚR"Ď"`_ua즒,% +V~Br/$1!r g3D?@p_|*<]#ϑ=F$ o~&Ta"sZMc`5v㛏 sw S} {C+9!o`H KF:_dE#5)[0*f.r18)Dك#p|sN$$Clw*!/3DmQ4zx9b0vs A$uzyb(L͞s},݂_ǂU#k\`;>ۆY+>xeS 똼++U{x#4: !4L~xR(OADwayFVw 9tLtF^S^'AO'ߏm_"g\):.9=V)DW(^lLW2 jO7r\ > w; /.b3b]%7,}=ջP/,<\&Ħt6N Active"; echo "Order"; echo "Symbol"; echo "Charges"; //echo ""; ?> "; $query = "select * from AccountHeads where ID>0 and isHead is null and headType like'%$headType%' order by headType,order_"; $cur= odbc_exec( $conn, $query ); $cnt=1; echo "
SerialHead NameOrderSymbolChargesEDITDelete"; while( odbc_fetch_row( $cur ) ) { $ID= odbc_result( $cur, 'ID' ); $headName= odbc_result( $cur, 'headName' ); $headType= odbc_result( $cur, 'headType' ); $openingBalance= odbc_result( $cur, 'openingBalance' ); $order_= odbc_result( $cur, 'order_' ); $symbol= odbc_result( $cur, 'headDescription' ); echo "
$cnt$headName$order_$symbol$openingBalanceedit" ; echo "delete" ; $cnt+=1; } echo "
"; odbc_close($conn); ?>