Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Pick up transactions

In the Mantiki Datatbase, the entity_event table state.  If the Dream Extractor reads the line and the state is in pending then it attempts to process the transaction that this entity_event refers to.

...

From this point the extractor reads in further data about the transaction from the tables it is directed to above.

Post-processing within Dream Extractor application

The values available from Mantiki cover a lot but not all of the values required by Finance.  Some values are stored directly from DAO access of the appropriate Mantiki object, some are calculated from these values.

Write transactions to a temporary table within Mantiki

The Daemon writes the correct values to a temporary table in Mantiki.

*to complete*

Write transactions to a MantikiFeed table

The temporary table is read by a second Daemon and the values written to an SQL Server database that Finance use to populate Dream, their accounting solution, which is outsourced within a 3rd party company called Hexagon.

*to complete*