TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: My weekend project – simple inventory management spreadsheet

1 点作者 talhof8大约 3 年前

2 条评论

jaclaz大约 3 年前
With all due respect, that is not an inventory management tool (yet).<p>Right now the four fields:<p>Item Name Supplier Name Unit Price ($) Quantity<p>allow only to call it something like &quot;summing up of procurements&quot; or something like that.<p>At least here an inventory tool is something used to know how much of each item you have &quot;in house&quot; at any given moment, you must be able to enter (say), the max and minimal amount required (i.e. when you have to re-order it), how much time (pre-order&#x2F;production&#x2F;delivery) is needed to replenish the stock, size of minimum order, shipping cost per item or per lot, how many items are taken out of it (and when and by whom), and this long before some of the many additional possible fields (that may vary on the specific inventory) like - still say - equivalent items (from another supplier), actual use of the item (attribution to a center of cost) and what not.
talhof8大约 3 年前
Planning to add easy bulk inventory import, integrations with POS software and other inventory management systems, and more metrics.