initial: bootstrap from BukidBountyApp base

This commit is contained in:
Jonathan Sykes
2026-06-06 18:43:00 +08:00
commit eb4a5731fb
5674 changed files with 160857 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
<br>
<h2 class="fw_6 text-center">BukidBounty Market</h2><br>
<h3 class="fw_6 text-center">Ultimate Functions</h3>
<div class="card-section" id="main-card-section">
</div>
<script>
servicesbuttonarray = [
// ['/assets/ListLeads.png', 'Leads', 'ListLeads', ''],
['/assets/user-list.png', 'Users', 'user_list', ''],
['/assets/reports.png', 'Reports', 'ListReports'],
['/assets/shopping-cart.png', 'Market', 'ListProductsMarket'],
['/assets/target.png', 'New Store', 'NewStore'],
['/assets/user-list.png', 'New User', 'create_user']
];
</script>