DrugRecord

module
v0.0.0-...-29203d2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2021 License: MIT

README

Logo

Build Status MIT License

C-ll Tracking

This repo contains a web based application to track orders and inventory of Schedule ll substances.

Check it out!

Recordit GIF


Table of Contents


Installation

  • Pending addition of installer
  • Installer photo
  • Needs to include postgreSQL setup (username/password)
  • Needs to allow for a logo to be added, with medicine shoppe as default
  • Optional to include users
  • Reinstall option to add or remove users

Features

Usage

  • To add an order
    • Select type of order to add
    • Enter data required
      • Note: 'Real Count' is not a required field
    • Submit the order
  • To edit or delete an order
    • Click on the order to update
    • To edit:
      • Edit the order quantity or script if desired
      • Select submit
    • To delete:
      • Select delete
      • When prompted again, select delete

Tests

  • Include updates about what the unit tests cover (coverage details)
  • Include updates about the integration tests

Contributing

For those interested in contributing to the project.

Step 1
  • Option 1

    • 🍴 Fork this repo!
  • Option 2

    • 👯 Clone this repo to your local machine using https://github.com/bconn98/DrugRecord.git
Step 2
  • Create a branch! Please do not use the master branch for development.
Step 3
  • HACK AWAY! 🔨🔨🔨

Team

Github Profile
Github
github.com/bconn98

Support

Reach out to me at one of the following places!

License

This project is released under the MIT License.

Directories

Path Synopsis
cmd
DrugRecord command
* File: webServer Description: Runs a database @author Bryan Conn @date 10/7/2018
* File: webServer Description: Runs a database @author Bryan Conn @date 10/7/2018
database
* File: mainDB Description: Does the all of the work with the order database @author: Bryan Conn @date: 10/7/18 * File: userDB Description: Works with the userdb @author: Bryan Conn @date: 10/7/18
* File: mainDB Description: Does the all of the work with the order database @author: Bryan Conn @date: 10/7/18 * File: userDB Description: Works with the userdb @author: Bryan Conn @date: 10/7/18
* File: user Description: Implements features for an unique user including passwords @author Bryan Conn @date 10/7/2018
* File: user Description: Implements features for an unique user including passwords @author Bryan Conn @date 10/7/2018
web
handlers
* File: getAuditHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18 * File: getAuditHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18 * File: getDatabaseHandler Description: Gets a new database page @author Bryan Conn @date 10/7/18 * File: getDatabaseHandler Description: Gets a new database page @author Bryan Conn @date 10/7/18 * File: getDatabaseHandler Description: Gets a new database page @author Bryan Conn @date 10/7/18 * File: getDeleteHandler Description: Gets new audit page @author Bryan Conn @date 6/2/19 * File: getAuditHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18 * File: getAuditHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18 * File: getEditHandler Description: Gets new audit page @author Bryan Conn @date 5/31/19 * File: getExcelWriterHandler Description: Gets new excel writer page @author Bryan Conn @date 11/17/2019 * File: getHomeHandler Description: Gets new home page @author Bryan Conn @date 10/7/18 * File: getLoginHandler Description: Gets new login page @author Bryan Conn @date 10/7/18 * File: getNewDrugHandler Description: Gets new drug page @author Bryan Conn @date 1/4/2019 * File: getPrescriptionHandler Description: Gets new prescription page @author Bryan Conn @date 10/7/18 * File: getPurchaseHandler Description: Gets new purchase page @author Bryan Conn @date 10/7/18 * File: getRegisterHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18 * File: getSignOutHandler Description: Gets new SignOut page @author Bryan Conn @date 10/7/18 * File: postAuditHandler Description: Sends the audit information @author Bryan Conn @date 10/7/18 * File: postDatabaseHandler Description: Sends the database information @author Bryan Conn @date 10/7/18 * File: postDatabaseHandler Description: Sends the database information @author Bryan Conn @date 10/7/18 * File: postDeleteHandler Description: Sends the audit information @author Bryan Conn @date 6/2/2019 * File: postDeleteHandler Description: Sends the audit information @author Bryan Conn @date 6/2/2019 * File: postDeleteHandler Description: Sends the audit information @author Bryan Conn @date 6/2/2019 * File: postDeleteHandler Description: Sends the audit information @author Bryan Conn @date 6/2/2019 * File: postEditQtyHandler Description: Sends the audit information @author Bryan Conn @date 6/1/2019 * File: postExcelWriterHandler Description: Sends the excel writer information @author Bryan Conn @date 11/17/2019 * File: postLoginHandler Description: Sends the audit information @author Bryan Conn @date 10/7/18 * File: postNewDrugHandler Description: Sends the new drug information @author Bryan Conn @date 1/4/2019 * File: postPrescriptionHandler Description: Sends the prescription information @author Bryan Conn @date 10/7/18 * File: postPurchaseHandler Description: Sends the purchase information @author Bryan Conn @date 10/7/18 * File: postRegisterHandler Description: Sends the audit information @author Bryan Conn @date 10/7/18
* File: getAuditHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18 * File: getAuditHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18 * File: getDatabaseHandler Description: Gets a new database page @author Bryan Conn @date 10/7/18 * File: getDatabaseHandler Description: Gets a new database page @author Bryan Conn @date 10/7/18 * File: getDatabaseHandler Description: Gets a new database page @author Bryan Conn @date 10/7/18 * File: getDeleteHandler Description: Gets new audit page @author Bryan Conn @date 6/2/19 * File: getAuditHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18 * File: getAuditHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18 * File: getEditHandler Description: Gets new audit page @author Bryan Conn @date 5/31/19 * File: getExcelWriterHandler Description: Gets new excel writer page @author Bryan Conn @date 11/17/2019 * File: getHomeHandler Description: Gets new home page @author Bryan Conn @date 10/7/18 * File: getLoginHandler Description: Gets new login page @author Bryan Conn @date 10/7/18 * File: getNewDrugHandler Description: Gets new drug page @author Bryan Conn @date 1/4/2019 * File: getPrescriptionHandler Description: Gets new prescription page @author Bryan Conn @date 10/7/18 * File: getPurchaseHandler Description: Gets new purchase page @author Bryan Conn @date 10/7/18 * File: getRegisterHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18 * File: getSignOutHandler Description: Gets new SignOut page @author Bryan Conn @date 10/7/18 * File: postAuditHandler Description: Sends the audit information @author Bryan Conn @date 10/7/18 * File: postDatabaseHandler Description: Sends the database information @author Bryan Conn @date 10/7/18 * File: postDatabaseHandler Description: Sends the database information @author Bryan Conn @date 10/7/18 * File: postDeleteHandler Description: Sends the audit information @author Bryan Conn @date 6/2/2019 * File: postDeleteHandler Description: Sends the audit information @author Bryan Conn @date 6/2/2019 * File: postDeleteHandler Description: Sends the audit information @author Bryan Conn @date 6/2/2019 * File: postDeleteHandler Description: Sends the audit information @author Bryan Conn @date 6/2/2019 * File: postEditQtyHandler Description: Sends the audit information @author Bryan Conn @date 6/1/2019 * File: postExcelWriterHandler Description: Sends the excel writer information @author Bryan Conn @date 11/17/2019 * File: postLoginHandler Description: Sends the audit information @author Bryan Conn @date 10/7/18 * File: postNewDrugHandler Description: Sends the new drug information @author Bryan Conn @date 1/4/2019 * File: postPrescriptionHandler Description: Sends the prescription information @author Bryan Conn @date 10/7/18 * File: postPurchaseHandler Description: Sends the purchase information @author Bryan Conn @date 10/7/18 * File: postRegisterHandler Description: Sends the audit information @author Bryan Conn @date 10/7/18
webUtils
* File: templates Description: Executes templates and implements the range for html @author Bryan Conn @date: 10/7/2018 * File: validation.go Description: Checks a multitude of different input for validity.
* File: templates Description: Executes templates and implements the range for html @author Bryan Conn @date: 10/7/2018 * File: validation.go Description: Checks a multitude of different input for validity.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL