dbxapp
4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
dbxapp.de
Portal
Start
Anwender
Entwickler
KI-Bereiche
Loading...
Searching...
No Matches
rpt-withdrawals-selection_en.fd.php
Go to the documentation of this file.
1
<?php
2
$messages
= array();
3
$messages
[
'save_success'
] =
'Data was saved'
;
4
$messages
[
'save_succeass'
] =
$messages
[
'save_success'
];
5
$messages
[
'save_error'
] =
'Data could not be saved'
;
6
$messages
[
'bar_title'
] =
'Withdrawals'
;
7
$messages
[
'bar_subtitle'
] =
'Withdrawals and returns from the shop'
;
8
$messages
[
'report_info'
] =
'Search and process incoming withdrawals.'
;
9
$messages
[
'column_withdrawal'
] =
'Withdrawal'
;
10
$messages
[
'column_customer'
] =
'Customer'
;
11
$messages
[
'column_message'
] =
'Message'
;
12
$messages
[
'column_status'
] =
'Status'
;
13
$messages
[
'column_action'
] =
'Action'
;
14
$messages
[
'no_results'
] =
'No withdrawals were found for this search.'
;
15
$messages
[
'without_order_no'
] =
'Without order number'
;
16
$messages
[
'status_new'
] =
'New'
;
17
$messages
[
'status_processing'
] =
'Processing'
;
18
$messages
[
'status_accepted'
] =
'Accepted'
;
19
$messages
[
'status_refunded'
] =
'Refunded'
;
20
$messages
[
'status_rejected'
] =
'Rejected'
;
21
$messages
[
'status_closed'
] =
'Closed'
;
22
$messages
[
'action_processing'
] =
'Processing'
;
23
$messages
[
'action_accept_title'
] =
'Accept withdrawal'
;
24
$messages
[
'action_accept_question'
] =
'Accept the withdrawal and release the reserved stock?'
;
25
$messages
[
'action_accept'
] =
'Accept'
;
26
$messages
[
'action_refund_title'
] =
'Refund withdrawal'
;
27
$messages
[
'action_refund_question'
] =
'Mark the withdrawal as refunded and release the reserved stock?'
;
28
$messages
[
'action_refunded'
] =
'Refunded'
;
29
$messages
[
'action_reject'
] =
'Reject'
;
30
$messages
[
'action_close'
] =
'Close'
;
31
$messages
[
'edit_legal_title'
] =
'Edit withdrawal text'
;
32
$messages
[
'edit_cms'
] =
'Edit CMS'
;
33
$messages
[
'view_page_title'
] =
'View withdrawal page'
;
34
$messages
[
'shop_view'
] =
'Shop view'
;
35
$messages
[
'token_error'
] =
'The action was rejected for security reasons. Please reload the page.'
;
36
37
$field
= array();
38
$field
[
'name'
] =
'dbx_rrows'
;
39
$field
[
'type'
] =
'int'
;
40
$field
[
'label'
] =
'No. page'
;
41
$field
[
'rules'
] =
'int'
;
42
$field
[
'tpl'
] =
'select-single-label'
;
43
$field
[
'options'
] =
'10=10&20=20&30=30&50=50&100=100&0=All'
;
44
$field
[
'default'
] =
'30'
;
45
$fields
[] =
$field
;
46
47
$field
= array();
48
$field
[
'name'
] =
'dbx_rwhere'
;
49
$field
[
'type'
] =
'varchar'
;
50
$field
[
'label'
] =
'Search'
;
51
$field
[
'rules'
] =
'*|max=100'
;
52
$field
[
'tpl'
] =
'text-label'
;
53
$field
[
'placeholder'
] =
'Enter the search term'
;
54
$field
[
'default'
] =
''
;
55
$fields
[] =
$field
;
56
57
$field
= array();
58
$field
[
'name'
] =
'status'
;
59
$field
[
'type'
] =
'varchar'
;
60
$field
[
'label'
] =
'Status'
;
61
$field
[
'rules'
] =
'parameter'
;
62
$field
[
'tpl'
] =
'select-single-label'
;
63
$field
[
'options'
] =
'=All&new=New&processing=In processing&accepted=Accepted&rejected=Rejected&refunded=Replaced&closed=Completed'
;
64
$field
[
'default'
] =
''
;
65
$fields
[] =
$field
;
66
?>
$messages
$messages
Definition
config.fd.php:2
$field
$field
Definition
dbx/cfg/config.dd.php:4
$fields
$fields
Definition
dbxForm_fd_language_messages_test.php:204
dbx
modules
dbxShop_admin
fd
rpt-withdrawals-selection_en.fd.php
Generated by
1.17.0