Estoques Zerados

Retorna balanço de produtos com estoque 0

Método: estoque_zerados

You can install dash-bootstrap-components with pip:


$data = '{
  "url": "https://tec9.com.br/novaead/sistema/api/api.php",
  "metodo": "estoque_zerados",
  "USER": 1,
  "HASH": "SUA_HASH",
  "USUARIO_ID_DONO": '.$row3['ID_USUARIO'].'
}';


Uso básico

dash-bootstrap-components is a component library for use with Plotly Dash. If you have not used Dash before, it's strongly recommended you check out the Dash documentation and try building a basic app first.

To use dash-bootstrap-components you must do two things:

  • Link a Bootstrap v5 compatible stylesheet
  • Incorporate dash-bootstrap-components into the layout of your app.

Examples

Check out these example apps made with dash-bootstrap-components.