Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要过去特定日期每家商店的所有产品库存水平列表。有没有办法回去查看产品 X 的库存数量,然后是所有产品的库存?
抱歉不行。任何时候都没有库存的历史记录或产品库存的任何“快照”。 您可以做的,但这不是 100% 可靠的,因为可以手动更改库存,是获取当前库存并从中减去从您想要的那一天到现在的订购数量。要获得产品的订购数量,您可以使用此处描述的方法之一。他们都使用销售报告模型来检索数据。 或者你可以试试这个,但你需要自己添加日期过滤器。