What is a Back Order

A back order is a customer order that has not been fulfilled. A back order generally indicates that customer demand for a product or service exceeds a company's capacity to supply it.

 

Total back orders, also known as backlog, may be expressed in terms of units or dollar amount.

 

BREAKING DOWN Back Order

Sometimes when a company makes an order for a good, a company or store may have run out of stock in its inventory. A company who has run out of the demanded product but has re-ordered the goods would promise its customers that it would ship the goods when they become available. A customer who is willing to wait for some time until the company has restocked the merchandise, would have to place a back order. A back order only exists if customers are willing to wait for the order.

 

A company may have back orders if they run out of the stock in their stores, in which case, it can just place a new order to restock its shelves. A company may also have to take back orders if its suppliers have run out of the resources and raw materials necessary to manufacture the demanded goods. In this case, the company will have to wait until the manufacturing company or supplier has gotten the resources to commence production. Using this example, the supplier would have a back order from its retailers who would also have back orders from their final customers.

 

A company that utilizes the just-in-time (JIT) inventory management approach will usually have back orders, since it will only order and receive inventory for products as they are demanded. Companies would also have an increase in back orders during the holiday period or when they have a product that is trendy or in high demand.

 

Companies have to walk a fine line in managing their back orders. While consistently high levels of back orders indicate healthy demand for a company's product or service, there is also a risk that customers will cancel their orders if the waiting period for delivery is too long. This is less of a risk for innovative products with strong brand recognition in areas such as technology.

 

Analysts would usually monitor how well a company manages its inventory by measuring its back orders. A company with too many back orders may force its customers into the folds of competitors. This could lead to a loss of market share, lower revenue, and a smaller than anticipated bottom line for the company. Including the intangible costs associated with lost clients and sales, a company with a large back order may also face an increase in tangible costs, such as shipping costs. In order to make good on its promise to deliver at a certain time, the company may have to pay extra to receive the goods on time, and to deliver to clients. In addition, the company may also have to pay its employees overtime to ensure that its back orders are taken care of as the goods demanded come in.

 

Backorder costs are important for companies to track, as the relationship between holding costs of inventory and back order costs will determine whether a company should over- or under-produce. If the carrying cost of inventory is less than back order costs (this is true in most cases), the company should over-produce and keep an inventory.

from :https://www.investopedia.com/terms/b/back-order.asp

What is a Back Order的更多相关文章

  1. 在UPDATE中更新TOP条数据以及UPDATE更新中使用ORDER BY

    正常查询语句中TOP的运用: SELECT TOP 1000 * FROM MP_MemberGrade   随意更新一张表中满足条件的前N条数据: UPDATE TOP (1) MP_Member ...

  2. BZOJ 1391: [Ceoi2008]order [最小割]

    1391: [Ceoi2008]order Time Limit: 10 Sec  Memory Limit: 64 MBSubmit: 1509  Solved: 460[Submit][Statu ...

  3. Android中的Libraries以及Order and Export的使用。

    1Add JAR 从Eclipse的现有所有工程中,添加jar包到该工程下 2Add External JARs 从Eclipse外的其他的位置,添加jar包到该工程下 3Add Variable 增 ...

  4. linux 环境下运行STS时 出现must be available in order to run STS

    linux 环境下运行ECLIPSE时 出现 “ A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be avai ...

  5. order by 与 group by 区别

    order by 排序查询.asc升序.desc降序 示例: select * from 学生表 order by 年龄 ---查询学生表信息.按年龄的升序(默认.可缺省.从低到高)排列显示 也可以多 ...

  6. 排序 order by 的用法

    order by  跟在select* from 后面 order by 默认的是升序, asc 升序  desc 降序 select * from 表名 order by  字段名  asc 在带有 ...

  7. Oracle update和order by

    今天遇到一个关于SQL转换成Oracle语句的问题,描述如下: select * from emp order by deptno; select * from dept; Sql Server: u ...

  8. Morris post order traversal algorithm

    Sept. 5, 2015 花时间把代码读明白, 比光看书强. 动手写代码, 改代码,  兴趣是最好的老师. 多记几个例子, 增加情趣. 举个例子关于中序遍历,            4       ...

  9. Leetcode, construct binary tree from inorder and post order traversal

    Sept. 13, 2015 Spent more than a few hours to work on the leetcode problem, and my favorite blogs ab ...

  10. [LeetCode] K-th Smallest in Lexicographical Order 字典顺序的第K小数字

    Given integers n and k, find the lexicographically k-th smallest integer in the range from 1 to n. N ...

随机推荐

  1. POJ 3264 Balanced Lineup(模板题)【RMQ】

    <题目链接> 题目大意: 给定一段序列,进行q次询问,输出每次询问区间的最大值与最小值之差. 解题分析: RMQ模板题,用ST表求解,ST表用了倍增的原理. #include <cs ...

  2. shell 日前 之check 年月日

    twoDayAgoTime=`date -d \`date -d "-2 day" +%Y%m%d\` +%s` sevenDayAgoTime=`date -d \`date - ...

  3. linux 学习笔记六 tail 命令

    #tail -f -n100 catalina.out 含义 从文件尾部监视catalina.out 文件   要看文件尾部100行 #tail -f -n100  catalina,out > ...

  4. 使用Log4j日志处理

    Springboot日志默认使用的是logback,本文将介绍将springboot项目日志修改为log4j. 首先要将默认的日志依赖排除,然后引用log4j,pom文件代码如下: <?xml ...

  5. eslint那些事儿

    eslint是一个插件化的javascript和jsx代码检测工具,eslint使用Node.js编写.全局安装的eslint只能使用全局安装的插件,本地安装的eslint不仅可以使用本地安装的插件还 ...

  6. 输出日文CSV乱码问题

    直接写用Excel打开时会乱码,需要加上下面代码中注释的三行 fos = new FileOutputStream(file, false); //fos.write( 0xef ); //fos.w ...

  7. Codeforces.612E.Square Root of Permutation(构造)

    题目链接 \(Description\) 给定一个\(n\)的排列\(p_i\),求一个排列\(q_i\),使得对于任意\(1\leq i\leq n\),\(q_{q_i}=p_i\).无解输出\( ...

  8. 2109 ACM 排序

    题目:http://acm.hdu.edu.cn/showproblem.php?pid=2109 题意:简单的排序问题 代码: #include<cstdio> #include< ...

  9. Linux——awk命令解析

    awk简介 awk其名称得自于它的创始人 Alfred Aho .Peter Weinberger 和 Brian Kernighan 姓氏的首个字母.实际上 AWK 的确拥有自己的语言: AWK 程 ...

  10. JS 函数表达式

    定义函数的方式有两种, 一种是函数声明,一种就是函数表达式了 函数声明最常见了, sayHi(); // 函数声明会发生提升 function sayHi () { alert('Hi') } 函数表 ...