1.2.0 • Published 1 month ago

vendure-plugin-fulfillment-dashboard v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Vendure Fulfillment Dashboard Plugin

  • A Fulfilment dashboard where each channel/shop can check their own dashboard to view critical information in order to successfully process day to day orders (delivery, collection and preparations)

Getting Started

  1. And then add this to your vendure-config.ts.
import {VendureFulfillmentsDashboardPlugin} from "vendure-plugin-fulfillment-dashboard";

plugins:[
  VendureFulfillmentsDashboardPlugin

]
  1. Make sure to run database migrations after updating your vendure-config.ts
  2. Make sure your google api key is in .env file with the key API_KEY