Fix vault authentication problems
Rebuild email vault in Django
Plan to implement:
Setup Django app running in Docker along side cmc-sales app. Rebuild the vault in Django, updating the DB in the same way the PHP version does. Build out the Django UI for…
Sync Shipments register with Jobs list
Rebuild email vault in Django
Needs to behave the same as the existing Vault, capturing emails based on Enquiry numbers, PO numbers (#36), Job numbers etc.
Fix Docker so it works with the extremely old ubuntu version we're stuck on
Fixed the image by pushing it to:
ghcr.io/kzrl/ubuntu:lucid
Fix Docker so it works with the extremely old ubuntu version we're stuck on
Work required to rebuild this in Django
Fix Docker so it works with the extremely old ubuntu version we're stuck on
Got a couple options to resolve this:
Option 1:
Pull the old ubuntu:lucid image from docker using the old version on my other PC (current docker will not pull it).
Push it to ghcr.io ,…