Skip to content

Automated laboratory-to-warehouse pallet testing and tracking communication tool built with next.js, react, supabase, postgresql and clerk.

Notifications You must be signed in to change notification settings

infiniteoo/lab_checks

Repository files navigation

Pallet Test

Warehouse-to-Lab Sample Testing & Tracking

Contributors Forks Stargazers Issues LinkedIn

License: MIT Netlify Status

Introduction

Welcome to the Pallet Test, a comprehensive tool for testing and validating pallets in your supply chain. Whether you're involved in logistics, manufacturing, or shipping, this application aims to streamline and enhance the testing process for pallets.

Note:

Items.csv is an example collection of pallets you can upload to create a new lab request. Inspect the format of the file to create your own custom requests.

Features

  • Test Automation: Easily automate the testing of pallets, saving time and reducing errors in the testing process.

From the Warehouse interface, upload the .csv file with your lab request pallets:

Logo

From the Laboratory interface, you can see all open orders:

Logo

A lab tech can approve or deny individual pallets:

Logo

Or pass/fail an entire collection:

Logo

After the lab finishes, the warehouse can acknowledge the lab's results:

Logo

Getting Started

  • clone the repository
  • install dependencies with npm/yarn install
  • create a .env.local file in the root of your project
  • make sure your .env.local file is being ignored in your .gitignore
  • create a Supabase account, a project, and a table in your database
  • create columns for the data (refer to /server/models/labRequests for Schema)
  • don't forget to set up your RLS policy on the table
  • enter your assigned URL and ANON key in the .env.local file:
  • NEXT_PUBLIC_SUPABASE_URL=
  • NEXT_PUBLIC_SUPABASE_ANON_KEY=

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Built With

  • Next
  • React

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Roadmap

  • Add Changelog
  • Add back to top links
  • Add Additional Templates w/ Examples
  • Add "components" document to easily copy & paste sections of the readme
  • Multi-language Support
    • Chinese
    • Spanish

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contact

Your Name - @your_twitter - [email protected]

Project Link: https://github.com/infiniteoo/lab_checks

(back to top)

About

Automated laboratory-to-warehouse pallet testing and tracking communication tool built with next.js, react, supabase, postgresql and clerk.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published