Revision a42b2b66
Von Bernd Bleßmann vor etwa 2 Jahren hinzugefügt
SL/Controller/RecordLinks.pm | ||
---|---|---|
67 | 67 |
sub action_ajax_list { |
68 | 68 |
my ($self) = @_; |
69 | 69 |
|
70 |
my %order_centric_params = ( |
|
71 |
with_myself => $::instance_conf->get_record_links_from_order_with_myself, |
|
72 |
with_sales_quotations => $::instance_conf->get_record_links_from_order_with_quotations |
|
73 |
); |
|
74 |
|
|
70 | 75 |
eval { |
71 | 76 |
my $linked_records = $::instance_conf->get_always_record_links_from_order |
72 |
? $self->object->sales_order_centric_linked_records() |
|
77 |
? $self->object->sales_order_centric_linked_records(%order_centric_params)
|
|
73 | 78 |
: $self->object->linked_records(direction => 'both', recursive => 1, save_path => 1); |
74 | 79 |
|
75 | 80 |
push @{ $linked_records }, $self->object->sepa_export_items if $self->object->can('sepa_export_items'); |
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
151 | 151 |
purchase_order_show_delete => { type => 'boolean', default => 'true' }, |
152 | 152 |
quick_search_modules => { type => 'array' }, |
153 | 153 |
rdonumber => { type => 'text' }, |
154 |
record_links_from_order_with_myself => { type => 'boolean', default => 'false' }, |
|
155 |
record_links_from_order_with_quotations => { type => 'boolean', default => 'false' }, |
|
154 | 156 |
reqdate_interval => { type => 'integer', default => '0' }, |
155 | 157 |
reqdate_on => { type => 'boolean', default => 'true' }, |
156 | 158 |
require_transaction_description_ps => { type => 'boolean', default => 'false', not_null => 1 }, |
locale/de/all | ||
---|---|---|
362 | 362 |
'Articles' => 'Artikel', |
363 | 363 |
'As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking' => 'Als Konsequenz können die gespeicherten Mengen entweder in ein Lager überführt werden, oder für eine frische Lagerverwaltung resettet werden.', |
364 | 364 |
'As of version 3.7 most of the variables are also availabe as a print variable.' => 'Seit Version 3.7 stehen die meisten Felder auch als einzelne Druckvariable zu Verfügung.', |
365 |
'As the view starts from sales orders, normally sales quotations are not included.' => 'Da die Anzeige von Verkaufsauftrag aus startet, sind Verkaufsangebote normalerweise nicht enthalten.', |
|
365 | 366 |
'Assemblies' => 'Erzeugnisse', |
366 | 367 |
'Assembly' => 'Erzeugnis', |
367 | 368 |
'Assembly (typeabbreviation)' => 'E', |
... | ... | |
1830 | 1831 |
'In-line' => 'im Text', |
1831 | 1832 |
'Inactive' => 'Inaktiv', |
1832 | 1833 |
'Include Exchangerate Difference' => 'Wechselkursunterschied einbeziehen', |
1834 |
'Include a link to the record itself' => 'Verknüpfung zum Beleg selber anzeigen', |
|
1833 | 1835 |
'Include column headings' => 'Spaltenüberschriften erzeugen', |
1834 | 1836 |
'Include empty bins' => 'Leere Lagerplätze anzeigen', |
1835 | 1837 |
'Include in Report' => 'In Bericht aufnehmen', |
1836 | 1838 |
'Include in drop-down menus' => 'In Aufklappmenü aufnehmen', |
1837 | 1839 |
'Include invalid warehouses ' => 'Ungültige Lager berücksichtigen', |
1838 | 1840 |
'Include invoices with direct debit' => 'Inklusive Rechnungen mit Lastschrifteinzug', |
1841 |
'Include links to sales quotations' => 'Verknüpfungen zu Verkaufsangeboten anzeigen', |
|
1839 | 1842 |
'Include original Invoices?' => 'Original-Rechnung hinzufügen?', |
1843 |
'Include sales quotations in the list of linked records, if the view for record links from sales order is enabled.' => 'Verkaufsangebote mit in die Liste der Verknüpfungen aufnehmen, wenn "Verknüpfte Belege immer vom Verkaufsauftrag ansehen" aktiv ist.', |
|
1844 |
'Include the record itself in the list of linked records, if the view for record links from sales order is enabled.' => 'Verknüpfung zum Beleg selber mit in die Liste der Verknüpfungen aufnehmen, wenn "Verknüpfte Belege immer vom Verkaufsauftrag ansehen" aktiv ist.', |
|
1840 | 1845 |
'Includeable in reports' => 'In Berichten anzeigbar', |
1841 | 1846 |
'Included in reports by default' => 'In Berichten standardmäßig enthalten', |
1842 | 1847 |
'Including' => 'Enthaltene', |
... | ... | |
3972 | 3977 |
'This vendor has already a booking with this invoice number, do you really want to add the same invoice number again?' => 'Es gibt für diesen Lieferant schon einen Beleg mit dieser Rechnungsnummer. Möchten Sie wirklich eine weitere Buchung mit derselben Rechnungsnummer hinzufügen?', |
3973 | 3978 |
'This vendor has already been added.' => 'Der Lieferant wurde bereits hinzugefügt.', |
3974 | 3979 |
'This vendor number is already in use.' => 'Diese Lieferantennummer wird bereits verwendet.', |
3980 |
'This way you can get a similar list of linked records for every record in the same workflow.' => 'So kann eine ähnliche Liste für alle Belege eines Workflows angezeigt werden.', |
|
3975 | 3981 |
'This will also remove this pricegroup for all customers.' => 'Damit werden auch alle verknüpften Preisgruppen im Kundenstamm gelöscht!', |
3976 | 3982 |
'This will apply a 3% reduction to the master data price before entering it into the record item.' => 'Diese Zeile zieht vom Stammdatenpreis 3% ab, und schlägt den resultierenden Preis vor.', |
3977 | 3983 |
'This will be treated as a discount in percent points.' => 'Diese Option schlägt den Wert in Prozentpunkten als Rabatt vor.', |
locale/en/all | ||
---|---|---|
362 | 362 |
'Articles' => '', |
363 | 363 |
'As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking' => '', |
364 | 364 |
'As of version 3.7 most of the variables are also availabe as a print variable.' => '', |
365 |
'As the view starts from sales orders, normally sales quotations are not included.' => '', |
|
365 | 366 |
'Assemblies' => '', |
366 | 367 |
'Assembly' => '', |
367 | 368 |
'Assembly (typeabbreviation)' => 'A', |
... | ... | |
1830 | 1831 |
'In-line' => '', |
1831 | 1832 |
'Inactive' => '', |
1832 | 1833 |
'Include Exchangerate Difference' => '', |
1834 |
'Include a link to the record itself' => '', |
|
1833 | 1835 |
'Include column headings' => '', |
1834 | 1836 |
'Include empty bins' => '', |
1835 | 1837 |
'Include in Report' => '', |
1836 | 1838 |
'Include in drop-down menus' => '', |
1837 | 1839 |
'Include invalid warehouses ' => '', |
1838 | 1840 |
'Include invoices with direct debit' => '', |
1841 |
'Include links to sales quotations' => '', |
|
1839 | 1842 |
'Include original Invoices?' => '', |
1843 |
'Include sales quotations in the list of linked records, if the view for record links from sales order is enabled.' => '', |
|
1844 |
'Include the record itself in the list of linked records, if the view for record links from sales order is enabled.' => '', |
|
1840 | 1845 |
'Includeable in reports' => '', |
1841 | 1846 |
'Included in reports by default' => '', |
1842 | 1847 |
'Including' => '', |
... | ... | |
3971 | 3976 |
'This vendor has already a booking with this invoice number, do you really want to add the same invoice number again?' => '', |
3972 | 3977 |
'This vendor has already been added.' => '', |
3973 | 3978 |
'This vendor number is already in use.' => '', |
3979 |
'This way you can get a similar list of linked records for every record in the same workflow.' => '', |
|
3974 | 3980 |
'This will also remove this pricegroup for all customers.' => '', |
3975 | 3981 |
'This will apply a 3% reduction to the master data price before entering it into the record item.' => '', |
3976 | 3982 |
'This will be treated as a discount in percent points.' => '', |
sql/Pg-upgrade2/defaults_view_record_links_options.sql | ||
---|---|---|
1 |
-- @tag: defaults_view_record_links_options |
|
2 |
-- @description: Mandantenkonfiguration: Optionen für Sichtweise von record links immer vom Auftrag |
|
3 |
-- @depends: release_3_7_0 |
|
4 |
|
|
5 |
ALTER TABLE defaults ADD COLUMN record_links_from_order_with_myself BOOLEAN DEFAULT FALSE; |
|
6 |
ALTER TABLE defaults ADD COLUMN record_links_from_order_with_quotations BOOLEAN DEFAULT FALSE; |
templates/webpages/client_config/_record_links.html | ||
---|---|---|
8 | 8 |
[% LxERP.t8('If enabled the record links view starts always from the sales order including all sublevels') %]<br> |
9 | 9 |
</td> |
10 | 10 |
</tr> |
11 |
<tr> |
|
12 |
<td align="right" nowrap="true">[% LxERP.t8('Include a link to the record itself') %]</td> |
|
13 |
<td>[% L.yes_no_tag('defaults.record_links_from_order_with_myself', SELF.defaults.record_links_from_order_with_myself) %]</td> |
|
14 |
<td> |
|
15 |
[% LxERP.t8('Include the record itself in the list of linked records, if the view for record links from sales order is enabled.') %]<br> |
|
16 |
[% LxERP.t8('This way you can get a similar list of linked records for every record in the same workflow.') %]<br> |
|
17 |
</td> |
|
18 |
</tr> |
|
19 |
<tr> |
|
20 |
<td align="right" nowrap="true">[% LxERP.t8('Include links to sales quotations') %]</td> |
|
21 |
<td>[% L.yes_no_tag('defaults.record_links_from_order_with_quotations', SELF.defaults.record_links_from_order_with_quotations) %]</td> |
|
22 |
<td> |
|
23 |
[% LxERP.t8('Include sales quotations in the list of linked records, if the view for record links from sales order is enabled.') %]<br> |
|
24 |
[% LxERP.t8('As the view starts from sales orders, normally sales quotations are not included.') %]<br> |
|
25 |
</td> |
|
26 |
</tr> |
|
11 | 27 |
</table> |
12 | 28 |
</div> |
Auch abrufbar als: Unified diff
Auftragszentrische verknüpfte Belege: Optionen in Mandantenkonfiguration
- Beleg selber mit in der Liste Anzeigen
- Verkaufsangebote mit in der Liste Anzeigen