We need workflows for all rows in the transactions table. A number of tables reference transactions.id, specializing rows. This ticket tracks progress.
We have workflows for:
The following tables refer to transactions.id, but don't specialize the transaction:
- file_transaction
- invoice
- recurring
- status
- voucher
The file_order_to_tx refers to gl.id but doesn't specialize the GL transaction.
Note : As part of #9235, GL transactions are no longer used for asset reports, inventory reports, payments or year ends.
Next steps:
We need workflows for all rows in the
transactionstable. A number of tables referencetransactions.id, specializing rows. This ticket tracks progress.We have workflows for:
The following tables refer to
transactions.id, but don't specialize the transaction:The
file_order_to_txrefers togl.idbut doesn't specialize the GL transaction.Note : As part of #9235, GL transactions are no longer used for asset reports, inventory reports, payments or year ends.
Next steps: