dolibarr.stockkonversion/langs/en_US/stockkonversion.lang
data e1bc646c06 Stock-Konversion Modul v1.0.0
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>
2026-03-12 18:16:31 +01:00

37 lines
1.7 KiB
Text
Executable file
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.