Bulk Edit 1.7.25.2 Default theme
Do bulk edit of amounts. Select Multiple records and click Bulk Edit
HIDE CODE
<?php $xcrud = Xcrud::get_instance(); $xcrud->table("payments"); $xcrud->fields("amount"); $xcrud->set_bulk_edit(true); $xcrud->set_bulk_select(true); echo $xcrud->render(); ?>
Payments
Add
Export into CSV Print Search
# | Customernumber | Checknumber | Paymentdate | Amount | Test1 | ||
---|---|---|---|---|---|---|---|
1 | 114 | 111 | 10.03.2004 00:00:00 | 3 | View Edit Remove | ||
2 | 124 | ET64396 | 16.04.2005 00:00:00 | 3 | View Edit Remove | ||
3 | 124 | HI366474 | 27.12.2004 00:00:00 | 3 | View Edit Remove | ||
4 | 124 | HR86578 | 02.11.2004 00:00:00 | 3 | View Edit Remove | ||
5 | 124 | KI131716 | 15.08.2003 00:00:00 | 3 | View Edit Remove | ||
6 | 124 | LF217299 | 26.03.2004 00:00:00 | 3 | View Edit Remove | ||
7 | 124 | NT141748 | 25.11.2003 00:00:00 | 3 | View Edit Remove | ||
8 | 128 | DI925118 | 28.01.2003 00:00:00 | 3 | View Edit Remove | ||
9 | 128 | FA465482 | 18.10.2003 00:00:00 | 24101.81 | View Edit Remove | ||
10 | 128 | FH668230 | 24.03.2004 00:00:00 | 33820.62 | View Edit Remove |
?>