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:
@@ -1858,7 +1858,7 @@
|
||||
|
||||
<!-- Pagination -->
|
||||
<div class="table-footer">
|
||||
<div class="table-footer__info" id="tableInfo">Mostrando 1–15 de 1,284 clientes</div>
|
||||
<div class="table-footer__info" id="tableInfo"></div>
|
||||
<div class="pagination">
|
||||
<button class="page-btn">‹</button>
|
||||
<button class="page-btn active">1</button>
|
||||
|
||||
Reference in New Issue
Block a user