-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
41 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,60 @@ | ||
<html lang="pt-br"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<link rel="shortcut icon" href="./Panesul.png"> | ||
<link rel="stylesheet" type="text/css" href="panesul.css"> | ||
|
||
<title>Panesul - Fechamento</title> | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>Panesul - Fechamento</title> | ||
<link rel="shortcut icon" href="./Panesul.png"> | ||
<link rel="stylesheet" type="text/css" href="panesul.css"> | ||
</head> | ||
|
||
<script type="text/javascript" src="./script.js"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
<body> | ||
|
||
<section class="section1" > | ||
<h1 class="titulo" id="h1">Fechamento de caixa</h1> | ||
|
||
<div class="div1"> | ||
|
||
<div class="fundo"> | ||
|
||
<h1 class="titulo"><b>Fechamento de Caixa</b></h1> | ||
|
||
<p class="banrisul"> Banrisul 1 <input class="input" type="number" id="banri1"></p> | ||
<p class="banrisul"> Banrisul 2 <input class="input" type="number" id="banri2"></p> | ||
<div class="maquinasDinheiro"> | ||
|
||
<p class="banrisul"> Banrisul 1 <input type="number" id="banri1"></p> | ||
<p class="banrisul"> Banrisul 2 <input type="number" id="banri2"></p> | ||
|
||
<p class="banrisul" id="banrisulTotal">Total: </p></p> | ||
|
||
<button onclick="banrisulSoma()">Total</button> | ||
|
||
<p class="stone"> Stone 1 <input class="input" type="number" id="stone1"></p> | ||
<p class="stone"> Stone 2 <input class="input" type="number" id="stone2"></p> | ||
|
||
<p class="stone" id="stoneTotal">Total: </p></p> | ||
|
||
<p class="stone"> Stone 1 <input type="number" id="stone1"></p> | ||
<p class="stone"> Stone 2 <input type="number" id="stone2"></p> | ||
<p class="stone" id="stoneTotal">Total: </p></p> | ||
<button onclick="stoneSoma()">Total</button> | ||
|
||
<p > Cielo <input class="input" type="number" id="cielo"> </p> | ||
<p > Cielo <input type="number" id="cielo"> </p> | ||
|
||
<p id="cieloTotal">Total: </p></p> | ||
|
||
<button onclick="cieloSoma()">Total</button> | ||
|
||
<p class="dinheiro"> Dinheiro <input class="input" type="number" id="dinheiro"></p> | ||
<p class="dinheiro"> Pix <input class="input" type="number" id="pix"></p> | ||
|
||
<p class="dinheiro"> Dinheiro <input type="number" id="dinheiro"></p> | ||
<p class="dinheiro"> Pix <input type="number" id="pix"></p> | ||
<p class="dinheiro" id="dinheiroTotal">Total: </p></p> | ||
|
||
<button onclick="total()">Total</button> | ||
|
||
|
||
|
||
<br><br> <button onclick="calculadora()"> Somar </button> | ||
<br><br> <button onclick="calculadora()"> Somar </button> | ||
|
||
<input class="input" type="number" id="soma"> | ||
|
||
<br><br> <button onclick="calculadora2()"> Subtrair </button> | ||
<br><br> <button onclick="calculadora2()"> Subtrair </button> | ||
|
||
<input class="input" type="number" id="Subtrair"> | ||
|
||
</div> | ||
</div> | ||
|
||
<div class="div2"> | ||
<h1 class="titulo"> Pagamentos</h1> | ||
|
||
<div class="fundo"> | ||
<p class="func">Funcionários <input class="input" type="number" id="func"> </p> | ||
<p class="manu">Manutenção <input class="input" type="number" id="manu"> </p> | ||
<p class="out">Outros <input class="input" type="number" id="out"> </p> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
</section> | ||
|
||
</body> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters