More tweaks for receiving batch workflows

now first step requires choice of vendor and workflow.  supports receiving from
PO at least for native use case.
This commit is contained in:
Lance Edgar 2021-01-31 12:10:44 -06:00
parent a2b7f882bc
commit 801c56f06e
4 changed files with 118 additions and 34 deletions

View file

@ -212,7 +212,7 @@
<section class="modal-card-body">
<p class="block has-text-weight-bold">
What will actually happen when this batch is executed?
What will happen when this batch is executed?
</p>
<p class="block">
${handler.describe_execution(batch) or "TODO: handler does not provide a description for this batch"}
@ -374,7 +374,7 @@
## end 'external_worksheet'
% endif
% if not batch.executed and master.has_perm('execute'):
% if execute_enabled and master.has_perm('execute'):
ThisPageData.showExecutionDialog = false
@ -402,7 +402,7 @@
</script>
% endif
% if not batch.executed and master.has_perm('execute'):
% if execute_enabled and master.has_perm('execute'):
<script type="text/javascript">
## ExecuteForm