GithubHelp home page GithubHelp logo

rufex / inventory-salesman Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4 KB

Script for tracking the inventory of a small firm, between stores/deposits and sellers.

Python 100.00%
inventory sellers firm deposits csv stock erp pos

inventory-salesman's Introduction

Inventory tracking

Script for tracking the inventory of a small firm, between stores/deposits and sellers.

Description

Create a Firm with Stores/Deposits, Sellers and different Products. Assign and transfer the stock of each product between the Stores and the Sellers. Keep track of your inventory and every change to it. Register the sales done. Export the list of all the transactions to a csv file.

How to use it

You will need to create a Firm object:

Company = Firm()

You will need to create the objects for the Stores, Sellers and Products.

seller_obj = Sellers("Seller Name")
store_obj = Stores("Store Name")
product_obj = Products("Product Name", price_sale)

And then you are ready to start using it (If you have used it before, you should load the csv previosuly stored). In the example.py file there are some common use cases to get familiar with it's functionality.

Comments

The goal of this side-project was to create a mockup of a simple inventory tracking sofware that I needed to use. It could be used like this (probably with some minor adjustments for practicity), but the idea is to use it in the future as the starting point for a project that includes a database and a user-friendly interface.

inventory-salesman's People

Contributors

rufex avatar

Watchers

 avatar

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.