bell notificationshomepageloginNewPostedit profiledmBox

Hoots : Is it valid to have an accounting entry with a value of zero? If so: What would be the use cases of such an entry? Is it a debit, or a credit, or something else entirely? Context: I'm developing software that has accounting - freshhoot.com

10% popularity   0 Reactions

Is it valid to have an accounting entry with a value of zero?
If so:

What would be the use cases of such an entry?
Is it a debit, or a credit, or something else entirely?

Context: I'm developing software that has accounting functionality and was writing database queries to get debits & credits

Debits: where amount < 0
Credits where amount > 0

and realized that doesn't account for zero, which I'm not even sure whether I need to account for...


Load Full (1)

Login to follow hoots

1 Comments

Sorted by latest first Latest Oldest Best

10% popularity   0 Reactions

One use case I can see for it is for tracing system-generated entries. It's very common to have lots of book entries be fully automated. The presence of those entries, however, does enable anyone looking at the ledgers to see that the entries were passed but with nil amounts. If they are not present, then one has to investigate why the entries were not posted which can be very difficult to do.


Back to top Use Dark theme