TransactionLog is a table showing changes in marketing properties as a result of the system processing certain event documents. All documents are displayed in NRM in the Document Registry.
Configuration:
<ui-transaction-log
:filter-document="['BinaryVolumeChange']"
:filter-properties="['LeftVol', 'RightVol', 'RightCount']"
:items="['vmtl.created', 'vmtl.docType', 'vmtl.property', 'vmtl.context', 'volumeChange', 'volumeDiff', 'doc:t.namePlusId']"
:item-titles="{
'vmtl.created': 'Date',
'vmtl.docType': 'Document',
'vmtl.property': 'Property',
'vmtl.oldValue': 'Old value',
'vmtl.newValue': 'New value',
'vmtl.context': 'Notes',
'volumeChange': 'Volume change',
'volumeDiff': 'Volume Diff',
'doc:t.namePlusId': 'Doc. account',
}"
:input-properties="{ variant: 'outlined' }"
></ui-transaction-log>| props | default | type | description |
| id | "up0" | String | In-system id, required if opening settings of a module from within the online office |
:payment-properties |
"['bank_name', 'bank_account', 'routing_number', 'lastname', 'firstname']" | String |
array of properties that will be requested for payment |
| :payment-list | "[28]" | String | array of payment methods from which to choose |
| confirm-by | "email" | String | method of confirmation (email / phone / undefined) |
| :editable-properties | "['firstname']" | String | list of fields allowed for editing |
edit |
"except_editable" | String | all / none / editable / except_editable |
| :text-style-type | number | adds alternative text for the label: REQUEST PAYOUT FROM MY BONUS WALLET | |
| show-text-popup | "Congratulation on your payout, you will receive the funds shortly" | String | if specified the text will be displayed after creating the request. |
| show-description-popup | "In order to see your updated balance, please refresh the page" | String | if specified the a tooltip with a description will be displayed |
Note: All of the settings can be customized either from admin panel by manually editing code or from within the back office by pressing on a cog icon in a left upper corner of the page (only accessible when "Online office admin" flag is presented).