1.0.2 • Published 2 years ago

carpinteria-erp-models v1.0.2

Weekly downloads
20
License
MIT
Repository
github
Last release
2 years ago

Carpinteria Erp Models

GitHub npm version npm.io dependencies Status devDependencies Status Quality Gate Status codecov

This is a module of models for Arroyo ERP.

Installation

  npm install carpinteria-erp-models --save

Cambios en la versión

Ver CHANGELOG

Available models

  const models = require('carpinteria-erp-models');

  models.mongoose // Expose a mongoose instance to connect
  models.connect() // Expose a method to connect to mongoose and response with the connection

  models.AccountModel // Expose a Account model with its statics & methods
  models.AutoIncrement // Expose a AutoIncrement model with its statics & methods
  models.BillingModel // Expose a Billing model with its statics & methods
  models.BudgetModel // Expose a BudgetModel model with its statics & methods
  models.ClientModel // Expose a Client model with its statics & methods
  models.ClientInvoiceModel // Expose a Client ClientInvoice model with its statics & methods
  models.DeliveryOrderModel // Expose a DeliveryOrderModel model with its statics & methods
  models.InvoiceModel // Expose a ClientInvoice model with its statics & methods
  models.NoteModel // Expose a Note model with its statics & methods
  models.PaymentModel // Expose a Payment model with its statics & methods
  models.ProductService // Expose a Product model with its statics & methods
  models.ProviderService // Expose a Provider model with its statics & methods
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.3

2 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago