Versions Compared

Key

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

...

Crystal NameData TypeSample ValueComments
TransIdinteger123The transaction id of the cheque or bank transfer. This is the TrustJournalHeader.Id database field and TrustCheque.TransactionId database field. 
ChqIdinteger76The cheque id of the written cheque. Note that this is not the cheque number itself but the TrustChequeWritten.Id field.   
TransTypestringCHQEither CHQ for trust cheque or BTR for bank transfer.
IsOriginalbooleanfalseSet to true when the printed cheque is first printed. False when the cheque is re-printed from a transaction details page. Note that the database does not track when the report is actually printed to paper (as it can't reliably do that), so the value of this parameter is a best guess.  

Deposit Slip

TODODetails of cash and cheques to be deposited at the bank.

Crystal NameData TypeSample ValueComments
IDinteger123The transaction id of the deposit. This is the TrustJournalHeader.Id database field. 
IsOriginalbooleanfalseSet to true when the deposit slip is first printed. False when the deposit slip is re-printed from a transaction details page. Note that the database does not track when the report is actually printed to paper (as it can't reliably do that), so the value of this parameter is a best guess.