Magento销售报表查询

发布于 2024-11-17 02:50:16 字数 88 浏览 1 评论 0原文

我正在使用 magento 1.4.2 我正在尝试构建自定义销售报告,但找不到模型来查找销售报告查询。 请帮忙

i am using magento 1.4.2
I am trying to bulid custom sales report but does't find model to find sales report query.
plz help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

享受孤独 2024-11-24 02:50:16

请检查以下链接,了解有关创建自定义销售报告的更多信息:-

据我所见,最好查看“Adminhtml_Report”模块的控制器,而不是模型文件,因为在控制器类中,大部分逻辑都写好了。

请检查此类“Mage_Adminhtml_Report_SalesController”以获取有关在管理中创建自定义销售报告的更多信息。

希望有帮助。

Please check the following links for more insight into creating a Custom Sales Report:-

As far as to what I've seen is that it is better to look into the controller of the "Adminhtml_Report" module, instead of the Model file, because in the controller class, most of the logic is written.

Please check this class "Mage_Adminhtml_Report_SalesController" for more info on creating the Custom Sales Report in Admin.

Hope it helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文