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.
我正在尝试以以下报告格式导出付款详细信息:
日期 Agst Ref 方名称 金额 11/25/2019 19-20/1256 ABC 4,145
使用 ODBC 从 Tally 中提取日帐/交易数据
上述链接中的答案解决了我 75% 的问题。我能够提取日期、当事人的分类帐名称和金额。但我正在努力为付款和收据导出第四个数据点“Agst Ref”。
如果无法通过 ODBC 路由导出 XML 导出请求,我可以发送 XML 导出请求。在这种情况下,我需要 XML 代码。
请帮助我,因为我被困了一段时间。
Agst Ref 只是 $Reference。运行查询时会得到什么?