A/R& OFX 文件中的应付帐款
我正在致力于从内部用 C# 编写的现有会计系统导出数据,目标是使数据可在多个会计包中使用。为此,我们选择了 OFX 标准,因为主要的会计软件将导入这些文件。我发现了一些 C# 库可以导入 OFX 格式的数据,但没有一个库可以导出它。我找不到应收账款和应付账款如何存储在 OFX 规范中。 A/R & 的标签是什么? OFX 应付帐款?
I'm working on exporting data from an existing accounting system written in C# in house and the goal is to have the data usable in multiple accounting packages. For that we've selected the OFX standard, as the major accounting software will import those files. I've found a few libraries for C# that will import data in OFX format, but none that will export it. I can't find is how accounts receivable and accounts payable are stored in the OFX specification. What is the tag for the A/R & A/P in OFX?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能找到的最好的解决方案是,A/R & 没有特定的标签。 A/P,它们都必须像普通帐户一样存储。
The best solution I could find is that there is not an specific tag for A/R & A/P, they both have to be stored as normal accounts.