Umrechnung von Einkaufs- in Lagereinheiten bei Wareneingang. Extrafeld "Umrechnungsfaktor" auf Produkten, Hook auf stockMovementCreate (type=3). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
37 lines
1.7 KiB
Text
Executable file
37 lines
1.7 KiB
Text
Executable file
# Stockkonversion - English Translation
|
||
|
||
#
|
||
# Module
|
||
#
|
||
ModuleStockKonversionName = Stock Conversion
|
||
ModuleStockKonversionDesc = Converts purchase units to stock units on goods receipt
|
||
|
||
#
|
||
# Admin
|
||
#
|
||
StockKonversionSetup = Stock Conversion Settings
|
||
StockKonversionSetupPage = This module automatically converts purchase quantities to stock units when receiving goods from supplier orders.
|
||
StockKonversionDescription = Conversion factor from purchase unit to stock unit
|
||
StockKonversionDescriptionLong = On goods receipt the ordered quantity is multiplied by the conversion factor and the unit price is divided accordingly. Example: 1 pack at 12€ becomes 12 pieces at 1€ in stock.
|
||
|
||
#
|
||
# Extrafield
|
||
#
|
||
Umrechnungsfaktor = Conversion factor (purchase->stock)
|
||
|
||
#
|
||
# Setup page
|
||
#
|
||
StockKonversionHowItWorks = How it works
|
||
StockKonversionExplanation1 = Set the <strong>Conversion factor</strong> extrafield on the product to define how many stock units are contained in one purchase unit.
|
||
StockKonversionExplanation2 = Example: You buy 1 pack of terminal strips for 12€ (contains 12 pieces). Factor = 12.
|
||
StockKonversionExplanation3 = On goods receipt from the supplier order, the module automatically books 12 pieces at 1€ instead of 1 piece at 12€.
|
||
StockKonversionExplanation4 = The supplier order itself remains unchanged (1 × 12€).
|
||
StockKonversionProductsWithFactor = Products with conversion factor
|
||
StockKonversionNoProducts = No products with conversion factor > 1 found.
|
||
StockKonversionProduct = Product
|
||
StockKonversionFactor = Factor
|
||
StockKonversionCurrentStock = Stock
|
||
StockKonversionPMP = WAP
|
||
StockKonversionNote = Note
|
||
StockKonversionNoteText = The factor is only applied on goods receipt from supplier orders (dispatch). Manual stock movements and corrections remain unchanged.
|