Application that serves as a central location where components information can be stored alongside their price, datasheet, information, etc.
The inspiration behind this application came when dealing with an abundant amount of diverse electronic components, have having to track the state of these components across different projects.
The datasheets weren't available on the sellers' website and had to be sought after and manually organized in folders. The component on hand quantities was also forgotten as the project continued. Developing purchase lists was also a nightmare, as it was manually placed in a spreadsheet for calculations.
Thus this application serves as a central location where the components' information can be stored alongside the quantities in stock. This application also redirects to the vendors' website, allowing for an iterative design between vendors---when reducing vendor shipping costs. This application also has an items list that acts as a shopping cart, allowing a user to price their design from the available components, simplifying the document management for the design process.
| Architecture | Tag |
|---|---|
| x86/64 | latest |
| arm64 | arm |
docker run -d -p 19467:19467 -name stock-take zyetta/stock-take:arm
version: "2.2"
services:
stock_take:
image: zyetta/stock-take:arm
container_name: stock-take
restart: unless-stopped
environment:
- TZ=Europe/London
ports:
- 19467:19467




Content type
Image
Digest
Size
304.3 MB
Last updated
over 5 years ago
docker pull zyetta/stock-take