npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@enso-ui/commercial

v8.0.27

Published

Commercial operations pages and reusable inventory components for Enso UI.

Readme

Commercial

License Stable Vue JavaScript SCSS npm Issues Merge Requests

Description

Commercial operations pages and reusable inventory components for Enso UI.

Installation

This package is distributed as part of the private Enso UI workspace and is normally consumed from the Solarlink client bundle.

Features

  • ships the route modules for sales, sale returns, purchases, purchase returns, audit, and settings
  • exposes page modules for list and edit flows across the main commercial documents
  • includes reusable deep-import building blocks such as DetailedStock, PositionsManager, and document-specific editor components
  • coordinates large backend-driven forms, tables, filters, comments, documents, quick views, charts, and state transitions inside the Enso shell

Usage

import SalesIndex from '@enso-ui/commercial/src/bulma/pages/sales/Index.vue';
import SaleEdit from '@enso-ui/commercial/src/bulma/pages/sales/Edit.vue';
import DetailedStock from '@enso-ui/commercial/src/bulma/components/DetailedStock.vue';
import PositionsManager from '@enso-ui/commercial/src/bulma/components/inventory/PositionsManager.vue';

The package is page-oriented. Enso applications usually consume the route pages and reusable building blocks through the shipped deep-import paths under src/bulma.

API

Route pages

The practical public surface is page-oriented and centered on deep imports.

Common imports:

  • @enso-ui/commercial/src/bulma/pages/sales/Index.vue
  • @enso-ui/commercial/src/bulma/pages/sales/Edit.vue
  • @enso-ui/commercial/src/bulma/pages/saleReturns/Index.vue
  • @enso-ui/commercial/src/bulma/pages/saleReturns/Edit.vue
  • @enso-ui/commercial/src/bulma/pages/purchases/Index.vue
  • @enso-ui/commercial/src/bulma/pages/purchases/Edit.vue
  • @enso-ui/commercial/src/bulma/pages/purchaseReturns/Index.vue
  • @enso-ui/commercial/src/bulma/pages/purchaseReturns/Edit.vue
  • @enso-ui/commercial/src/bulma/pages/audit/Index.vue
  • @enso-ui/commercial/src/bulma/pages/settings/Index.vue
  • @enso-ui/commercial/src/bulma/pages/stats/Index.vue

Reusable deep-import components

Common imports:

  • DetailedStock
  • PositionsManager
  • Reservations
  • document editor components under src/bulma/pages/*/components

Routes

/commercial/sales

Route names:

  • commercial.sales.index
  • commercial.sales.edit

Pages:

  • src/bulma/pages/sales/Index.vue
  • src/bulma/pages/sales/Edit.vue

The sales list page combines Enso tables with channel, status, client, product, user, loss, and date filters. The edit page delegates the full document workflow to the Sale editor component.

/commercial/saleReturns

Route names:

  • commercial.saleReturns.index
  • commercial.saleReturns.edit

Pages:

  • src/bulma/pages/saleReturns/Index.vue
  • src/bulma/pages/saleReturns/Edit.vue

/commercial/purchases

Route names:

  • commercial.purchases.index
  • commercial.purchases.edit

Pages:

  • src/bulma/pages/purchases/Index.vue
  • src/bulma/pages/purchases/Edit.vue

The purchases index page combines supplier, status, product, user, inventory, and date filters on top of the backend table definition.

/commercial/purchaseReturns

Route names:

  • commercial.purchaseReturns.index
  • commercial.purchaseReturns.edit

Pages:

  • src/bulma/pages/purchaseReturns/Index.vue
  • src/bulma/pages/purchaseReturns/Edit.vue

/commercial/audit

Route name:

  • commercial.audit.index

Page:

  • src/bulma/pages/audit/Index.vue

The audit page combines stock, sale, sale return, purchase, and purchase return tables with product/client filters and a detailed-stock drilldown.

/commercial/settings

Route name:

  • commercial.settings.index

Page:

  • src/bulma/pages/settings/Index.vue

The settings page is a backend-driven Enso form with AWB schedule tab visibility controlled at runtime.

Additional page modules

  • src/bulma/pages/stats/Index.vue exposes the dashboard/statistics page used with chart-backed order metrics.

Companion Backend Package

The backend package provides the routes, tables, forms, enum feeds, quick-view payloads, charts, and document workflows consumed by the frontend pages.

Depends On

License

Proprietary. See LICENSE.