Browse Source

Merge pull request 'upload 2023-10-13' (#47) from staging into master

Reviewed-on: ordo/adw-gantt#47
pull/1/head
farhantock 12 months ago
parent
commit
c6c8711206
  1. 5
      edit-mode/function/reportActivity.js
  2. 1
      edit-mode/index.html

5
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',

1
edit-mode/index.html

@ -785,6 +785,7 @@
<th scope="col">Human Resource</th>
<th scope="col">Report Date</th>
<th scope="col">Volume Pekerjaan</th>
<th scope="col">Volume Plan</th>
<th scope="col">Keterangan</th>
<th scope="col">Actions</th>
</tr>

Loading…
Cancel
Save