Sign inSign up

zyetta/stock-take

By zyetta

Updated over 5 years ago

Image
0

1.0K

zyetta/stock-take repository overview

Stock-Take

Introduction

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.

Build Information

ArchitectureTag
x86/64latest
arm64arm
Docker

Docker Image Size (tag) Docker Pulls Docker Cloud Build Status

Deployment

Docker
docker run -d -p 19467:19467 -name stock-take zyetta/stock-take:arm 
Docker-Compose
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

User Interface

Add Item Form

img1

Inventory List

img1

Item Information Page

img1

Item List Page

img1

Tag summary

Content type

Image

Digest

Size

304.3 MB

Last updated

over 5 years ago

docker pull zyetta/stock-take