Skip to content

Inventories and Accounting #13

Description

@rafabap

@DavoudTaghawiNejad and I have been discussing and decided that Inventory and Accounting are different services.

Inventory is a collection of Items which can be Good or Contract (as in the original design of the ESL).

Accounting is a way to keep track of balances. The link between an inventory and an accounting system is valuation. For example, a Balance Sheet should be part of an accounting system, but not of an inventory.

InventoryAPI will include operations to add and remove items, and queries to obtain items. AccountingAPI will include queries only, such as get asset value, get equity value, get value of items according to predicate P, etc.

The main technical challenge is how to keep the accounting and inventory systems coherent. They are coherent when all valuations of items are up to date. One option is to have every accounting system provide a function consolidate which will somehow iterate through the inventory and update the balances according to the potentially modified valuations of all items.

Any discussion on inventories, accounting and valuation here please!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions