Codigo para calcular los ingresos y salidas totales desde postgreSQL
sudo apt install python3-pip
git clone https://github.com/ClaudioCampuzano/accumulated-per-day-table.git && cd accumulated-per-day-table
virtualenv env --python=python3 && source env/bin/activate
pip3 install -r requirements.txt
source env/bin/activate
python3 SQLsuma.py -i 1 -n QN
chmod +x exec.sh
./exec.sh