Skip to content

knminhaz/parfumvault

 
 

Repository files navigation

JBs Perfumers Vault

A sophisticated tool to help perfumers organize their formulas, ingredients and inventory.

This is a FREE software provided as is without ANY warranty under MIT license.

Features

  • Formulae management
  • Ingredient management
  • Suppliers list
  • Customers support
  • Generate finished product and its limits
  • Generate paperwork for finished products
  • Option to export a formula data to sell/share it
  • Auto generate TGSC links based to the ingredient name or CAS number
  • Pyramid olfactory view
  • Cost calculation
  • IFRA limits calculation
  • Label printing
  • Formula export
  • CSV Import for formulas and ingredients
  • IFRA Library
  • Import IFRA xls
  • Validate ingredients in formula, against the IFRA library
  • Multiple suppliers per ingredient
  • Calculate costs against specific supplier
  • Fetch the price automatically (Depends on suppliers platform)

For full features list please visit

https://www.jbparfum.com/knowledge-base/

Docker Image

To run the latest docker image (scripted):

sh -c "$(curl -fsSL https://raw.githubusercontent.com/globaldyne/parfumvault/master/helpers/run_pvault.sh)"

or manually:

docker run --name PV2 \
	-p 8080:80 \
	-v PVDIR/config:/config \
	-v PVDIR/db:/var/lib/mysql \
	-v PVDIR/uploads:/var/www/html/uploads \
	globaldyne/jbvault

then point your browser to http://localhost:8080

For more info, please refer to:

https://www.jbparfum.com/knowledge-base/

screen1

About

Perfumer's Vault, a tool to create and manage your perfume formulas.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 40.3%
  • CSS 26.9%
  • SCSS 15.7%
  • Less 14.2%
  • HTML 2.8%
  • Shell 0.1%