简体   繁体   English

Google表格中的库存数据库

[英]Inventory Database in Google Sheets

I have our company inventory stored in a google sheet. 我的公司库存存储在Google工作表中。
A very basic setup with headers such as part# and quantity. 具有标题(如零件号和数量)的非常基本的设置。
As of right now, we use AppSheets. 截至目前,我们使用AppSheets。 When someone takes an item it records the part# and quantity in a feed on a seperate google sheet. 当有人拿走物品时,它将零件号和数量记录在单独的Google工作表中的Feed中。

Is it possible with google sheets for the feed to automatically make the changes to the inventory database? Google表格中的Feed是否可以自动更改库存数据库?
So the program would reference the part# on the feed and make changes to that part# on the database sheet. 因此,程序将引用提要上的部件号并在数据库工作表上对该部件号进行更改。
Or is that way above the capability of sheets and I should be looking into SQL for that functionality? 还是以这种方式超出了工作表的功能,而我应该针对这种功能研究SQL?

Any help would be appreciated! 任何帮助,将不胜感激!

If you don't want to control stock without scripts then you could connect your inventory sheet to your sales sheet using sumif . 如果不想在没有脚本的情况下控制库存,则可以使用sumif将库存表连接到销售表。

Simply summing all the sales and subtracting from the current stock level would not work correctly so you could record the date or date & time when your stock is counted for each part and then only count and subtract the sales after that date. 简单地将所有销售额相加并从当前库存水平中扣除是无法正常工作的,因此您可以记录盘点每个零件的库存日期或日期和时间,然后只计算该日期之后的销售额并减去。

在此处输入图片说明

The sumif is summing if the part number in column A on the Sales sheet matches the inventory part and the sales date in column C on the Sales sheet is greater than or equal to the stock take date. sumif如果在A列中的零件号的销售表匹配部分库存,销售日期在C列在销售单大于或等于盘点日期相加。

I added some conditional formatting to highlight a low stock level. 我添加了一些条件格式来突出显示低库存水平。

link the the example Google sheet. 链接示例Google表格。

View: https://docs.google.com/spreadsheets/d/16IhsUlVo57gZYnRisE11QQCWSWqazGDy9RUiWmiUmZ8/view?usp=sharing 查看: https : //docs.google.com/spreadsheets/d/16IhsUlVo57gZYnRisE11QQCWSWqazGDy9RUiWmiUmZ8/view?usp=sharing

Copy: https://docs.google.com/spreadsheets/d/16IhsUlVo57gZYnRisE11QQCWSWqazGDy9RUiWmiUmZ8/copy?usp=sharing 复制: https//docs.google.com/spreadsheets/d/16IhsUlVo57gZYnRisE11QQCWSWqazGDy9RUiWmiUmZ8/copy?usp = sharing

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM