fix(pos): remove hardcoded demo data from inventory, customers, invoicing, accounting pages

Demo/sample rows in HTML tables were visible on first render before JS
populated real data. Replaced all hardcoded tbody rows and finance cards
with empty containers that JS populates from API on load.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-04 23:20:06 +00:00
parent c1d0638b45
commit 04340f2f29
4 changed files with 42 additions and 1409 deletions

View File

@@ -1858,7 +1858,7 @@
<!-- Pagination -->
<div class="table-footer">
<div class="table-footer__info" id="tableInfo">Mostrando 115 de 1,284 clientes</div>
<div class="table-footer__info" id="tableInfo"></div>
<div class="pagination">
<button class="page-btn">&#8249;</button>
<button class="page-btn active">1</button>