With this in mind, here's my current notion:
unit invoice
has customer => customer
has data items (description, price, unit, subtotal)
assert usually count(items) > 0
calc total = sum(price) from items
has currency => currency default USD
has comments
I need to find a more specifically macro-oriented structural definition and express it like this.
No comments:
Post a Comment