0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

会計システムから請求書出力するか否か?

0
Posted at

個人の見解のため、参考としてください。
会計システムの導入時(特にパッケージ導入時)の見解です。

会計パッケージで管理されているのは、仕訳です。
仕訳で保持しているのは、勘定科目と金額となります。

一方、請求書には、数量、単価などが記載される場合があります。
これはもちろんですが、会計パッケージ(仕訳の管理)では一般的に、物の数量は保持しません。

そのため、会計システムにて請求書を出力する際には、
数量をもらい、仕訳とマージする必要があります。

会計システムで請求書出したいといった要件が多々ありますが、
上記の理由により、基本はロジ側にて出力することを検討していただくのがよいと思われます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?