- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 43 of file ReceiptBox.java.
◆ ReceiptBox()
org.turro.erp.task.usage.ReceiptBox.ReceiptBox |
( |
ReceiptItem |
receiptItem | ) |
|
Definition at line 48 of file ReceiptBox.java.
49 this.receiptItem = receiptItem;
50 setSclass(
"receiptBox");
◆ doEdit()
static void org.turro.erp.task.usage.ReceiptBox.doEdit |
( |
ReceiptItem |
ri, |
|
|
Command |
command |
|
) |
| |
|
static |
Definition at line 126 of file ReceiptBox.java.
127 Window w = (Window) Executions.createComponents(
"/WEB-INF/_zul/erp/purchase/editReceipt.zul",
null,
null);
128 w.setMode(Window.MODAL);
129 Events.sendEvent(Events.ON_USER, w, ri);
130 Modal.doModal(w, command);
The documentation for this class was generated from the following file: