carpinteria-erp-models

1.0.2 • Public • Published

Carpinteria Erp Models

GitHub npm version 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

Readme

Keywords

Package Sidebar

Install

npm i carpinteria-erp-models

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

14.2 kB

Total Files

20

Last publish

Collaborators

  • soker90