Giter Site home page Giter Site logo

ucdavis / anlab Goto Github PK

View Code? Open in Web Editor NEW
0.0 11.0 3.0 13.96 MB

Order and results management system for http://anlab.ucdavis.edu/

License: MIT License

TypeScript 7.82% C# 48.21% JavaScript 0.55% HTML 30.27% TSQL 11.37% SCSS 1.78% Batchfile 0.01%
ucdcaes

anlab's Introduction

Node Version Build Status

forthebadge

Anlab

Order and results management system for http://anlab.ucdavis.edu/

Build + Run

Have a recent version of NodeJS installed (https://nodejs.org/)

Have latest version of .Net Core installed, current v1.1 (https://www.microsoft.com/net/core)

Get the app settings from Box and put them in your secrets location (on MacOSx, ~/.microsoft/usersecrets/f3c999a5-2304-44e0-a49e-f43333bf9ccf)

[If you don't have visual studio]

// Go to the Anlab.Mvc website directory

// first time, or when modules change

npm install --legacy-peer-deps

dotnet restore

// when you are ready to debug locally

npm run debug

[If you have visual studio]

// Just open it up and run the project!

anlab's People

Contributors

acgetchell avatar benningd54 avatar cydoval avatar jpknoll avatar jsylvestre avatar laholstege avatar sprucely avatar srkirkland avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

anlab's Issues

Test sloth lookup

$ 505 - 5048969607636377803523
$606 - 5048977758306400003525
$707 - 5048978537866588703527

For a request id

Look up all the codes for the order and their prices/costs and over-write/update our json order details. (When they post the results excel?)

Test Items Key

I think the key must be made up of the id (code) and the Category. Otherwise we will have issues with Grind and Wrap

Getting completed tests from Labworks

Maybe we should only return tests that have a $ amount. Then throw an exception if it isn't in our DB.
Otherwise our totals may/will be off if our db's test items are not synced with labworks.

Meeting Note LabWorks Walk through 2017/08/24

  • Hundreds of orders per year
    -# means group
    -() is used internally to mark a order as complete. We should filter it out of our queries.
    -Need a date Sampled field for the client
    -Rush can affect final price as a multiplier
    -RequestNum should be entered when received. We should do a duplicate check as it must be unique. (Maybe just our DB)
    -They can have Partial Results. These would be over-written when order is complete, but we need a way to upload and display to client.
    -Historical Prices...
  1. We need to save these when the order is completed and not re-query the database as they will change each year.
  2. At change over we may have an issue with KFS. The old prices are not (maybe) available, but KFS currently is shown a breakdown for each test in the scrubber. If we generate the scrubber, we will need a way to get the old price, not just use an adjustment (Maybe)

Davis will prove us with

  1. the place we will pull the setup cost (currently does not exist)
  2. A couple requestNumber (LogBatch) along with the final price so we can test (Internal/external, rush, no rush)

Setup Cost

If this isn't in the DB somewhere, use a config setting.

Receipt page

Can't check creator Id as anyone may have paid it.

Editing Orders

Decide what we want to do about editing an order past the received status. (Push an update to lab works? Doesn't allow edit once received?)

Column for test item icon

When a test item has notes associated with it, have an icon in the test items table to indicate that.
Maybe a null able int that we can have associated with a font awesome icon

Lab/UpdateFromCompletedTests

only allow excel uploads (*.xls, *.xlsx), and maybe only allow only filenames which contain the request number for the current order

Tooltips!

Add tooltips to fee/price/total section

/Lab/Details should be removed

All they can do is confirm receipt. If we want to keep the details on that page, that's fine, though maybe we want to hide them under a collapse (in the future).

Adjustment Amount

Need to default the Adjust Final Total: amount when the finalize page is opened.
And/Or, need a validation that a blank value isn't allowed.

Otherwise, if they go in and finalize without entering anything it zeros out the grand total.

KFS Account Lookup

An attempt to have them verify the account they enter is the correct one

Intellisense for css

Resharper needs the css file to exist in the project for Intellisense.
Consider having the webpack build for dev, use cdn for prod, but fall back if not found.

Processing Fee

Processing Fee needs to be added into the total for the order

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.