Find your business app template

Discover the perfect business app template. Tailor it precisely to construct bespoke applications. Seamlessly combine multiple templates to suit your unique needs.

Inventory WHM

Responsible for managing all aspects of a warehouse or distribution center's inventory, including tracking, receiving, storing, and moving goods.

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 Management System

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

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

This is a customizable advanced SCM (Supply Chain Management) 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

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

Enable efficient fulfillment management across your network of physical locations

Post-order management

Handles all operations and processes that take place after a sale has been made, including customer service, shipping, and returns.

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

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

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

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

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

Expandable and customizable OMS for omnichannel and/or B2B business

PO/Procurement

Manages the purchasing of goods and services from external sources, dealing with order placements, approvals, and tracking deliveries.

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

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

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

This is a customizable Invoicing template using the Tailor Platform.

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"
}
}
}
}

Purchase Order System

Streamlines procurement processes and connects with IMS and OMS

Customer Service / CRM

Handles customer interactions, manages customer data, and enhances customer relationship management processes.

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

This is a customizable CRM (customer relationship 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"
}
}
}
]

Client Portal

This is a customizable Client Portal 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

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

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

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

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

HR Management / Project accounting

Manages human resources activities and project accounting. This includes payroll, benefits, hiring, project cost tracking, and compliance with financial regulations.

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

This is a customizable HRIS (Human Resource Information System) 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"
}
}
}
]

Client Portal

This is a customizable Client Portal 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

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"
}
},
]

Order Management Hub

Expandable and customizable OMS for omnichannel and/or B2B business

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.