\r\nAgilysys and Toshiba work in close partnership to bring end-to-end solutions for foodservice operations and retail checkout that unlock amazing new possibilities for hospitality organizations everywhere, every day.
\r\n","asideText":"Product Name: InfoGenesis® POS on the TCxWave™
\r\n\r\nTechnology/solution type: Award-winning Hospitality POS
\r\n\r\nMOST Innovative Features: \r\n\r\n• Intuitive, quick-to-learn touch technology maximizes server productivity
\r\n\r\n• Rigorously tested, durable system and technology
\r\n\r\n• Dependable enough to keep orders flowing in offline mode
\r\n\r\n• Easy integration to dozens of popular hospitality solutions
\r\n\r\n• Flexible, and designed to scale as your business grows
\r\n\r\n• Attractive design complements the brand experience
\r\n","asideTitle":"AT A GLANCE"},{"id":17263,"bundle":"image_text","text":"
\r\n\r\n877-369-6208 Sales@Agilysys.com
\r\n","imageSrcset":{"src":"https://assets1.hospitalitytech.com/styles/max_width_320/s3/2019-10/Logo.jpg?itok=yFFkn84x 320w, https://assets1.hospitalitytech.com/styles/max_width_480/s3/2019-10/Logo.jpg?itok=uVL9AjNO 480w, https://assets1.hospitalitytech.com/styles/max_width_640/s3/2019-10/Logo.jpg?itok=8nFpIfMm 640w, https://assets1.hospitalitytech.com/styles/max_width_800/s3/2019-10/Logo.jpg?itok=NTeFxCN7 800w","sizes":"(min-width: 1300px) 245px, (min-width: 920px) 19vw, (min-width: 720px) 32vw, 100vw"},"imageCaption":null,"imagePosition":"left","imageAdvertisement":false,"imageSize":"medium","imageLink":"","imageExpandable":null,"fullSizeImage":{"id":6893,"alt":"","width":819,"url":"https://assets1.hospitalitytech.com/styles/max_width_800/s3/2019-10/Logo.jpg?itok=NTeFxCN7","height":162}},{"id":17267,"bundle":"related_content","title":"Related Content","content":[{"id":14078,"bundle":"article","title":"2020 POS Software Trends Report: Unlocking Agility","url":"/2020-pos-software-trends-report-unlocking-agility","summary":"Data and integration are key to delivering choice and convenience to consumers","teaserImage":{"url":"https://assets1.hospitalitytech.com/styles/secondary_articles_short/s3/2019-10/cs1019_Teaser.jpg?h=a4572881&itok=jjmyiEeE","width":2083,"height":1667,"alt":""}}]}],"renderGatingWall":true}};
const country = "US";
const language = "en-US,en;q=0.5";
const SITE_LANGUAGE = "en";
const siteName = "Hospitality Technology";
const userRoles = ["anonymous"];
const userUid = 0;
const indexName = "HT";
window.dataLayer = window.dataLayer || [];
const data = {};
data.entityTaxonomy = {};
const contentTypes = [
"article",
"blog",
"bulletin",
"embed_page",
"landing_page",
"event",
"image",
"page",
"product",
"whitepaper",
"video",
"tags",
];
if (
routeInfo &&
"bundle" in routeInfo &&
contentTypes.includes(routeInfo["bundle"])
) {
data.entityBundle = routeInfo.bundle;
data.entityTitle = `${routeInfo.title} | ${siteName}`;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.entityType = "node";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.entityTaxonomyKeys = {};
data.entityTaxonomyHierarchies = {};
data.parentNaicsCode = {};
data.isPro = false;
data.algoliaIndexName = indexName;
// Add toxonomy data
const taxonomies = {
businessTopic: "business_topic",
contentType: "content_type",
company: "company",
marketSegment: "market_segment",
};
const getHierarchy = (term, terms = []) => {
terms.push({ id: term.id, name: term.name });
if (term.parentTerm != null) {
getHierarchy(term.parentTerm, terms);
}
return terms;
};
const getTerms = (term, useApiId = false) => {
return { id: useApiId ? term.apiId : term.id, name: term.name };
};
const getKeys = (term) => {
return { id: term.id, name: term.apiId };
};
Object.entries(taxonomies).forEach(([key, item]) => {
terms = routeInfo[key];
if (terms && terms.length > 0) {
data["entityTaxonomy"][item] = terms.map((term) =>
getTerms(term, key === "company")
);
if (key !== "company") {
data["entityTaxonomyKeys"][item] = terms.map(getKeys);
termGroups = [];
terms.forEach((term, termInd) => {
termGroups[termInd] = getHierarchy(term);
});
data["entityTaxonomyHierarchies"][item] = termGroups;
}
}
});
data["entityTaxonomy"]["tags"] = routeInfo["topics"] || [];
// Primary Topic is either the business topic or the top tag.
if (routeInfo["businessTopic"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["businessTopic"][0]["name"];
} else {
if (routeInfo["topics"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["topics"][0]["name"];
}
}
// Primary and secondary entityNaicsCodes come from the MarketSegment
if (routeInfo.marketSegment?.length > 0) {
data.entityNaicsCode = {};
data["entityNaicsCode"]["id"] = routeInfo["marketSegment"][0]["id"];
data["entityNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["naicsCode"];
if (routeInfo["marketSegment"][0]["parentTerm"] != null) {
data["parentNaicsCode"]["id"] =
routeInfo["marketSegment"][0]["parentTerm"]["id"];
data["parentNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["parentTerm"]["naicsCode"];
}
} else {
data.entityNaicsCode = [];
}
if (routeInfo.taggedPro) {
data.isPro = routeInfo.taggedPro;
}
window.dataLayer.push(data);
} else if (routeInfo && "vid" in routeInfo) {
data.entityBundle = "tags";
data.entityTitle = routeInfo.name;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.entityType = "taxonomy_term";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.algoliaIndexName = indexName;
data["entityTaxonomy"]["tags"] = {
id: routeInfo["id"],
name: routeInfo["name"],
};
window.dataLayer.push(data);
}
})();The Next Evolution of POS Performance
Sustainable success depends on delivering a consistent and differentiated brand experience to each and every guest. Nowhere is this more important than the place where the majority of transactions are still carried out: at the point-of-sale.
InfoGenesis® POS on the TCxWave™
X
This ad will auto-close in 10 seconds