Cin7 templates, Luminate templates. Walmart scripts and directory reorg

This commit is contained in:
Norm Rasmussen
2024-08-19 17:06:01 -04:00
parent d4c72dcc79
commit 46240bb702
133 changed files with 8027 additions and 83 deletions

View File

@ -0,0 +1,15 @@
#! /bin/zsh
jscript=$(node resources_api.js)
render_pdf=$(python3 combine_to_pdf.py)
echo "Loading virtual environment for Python"
. ${PYENV_ROOT}/versions/walmart/bin/activate | awk 'NR==1{print $1,$2,$3}'
echo "First up, Javascript's Pupeteer."
echo "$jscript"
echo "JS Complete. Running Python Script to clean up PDFs."
echo "$render_pdf"
echo "PDFs complete. Shutting down Virtual env."