Skip to content

ergo-program/stock_ferreteria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

Please feel free to use a different markup language if you do not plan to run rake doc:app.

rails g scaffold person nombre telefono direccion documento tipo rails g scaffold brand nombre rails g scaffold category nombre rails g scaffold motive descripcion rails g scaffold parameter nombre direccion telefono email imagen tiempo_espera:integer rails g scaffold movement fecha:date motive:references tipo person:references rails g model d_movement movement:references product:references cantidad:integer rails g scaffold product codigo:integer nombre descripcion unidad_medida costo:decimal precio_venta:decimal cantidad:integer canitdad_min:integer brand:references category:references

About

Modulo de control de Stock para ferretería.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published