Go to file
Tyrel Souza ee9bc48ec9
hardware calculations potentionally done
2023-10-20 16:35:05 -04:00
BenchtopPDF pdf fixes 2023-10-06 23:57:48 -04:00
benchtop-fe hardware calculations potentionally done 2023-10-20 16:35:05 -04:00
.gitignore Add in C# Project 2023-07-27 14:37:01 -04:00
12 Calibration Certificate Template.pdf Match Mockup 2023-09-18 12:03:35 -04:00
BTD Calibration Certificate EXAMPLE.pdf pdf fixes 2023-10-06 23:57:48 -04:00
README.md todos 2023-07-27 14:41:34 -04:00
hardware_calibration.txt initial commit - insecure security_key 2023-07-25 17:34:44 -04:00
notes Match Mockup 2023-09-18 12:03:35 -04:00
transducer_verify.txt transducer work 2023-07-25 21:51:57 -04:00

README.md

Benchtop Devices Project

Django app to parse data from Transducers and Hardware Calibration.

Returns a PDF and prints a label

App Structure

├── benchtopdevices         # Django Project
│   ├── benchtopdevices
│   └── sheets
└── BenchtopPDF             # C# PDF Generator Project
    ├── BenchtopPDF
    └── packages

TODO

  • Django app to take in data
  • Parse "BOTH"
  • Parse and Prompt AS LEFT
  • Parse and Prompt AS FOUND
  • Generate PDF
  • Generate Label
  • Docker stuff