\n \nGloucester, Mass., October 21, 2008 -- TradeStone Software, the retail industry's leading provider of private label and global sourcing solutions, today announced the Company is capping off a successful third quarter that saw some of the largest retailers in the world Go-Live with TradeStone's Merchandise Lifecycle Management suite. The quarter also had TradeStone customers Macy's, Urban Outfitters, American Eagle Outfitters, Guitar Center and European hypermarket giant Auchan share their success and merchandise lifecycle management strategies at an interactive and educational user conference, TradeStone STARS 2008. Additionally, TradeStone experienced a significant increase in headcount and continued award recognition from the retail industry. \n \n\"This third quarter success is the culmination of a banner year that has seen us grow and maintain the largest active retail customer base in the world,\" said TradeStone Software CEO Sue Welch. \"The innovation being seen at our customer Go-Live sites is a true testament to the flexibility and rapid adoption of TradeStone solutions across the retailers' organization and out to the supplier community. We are also pleased with the success of TradeStone STARS, where our customers discussed how they use TradeStone to battle margin erosion through the development of private label brands, eliminate markdowns by getting trend-right merchandise to stores, reduce operating costs through planning links and move the business process closer to the point of origin. As we move toward to end of the year, we are confident that our Best Practice processes and 'Prediction to Production' strategy will continue to bring our customers significant value and lead to an even more successful fourth quarter!\" \n \nTradeStone Implementations Fuel Fifty Percent Year-Over-Year Growth \n \nThe retail industry's ability to rapidly deploy TradeStone's Merchandise Lifecycle Management solutions fueled a 50 percent revenue growth for the third consecutive year as new customers signed on and current customers expanded their TradeStone footprint. \n \nIn the third quarter of 2008, TradeStone's Merchandise Lifecycle Management suite was successfully implemented at major retailers worldwide. Shoppers Drug Mart, one of Canada's largest drug store chains, deployed TradeStone's Super Purchase Order capability to give them more scalability and detail to their orders. Shoprite, the largest retailer in Africa, is now live with TradeStone Sourcing to increase their bottom line and introduced a supplier registration process that enhances their ability to manage suppliers and improve the payment accuracy. Apparel giant American Eagle Outfitters expanded the TradeStone footprint currently used to develop and source merchandise, manage orders and production, and collaborate with suppliers to add Factory Compliance capability and to give users greater flexibility and visibility into their tracking and critical path management. Macy's has gone live with TradeStone's Showroom, Sourcing, Product and Order Management modules to create line lists for collections, gain earlier visibility into each product category, enable their product portfolio development and provide more detailed information on their Purchase Orders. Pacific Sunwear added TradeStone Sourcing to source by color, create what-if cost scenarios and streamline their ordering process. In Phase II of their implementation, Quiksilver is using TradeStone to work more directly with their vendors and maintain better documentation of their goods. Additionally, implementations at Auchan, GPC, Lowe's, Urban Outfitters and Wilkinson are expected to Go-Live in Q4. \n \nHeadcount year-to-date increased 35 percent with key hires within the Executive team as well expansions in the Product, Development and Services areas. \n \nTradeStone Industry Award Recognition \n \nTradeStone was recently selected as a Finalist for the Retail Systems Awards 2008, being held in London at the end of October. The Retail System Awards are among the premier awards for the retail technology industry. TradeStone's innovative work at JD Williams led to the finalist position in the \"Supply Chain Solution of the Year\" category. The radical results realized at the leading UK catalog retailer include double digit growths in customer choices, increased sales and a significant reduction in returns. \n \nAbout TradeStone Software, Inc. \nTradeStone provides merchandise lifecycle management software that enables the world's most successful retailers to bring innovative and highly profitable private label products to market at record speeds. TradeStone's Merchandise Lifecycle Management suite, which consists of TradeStone PLM for Retail (TM), TradeStone Global Sourcing (TM), TradeStone Quality Management (TM), TradeStone Global Order Management (TM) and TradeStone Supplier Management (TM), deliver radical results - 200 to 400 basis points to the bottom line; sales increases of 3 - 6 percent; average consumer spend increases of seven percent; and sell through at margins of 78 percent. TradeStone marquee customers include American Eagle Outfitters, Boots, Circuit City, Deutsche Woolworth, Guitar Center, Kohl's, Macy's, Novi Footwear, NBrown Catalog Company, Pacific Sunwear, Regatta, Shoprite, The Children's Place and Urban Outfitters. TradeStone Software is headquartered in Gloucester, Mass., with offices in Atlanta, Bangalore, Hong Kong and London and can be found on the Web at www.TradeStoneSoftware.com. \n \n \n \n"}]}};
const country = "US";
const language = "en-US,en;q=0.5";
const SITE_LANGUAGE = "en";
const siteName = "RIS News";
const userRoles = ["anonymous"];
const userUid = 0;
const indexName = "risnews";
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);
}
})();
Prediction to Production' Strategy Fuels Strong Growth of Merchandise Lifecycle Management Solutions for Retailers
Gloucester, Mass., October 21, 2008 -- TradeStone Software, the retail industry's leading provider of private label and global sourcing solutions, today announced the Company is capping off a successful third quarter that saw some of the largest retailers in the world Go-Live with TradeStone's Merchandise Lifecycle Management suite. The quarter also had TradeStone customers Macy's, Urban Outfitters, American Eagle Outfitters, Guitar Center and European hypermarket giant Auchan share their success and merchandise lifecycle management strategies at an interactive and educational user conference, TradeStone STARS 2008. Additionally, TradeStone experienced a significant increase in headcount and continued award recognition from the retail industry.
"This third quarter success is the culmination of a banner year that has seen us grow and maintain the largest active retail customer base in the world," said TradeStone Software CEO Sue Welch. "The innovation being seen at our customer Go-Live sites is a true testament to the flexibility and rapid adoption of TradeStone solutions across the retailers' organization and out to the supplier community. We are also pleased with the success of TradeStone STARS, where our customers discussed how they use TradeStone to battle margin erosion through the development of private label brands, eliminate markdowns by getting trend-right merchandise to stores, reduce operating costs through planning links and move the business process closer to the point of origin. As we move toward to end of the year, we are confident that our Best Practice processes and 'Prediction to Production' strategy will continue to bring our customers significant value and lead to an even more successful fourth quarter!"
The retail industry's ability to rapidly deploy TradeStone's Merchandise Lifecycle Management solutions fueled a 50 percent revenue growth for the third consecutive year as new customers signed on and current customers expanded their TradeStone footprint.
In the third quarter of 2008, TradeStone's Merchandise Lifecycle Management suite was successfully implemented at major retailers worldwide. Shoppers Drug Mart, one of Canada's largest drug store chains, deployed TradeStone's Super Purchase Order capability to give them more scalability and detail to their orders. Shoprite, the largest retailer in Africa, is now live with TradeStone Sourcing to increase their bottom line and introduced a supplier registration process that enhances their ability to manage suppliers and improve the payment accuracy. Apparel giant American Eagle Outfitters expanded the TradeStone footprint currently used to develop and source merchandise, manage orders and production, and collaborate with suppliers to add Factory Compliance capability and to give users greater flexibility and visibility into their tracking and critical path management. Macy's has gone live with TradeStone's Showroom, Sourcing, Product and Order Management modules to create line lists for collections, gain earlier visibility into each product category, enable their product portfolio development and provide more detailed information on their Purchase Orders. Pacific Sunwear added TradeStone Sourcing to source by color, create what-if cost scenarios and streamline their ordering process. In Phase II of their implementation, Quiksilver is using TradeStone to work more directly with their vendors and maintain better documentation of their goods. Additionally, implementations at Auchan, GPC, Lowe's, Urban Outfitters and Wilkinson are expected to Go-Live in Q4.
Headcount year-to-date increased 35 percent with key hires within the Executive team as well expansions in the Product, Development and Services areas.
TradeStone Industry Award Recognition
TradeStone was recently selected as a Finalist for the Retail Systems Awards 2008, being held in London at the end of October. The Retail System Awards are among the premier awards for the retail technology industry. TradeStone's innovative work at JD Williams led to the finalist position in the "Supply Chain Solution of the Year" category. The radical results realized at the leading UK catalog retailer include double digit growths in customer choices, increased sales and a significant reduction in returns.
About TradeStone Software, Inc.
TradeStone provides merchandise lifecycle management software that enables the world's most successful retailers to bring innovative and highly profitable private label products to market at record speeds. TradeStone's Merchandise Lifecycle Management suite, which consists of TradeStone PLM for Retail (TM), TradeStone Global Sourcing (TM), TradeStone Quality Management (TM), TradeStone Global Order Management (TM) and TradeStone Supplier Management (TM), deliver radical results - 200 to 400 basis points to the bottom line; sales increases of 3 - 6 percent; average consumer spend increases of seven percent; and sell through at margins of 78 percent. TradeStone marquee customers include American Eagle Outfitters, Boots, Circuit City, Deutsche Woolworth, Guitar Center, Kohl's, Macy's, Novi Footwear, NBrown Catalog Company, Pacific Sunwear, Regatta, Shoprite, The Children's Place and Urban Outfitters. TradeStone Software is headquartered in Gloucester, Mass., with offices in Atlanta, Bangalore, Hong Kong and London and can be found on the Web at www.TradeStoneSoftware.com.