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.
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.
- 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:
From the Laboratory interface, you can see all open orders:
A lab tech can approve or deny individual pallets:
Or pass/fail an entire collection:
After the lab finishes, the warehouse can acknowledge the lab's results:
- 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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
- 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).
Your Name - @your_twitter - [email protected]
Project Link: https://github.com/infiniteoo/lab_checks