arroyo-erp-models

Models for arroyo erp

Usage no npm install needed!

<script type="module">
  import arroyoErpModels from 'https://cdn.skypack.dev/arroyo-erp-models';
</script>

README

Arroyo 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 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