Giter Site home page Giter Site logo

neat-soft / inventory_tools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from agritheory/inventory_tools

0.0 0.0 0.0 6.11 MB

A collection of features to streamline and enhance inventory management and manufacturing workflows in ERPNext.

Home Page: https://agritheory.com/documentation/inventory_tools

License: Other

JavaScript 16.53% Python 82.99% HTML 0.49%

inventory_tools's Introduction

Inventory Tools

Inventory Tools for ERPNext

License

MIT

Install Instructions

Set up a new bench, substitute a path to the python version to use, which should 3.10 latest

# for linux development
bench init --frappe-branch version-14 {{ bench name }} --python ~/.pyenv/versions/3.10.10/bin/python3

Create a new site in that bench

cd {{ bench name }}
bench new-site {{ site name }} --force --db-name {{ site name }}
bench use {{ site name }}

Download the ERPNext app

bench get-app erpnext --branch version-14

Download this application and install all apps

bench get-app inventory_tools [email protected]:agritheory/inventory_tools.git

Set developer mode in site_config.json

cd {{ site name }}
nano site_config.json

 "developer_mode": 1,

Update and get the site ready

bench start

In a new terminal window

bench update
bench migrate
bench build

Setup test data

bench execute 'inventory_tools.tests.setup.before_test'
# for complete reset to run before tests:
bench reinstall --yes --admin-password admin --mariadb-root-password admin && bench execute 'inventory_tools.tests.setup.before_test'

To run mypy

source env/bin/activate
mypy ./apps/inventory_tools/inventory_tools --ignore-missing-imports

To run pytest

source env/bin/activate
pytest ~/frappe-bench/apps/inventory_tools/inventory_tools/tests -s

inventory_tools's People

Contributors

agritheory avatar hkuz avatar fproldan avatar bhattdevarsh avatar viralkansodiya 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.