Find your business app template

Quickly build tailor-made business apps

query {
leads {
collection {
company Name
stage
dealAmount
leadSource
contact {
contactName
emailAddress
phoneNumber
}
}
}
}
data: [
{
companyName: "tailor",
stage: "Open",
dealAmount: "8000",
leadSource: "Email",
contact: {
name: "John",
email: "john@tailor.com",
phone: "562-334-0012"
}
}
]

CRM

SALES

This is a customizable CRM (customer relationship management) template using the Tailor Platform.

query {
orders {
collection {
orderDate
productName
customer {
fullName
email
}
status
channel {
type
}
}
}
}
data: [
{
orderDate: "2023-06-01"
productName: "EcoGlow Organic Face Cream 50ML"
customer {
fullName: "Emily Smith"
email: "emily@email.com"
}
status: "DELIVERED"
channel {
type: "online"
}
},
]

Order Management Hub

OMS

Expandable and customizable OMS for omnichannel and/or B2B business

query {
requests {
collection {
id
description
kind
system
status
client {
id
user {
displayName
}
}
}
}
}
data: [
{
id: "90bbf102-c835-40b3-b8b9-d1ccfdab57f2",
description: "Office license expired",
kind: "SOFTWARE_INSTALLATION",
system: "PC",
status: "OPEN",
client: {
id: "26468974-2674-581e-b79f-298a897709d2",
user: {
displayName: "John Doe"
}
}
}
]

Client Portal

SERVICE

This is a customizable Client Portal template using the Tailor Platform.

query {
inventory {
collection {
productID
productName
stock {
warehouse
quantity
reserved
}
associatedOrders {
orderType
orderID
}
}
}
}
data: [
{
productID: "PRD01",
productName: "Deluxe Acoustic Guitar",
stock: [
{
warehouse: "Main Street Storage",
quantity: 500,
reserved: 50
},
{
warehouse: "Harbour Point Warehouse",
quantity: 300,
reserved: 30
}
],
associatedOrders: [
{
orderType: "Sales",
orderID: "SO123"
},
{
orderType: "Purchase",
orderID: "PO456"
}
]
}
]

Inventory Management Hub

IMS

Manage, track, and optimize your inventory across all channels and locations with our highly customizable and expandable IMS.

query {
warehouse(id: "WH123") {
name
location
inventory {
productID
quantity
}
orders {
id
status
}
}
}
data: {
warehouse: {
name: "New York Central Warehouse",
location: "45 11th Ave, New York, NY 10001, USA",
inventory: [
{
productID: "PRD0001",
quantity: 500
},
{
productID: "PRD0002",
quantity: 200
}
],
orders: [
{
id: "ORD123",
status: "Shipped"
},
{
id: "ORD124",
status: "In Progress"
}
]
}
}

Warehouse Management Hub

WMS

Enable efficient fulfillment management across your network of physical locations

query {
procurement {
collection {
requisition {
requisitionID
itemID
quantity
}
purchaseOrder {
POID
vendor
itemID
}
invoice {
invoiceID
vendor
itemID
}
}
}
}
data: {
procurement: {
collection: {
requisition: {
requisitionID: "RQ123",
itemID: "PRD01",
quantity: 10
},
purchaseOrder: {
POID: "PO456",
vendor: "Musical Instruments Ltd.",
itemID: "PRD01"
},
invoice: {
invoiceID: "INV789",
vendor: "Musical Instruments Ltd.",
itemID: "PRD01"
}
}
}
}

Procurement Hub

Procurement

Streamlines procurement processes and connects with IMS and OMS

query {
pricing {
collection {
productID
productName
basePrice
discount
tiers {
price
customerGroup
promotion {
name
startAt
endAt
}
}
}
}
}
data: [
{
productID: "PRD01",
productName: "Product 1",
basePrice: 100.00,
discount: 10,
tiers: [
{
price: 90.00,
customerGroup: "Gold",
promotion: {
name: "Gold Group Promo",
startAt: "2023-07-01",
endAt: "2023-08-01"
}
},
{
price: 95.00,
customerGroup: "Silver",
promotion: {
name: "Silver Group Promo",
startAt: "2023-07-15",
endAt: "2023-08-15"
}
}
]
}
]

Price and Promotion Hub

sales

Centrally manage, control and update pricing to maximize profits. Establish multiple price levels and customer- and campaign-specific pricing.

query {
employees {
collection {
userID
firstName
lastName
phoneNumber
avatar
displayName
employeeCode
personalData {
id
}
}
}
}
data: [
{
userId: "1",
firstName: "James",
lastName: "Miller",
phoneNumber: "422-334-0012",
avatar: "james.png",
displayName: "James Miller",
employeeCode: "0000001",
personalData: {
id: "1"
}
}
]

HRIS

HR

This is a customizable HRIS (Human Resource Information System) template using the Tailor Platform.

query {
transaction {
collection {
productCode
quantity
action
fromLocation {
code
name
}
toLocation {
code
name
}
}
}
}
data: [
{
productCode: "ATL-3DPRINTER-4500XL"
quantity: 10
action: "TRANSFER"
fromLocation {
code: 10200
name: "Factory TX"
}
toLocation {
code: 90100
name: "ShipWorks San Jose WH"
}
},
]

Inventory Ledger

IMS

Streamline inventory management, providing real-time tracking, trend analysis, and accurate valuation at your fingertips.

query {
requests {
collection {
id
description
kind
system
status
client {
id
user {
displayName
}
}
}
}
}
data: [
{
id: "90bbf102-c835-40b3-b8b9-d1ccfdab57f2",
description: "Office license expired",
kind: "SOFTWARE_INSTALLATION",
system: "PC",
status: "OPEN",
client: {
id: "26468974-2674-581e-b79f-298a897709d2",
user: {
displayName: "John Doe"
}
}
}
]

Simple SCM

OMS

This is a customizable simple SCM (Supply Chain Management) template using the Tailor Platform.

query {
requests {
collection {
id
description
kind
system
status
client {
id
user {
displayName
}
}
}
}
}
data: [
{
id: "90bbf102-c835-40b3-b8b9-d1ccfdab57f2",
description: "Office license expired",
kind: "SOFTWARE_INSTALLATION",
system: "PC",
status: "OPEN",
client: {
id: "26468974-2674-581e-b79f-298a897709d2",
user: {
displayName: "John Doe"
}
}
}
]

Advanced SCM

IMS

This is a customizable advanced SCM (Supply Chain Management) template using the Tailor Platform.

query {
invoices {
collection {
invoiceCode
invoiceName
quote
state {
id
name
resourceId
currentState
}
}
}
}
data: [
{
invoiceCode: 1,
invoiceName: "invoiceA",
quote: 1,
state: {
id: "4eb81045-262e-4233-a235-77ea9db896e7",
name: "invoiceReview",
resourceId: "6f6b670b-fbf6-4e11-8ee9-dcb6c84a1198",
currentState: "AllApproved"
}
},
]

Invoice

FINANCE

This is a customizable Invoicing template using the Tailor Platform.

query {
orders {
collection {
orderDate
productName
customer {
fullName
email
}
status
channel {
type
}
}
}
}
data: [
{
orderDate: "2023-06-01"
productName: "EcoGlow Organic Face Cream 50ML"
customer {
fullName: "Emily Smith"
email: "emily@email.com"
}
status: "DELIVERED"
channel {
type: "online"
}
},
]

OMS for Omni-channel

OMS

Customizable Order Management software for omnichannel and e-commerce brands.

query {
orders {
collection {
SKU
quantity
customer {
companyName
email
}
status
payment
sales {
name
}
}
}
}
data: [
{
SKU: "Atlas XL 3D Printer 4500"
quantity: 10
customer {
companyName: "Bio Industries Co."
email: "davidmiller@bioindustries.com"
}
status: "INREVIEW"
payment: "INVOICE"
sales {
name: "Michel"
}
},
]

OMS for B2B

OMS

B2B fulfillment software that powers the entire post-purchase operations.

More templates coming soon...

Don't see a use-case you are looking for?

You can easily create your app using our fully customizable data model and APIs.

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.

Tailor

Product

TemplatesPlatformDocsContact us