From 7ac54ae7d99a0e8958960ce258fffd92c62a3039 Mon Sep 17 00:00:00 2001 From: wahyu Date: Thu, 12 Oct 2023 14:35:44 +0700 Subject: [PATCH] add volume plan column --- edit-mode/function/reportActivity.js | 5 +++++ edit-mode/index.html | 1 + 2 files changed, 6 insertions(+) diff --git a/edit-mode/function/reportActivity.js b/edit-mode/function/reportActivity.js index da3ea74..7c78fba 100644 --- a/edit-mode/function/reportActivity.js +++ b/edit-mode/function/reportActivity.js @@ -188,6 +188,11 @@ $(document).ready(function () { return data ? formatRupiah(data) : '-' } }, + { + data: 'qty_planning', render: function (data, type) { + return data ? formatRupiah(data) : '-' + } + }, { data: 'description', name: 'description' }, { data: 'action', diff --git a/edit-mode/index.html b/edit-mode/index.html index 67213d6..872751d 100644 --- a/edit-mode/index.html +++ b/edit-mode/index.html @@ -785,6 +785,7 @@ Human Resource Report Date Volume Pekerjaan + Volume Plan Keterangan Actions