Revision 96f5fcdb
Von Tamino Steinert vor 1 Tag hinzugefügt
SL/Controller/POS.pm | ||
---|---|---|
19 | 19 |
) ] |
20 | 20 |
); |
21 | 21 |
|
22 |
# add a new point of sales order
|
|
22 |
# add a new point of sale order |
|
23 | 23 |
# it's a sales order with a diffrent form |
24 | 24 |
sub action_add { |
25 | 25 |
my ($self) = @_; |
... | ... | |
36 | 36 |
|
37 | 37 |
$self->render( |
38 | 38 |
'pos/form', |
39 |
title => t8('Point of Sales'),
|
|
39 |
title => t8('Point Of Sale'),
|
|
40 | 40 |
%{$self->{template_args}} |
41 | 41 |
); |
42 | 42 |
} |
... | ... | |
57 | 57 |
$self->render( |
58 | 58 |
'pos/_edit_order_item_row_dialog', { layout => 0 }, |
59 | 59 |
popup_dialog => 1, |
60 |
popup_js_delete_row_function => "kivi.POS.delete_order_item_row_point_of_sales('$temp_item_id')",
|
|
60 |
popup_js_delete_row_function => "kivi.POS.delete_order_item_row_point_of_sale('$temp_item_id')", |
|
61 | 61 |
popup_js_close_function => '$("#edit_order_item_row_dialog").dialog("close")', |
62 |
popup_js_assign_function => "kivi.POS.assign_edit_order_item_row_point_of_sales('$temp_item_id')",
|
|
62 |
popup_js_assign_function => "kivi.POS.assign_edit_order_item_row_point_of_sale('$temp_item_id')", |
|
63 | 63 |
ITEM => $item |
64 | 64 |
); |
65 | 65 |
} |
Auch abrufbar als: Unified diff
POS: typos