loading...
  • Home
    • Visual Enterprise
    • Epicor Vantage
    • Crystal Reports
    • Custom Programming
    • Website Design
    • Linux Consulting
    • Software Applications
    • Apple Services
  • Visual Enterprise
    • Overview
    • Support Services
    • Custom Development
    • Visual Mfg Extensions
  • Epicor Vantage
    • Overview
    • Support Services
    • Custom Development
    • Integrated Serialized Labels for Epicor Vantage
  • Crystal Reports
    • Overview
    • ERP Reporting
    • Paycor for Windows
    • FAQ
    • Report Development Process
    • Crystal Reports Viewer
  • Custom Programming
    • Overview
    • Web Applications
    • ERP Programming
  • Website Design
    • Overview
    • Graphic Design
    • Joomla Programming
    • Magento E-Commerce Development
    • Online Payment Processing
    • SEO
    • Portfolio & Case Studies
  • Apple/Mac Services
  • IT & Linux Consulting
    • IT & Windows Services
    • Remote Backup Service
    • Linux Consulting
  • Software Applications
    • Overview
    • Crystal Reports Viewer
    • Labor Data Collection Systems
  • Contact Us
    • About
    • News & Events
    • Employment Opportunities
    • Blog
    • Contact
    • Remote Connect
  • SaberLogic Becomes a Reseller of Mozy’s Remote Backup
  • SaberLogic Releases EDI Integrator for Infor ERP VISUAL
  • Apple Macintosh Technician Certification
Automate the delivery of your Crystal Reports with SaberLogic RPT Tool. Click here to download now.
Get Adobe Flash player

Latest Posts

  • SaberLogic to Develop City of Wadsworth Economic Development Website
    SaberLogic has begun development work on a new website for the city of Wads ...
    August 30, 2010 by Eli Remington
  • SaberLogic Becomes a Reseller of Mozy’s Remote Backup Solution
    SaberLogic is pleased to announce that we have established a reseller relat ...
    February 23, 2010 by Eli Remington
  • The Last Gasps for Internet Explorer 6
    One of the biggest struggles that website development companies have is man ...
    February 1, 2010 by Eli Remington
  • The Weekend Post: Announcing the new Apple iPad Tablet
    As a provider of services for Apple products, SaberLogic has an obvious int ...
    January 30, 2010 by Eli Remington
  • A Graphical History of Manufacturing and ERP Software
    Have you ever wondered when material requirements planning functionality wa ...
    January 29, 2010 by Eli Remington

Blog Categories

  • Apple & Mac
  • Crystal Reports
    • Logicity
  • Epicor Vantage
  • General Topics
  • IT Administration
  • Programming
    • PHP
  • Visual Enterprise
  • Website Design
    • Joomla
    • Magento

Tags

Apple Mac repair Apple Mac support Authorize.net Business Activity Monitoring Business Intelligence Crystal Reports Crystal Reports viewer custom programming Demand Supply e-commerce Epicor Vantage ERP Consulting ETL Facebook customizations IT Services Joomla Linux consulting Logicity Magento Microsoft Sharepoint online payments remote backup Synoptix Visual Enterprise Website Design WordPress design

Archives

  • August 2010
  • February 2010
  • January 2010
  • October 2009
  • September 2009
  • August 2009
  • July 2009

SaberLogic Blog

SaberLogic Blog



Archive for the ‘Visual Enterprise’ Category

Eli Remington

A Graphical History of Manufacturing and ERP Software

Friday, January 29th, 2010 by Eli Remington

Have you ever wondered when material requirements planning functionality was added to ERP systems?  How about MRP?  Or even when the year 2000 was first perceived to be potential problem for ERP systems. Software Advice recently created a timeline covering the history of manufacturing and ERP software. It includes 17 key events that have shaped the ERP software industry over the last 50 years. It’s a quick way to understand the context of current enterprise software events.

To complete the timeline, they are asking industry experts to share their ideas. They’d like to fill in the gaps and add another 15+ dates/events to the timeline. If you have any ideas or suggestions, email Houston Neal (houston@softwareadvice.com).

Tags: ERP Consulting
Posted in Epicor Vantage, General Topics, Visual Enterprise | No Comments »

Brian Ellis

Understanding the Demand Supply Link table in Visual Manufacturing

Wednesday, August 26th, 2009 by Brian Ellis

For anyone wanting to write Crystal Reports or any other business intelligence against Visual Manufacturing understanding the DEMAND_SUPPLY_LINK table is a crucial but often overlooked table. Conceptually it is easy to understand but digging into it deeper can provide even further insight and analysis into your fulfillment information.

As the name implies, the table’s purpose is to provide a link between demand agents and supply agents. So an example would be linking work orders to customer orders assuming that you build to order and not build to stock. In this case, the CUST_ORDER_LINE (customer order line) table will be the demand agent and the WORK_ORDER (work order) table will be the supply agent. So the customer order is creating the demand to be fulfilled by the work order.

Now the linking for WORK_ORDER is pretty straight forward. We join from the BASE_ID, LOT_ID, SPLIT_ID, and SUB_ID from WORK_ORDER to the matching SUPPLY field in the DEMAND_SUPPLY_LINK table. So WORK_ORDER.BASE_ID would join to DEMAND_SUPPLY_LINK.SUPPLY_BASE_ID. The linking to CUST_ORDER_LINE is a little different because the field names don’t match exactly. In this case CUST_ORDER_LINE.CUST_ORDER_ID links to DEMAND_SUPPLY_LINK.DEMAND_BASE_ID and CUST_ORDER_LINE.LINE_NO links to DEMAND_SUPPLY_LINK.DEMAND_SEQ _NO.

So in that example it’s possible to link the work order that fulfills a customer order line. This table also links purchase orders required for work orders. So by adding the table in twice it is possible to see the link between purchase orders and the customer orders consuming those parts. In this case, the purchase order would be the supply agent to a work order as the demand agent. And then you link the work order as a supply agent to the customer order as the demand agent.

This provides a basic understanding of some of what is possible with the DEMAND_SUPPLY_LINK table, but there is much more. Gaining a firm understanding of this table can provide a lot of additional analysis possibilities.

Click here for more information on our Infor ERP VISUAL/Visual Enterprise support and consulting services.  Or, click here to see our extensive list of add-on applications for Infor ERP VISUAL/Visual Enterprise.

Tags: Crystal Reports, Demand Supply, Visual Enterprise
Posted in Crystal Reports, Visual Enterprise | No Comments »

Brian Ellis

Using Crystal Reports with Point in Time Data

Friday, August 14th, 2009 by Brian Ellis

One problem that we run into frequently is customers wanting Crystal Reports off of point in time data. What I mean by point in time data is something like a part inventory value, it regularly changes as transactions are made but the analysis you want to do is at based on the inventory value at some specific time.

So as an example, let’s say that we want to compare the daily inventory values of a warehouse over a 3 month period of time. Many ERP systems, like Epicor Vantage or Infor ERP Visual, don’t record daily stock levels.  They record it at specific intervals (like monthly), or they track the current value, but then you have to roll back transactions to find out what that value was on a specific date. It makes for a much more complex report and depending on the level of transactions it can be a very long report to run.

But by using another tool, which may already be built into your database system, you can easily create new point in time tables which give you a lot of flexibility in your analysis. This tool is called an Extract Transform and Load (ETL) package. A good example of this would be Data Transformation Services (DTS) built into Microsoft SQL Server or a third party package like Pentaho Data Integrator.

The term Extract Transform and Load is quite descriptive for what this tool does. It extracts data from one source, allows you to transform it or modify it, and then load it into another source. So in our example, we would create a new analysis table which has the part and warehouse information, the date, and the quantity. We first extract the data from our existing tables. In the transform step, we are going to summarize the transactions down so we have that point in time value. Then we load it into our new table.

We can then schedule this process to run once a day to give us daily inventory values. Once it is in this format it becomes very easy to perform any complex analysis we want.

Click here to learn more about our Crystal Reports development and programming services!

Tags: Business Intelligence, Crystal Reports, Epicor Vantage, ERP Consulting, ETL, Visual Enterprise
Posted in Crystal Reports, Epicor Vantage, Visual Enterprise | No Comments »



Entries (RSS) and Comments (RSS).

Home  |  Crystal Reports  |  Linux Consulting  |  Website Design  |  Terms & Conditions  |  Privacy Policy  |  Site Map  |  Blog
© 2006 - 2010 SaberLogic, LLC - All Rights Reserved