NCHECK=`psql Transaction -U kassir -tc "select n_check from transaction where n_transaction = (select max(n_transaction) from transaction where tr_type = 55)"`
echo $NCHECK
zenity --info --text $NCHECK
