@@ -78,16 +78,8 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\AccessoryPresenter::assignedDataTableLayout() }}"
|
||||
data-cookie-id-table="checkoutsTable"
|
||||
|
||||
data-id-table="checkoutsTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="checkoutsTable"
|
||||
class="table table-striped snipe-table"
|
||||
@@ -113,15 +105,8 @@
|
||||
data-cookie-id-table="AccessoryHistoryTable"
|
||||
data-id-table="AccessoryHistoryTable"
|
||||
id="AccessoryHistoryTable"
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
data-sort-order="desc"
|
||||
|
||||
|
||||
|
||||
data-export-options='{
|
||||
"fileName": "export-{{ str_slug($accessory->name) }}-history-{{ date('Y-m-d') }}",
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
|
||||
@@ -18,12 +18,8 @@
|
||||
<div class="table-responsive">
|
||||
<table
|
||||
data-cookie-id-table="pendingAcceptances"
|
||||
|
||||
data-id-table="pendingAcceptances"
|
||||
|
||||
data-side-pagination="client"
|
||||
|
||||
|
||||
data-show-refresh="false"
|
||||
data-sort-order="asc"
|
||||
id="pendingAcceptances"
|
||||
|
||||
@@ -51,18 +51,11 @@
|
||||
<div class="col-md-12">
|
||||
<div class="table-responsive">
|
||||
<table
|
||||
|
||||
data-cookie-id-table="requestableAssetsListingTable"
|
||||
|
||||
data-id-table="requestableAssetsListingTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
data-show-export="false"
|
||||
data-show-footer="false"
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
data-toolbar="#assetsBulkEditToolbar"
|
||||
|
||||
@@ -17,12 +17,8 @@
|
||||
<table
|
||||
|
||||
data-cookie-id-table="userRequests"
|
||||
|
||||
data-id-table="userRequests"
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="desc"
|
||||
id="userRequests"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
@@ -392,19 +392,12 @@
|
||||
<table
|
||||
data-cookie-id-table="userAssignedAssets"
|
||||
data-toolbar="#userAssetToolbar"
|
||||
|
||||
data-id-table="userAssets"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="client"
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
data-sort-order="asc"
|
||||
id="userAssets"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
data-export-options='{
|
||||
"fileName": "my-assets-{{ date('Y-m-d') }}",
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
@@ -545,18 +538,11 @@
|
||||
<table
|
||||
data-toolbar="#userLicensesToolbar"
|
||||
data-cookie-id-table="userLicenses"
|
||||
|
||||
data-id-table="userLicenses"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="client"
|
||||
|
||||
|
||||
data-show-refresh="false"
|
||||
data-sort-order="asc"
|
||||
id="userLicenses"
|
||||
|
||||
class="table table-striped snipe-table"
|
||||
data-export-options='{
|
||||
"fileName": "my-licenses-{{ date('Y-m-d') }}",
|
||||
@@ -616,14 +602,7 @@
|
||||
data-cookie-id-table="userAccessoryTable"
|
||||
data-id-table="userAccessoryTable"
|
||||
id="userAccessoryTable"
|
||||
|
||||
|
||||
|
||||
|
||||
data-side-pagination="client"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
data-show-refresh="false"
|
||||
data-sort-order="asc"
|
||||
@@ -674,14 +653,7 @@
|
||||
data-cookie-id-table="userConsumableTable"
|
||||
data-id-table="userConsumableTable"
|
||||
id="userConsumableTable"
|
||||
|
||||
|
||||
|
||||
|
||||
data-side-pagination="client"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
data-show-refresh="false"
|
||||
data-sort-order="asc"
|
||||
@@ -728,12 +700,7 @@
|
||||
data-cookie-id-table="userEULATable"
|
||||
data-id-table="userEULATable"
|
||||
id="userEULATable"
|
||||
|
||||
|
||||
data-side-pagination="client"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
data-show-refresh="false"
|
||||
data-sort-order="asc"
|
||||
|
||||
@@ -12,17 +12,9 @@
|
||||
data-cookie-id-table="{{ str_slug($object->name ?? $object->id) }}UploadsTable"
|
||||
data-id-table="{{ str_slug($object->name ?? $object->id) }}UploadsTable"
|
||||
id="{{ str_slug($object->name ?? $object->id) }}UploadsTable"
|
||||
|
||||
|
||||
|
||||
|
||||
data-side-pagination="client"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
data-toolbar="#upload-toolbar"
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
@@ -22,16 +22,8 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\CategoryPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="categoryTable"
|
||||
|
||||
data-id-table="categoryTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="categoryTable"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
@@ -83,7 +83,6 @@
|
||||
data-toolbar="#assetsBulkEditToolbar"
|
||||
data-bulk-button-id="#bulkAssetEditButton"
|
||||
data-bulk-form-id="#assetsBulkForm"
|
||||
|
||||
data-export-options='{
|
||||
"fileName": "export-{{ str_slug($category->name) }}-assets-{{ date('Y-m-d') }}",
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
@@ -126,15 +125,8 @@
|
||||
}'
|
||||
@endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{ route('api.'.$category_type_route.'.index',['category_id'=> $category->id]) }}">
|
||||
|
||||
@@ -19,16 +19,8 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\CompanyPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="companiesTable"
|
||||
|
||||
data-id-table="companiesTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="companiesTable"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
@@ -92,20 +92,12 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\AssetPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="assetsListingTable"
|
||||
|
||||
data-id-table="assetsListingTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
data-toolbar="#assetsBulkEditToolbar"
|
||||
data-bulk-button-id="#bulkAssetEditButton"
|
||||
data-bulk-form-id="#assetsBulkForm"
|
||||
|
||||
id="assetsListingTable"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{route('api.assets.index',['company_id' => $company->id]) }}"
|
||||
@@ -123,14 +115,8 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\LicensePresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="licensesTable"
|
||||
|
||||
data-id-table="licensesTable"
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="licensesTable"
|
||||
class="table table-striped snipe-table"
|
||||
@@ -150,14 +136,8 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\AccessoryPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="accessoriesTable"
|
||||
|
||||
data-id-table="accessoriesTable"
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="accessoriesTable"
|
||||
class="table table-striped snipe-table"
|
||||
@@ -177,14 +157,8 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\ConsumablePresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="consumablesTable"
|
||||
|
||||
data-id-table="consumablesTable"
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="consumablesTable"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
@@ -21,18 +21,10 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\ComponentPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="componentsTable"
|
||||
|
||||
data-id-table="componentsTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
data-footer-style="footerStyle"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
id="componentsTable"
|
||||
|
||||
@@ -106,16 +106,9 @@
|
||||
|
||||
<table
|
||||
data-cookie-id-table="componentsCheckedoutTable"
|
||||
|
||||
data-id-table="componentsCheckedoutTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
id="componentsCheckedoutTable"
|
||||
@@ -156,21 +149,14 @@
|
||||
data-columns="{{ \App\Presenters\HistoryPresenter::dataTableLayout() }}"
|
||||
class="table table-striped snipe-table"
|
||||
id="componentHistory"
|
||||
|
||||
data-id-table="componentHistory"
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="desc"
|
||||
data-sort-name="created_at"
|
||||
|
||||
data-export-options='{
|
||||
"fileName": "export-component-{{ $component->id }}-history",
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
}'
|
||||
|
||||
data-url="{{ route('api.activity.index', ['item_id' => $component->id, 'item_type' => 'component']) }}"
|
||||
data-cookie-id-table="componentHistory"
|
||||
data-cookie="true">
|
||||
|
||||
@@ -23,18 +23,10 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\ConsumablePresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="consumablesTable"
|
||||
|
||||
data-id-table="consumablesTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
data-footer-style="footerStyle"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
data-toolbar="#toolbar"
|
||||
|
||||
@@ -407,15 +407,10 @@
|
||||
|
||||
<table
|
||||
data-cookie-id-table="consumablesCheckedoutTable"
|
||||
|
||||
data-id-table="consumablesCheckedoutTable"
|
||||
data-search="false"
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
id="consumablesCheckedoutTable"
|
||||
|
||||
@@ -30,13 +30,7 @@
|
||||
<table
|
||||
data-cookie-id-table="customFieldsetsTable"
|
||||
data-id-table="customFieldsetsTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="client"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
id="customFieldsTable"
|
||||
@@ -132,13 +126,7 @@
|
||||
<table
|
||||
data-cookie-id-table="customFieldsTable"
|
||||
data-id-table="customFieldsTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="client"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
id="customFieldsTable"
|
||||
|
||||
@@ -18,16 +18,8 @@
|
||||
<div class="box-body">
|
||||
<table
|
||||
data-cookie-id-table="departmentsTable"
|
||||
|
||||
data-id-table="departmentsTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="departmentsTable"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
@@ -26,16 +26,9 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\UserPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="departmentsUsersTable"
|
||||
|
||||
data-id-table="departmentsUsersTable"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="departmentsUsersTable"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
@@ -22,15 +22,8 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\DepreciationPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="depreciationsTable"
|
||||
|
||||
data-id-table="depreciationsTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="depreciationsTable"
|
||||
class="table table-striped snipe-table"
|
||||
@@ -47,7 +40,7 @@
|
||||
|
||||
<!-- side address column -->
|
||||
<div class="col-md-3">
|
||||
<h2>{{ trans('admin/depreciations/general.about_asset_depreciations') }}</h4>
|
||||
<h2>{{ trans('admin/depreciations/general.about_asset_depreciations') }}</h2>
|
||||
<p>{{ trans('admin/depreciations/general.about_depreciations') }} </p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -68,20 +68,12 @@
|
||||
data-cookie-id-table="depreciationsAssetTable"
|
||||
data-id-table="depreciationsAssetTable"
|
||||
id="depreciationsAssetTable"
|
||||
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
data-toolbar="#assetsBulkEditToolbar"
|
||||
data-bulk-button-id="#assetEditButton"
|
||||
data-bulk-form-id="#assetsBulkForm"
|
||||
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{ route('api.assets.index',['depreciation_id'=> $depreciation->id]) }}"
|
||||
data-export-options='{
|
||||
@@ -104,14 +96,7 @@
|
||||
data-cookie-id-table="depreciationsLicenseTable"
|
||||
data-id-table="depreciationsLicenseTable"
|
||||
id="depreciationsLicenseTable"
|
||||
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
class="table table-striped snipe-table"
|
||||
@@ -151,20 +136,12 @@
|
||||
data-cookie-id-table="depreciationsModelsTable"
|
||||
data-id-table="depreciationsModelsTable"
|
||||
id="depreciationsModelsTable"
|
||||
|
||||
|
||||
|
||||
|
||||
data-toolbar="#toolbar"
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
data-bulk-button-id="#AssetModelsBulkEditButton"
|
||||
data-bulk-form-id="#bulkForm"
|
||||
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{ route('api.models.index',['depreciation_id'=> $depreciation->id]) }}"
|
||||
data-export-options='{
|
||||
|
||||
@@ -22,15 +22,7 @@
|
||||
|
||||
<table
|
||||
data-cookie-id-table="groupsTable"
|
||||
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
id="groupsTable"
|
||||
|
||||
@@ -27,14 +27,7 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\UserPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="groupsUsersTable"
|
||||
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
id="groupsUsersTable"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{ route('api.users.index',['group_id'=> $group->id]) }}"
|
||||
|
||||
@@ -26,13 +26,6 @@
|
||||
data-toolbar="#toolbar"
|
||||
class="table table-striped snipe-table"
|
||||
id="requestedAssets"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
data-id-table="requestedAssets"
|
||||
data-cookie-id-table="requestedAssets"
|
||||
data-export-options='{
|
||||
|
||||
@@ -1255,23 +1255,7 @@
|
||||
<div class="row{{($asset->assignedAssets->count() > 0 ) ? '' : ' hidden-print'}}">
|
||||
<div class="col-md-12">
|
||||
|
||||
<form
|
||||
method="POST"
|
||||
action="{{ route('hardware/bulkedit') }}"
|
||||
accept-charset="UTF-8"
|
||||
class="form-inline"
|
||||
id="bulkForm"
|
||||
>
|
||||
@csrf
|
||||
<div id="toolbar">
|
||||
<label for="bulk_actions"><span class="sr-only">{{ trans('general.bulk_actions')}}</span></label>
|
||||
<select name="bulk_actions" class="form-control select2" style="width: 150px;" aria-label="bulk_actions">
|
||||
<option value="edit">{{ trans('button.edit') }}</option>
|
||||
<option value="delete">{{ trans('button.delete')}}</option>
|
||||
<option value="labels">{{ trans_choice('button.generate_labels', 2) }}</option>
|
||||
</select>
|
||||
<button class="btn btn-primary" id="{{ (isset($id_button)) ? $id_button : 'bulkAssetEditButton' }}" disabled>{{ trans('button.go') }}</button>
|
||||
</div>
|
||||
@include('partials.asset-bulk-actions')
|
||||
|
||||
<!-- checked out assets table -->
|
||||
<div class="table-responsive">
|
||||
@@ -1279,18 +1263,12 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\AssetPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="assetsTable"
|
||||
|
||||
data-id-table="assetsTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
data-toolbar="#assetsBulkEditToolbar"
|
||||
data-bulk-button-id="#bulkAssetEditButton"
|
||||
data-bulk-form-id="#assetsBulkForm"
|
||||
id="assetsListingTable"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{route('api.assets.index',['assigned_to' => $asset->id, 'assigned_type' => 'App\Models\Asset']) }}"
|
||||
@@ -1300,9 +1278,6 @@
|
||||
}'>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -22,15 +22,7 @@
|
||||
<table
|
||||
data-cookie-id-table="kitsTable"
|
||||
data-columns="{{ \App\Presenters\PredefinedKitPresenter::dataTableLayout() }}"
|
||||
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
id="kitsTable"
|
||||
|
||||
@@ -30,17 +30,9 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\LicensePresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="licensesTable"
|
||||
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
data-footer-style="footerStyle"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
id="licensesTable"
|
||||
|
||||
@@ -438,14 +438,8 @@
|
||||
data-cookie-id-table="seatsTable"
|
||||
data-id-table="seatsTable"
|
||||
id="seatsTable"
|
||||
|
||||
data-search="false"
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
class="table table-striped snipe-table"
|
||||
@@ -485,15 +479,8 @@
|
||||
data-cookie-id-table="licenseHistoryTable"
|
||||
data-id-table="licenseHistoryTable"
|
||||
id="licenseHistoryTable"
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
data-sort-order="desc"
|
||||
|
||||
|
||||
|
||||
data-export-options='{
|
||||
"fileName": "export-{{ str_slug($license->name) }}-history-{{ date('Y-m-d') }}",
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
|
||||
@@ -23,20 +23,11 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\LocationPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="locationTable"
|
||||
|
||||
|
||||
data-id-table="locationTable"
|
||||
data-toolbar="#locationsBulkEditToolbar"
|
||||
data-bulk-button-id="#bulkLocationsEditButton"
|
||||
data-bulk-form-id="#locationsBulkForm"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="locationTable"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
@@ -189,21 +189,12 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\UserPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="usersTable"
|
||||
|
||||
data-id-table="usersTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
|
||||
data-toolbar="#userBulkEditToolbar"
|
||||
data-bulk-button-id="#bulkUserEditButton"
|
||||
data-bulk-form-id="#usersBulkForm"
|
||||
|
||||
id="usersTable"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{route('api.users.index', ['location_id' => $location->id])}}"
|
||||
@@ -221,21 +212,12 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\AssetPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="assetsListingTable"
|
||||
|
||||
data-id-table="assetsListingTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
|
||||
data-toolbar="#assetsBulkEditToolbar"
|
||||
data-bulk-button-id="#bulkAssetEditButton"
|
||||
data-bulk-form-id="#assetsBulkForm"
|
||||
|
||||
id="assetsListingTable"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{route('api.assets.index', ['location_id' => $location->id]) }}"
|
||||
@@ -256,21 +238,12 @@
|
||||
role="table"
|
||||
data-columns="{{ \App\Presenters\AssetPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="assetsAssignedListingTable"
|
||||
|
||||
data-id-table="assetsAssignedListingTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
|
||||
data-toolbar="#AssignedAssetsBulkEditToolbar"
|
||||
data-bulk-button-id="#AssignedbulkAssetEditButton"
|
||||
data-bulk-form-id="#assignedAssetsBulkForm"
|
||||
|
||||
id="assetsAssignedListingTable"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{route('api.assets.index', ['assigned_to' => $location->id, 'assigned_type' => 'App\Models\Location']) }}"
|
||||
@@ -289,21 +262,12 @@
|
||||
role="table"
|
||||
data-columns="{{ \App\Presenters\AssetPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="RTDassetsListingTable"
|
||||
|
||||
data-id-table="RTDassetsListingTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
|
||||
data-toolbar="#RTDassetsBulkEditToolbar"
|
||||
data-bulk-button-id="#RTDbulkAssetEditButton"
|
||||
data-bulk-form-id="#RTDassetsBulkEditToolbar"
|
||||
|
||||
id="RTDassetsListingTable"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{route('api.assets.index', ['rtd_location_id' => $location->id]) }}"
|
||||
@@ -322,17 +286,9 @@
|
||||
role="table"
|
||||
data-columns="{{ \App\Presenters\AccessoryPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="accessoriesListingTable"
|
||||
|
||||
data-id-table="accessoriesListingTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
|
||||
id="accessoriesListingTable"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{route('api.accessories.index', ['location_id' => $location->id]) }}"
|
||||
@@ -352,18 +308,9 @@
|
||||
role="table"
|
||||
data-columns="{{ \App\Presenters\LocationPresenter::assignedAccessoriesDataTableLayout() }}"
|
||||
data-cookie-id-table="accessoriesAssignedListingTable"
|
||||
|
||||
data-id-table="accessoriesAssignedListingTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
|
||||
|
||||
id="accessoriesAssignedListingTable"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{ route('api.locations.assigned_accessories', ['location' => $location]) }}"
|
||||
@@ -381,17 +328,9 @@
|
||||
role="table"
|
||||
data-columns="{{ \App\Presenters\ConsumablePresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="consumablesListingTable"
|
||||
|
||||
data-id-table="consumablesListingTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
|
||||
id="consumablesListingTable"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{route('api.consumables.index', ['location_id' => $location->id]) }}"
|
||||
@@ -408,17 +347,9 @@
|
||||
role="table"
|
||||
data-columns="{{ \App\Presenters\ComponentPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="componentsTable"
|
||||
|
||||
data-id-table="componentsTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
|
||||
id="componentsTable"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{route('api.components.index', ['location_id' => $location->id])}}"
|
||||
@@ -453,18 +384,10 @@
|
||||
<table
|
||||
class="table table-striped snipe-table"
|
||||
id="assetHistory"
|
||||
|
||||
data-id-table="assetHistory"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="desc"
|
||||
data-sort-name="created_at"
|
||||
|
||||
data-export-options='{
|
||||
"fileName": "export-location-asset-{{ $location->id }}-history",
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
|
||||
@@ -51,16 +51,8 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\ManufacturerPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="manufacturersTable"
|
||||
|
||||
data-id-table="manufacturersTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="manufacturersTable"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
@@ -136,16 +136,9 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\LicensePresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="licensesTable"
|
||||
|
||||
data-id-table="licensesTable"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="licensesTable"
|
||||
class="table table-striped snipe-table"
|
||||
@@ -164,16 +157,9 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\AccessoryPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="accessoriesTable"
|
||||
|
||||
data-id-table="accessoriesTable"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="accessoriesTable"
|
||||
class="table table-striped snipe-table"
|
||||
@@ -192,16 +178,9 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\ConsumablePresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="consumablesTable"
|
||||
|
||||
data-id-table="consumablesTable"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="consumablesTable"
|
||||
class="table table-striped snipe-table"
|
||||
@@ -219,16 +198,9 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\ComponentPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="componentsTable"
|
||||
|
||||
data-id-table="componentsTable"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="componentsTable"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
@@ -40,20 +40,13 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\AssetModelPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="asssetModelsTable"
|
||||
|
||||
data-id-table="asssetModelsTable"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
data-side-pagination="server"
|
||||
data-footer-style="footerStyle"
|
||||
|
||||
data-toolbar="#modelsBulkEditToolbar"
|
||||
data-bulk-button-id="#bulkModelsEditButton"
|
||||
data-bulk-form-id="#modelsBulkForm"
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="asssetModelsTable"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
@@ -88,20 +88,11 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\AssetPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="assetListingTable"
|
||||
|
||||
data-id-table="assetListingTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
data-toolbar="#assetsBulkEditToolbar"
|
||||
data-bulk-button-id="#bulkAssetEditButton"
|
||||
data-bulk-form-id="#assetsBulkForm"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="assetListingTable"
|
||||
data-url="{{ route('api.assets.index',['model_id'=> $model->id]) }}"
|
||||
|
||||
@@ -15,15 +15,8 @@
|
||||
<div class="box-body">
|
||||
<table
|
||||
data-cookie-id-table="accessoriesReport"
|
||||
|
||||
data-id-table="accessoriesReport"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="accessoriesReport"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
@@ -16,13 +16,9 @@
|
||||
|
||||
<table
|
||||
data-cookie-id-table="loginReport"
|
||||
|
||||
data-id-table="loginReport"
|
||||
data-search="false"
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
data-sort-order="desc"
|
||||
data-sort-name="created_at"
|
||||
id="loginReport"
|
||||
|
||||
@@ -22,17 +22,9 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\StatusLabelPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="statuslabelsTable"
|
||||
|
||||
data-id-table="statuslabelsTable"
|
||||
|
||||
|
||||
|
||||
data-show-footer="false"
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
id="statuslabelsTable"
|
||||
|
||||
@@ -17,21 +17,12 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\AssetPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="assetsListingTable"
|
||||
|
||||
data-id-table="assetsListingTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
data-toolbar="#assetsBulkEditToolbar"
|
||||
data-bulk-button-id="#bulkAssetEditButton"
|
||||
data-bulk-form-id="#assetsBulkForm"
|
||||
|
||||
id="assetsListingTable"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{route('api.assets.index', ['status_id' => $statuslabel->id]) }}"
|
||||
|
||||
@@ -23,16 +23,8 @@
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\SupplierPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="suppliersTable"
|
||||
|
||||
data-id-table="suppliersTable"
|
||||
|
||||
|
||||
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
id="suppliersTable"
|
||||
class="table table-striped snipe-table"
|
||||
|
||||
@@ -114,22 +114,13 @@
|
||||
<table
|
||||
data-cookie-id-table="suppliersAssetsTable"
|
||||
data-columns="{{ \App\Presenters\AssetPresenter::dataTableLayout() }}"
|
||||
|
||||
data-id-table="suppliersAssetsTable"
|
||||
|
||||
|
||||
|
||||
data-show-footer="true"
|
||||
data-side-pagination="server"
|
||||
|
||||
|
||||
|
||||
|
||||
data-sort-order="asc"
|
||||
data-toolbar="#assetsBulkEditToolbar"
|
||||
data-bulk-button-id="#bulkAssetEditButton"
|
||||
data-bulk-form-id="#assetsBulkForm"
|
||||
|
||||
id="suppliersAssetsTable"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{route('api.assets.index', ['supplier_id' => $supplier->id]) }}"
|
||||
|
||||
Reference in New Issue
Block a user