diff --git a/src/lang/ADempiere/en.js b/src/lang/ADempiere/en.js index cbb660b0d05..92dde4fc508 100644 --- a/src/lang/ADempiere/en.js +++ b/src/lang/ADempiere/en.js @@ -11,6 +11,7 @@ export default { page404: '404', profile: 'Profile', ProcessActivity: 'Process Logs', + withoutLog: 'No Error Log Found', ProductInfo: 'Product Information', role: 'Role', organization: 'Organization', diff --git a/src/lang/ADempiere/es.js b/src/lang/ADempiere/es.js index 2b9d6593b0a..44147fb5a2b 100644 --- a/src/lang/ADempiere/es.js +++ b/src/lang/ADempiere/es.js @@ -11,6 +11,7 @@ export default { page404: '404', profile: 'Perfil', ProcessActivity: 'Histórico Procesos', + withoutLog: 'No se Encontró Registro de Error ', ProductInfo: 'Informacion de Producto', role: 'Rol', organization: 'Organización', diff --git a/src/views/ADempiere/ProcessActivity/index.vue b/src/views/ADempiere/ProcessActivity/index.vue index 3ca20696a47..cb7dec32452 100644 --- a/src/views/ADempiere/ProcessActivity/index.vue +++ b/src/views/ADempiere/ProcessActivity/index.vue @@ -16,129 +16,16 @@ along with this program. If not, see . --> - - - - - - {{ activity.name }} - - - - {{ $t('components.contextMenuActions') }} - - - - {{ $t('views.seeReport') }} - - - {{ $t('table.ProcessActivity.zoomIn') }} - - - - - - - - - {{ activity.description }} - {{ activity.output.description }} - - - - - - {{ activity.message }} - - - {{ checkStatus(activity).text }} - - - - - {{ $t('table.ProcessActivity.Logs') }} - - {{ activity.summary }} - - - {{ logItem.log }} - - - - - {{ checkStatus(activity).text }} - - - - - - {{ $t('table.ProcessActivity.Output') }} - {{ $t('table.ProcessActivity.Name') }}: {{ activity.output.name }} - {{ $t('table.ProcessActivity.Description') }}: {{ activity.output.description }} - {{ $t('table.ProcessActivity.FileName') }}: {{ activity.output.fileName }} - - {{ $t('components.contextMenuDownload') }} - - - - {{ checkStatus(activity).text }} - - - - - {{ checkStatus(activity).text }} - - - - - - - - - - {{ $t('views.noProcess') }} - + + + + diff --git a/src/views/ADempiere/ProcessActivity/modeMobile.vue b/src/views/ADempiere/ProcessActivity/modeMobile.vue new file mode 100644 index 00000000000..d2b15226b9b --- /dev/null +++ b/src/views/ADempiere/ProcessActivity/modeMobile.vue @@ -0,0 +1,200 @@ + + + + + + + + {{ activity.name }} + + + + {{ $t('components.contextMenuActions') }} + + + + {{ $t('views.seeReport') }} + + + {{ $t('table.ProcessActivity.zoomIn') }} + + + + + + + + + {{ activity.description }} + {{ activity.output.description }} + + + + + + {{ activity.message }} + + + {{ $t('route.withoutLog') }} + + + {{ checkStatus(activity).text }} + + + + + {{ $t('table.ProcessActivity.Logs') }} + + {{ activity.summary }} + + + {{ logItem.log }} + + + + + {{ checkStatus(activity).text }} + + + + + + {{ $t('table.ProcessActivity.Output') }} + {{ $t('table.ProcessActivity.Name') }}: {{ activity.output.name }} + {{ $t('table.ProcessActivity.Description') }}: {{ activity.output.description }} + {{ $t('table.ProcessActivity.FileName') }}: {{ activity.output.fileName }} + + {{ $t('components.contextMenuDownload') }} + + + + {{ $t('route.withoutLog') }} + + + {{ checkStatus(activity).text }} {{ activity.type }} + + + + + {{ checkStatus(activity).text }} + + + + + + + + + + {{ $t('views.noProcess') }} + + + + + + +