quinta-feira, 5 de março de 2020

Formulario de Pedido para sistema de estoque simples PHP+MySQL


Formulario de Pedido para sistema de estoque simples PHP+MySQL

Estou fazendo um trabalho e já está quase tudo pronto, só falta fazer uma movimentação.
O sistema é básico, tem o cadastro de clientes, cadastro de produtos e pedidos. Preciso fazer um simples controle de estoque para realizar os pedidos, porém, não sei se estou pesquisando muito mal, mais só estou encontrando sistemas de estoques muito complexo, quero algo bem básico, que só da baixa na quantidade desejada e que se não houver quantidade desejada em estoque, mostra a mensagem dizendo que não é possível.

Esse é o formulário de pedido, algo bem básico.

<<=================================================================>>

Código que estou utilizando no formulário de inserir pedidos:

<?php
?>
<html>
    <head>
        <meta charset="UTF-8">
        <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
        <link href="bootstrap/css/style.css" rel="stylesheet">
        <title>Inserir Pedido</title>
    </head>
    <body class="container">
        <h1>Cadastrar Novo Pedido</h1>
   
        <form id="frmCadPed" name="frmCadPed" method="post"
             action="insPedido.php" role="form">
          <div class="form-group">
             <label for="lblCliente">Cliente:</label>
             <?php
                     require_once('conectar.php');
                     $con = open_database();
                     selectDb();
                     $rsCli = mysql_query("select * from clientes;");
                     close_database($con);
            ?>
             <select name="slcCliente" id="slcCliente" class="form-control">
                <?php $row = mysql_fetch_array($rsCli); ?>
                <option value="<?php echo $row['id'] ?>" selected>
                  <?php echo $row['nome'];?>
                </option>
                <?php while($row = mysql_fetch_array($rsCli)){?>
                  <option value="<?php echo $row['id'] ?>"><?php echo $row['nome'];?> </option>
                <?php }?>
             </select>    
          </div>
        <div class="form-group">
            <label for="lblData">Data: </label>
            <input type="date" class="form-control" name="txtdata" id="txtData"
                  value="<?php (new DateTime())->format('Y-m-d') ?>"
        </div>
        <br>
        <div class="form-group">
             <label for="lblCliente">Produto:</label>
             <?php
                     require_once('conectar.php');
                     $con = open_database();
                     selectDb();
                     $rsPro = mysql_query("select * from produtos;");
                     close_database($con);
            ?>
             <select name="slcCliente" id="slcCliente" class="form-control">
                <?php $row = mysql_fetch_array($rsPro); ?>
                <option value="<?php echo $row['id'] ?>" selected>
                  <?php echo $row['nome'];?>
                </option>
                <?php while($row = mysql_fetch_array($rsPro)){?>
                  <option value="<?php echo $row['id'] ?>"><?php echo $row['nome'];?> </option>
                <?php }?>
             </select>    
          </div>
          <div class="form-group">
            <label for="lblQtd">Quantidade: </label>
            <input type="date" class="form-control" name="txtQtd" id="txtQtd"
                  value="<?php echo $qtd?>"
        </div>
        <div class="form-group">
            <label for="lblVal">Valor: </label>
            <input type="date" class="form-control" name="txtVal" id="txtVal"
                  value="<?php echo $val?>"
        </div>
        <input name="bt_cad" id="bt_cad" class="btn btn-success" type="submit" value="Gravar">
        <input name="bt_limpar" id="bt_limpar" class="btn btn-warning" type="reset" value="Limpar">
        <input name="bt_voltar" id="bt_voltar" class="btn btn-danger" type="button" value="Voltar"
              onclick="javascript:location.href='listarPedidos.php'">
        </form>
       
    </body>
</html>

Um comentário:

  1. Did you know there is a 12 word sentence you can say to your man... that will induce deep emotions of love and instinctual attractiveness to you buried within his chest?

    Because deep inside these 12 words is a "secret signal" that fuels a man's impulse to love, treasure and protect you with all his heart...

    12 Words Who Trigger A Man's Love Instinct

    This impulse is so hardwired into a man's mind that it will make him work harder than ever before to make your relationship the best part of both of your lives.

    Matter of fact, triggering this powerful impulse is so mandatory to getting the best possible relationship with your man that the moment you send your man a "Secret Signal"...

    ...You will instantly find him expose his soul and heart for you in a way he haven't expressed before and he'll recognize you as the only woman in the world who has ever truly understood him.

    ResponderExcluir