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. POJ2387 Til the Cows Come Home【Kruscal】

    题目链接>>> 题目大意: 谷仓之间有一些路径长度,然后要在这些谷仓之间建立一些互联网,花费的成本与长度成正比,,并且要使这些边连起来看的像一课“树”,然后使成本最大 解题思路: 最 ...

  2. FTP传输协议的应用详解

    FTP的目标:1)促进程序.数据文件按的共享;2)鼓励使用远程计算机;3)使用户不必面对不同主机上不同文件系统的差异;4)对数据进行高效可靠的传输FTP的作用:就是让用户连接上一个远程计算机,察看远程 ...

  3. [ 高危 ] mt SQL注入

    RANK  28 金币    28 不是很核心的系统,但是这个检测方法挺新鲜的 数据包 POST /XXXpital HTTP/1.1Content-Length: 96Content-Type: a ...

  4. 机器学习实战笔记-k-近邻算法

    机器学习实战笔记-k-近邻算法 目录 1. k-近邻算法概述 2. 示例:使用k-近邻算法改进约会网站的配对效果 3. 示例:手写识别系统 4. 小结 本章介绍了<机器学习实战>这本书中的 ...

  5. Xamarin Essentials教程检查网络连通性Connectivity

    Xamarin Essentials教程检查网络连通性Connectivity   网络连通性其实就是检测当前设备有没有连接网络.网络连通性在很多与网络相关的应用程序中会使用到.在Xamarin中如果 ...

  6. react组件通信那些事儿

    父组件是调用组件的组件.现在看来,感觉父组件就是一个壳子,定义好壳子里面会有什么,而子组件是一个具体的实现,说明,会用到什么东西,如果有这些东西,会进行什么操作.总之,父组件是材料,有水和泥,子组件告 ...

  7. DataGridView修改数据并传到数据库

    1. 两个属性设置: 第一个:设置自动创建列,默认为True DataGridView1. AutoGenerateColumns = True; 虽然默认为True,但写下去总是好的!!! 第二个: ...

  8. Codeforces.1110F.Nearest Leaf(线段树)

    题目链接 \(dls\)讲过这道题,所以这不是线段树裸题吗,这场没打气气气气气=-= 现在是写着玩=v= \(Description\) 给定一棵\(n\)个点的树.\(q\)次询问,每次询问给定\( ...

  9. BZOJ.4558.[JLOI2016]方(计数 容斥)

    BZOJ 洛谷 图基本来自这儿. 看到这种计数问题考虑容斥.\(Ans=\) 没有限制的正方形个数 - 以\(i\)为顶点的正方形个数 + 以\(i,j\)为顶点的正方形个数 - 以\(i,j,k\) ...

  10. Python3基础系列-程序模板及代码本质

    概要 横看成岭侧成峰,远近高低各不同.但是,程序的设计核心思想却是很简单,简单理解就是有一个输入,对输入的处理环节,最后得出一个输出.这个过程中的设计及其实现却是各不相同.本节的主要内容如下: 程序设 ...