Add buttom print invoice

I need to add a buttom print invoice in row of my table a_sale of my project php_stock, some one have an idea.
thank’s

Edit the page and include this code:

@media print { #printbtn { display : none; } }

it will insert a regular print button. you can style as u want