Transaction entities are simple entities - just one table for every entity structure.

Here is a list of the Transaction entities:

  1. Inventory Transactions: uses the tInventoryTransaction table
  2. Party Transactions [Debits and Credits]: uses the tPartyTransaction table
  3. Check Transactions: uses the tCheckTransaction table
  4. Accounting Transactions: uses the aAccountingTransaction table

The first 3 transaction records are "created" by the BusinessDocuments entities, when they are posted.