pdvShell icon indicating copy to clipboard operation
pdvShell copied to clipboard

PDVSHELL, simples frente de caixa para mercearias

pdvShell

PDVSHELL, simples frente de caixa para mercearias pequenas feito em shell script e sqlite!

Download:

  • 1 - using git

    • $ git clone --depth=1 https://github.com/slackjeff/pdvShell
  • 2 - using curl/wget stdin

    • $ bash <(curl -s -L https://raw.githubusercontent.com/slackjeff/pdvShell/main/install.sh)
    • $ bash <(wget -q -O - https://raw.githubusercontent.com/slackjeff/pdvShell/main/install.sh)
    • $ curl -s -O https://raw.githubusercontent.com/slackjeff/pdvShell/main/install.sh | bash
    • $ wget -q -O - https://raw.githubusercontent.com/slackjeff/pdvShell/main/install.sh | bash
  • 3 - using curl/wget

    • $ curl -O https://raw.githubusercontent.com/slackjeff/pdvShell/main/install.sh
    • $ wget https://raw.githubusercontent.com/voidlinux-br/slackjeff/pdvShell/main/install.sh
    • $ chmod +x install.sh
    • $ ./install.sh
  • 4 - arch like

    • $ curl -O https://raw.githubusercontent.com/slackjeff/pdvShell/refs/heads/main/pkgbuild/PKGBUILD

    • $ wget https://raw.githubusercontent.com/slackjeff/pdvShell/refs/heads/main/pkgbuild/PKGBUILD

    • $ makepkg -i

    • $ curl -s -o PKGBUILD https://raw.githubusercontent.com/slackjeff/pdvShell/refs/heads/main/pkgbuild/PKGBUILD && makepkg -i

    • $ wget -q -O PKGBUILD https://raw.githubusercontent.com/slackjeff/pdvShell/refs/heads/main/pkgbuild/PKGBUILD && makepkg -i

    • 1 - running after install

      • $ pdvshell

Running (after download):

  • 1 - running in local repo
    • $ ./pdvShell

Futuras Features

Telas

mercearia-menu-produtos-produtos mercearia-menu-fornecedores mercearia-menu-movimento mercearia-menu-relatorio mercearia-menu-consultas mercearia-menu-manutencao mercearia-menu-configuracao mercearia-menu-sobre mercearia-produtos-cadastro mercearia-produtos-exclusao mercearia-produtos-pesquisar mercearia-produtos-produtos-vendidos mercearia-produtos-compra mercearia-produtos-produtos-vendas mercearia-produtos-entradas mercearia-produtos-abaixo-do-minimo mercearia-produtos-fora-de-validade mercearia-fornecedor-cadastro.png mercearia-fornecedor-listagem.png mercearia-exibir-vendas-diarias mercearia-menu-configuracao configuracao-de-cores mercearia-configuracao-dados-empresa mercearia-sobre-sobre mercearia-menu-sair