diff --git a/frontend/src/views/BatchProcessing.vue b/frontend/src/views/BatchProcessing.vue index 55c1882d..3786a02a 100644 --- a/frontend/src/views/BatchProcessing.vue +++ b/frontend/src/views/BatchProcessing.vue @@ -121,6 +121,17 @@ :sortBy="[{ key: 'displayOrder', order: 'asc' }]" class="pb-3" > + @@ -392,6 +403,10 @@ export default { distributionBatchRunOptions: [], PSIBatchRunOptions: [], yearEndBatchRunOptions: [], + userBatchDistRuleDesc: `If Current Students selected and the User has requested Transcripts, all students with a status of CUR will be selected by school at graduation. \n + If Current Students selected and the User has requested Original Certificate or Reprint Certificate, all students, except 'DEC','MER', with a certificate with a null distribution date will be selected by school at graduation. \n + If Date Range selected, and the User has requested Transcript print, all students, except 'DEC', 'MER', who have completed their program within the date range will be selected by school at graduation. \n + If Date Range selected, and the User has requested Original Certificate or Reprint Certificate, all students, except 'DEC','MER', who have completed their program within the date range will be selected by school of graduation.` }; }, created() {