arroyo-erp-models

1.4.1 • Public • Published

Arroyo Erp Models

GitHub npm version Quality Gate Status codecov

This is a module of models for Arroyo ERP.

Installation

  npm install arroyo-erp-models --save

Cambios en la versión

Ver CHANGELOG

Available models

  import models from 'arroyo-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.ClientModel // Expose a Client model with its statics & methods
  models.ClientInvoiceModel // Expose a Client ClientInvoice model with its statics & methods
  models.DeliveryOrderModel // Expose a Delivery Order 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.PriceModel // Expose a Price model with its statics & methods
  models.PriceChangeModel // Expose a Price Change 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 arroyo-erp-models

Weekly Downloads

5

Version

1.4.1

License

MIT

Unpacked Size

15.1 kB

Total Files

23

Last publish

Collaborators

  • soker90