Advanced SCM

This is a customizable SCM (Supply Chain Management) template developed in the Tailor Platform.

With a few steps, you can deploy a headless SCM application with GraphQL endpoints such as the followings but not limited to:

  • Delivery
  • Location
  • Order
  • Product
  • InventoryEvent
Cover 95% of Salesforce Service Cloud data model

Feature:

This template covers basic features of SCM.

  • Create, Read, Update and Delete operation are supported for each types.
    You can easily manage your master data such Product and Location with GraphQL API.
  • When you place the Order with placeOrder mutation, related records such as delivery, inventoryEvent will be automatically created.
    You don't need to think about the consistency among the records.
  • You can see the inventory status by using aggregation query for InventoryEvent. For more information, please see the repository.

Deploy this template:

To deploy this template, you need tailorctl and Tailor account.
If you don’t have a Tailor account, please contact us.
In order to install tailorctl, please follow the instructions.

# Install tailorctl
brew install tailor-platform/tap/tailorctl

# Log in to Tailor Platform through CLI
tailorctl auth login -u '$username' -p '$password'

# Create a workspace in Tailor Platform
tailorctl workspace create --name '$workspace_name' --owner-username '$owner_username' --owner-password '$owner_password'

# Create an application in Tailor Platform
tailorctl app create '$application_name'
# Create Tailor template

tailorctl template generate -t git+https://github.com/tailor-platform/templates@scm_adv -o charts

# Apply Tailor template
tailorctl app apply -m charts

# Login to the application with the owner credentials
tailorctl app login -u '$owner_username' -p '$owner_password'

# Import the initial users into the application
tailorctl app import -m charts

# Login to the template with the test admin user
tailorctl app login -u 'adminadmin' -p 'adminadmin'

# Seeding the test data
tailorctl app import -m charts/seed

# Open the Graphql playground of the app in browser
tailorctl app open

# To login to the application, use the following in GQL Playground.
orgKey: "scmadv-pVIuHT"
id: "adminadmin"
password: "adminadmin"

Once you run these command, this application is deployed to your preserved domain and the GraphQL endpoint will be ready to interact with Frontend.

For the application login, please refer to the documentation.

Understanding the Template's Mechanism

At the heart of this template lies the integration of models and business logic, meticulously crafted using CUE and stored in the 'manifest' directory. Tailor PF, acting as a bridge, takes these models and logic into account and effortlessly translates them into types within the GraphQL SDL (Schema Definition Language). After successfully deploying the template, a comprehensive view of the GraphQL SDL becomes accessible in the playground. This provides an interactive interface, allowing you to witness firsthand the structuring and interplay of the types.

For more details, please take a look at the developer documentation.

Easy Changes & Growth with Tailor Templates

Use the easy-to-change Tailor Templates for a system that fits your business. These templates are like building blocks for your ERP system. They can change to match what your business needs.

To make changes, copy the Git template and then change the data, business rules, events, and more. You don't need to be an expert coder to set up your tools. For more help, visit docs.tailor.tech.

We know every business is different. That's why our Advanced SCM templates let you start fast and change as you grow. With Tailor, you get a system that grows with your business.

Expand Functionality: Optional Add-On Templates

These additional templates can be plugged into your Advanced SCM to enhance the functionality. Each templates can also be used independently as a standalone application as well.

Build your tailor-made business app

With Tailor Platform, you can build powerful, custom business apps that meet your unique needs in just three easy steps. Start building your apps today and experience the benefits of a fully customizable headless ERP.