Sale Channels
Description
Sale channel administration pages 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 route-aware page modules consumed by the Enso application shell
- covers create flows where the backend package exposes them
- covers edit flows where the backend package exposes them
- includes index/list pages backed by Enso tables, forms, or integration settings
Usage
<script setup>
import Create from '@enso-ui/sale-channels/src/bulma/pages/saleChannels/Create.vue';
</script>
API
Route pages
The practical public surface is page-oriented and centered on the route modules shipped by the package.
Pages:
src/bulma/pages/saleChannels/Create.vuesrc/bulma/pages/saleChannels/Edit.vuesrc/bulma/pages/saleChannels/Index.vue
Routes
Sale Channels ships the following named route entries:
administration.saleChannels.createPath fragment:createRoute file:src/bulma/routes/administration/saleChannels/create.jsadministration.saleChannels.editPath fragment::saleChannel/editRoute file:src/bulma/routes/administration/saleChannels/edit.jsadministration.saleChannels.indexPath fragment:/Route file:src/bulma/routes/administration/saleChannels/index.js
Companion Backend Package
Depends On
- No additional Enso UI dependencies.
Contributions
are welcome. Pull requests are great, but issues are good too. Thank you to all the people who already contributed to Enso!
License
Proprietary. See LICENSE.