diff --git a/pos/static/css/dashboard.css b/pos/static/css/dashboard.css index 240b732..e7150e6 100644 --- a/pos/static/css/dashboard.css +++ b/pos/static/css/dashboard.css @@ -296,7 +296,7 @@ .main { flex: 1; - margin-left: 220px; + margin-left: 260px; min-width: 0; display: flex; flex-direction: column; diff --git a/pos/static/css/dashboard.min.css b/pos/static/css/dashboard.min.css index 240b732..e7150e6 100644 --- a/pos/static/css/dashboard.min.css +++ b/pos/static/css/dashboard.min.css @@ -296,7 +296,7 @@ .main { flex: 1; - margin-left: 220px; + margin-left: 260px; min-width: 0; display: flex; flex-direction: column; diff --git a/pos/static/js/inventory.js b/pos/static/js/inventory.js index 87cec3d..650739f 100644 --- a/pos/static/js/inventory.js +++ b/pos/static/js/inventory.js @@ -366,6 +366,8 @@ 'ajustes': 'ADJUST' }; + var opColspan = { entradas: 8, salidas: 7, traspasos: 8, ajustes: 7 }; + function loadOperations(type, page) { var opType = opTypeMap[type]; if (!opType) return; @@ -379,7 +381,7 @@ var tbody = document.getElementById(tbodyId); var ops = data.data || []; if (!ops.length) { - tbody.innerHTML = '