fix: reporte de Clientes usa /aging-summary agrupado por cliente
This commit is contained in:
@@ -504,7 +504,7 @@ const Reports = (() => {
|
||||
agingEl.innerHTML = spinner();
|
||||
|
||||
try {
|
||||
var data = await apiFetch('/pos/api/accounting/aging');
|
||||
var data = await apiFetch('/pos/api/accounting/aging-summary');
|
||||
var clients = data.data || [];
|
||||
var totals = data.totals || {};
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// The fetch handler normalizes static asset URLs (strips ?v= query strings)
|
||||
// so templates can use cache-busting query params freely.
|
||||
|
||||
const CACHE_NAME = 'nexus-pos-v25';
|
||||
const CACHE_NAME = 'nexus-pos-v26';
|
||||
|
||||
const APP_SHELL = [
|
||||
'/pos/static/css/tokens.css',
|
||||
|
||||
Reference in New Issue
Block a user