Revision 008b51c4
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
130 | 130 |
ponumber => { type => 'text' }, |
131 | 131 |
precision => { type => 'numeric', default => '0.01', not_null => 1, precision => 15, scale => 5 }, |
132 | 132 |
produce_assembly_same_warehouse => { type => 'boolean', default => 'true' }, |
133 |
produce_assembly_transfer_service => { type => 'boolean', default => 'false' }, |
|
133 | 134 |
profit_carried_forward_chart_id => { type => 'integer' }, |
134 | 135 |
profit_determination => { type => 'text' }, |
135 | 136 |
project_status_id => { type => 'integer' }, |
locale/de/all | ||
---|---|---|
351 | 351 |
'Assembly (typeabbreviation)' => 'E', |
352 | 352 |
'Assembly Last Cost' => 'Erzeugnis-Einkaufspreis', |
353 | 353 |
'Assembly Number missing!' => 'Erzeugnisnummer fehlt!', |
354 |
'Assembly creation transfers services' => 'Erzeugnis fertigen berücksichtigt Dienstleistungen', |
|
354 | 355 |
'Assembly creation warehouse dependent' => 'Erzeugnis fertigen ist lagerabhängig', |
355 | 356 |
'Assembly items' => 'Erzeugnisbestandteile', |
356 | 357 |
'Asset' => 'Aktiva/Mittelverwendung', |
... | ... | |
2594 | 2595 |
'Problem' => 'Problem', |
2595 | 2596 |
'Produce' => 'Fertigen', |
2596 | 2597 |
'Produce Assembly' => 'Erzeugnis fertigen', |
2598 |
'Produce Assembly Configuration' => 'Konfiguration für Erzeugnis fertigen', |
|
2599 |
'Produce assembly consumes services if assigned as a assembly item' => 'Erzeugnis fertigen verbraucht auch Dienstleistungen falls diese ein Erzeugnisbestandteil ist', |
|
2597 | 2600 |
'Produce assembly only if all parts are in the same warehouse' => 'Erzeugnisse können nur gefertigt werden, wenn alle Einzelteile sich in demselben Lager befinden', |
2598 | 2601 |
'Production' => 'Produktion', |
2599 | 2602 |
'Production (typeabbreviation)' => 'P', |
... | ... | |
3004 | 3007 |
'Service Number missing!' => 'Dienstleistungsnummer fehlt!', |
3005 | 3008 |
'Service, assembly or part' => 'Dienstleistung, Erzeugnis oder Ware', |
3006 | 3009 |
'Services' => 'Dienstleistungen', |
3010 |
'Services in Delivery Orders' => 'Dienstleistungen in Lieferscheinen', |
|
3007 | 3011 |
'Set (set to)' => 'Setze', |
3008 | 3012 |
'Set all source and memo fields' => 'Alle Beleg-/Memo-Felder setzen', |
3009 | 3013 |
'Set count for one or more of the items to select them' => 'Zum Selektieren bitte Menge für einen oder mehrere Artikel setzen', |
sql/Pg-upgrade2/defaults_produce_assembly_transfer_service.sql | ||
---|---|---|
1 |
-- @tag: defaults_produce_assembly_transfer_service |
|
2 |
-- @description: Mandantenkonfiguration: Erzeugnis mit Dienstleistungen, Dienstleistung kann verbraucht werden |
|
3 |
-- @depends: release_3_5_7 |
|
4 |
|
|
5 |
ALTER TABLE defaults ADD COLUMN produce_assembly_transfer_service BOOLEAN DEFAULT FALSE; |
templates/webpages/client_config/_warehouse.html | ||
---|---|---|
89 | 89 |
[% LxERP.t8('If one or more space separated serial numbers are assigned in a sales invoice, match the charge number of the inventory item. Assumes that Serial Number and Charge Number have 1:1 relation. Otherwise throw a error message for the default sales invoice transfer.') %] |
90 | 90 |
</td> |
91 | 91 |
</tr> |
92 |
|
|
93 |
<tr> |
|
94 |
<td align="right">[% LxERP.t8('Use default warehouse for assembly transfer') %]</td> |
|
95 |
<td> |
|
96 |
[% L.yes_no_tag('defaults.transfer_default_warehouse_for_assembly', SELF.defaults.transfer_default_warehouse_for_assembly) %] |
|
97 |
</td> |
|
98 |
<td> |
|
99 |
[% LxERP.t8('Transfer of assemblies uses the assembly\'s default warehouse instead of the destination warehouse.') %]<br> |
|
100 |
</td> |
|
101 |
</tr> |
|
102 | 92 |
<tr><td colspan="3"><hr /></td></tr> |
103 | 93 |
<tr> |
104 | 94 |
<tr> |
... | ... | |
121 | 111 |
<td>[% L.input_tag('defaults.undo_transfer_interval', LxERP.format_amount(SELF.defaults.undo_transfer_interval, 0), style=style) %]</td> |
122 | 112 |
<td>[% LxERP.t8('Defines the interval where undoing transfers from a delivery order are allowed.') %]</td> |
123 | 113 |
</tr> |
124 |
<tr><td colspan="3"><hr /></td></tr> |
|
125 |
<tr> |
|
114 |
<tr><td class="listheading" colspan="4">[% LxERP.t8("Produce Assembly Configuration") %]</td></tr> |
|
126 | 115 |
<tr> |
127 | 116 |
<td align="right">[% LxERP.t8('Assembly creation warehouse dependent') %]</td> |
128 | 117 |
<td> |
... | ... | |
132 | 121 |
[% LxERP.t8('Produce assembly only if all parts are in the same warehouse') %] |
133 | 122 |
</td> |
134 | 123 |
</tr> |
124 |
<tr> |
|
125 |
<td align="right">[% LxERP.t8('Assembly creation transfers services') %]</td> |
|
126 |
<td> |
|
127 |
[% L.yes_no_tag('defaults.produce_assembly_transfer_service', SELF.defaults.produce_assembly_transfer_service) %] |
|
128 |
</td> |
|
129 |
<td> |
|
130 |
[% LxERP.t8('Produce assembly consumes services if assigned as a assembly item') %] |
|
131 |
</td> |
|
132 |
</tr> |
|
133 |
<tr> |
|
134 |
<td align="right">[% LxERP.t8('Use default warehouse for assembly transfer') %]</td> |
|
135 |
<td> |
|
136 |
[% L.yes_no_tag('defaults.transfer_default_warehouse_for_assembly', SELF.defaults.transfer_default_warehouse_for_assembly) %] |
|
137 |
</td> |
|
138 |
<td> |
|
139 |
[% LxERP.t8('Transfer of assemblies uses the assembly\'s default warehouse instead of the destination warehouse.') %]<br> |
|
140 |
</td> |
|
141 |
</tr> |
|
142 |
|
|
143 |
<tr><td class="listheading" colspan="4">[% LxERP.t8("Services in Delivery Orders") %]</td></tr> |
|
135 | 144 |
<tr> |
136 | 145 |
<td align="right">[% LxERP.t8('Sales Orders Services are deliverable') %]</td> |
137 | 146 |
<td> |
Auch abrufbar als: Unified diff
Mandantenkonfig: Erzeugnis fertigen berücksichtigt Dienstleistungen