Revision a9d80e98
Von Tamino Steinert vor 8 Tagen hinzugefügt
SL/Controller/Inventory.pm | ||
---|---|---|
43 | 43 |
sub action_stock_in { |
44 | 44 |
my ($self) = @_; |
45 | 45 |
|
46 |
$::form->{title} = t8('Stock');
|
|
46 |
$::form->{title} = t8('Store');
|
|
47 | 47 |
|
48 | 48 |
# Sometimes we want to open stock_in with a part already selected, but only |
49 | 49 |
# the parts_id is passed in the url (and not also warehouse, bin and unit). |
... | ... | |
972 | 972 |
for my $bar ($::request->layout->get('actionbar')) { |
973 | 973 |
$bar->add( |
974 | 974 |
action => [ |
975 |
t8('Stock'),
|
|
975 |
t8('Store'),
|
|
976 | 976 |
submit => [ '#form', { action => 'Inventory/stock' } ], |
977 | 977 |
checks => [ 'check_part_selection_before_stocking' ], |
978 | 978 |
accesskey => 'enter', |
bin/mozilla/do.pl | ||
---|---|---|
1572 | 1572 |
my %myconfig = %main::myconfig; |
1573 | 1573 |
my $locale = $main::locale; |
1574 | 1574 |
|
1575 |
$form->{title} = $locale->text('Stock');
|
|
1575 |
$form->{title} = $locale->text('Store');
|
|
1576 | 1576 |
|
1577 | 1577 |
my $part_info = IC->get_basic_part_info('id' => $form->{parts_id}); |
1578 | 1578 |
|
locale/de/all | ||
---|---|---|
3817 | 3817 |
'Step 2' => 'Schritt 2', |
3818 | 3818 |
'Step 2 -- Watch status' => 'Schritt 2 -- Status beobachten', |
3819 | 3819 |
'Steuersatz' => 'Steuersatz', |
3820 |
'Stock' => 'Einlagern', |
|
3821 | 3820 |
'Stock Local/Shop' => 'Bestand Lokal/Online', |
3822 | 3821 |
'Stock Qty for Date' => 'Lagerbestand am', |
3823 | 3822 |
'Stock for part #1' => 'Bestand für Artikel #1', |
... | ... | |
3836 | 3835 |
'Storage Type for generated/imported PDF Documents' => 'Speichertyp für erzeugte oder importierte Dokumente', |
3837 | 3836 |
'Storage Type for images' => 'Speichertyp für Bilder', |
3838 | 3837 |
'Storage Type for shopimages' => 'Speichertyp für Shopbilder', |
3838 |
'Store' => 'Einlagern', |
|
3839 | 3839 |
'Storing PDF in storage backend failed: #1' => 'Speichern der PDF-Datei im Datei-Speicher fehlgeschlagen: #1', |
3840 | 3840 |
'Storing PDF to webdav folder failed: #1' => 'Speichern der PDF im WebDAV Ordner fehlgeschlagen: #1', |
3841 | 3841 |
'Storing the ZUGFeRD file in the storage backend failed: #1' => 'Das Speichern der ZUGFeRD Datei im Datei-Speicher ist fehlgeschlagen: #1', |
locale/en/all | ||
---|---|---|
3816 | 3816 |
'Step 2' => '', |
3817 | 3817 |
'Step 2 -- Watch status' => '', |
3818 | 3818 |
'Steuersatz' => '', |
3819 |
'Stock' => '', |
|
3820 | 3819 |
'Stock Local/Shop' => '', |
3821 | 3820 |
'Stock Qty for Date' => '', |
3822 | 3821 |
'Stock for part #1' => '', |
... | ... | |
3835 | 3834 |
'Storage Type for generated/imported PDF Documents' => '', |
3836 | 3835 |
'Storage Type for images' => '', |
3837 | 3836 |
'Storage Type for shopimages' => '', |
3837 |
'Store' => '', |
|
3838 | 3838 |
'Storing PDF in storage backend failed: #1' => '', |
3839 | 3839 |
'Storing PDF to webdav folder failed: #1' => '', |
3840 | 3840 |
'Storing the ZUGFeRD file in the storage backend failed: #1' => '', |
menus/user/00-erp.yaml | ||
---|---|---|
555 | 555 |
order: 400 |
556 | 556 |
- parent: warehouse |
557 | 557 |
id: warehouse_stock |
558 |
name: Stock
|
|
558 |
name: Store
|
|
559 | 559 |
order: 100 |
560 | 560 |
access: warehouse_management |
561 | 561 |
params: |
templates/design40_webpages/part/_inventory.html | ||
---|---|---|
3 | 3 |
[%- IF AUTH.assert('warehouse_management', 1) -%] |
4 | 4 |
<div class="wrapper"> |
5 | 5 |
[% 'Actions' | $T8 %]: |
6 |
<span><a href="controller.pl?action=Inventory/stock_in&part_id=[% HTML.escape(SELF.part.id)%]&select_default_bin=1">[% 'Stock' | $T8 %]</a></span>
|
|
6 |
<span><a href="controller.pl?action=Inventory/stock_in&part_id=[% HTML.escape(SELF.part.id)%]&select_default_bin=1">[% 'Store' | $T8 %]</a></span>
|
|
7 | 7 |
<span><a href="wh.pl?trans_type=transfer&action=transfer_warehouse_selection&parts_id=[% HTML.escape(SELF.part.id) %]">[% 'Transfer' | $T8 %]</a></span> |
8 | 8 |
<span><a href="wh.pl?action=transfer_warehouse_selection&trans_type=removal&parts_id=[% HTML.escape(SELF.part.id) %]">[% 'Removal' | $T8 %]</a></span> |
9 | 9 |
</div> |
templates/webpages/part/_inventory.html | ||
---|---|---|
3 | 3 |
[%- IF AUTH.assert('warehouse_management', 1) -%] |
4 | 4 |
<p> |
5 | 5 |
[% 'Actions' | $T8 %]: |
6 |
<span><a href="controller.pl?action=Inventory/stock_in&part_id=[% HTML.escape(SELF.part.id)%]&select_default_bin=1">[% 'Stock' | $T8 %]</a></span>
|
|
6 |
<span><a href="controller.pl?action=Inventory/stock_in&part_id=[% HTML.escape(SELF.part.id)%]&select_default_bin=1">[% 'Store' | $T8 %]</a></span>
|
|
7 | 7 |
<span><a href="wh.pl?trans_type=transfer&action=transfer_warehouse_selection&parts_id=[% HTML.escape(SELF.part.id) %]">[% 'Transfer' | $T8 %]</a></span> |
8 | 8 |
<span><a href="wh.pl?action=transfer_warehouse_selection&trans_type=removal&parts_id=[% HTML.escape(SELF.part.id) %]">[% 'Removal' | $T8 %]</a></span> |
9 | 9 |
</p> |
Auch abrufbar als: Unified diff
'Einlagern' mit 'Store' übersetzen