]> Softwares of Agnibho - librevax.git/commit
First commit
authorAgnibho Mondal <mondal@agnibho.com>
Thu, 4 Jan 2024 20:52:55 +0000 (02:22 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Thu, 4 Jan 2024 20:52:55 +0000 (02:22 +0530)
commit7012f4d56a151748ab160c845a78b5316d656d6b
tree9d2e7c4aab1ae6225e442a908936df37c17be1de
First commit
83 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
advice.py [new file with mode: 0644]
auth.py [new file with mode: 0644]
etc/__init__.py [new file with mode: 0644]
etc/cid.py.example [new file with mode: 0644]
etc/config.json.example [new file with mode: 0644]
etc/schema.sql [new file with mode: 0644]
inventory.py [new file with mode: 0644]
librevax.py [new file with mode: 0644]
multicenter.py [new file with mode: 0644]
patient.py [new file with mode: 0644]
personnel.py [new file with mode: 0644]
static/bootstrap/css/bootstrap-grid.css [new file with mode: 0644]
static/bootstrap/css/bootstrap-grid.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap-grid.min.css [new file with mode: 0644]
static/bootstrap/css/bootstrap-grid.min.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap-grid.rtl.css [new file with mode: 0644]
static/bootstrap/css/bootstrap-grid.rtl.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap-grid.rtl.min.css [new file with mode: 0644]
static/bootstrap/css/bootstrap-grid.rtl.min.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap-reboot.css [new file with mode: 0644]
static/bootstrap/css/bootstrap-reboot.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap-reboot.min.css [new file with mode: 0644]
static/bootstrap/css/bootstrap-reboot.min.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap-reboot.rtl.css [new file with mode: 0644]
static/bootstrap/css/bootstrap-reboot.rtl.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap-reboot.rtl.min.css [new file with mode: 0644]
static/bootstrap/css/bootstrap-reboot.rtl.min.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap-utilities.css [new file with mode: 0644]
static/bootstrap/css/bootstrap-utilities.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap-utilities.min.css [new file with mode: 0644]
static/bootstrap/css/bootstrap-utilities.min.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap-utilities.rtl.css [new file with mode: 0644]
static/bootstrap/css/bootstrap-utilities.rtl.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap-utilities.rtl.min.css [new file with mode: 0644]
static/bootstrap/css/bootstrap-utilities.rtl.min.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap.css [new file with mode: 0644]
static/bootstrap/css/bootstrap.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
static/bootstrap/css/bootstrap.min.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap.rtl.css [new file with mode: 0644]
static/bootstrap/css/bootstrap.rtl.css.map [new file with mode: 0644]
static/bootstrap/css/bootstrap.rtl.min.css [new file with mode: 0644]
static/bootstrap/css/bootstrap.rtl.min.css.map [new file with mode: 0644]
static/bootstrap/js/bootstrap.bundle.js [new file with mode: 0644]
static/bootstrap/js/bootstrap.bundle.js.map [new file with mode: 0644]
static/bootstrap/js/bootstrap.bundle.min.js [new file with mode: 0644]
static/bootstrap/js/bootstrap.bundle.min.js.map [new file with mode: 0644]
static/bootstrap/js/bootstrap.esm.js [new file with mode: 0644]
static/bootstrap/js/bootstrap.esm.js.map [new file with mode: 0644]
static/bootstrap/js/bootstrap.esm.min.js [new file with mode: 0644]
static/bootstrap/js/bootstrap.esm.min.js.map [new file with mode: 0644]
static/bootstrap/js/bootstrap.js [new file with mode: 0644]
static/bootstrap/js/bootstrap.js.map [new file with mode: 0644]
static/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
static/bootstrap/js/bootstrap.min.js.map [new file with mode: 0644]
static/script.js [new file with mode: 0644]
static/style.css [new file with mode: 0644]
templates/admin.html [new file with mode: 0644]
templates/advice-edit.html [new file with mode: 0644]
templates/advice-view.html [new file with mode: 0644]
templates/base.html [new file with mode: 0644]
templates/card.html [new file with mode: 0644]
templates/error.html [new file with mode: 0644]
templates/index.html [new file with mode: 0644]
templates/inventory-edit.html [new file with mode: 0644]
templates/inventory-view.html [new file with mode: 0644]
templates/login.html [new file with mode: 0644]
templates/multicenter-edit.html [new file with mode: 0644]
templates/multicenter-view.html [new file with mode: 0644]
templates/note.html [new file with mode: 0644]
templates/patient-edit.html [new file with mode: 0644]
templates/patient-list.html [new file with mode: 0644]
templates/patient-view.html [new file with mode: 0644]
templates/personnel-edit.html [new file with mode: 0644]
templates/personnel-view.html [new file with mode: 0644]
templates/report.html [new file with mode: 0644]
templates/vaccination-edit.html [new file with mode: 0644]
templates/vaccination-view.html [new file with mode: 0644]
transaction.py [new file with mode: 0644]
userman [new file with mode: 0755]
vaccination.py [new file with mode: 0644]