What is a Back Order
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的更多相关文章
- 在UPDATE中更新TOP条数据以及UPDATE更新中使用ORDER BY
正常查询语句中TOP的运用: SELECT TOP 1000 * FROM MP_MemberGrade 随意更新一张表中满足条件的前N条数据: UPDATE TOP (1) MP_Member ...
- BZOJ 1391: [Ceoi2008]order [最小割]
1391: [Ceoi2008]order Time Limit: 10 Sec Memory Limit: 64 MBSubmit: 1509 Solved: 460[Submit][Statu ...
- Android中的Libraries以及Order and Export的使用。
1Add JAR 从Eclipse的现有所有工程中,添加jar包到该工程下 2Add External JARs 从Eclipse外的其他的位置,添加jar包到该工程下 3Add Variable 增 ...
- 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 ...
- order by 与 group by 区别
order by 排序查询.asc升序.desc降序 示例: select * from 学生表 order by 年龄 ---查询学生表信息.按年龄的升序(默认.可缺省.从低到高)排列显示 也可以多 ...
- 排序 order by 的用法
order by 跟在select* from 后面 order by 默认的是升序, asc 升序 desc 降序 select * from 表名 order by 字段名 asc 在带有 ...
- Oracle update和order by
今天遇到一个关于SQL转换成Oracle语句的问题,描述如下: select * from emp order by deptno; select * from dept; Sql Server: u ...
- Morris post order traversal algorithm
Sept. 5, 2015 花时间把代码读明白, 比光看书强. 动手写代码, 改代码, 兴趣是最好的老师. 多记几个例子, 增加情趣. 举个例子关于中序遍历, 4 ...
- 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 ...
- [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 ...
随机推荐
- 004.Heartbeat+HAProxy+MySQL半复制高可用架构
一 基础环境 节点 系统版本 MySQL版本 业务IP 心跳IP Master CentOS 7.5 MySQL 5.6 192.168.88.100 192.168.77.100 Slave Cen ...
- Django路由详解
一.路由基础 1.路由url函数:路由自上而下进行匹配:url(正则路径,视图函数内存地址,默认参数,路由别名) 2.路由正则: 规定开始:^ | 规定结束:$ #url(r'index', view ...
- sql的简单操作
mysql 一.mysql简介和安装 MySQL是一个关系型数据库管理系统,由瑞典MySQL AB 公司开发,目前属于 Oracle 旗下公司.MySQL 最流行的关系型数据库管理系统,在 WEB 应 ...
- SpringBoot扫描不到controller
访问报错: 原因:启动类文件存放位置问题,应该放在controller包同级目录下,如下图: ---不积跬步无以至千里,不积小流无以成江海
- Java代码优化小结(二)
(21)将常量声明为static final,并以大写命名 这样在编译期间就可以把这些内容放入常量池中,避免运行期间计算生成常量的值.另外,将常量的名字以大写命名也可以方便区分出常量与变量 (22)不 ...
- vue跨域解决方法
针对不在同一服务器,很可能出现跨域问题,解决方法 注意:修改了配置文件,需要重启才能生效
- [转]OpenVPN官网的HOWTO
因为墙的原因,打不开.特此转一下: HOWTO Introduction OpenVPN is a full-featured SSL VPN which implements OSI layer 2 ...
- JDBC连接
jdbc是java中的数据库连接技术,功能非常强大. 数据库访问过程 1.加载数据库驱动 要通过jdbc去访问某数据库必须有相应的JDBC driver 它往往由数据库厂商提供,是链接jdbc API ...
- BZOJ2255 : [Swerc2010]Palindromic DNA
考虑2-SAT建图,设$a[i][0..1]$表示$i$变不变,$b[i][0..1]$表示$i$是下降还是上升. 首先相邻的不能同时动,说明$a[i]$和$a[i+1]$里最多选一个. 对于$x$和 ...
- BZOJ3565 : [SHOI2014]超能粒子炮
若$a\leq 1000$,则整个$f$数列会形成$O(a)$段公差为$a$的等差数列. 否则$a^{-1}\leq 1000$,设$ai+b=f(i)$,那么有$i=a^{-1}f(i)-ba^{- ...