跟踪库存计数和仓库位置的工作流程
你好,
我正试着建立一个表格来记录我们什么时候清点仓库的垃圾箱位置以及清点的频率。我希望每12周至少清点一次垃圾箱。在我们的bin locations列中,我设置了多个复选框,其中包含所有403个bin位置。我们通常每天清点5-12个垃圾箱。我是否可以设置一个自动化系统来告诉我,如果一个箱子超出了12周的期限,它什么时候需要被计数?
我计划制作一个元数据表以及未来指标的仪表盘。
最佳答案
-
好吧,我终于想明白我该怎么做了。我有一个表格,我们的仓库助理将填写日期,仓库位置,计数和方差。表单将把字段放入Cycle Count表中。
然后,我有一个元数据表,其中包含仓库中的所有箱子,另外两列表示为每个箱子执行的计数的数量,一列表示最近的计数日期,以跟踪箱子最后一次被计数的时间。
最后盘点日期公式:=MAX(COLLECT({盘点周期计数范围2},{盘点周期计数范围1},HAS(@cell, [Bin Location]@row)))
计算公式:=COUNTIF({库存周期计数范围1},HAS(@cell, [Bin Location]@row))
有了这两个表,我已经创建了一个仪表板,其中有两个小部件。一个小部件正在跟踪我们的IRA %,另一个小部件将列出90天审计窗口之外的所有箱。
答案
-
杰夫瑞斯曼 ✭✭✭✭✭
当然,您可以通过自动化来做到这一点。问题是,你是希望通知准确地在12周(84天),还是90天?如果你想要84天,我们需要一个帮手专栏。如果90天没问题,我们可以用自动化来完成。
让我们先来看看自动化:
如果希望在12周时收到警报,请添加助手日期类型列。输入列公式:
=[循环计数日期]@行+ 84
然后创建一个像上面那样的工作流,只需将其设置为在helper列中的日期达到时运行。
-
好吧,我终于想明白我该怎么做了。我有一个表格,我们的仓库助理将填写日期,仓库位置,计数和方差。表单将把字段放入Cycle Count表中。
然后,我有一个元数据表,其中包含仓库中的所有箱子,另外两列表示为每个箱子执行的计数的数量,一列表示最近的计数日期,以跟踪箱子最后一次被计数的时间。
最后盘点日期公式:=MAX(COLLECT({盘点周期计数范围2},{盘点周期计数范围1},HAS(@cell, [Bin Location]@row)))
计算公式:=COUNTIF({库存周期计数范围1},HAS(@cell, [Bin Location]@row))
有了这两个表,我已经创建了一个仪表板,其中有两个小部件。一个小部件正在跟踪我们的IRA %,另一个小部件将列出90天审计窗口之外的所有箱。
-
杰夫瑞斯曼 ✭✭✭✭✭
@MTGoodman干得不错!
我也为我公司的仓库建立了一些类似的东西,但用于跟踪提单。
-
@Jeff瑞斯曼你能谈谈你是如何实现这一点的吗?这是我们接下来的目标之一。我很想知道我们如何使用BOL跟踪。
-
杰夫瑞斯曼 ✭✭✭✭✭
这是一个非常大的工作空间,自从我们在SAP中转移到实时跟踪之后,它刚刚被废弃,但它确实帮助仓库员工在两年左右的时间里习惯了有组织的工作流和跟踪。让我看看能不能帮你总结一下。
每个仓库都从一个由管理人员通过表单填充的BOL跟踪表开始。他们用USB条形码扫描仪从纸质副本的条形码上扫描BOL编号,从墙上的条形码上扫描指定的采摘者的名字和承运人的名字,并输入BOL $值。(实际上,我让他们将这些扫描到一个输入表上的表单中,使用移动行工作流将行通过一个辅助输入表移动,然后将它们移动到主BOL跟踪表中。这是因为随着跟踪表变得越来越大,保存每一个提交需要花费很长时间。通过跳跃式输入,输入表一次不会超过1或2行,所以保存是即时的。)
当拾取者收集到已分配的bol时,楼层主管会将状态从已分配更新为正在进行中。当订单被取出并上到卡车上时,主管将进行验证,然后将纸质提单交还给管理员,以更新状态为关闭。(在此之前,没有人跟踪谁负责哪个BOL,所以如果一个丢失了——每天都有几个丢失——没有人知道谁应该对此负责。)
我为每个仓库创建了一些指标表。对于每个拾取者,计算当天分配给他们的bol数量,当天他们关闭的数量,当天每个拾取者关闭的美元价值,以及分配的总数量,正在进行的总数量,当天关闭的总数量。我使用这些数据创建了一个带有甜甜圈图表的仪表盘——#分配给每个拾取者,%分配给每个拾取者,#由每个拾取者关闭,指标为总数和值,一个图表为当天每个拾取者关闭的总$值。这个仪表盘安装在仓库里的两台75寸大电视上。看到他们当前的参数确实让其中一些人工作得更快了,这是件好事,因为我们的销量在过去两年得到了大幅提升!
我还在跟踪表中列出了尚未关闭的最老提单,以及输入的日期/时间,这样他们一眼就能发现遗漏了什么。我在这里写了我一开始是如何做错和如何做对的:https://community.smartsheet.com/discussion/69081/find-the-row-with-the-earliest-created-entered-date-that-matches-certain-criteria
这是仪表盘的样子,没有数据,但可以想象三个甜甜圈图,一个柱状图和一个图表!
指标表的一部分是:
好运!
-
杰夫,
非常感谢你详细介绍这个问题。它真的给了我一个很好的想法,我想要我们的仓库的方向。
你做得很好。
-
杰夫瑞斯曼 ✭✭✭✭✭
很高兴能帮上忙!
帮助文章资源欧宝体育app官方888
类别
I hope you're well and safe!<\/p>
Try something like this.<\/p>
=IF(Alerts@row = \"//www.santa-greenland.com/community/discussion/comment/\", \"//www.santa-greenland.com/community/discussion/comment/\", IF(COUNTM(Alerts@row) = 1, \"Blue\", IF(COUNTM(Alerts@row) = 2, \"Yellow\", IF(COUNTM(Alerts@row) = 3, \"Red\"))))<\/p>
Did that work\/help? <\/p>
I hope that helps!<\/p>
Be safe, and have a fantastic week!<\/p>
Best,<\/p>
Andrée Starå<\/strong><\/a> | Workflow Consultant \/ CEO @ WORK BOLD<\/strong><\/a><\/p> ✅Did my post(s) help or answer your question or solve your problem? Please support the Community by <\/em>marking it Insightful\/Vote Up, Awesome, or\/and as the accepted answer<\/em><\/strong>. It will make it easier for others to find a solution or help to answer!<\/em><\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question","log":{"dateUpdated":"2022-10-17 14:07:46","updateUser":{"userID":153573,"name":"Gillian","url":"https:\/\/community.smartsheet.com\/profile\/Gillian","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!2UtvfrY8Mfo!!nBfUikkOtPJ","dateLastActive":"2022-10-17T14:07:49+00:00","banned":0,"punished":0,"private":false,"label":"✭"}}},"bookmarked":false,"unread":false,"category":{"categoryID":322,"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[{"tagID":219,"urlcode":"Sheets","name":"Sheets"},{"tagID":254,"urlcode":"Formulas","name":"Formulas"}]},{"discussionID":96644,"type":"question","name":"Today Forumula Question","excerpt":"So I'm still learning formula's. I'm trying to create a formula in my sheet summary. I'm looking for a count of end dates thats within the next 4 days. from today. Here is my formula: =COUNTIF([End Date]:[End Date], >TODAY(4))","categoryID":322,"dateInserted":"2022-10-16T21:31:24+00:00","dateUpdated":null,"dateLastComment":"2022-10-17T15:57:19+00:00","insertUserID":127268,"insertUser":{"userID":127268,"name":"Reggie Andaya","url":"https:\/\/community.smartsheet.com\/profile\/Reggie%20Andaya","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2022-10-17T17:14:16+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"updateUserID":null,"lastUserID":120260,"lastUser":{"userID":120260,"name":"David Tutwiler","title":"","url":"https:\/\/community.smartsheet.com\/profile\/David%20Tutwiler","photoUrl":"https:\/\/lh3.googleusercontent.com\/a-\/AOh14GiIpuCpV7Zvo9nduJmLt8ULNYObTVazzemdnIiy6w=s96-c","dateLastActive":"2022-10-17T16:23:48+00:00","banned":0,"punished":0,"private":false,"label":"Overachievers"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":3,"countViews":25,"score":null,"hot":3331979923,"url":"https:\/\/community.smartsheet.com\/discussion\/96644\/today-forumula-question","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/96644\/today-forumula-question","format":"Rich","lastPost":{"discussionID":96644,"commentID":347472,"name":"Re: Today Forumula Question","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/347472#Comment_347472","dateInserted":"2022-10-17T15:57:19+00:00","insertUserID":120260,"insertUser":{"userID":120260,"name":"David Tutwiler","title":"","url":"https:\/\/community.smartsheet.com\/profile\/David%20Tutwiler","photoUrl":"https:\/\/lh3.googleusercontent.com\/a-\/AOh14GiIpuCpV7Zvo9nduJmLt8ULNYObTVazzemdnIiy6w=s96-c","dateLastActive":"2022-10-17T16:23:48+00:00","banned":0,"punished":0,"private":false,"label":"Overachievers"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions"}],"groupID":null,"statusID":3,"attributes":{"question":{"status":"accepted","dateAccepted":"2022-10-17T17:14:31+00:00","dateAnswered":"2022-10-17T15:57:19+00:00","acceptedAnswers":[{"commentID":347472,"body":" No problem, glad you got it working.<\/p> Would you mind marking the reply as the \"Answer\"? It will help people who might be searching for this solution find it faster.<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question","log":{"dateUpdated":"2022-10-17 17:14:31","updateUser":{"userID":127268,"name":"Reggie Andaya","url":"https:\/\/community.smartsheet.com\/profile\/Reggie%20Andaya","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2022-10-17T17:14:16+00:00","banned":0,"punished":0,"private":false,"label":"✭"}}},"bookmarked":false,"unread":false,"category":{"categoryID":322,"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[]},{"discussionID":96636,"type":"question","name":"Health status in a project plan","excerpt":"Hi, I am wondering if anybody can help me with setting up a formula that flags Red, Yellow, Green, Grey based on Status and Due Date. If the status is complete, grey. If the status is not complete and the due date is more than 5 working dates days in the past , then yellow. If the status is not complete and the due date is…","categoryID":322,"dateInserted":"2022-10-16T11:19:41+00:00","dateUpdated":"2022-10-16T14:48:00+00:00","dateLastComment":"2022-10-17T16:27:45+00:00","insertUserID":148096,"insertUser":{"userID":148096,"name":"Yaya","url":"https:\/\/community.smartsheet.com\/profile\/Yaya","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2022-10-17T16:41:41+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"updateUserID":148096,"lastUserID":120260,"lastUser":{"userID":120260,"name":"David Tutwiler","title":"","url":"https:\/\/community.smartsheet.com\/profile\/David%20Tutwiler","photoUrl":"https:\/\/lh3.googleusercontent.com\/a-\/AOh14GiIpuCpV7Zvo9nduJmLt8ULNYObTVazzemdnIiy6w=s96-c","dateLastActive":"2022-10-17T16:23:48+00:00","banned":0,"punished":0,"private":false,"label":"Overachievers"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":8,"countViews":77,"score":null,"hot":3331948046,"url":"https:\/\/community.smartsheet.com\/discussion\/96636\/health-status-in-a-project-plan","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/96636\/health-status-in-a-project-plan","format":"Rich","lastPost":{"discussionID":96636,"commentID":347483,"name":"Re: Health status in a project plan","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/347483#Comment_347483","dateInserted":"2022-10-17T16:27:45+00:00","insertUserID":120260,"insertUser":{"userID":120260,"name":"David Tutwiler","title":"","url":"https:\/\/community.smartsheet.com\/profile\/David%20Tutwiler","photoUrl":"https:\/\/lh3.googleusercontent.com\/a-\/AOh14GiIpuCpV7Zvo9nduJmLt8ULNYObTVazzemdnIiy6w=s96-c","dateLastActive":"2022-10-17T16:23:48+00:00","banned":0,"punished":0,"private":false,"label":"Overachievers"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions"}],"groupID":null,"statusID":3,"attributes":{"question":{"status":"accepted","dateAccepted":"2022-10-17T14:16:02+00:00","dateAnswered":"2022-10-17T12:40:00+00:00","acceptedAnswers":[{"commentID":347396,"body":" Sorry, I misspelled Gray and then had a parentheses in the wrong spot. This should do it.<\/p> =IF(Status@row = \"Complete\", \"Gray\", IF(OR(Status@row = \"Blocked\", Status@row = \"On Hold\"), \"Red\", IF([Due Date]@row <= TODAY(-10), \"Red\", IF([Due Date]@row <= TODAY(-5), \"Yellow\", \"Green\"))))<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question","log":{"dateUpdated":"2022-10-17 14:16:01","updateUser":{"userID":148096,"name":"Yaya","url":"https:\/\/community.smartsheet.com\/profile\/Yaya","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2022-10-17T16:41:41+00:00","banned":0,"punished":0,"private":false,"label":"✭"}}},"bookmarked":false,"unread":false,"category":{"categoryID":322,"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[]}],"title":"Trending in Formulas and Functions ","subtitle":null,"description":null,"noCheckboxes":true,"containerOptions":[],"discussionOptions":[]}">