You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
AR
AP
GL, which is itself specialized by
(unspecialized)
asset_report
inventory_report
payment (for overpayments)
yearend
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.
The text was updated successfully, but these errors were encountered:
We need workflows for all rows in the
transactions
table. 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_tx
refers togl.id
but doesn't specialize the GL transaction.The text was updated successfully, but these errors were encountered: