summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <it@fixcomart.co.id>2025-10-07 18:44:12 +0700
committerFIN-IT_AndriFP <it@fixcomart.co.id>2025-10-07 18:44:12 +0700
commit776bc2d9f132050ceed95ef2a96eb1dcf8ad1c44 (patch)
treec6004c87a0591f199408ea1d3850247526cbefd2 /indoteknik_custom/views
parentec5053921c0e858a4c33fb2cddf1152600831f7a (diff)
(andri) add button select & unselect all
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/letter_receivable.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/indoteknik_custom/views/letter_receivable.xml b/indoteknik_custom/views/letter_receivable.xml
index 98186862..3241d5f1 100644
--- a/indoteknik_custom/views/letter_receivable.xml
+++ b/indoteknik_custom/views/letter_receivable.xml
@@ -128,11 +128,23 @@
</div>
</div>
<div>
+ <button name="action_select_all_lines"
+ type="object"
+ string="Select All"
+ class="btn btn-secondary"
+ icon="fa-check-square"/>
+ <button name="action_unselect_all_lines"
+ type="object"
+ string="Unselect All"
+ class="btn btn-secondary"
+ icon="fa-square-o"
+ style="margin-left:5px;"/>
<button name="action_refresh_lines"
string="Refresh Invoices"
type="object"
- class="btn-primary"
- style="margin-left:10px;"
+ class="btn btn-secondary"
+ icon="fa-refresh"
+ style="margin-left:5px;"
help="Refresh Invoices agar data tetap update"/>
</div>
</div>