mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Merge pull request #2538 from marcosgdf/units
NEW [ task 977 ] New option to manage product unit Migrated code from GPCSolutions/dolibarr:3.2-units branch and adapted for 3.8 with some improvements
This commit is contained in:
@@ -1391,6 +1391,7 @@ UseSearchToSelectProduct=Use a search form to choose a product (rather than a dr
|
||||
UseEcoTaxeAbility=Support Eco-Taxe (WEEE)
|
||||
SetDefaultBarcodeTypeProducts=Default barcode type to use for products
|
||||
SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
|
||||
UseUnits=Support units
|
||||
ProductCodeChecker= Module for product code generation and checking (product or service)
|
||||
ProductOtherConf= Product / Service configuration
|
||||
##### Syslog #####
|
||||
|
||||
@@ -189,6 +189,32 @@ CustomCode=Customs code
|
||||
CountryOrigin=Origin country
|
||||
HiddenIntoCombo=Hidden into select lists
|
||||
Nature=Nature
|
||||
DictionnaryUnits=Units
|
||||
ShortLabel=Short label
|
||||
Unit=Unit
|
||||
p=u.
|
||||
set=set
|
||||
se=set
|
||||
second=second
|
||||
s=s
|
||||
hour=hour
|
||||
h=h
|
||||
day=day
|
||||
d=d
|
||||
kilogram=kilogram
|
||||
kg=Kg
|
||||
gram=gram
|
||||
g=g
|
||||
meter=meter
|
||||
m=m
|
||||
linear meter=linear meter
|
||||
lm=lm
|
||||
square meter=square meter
|
||||
m2=m²
|
||||
cubic meter=cubic meter
|
||||
m3=m³
|
||||
liter=liter
|
||||
l=L
|
||||
ProductCodeModel=Product ref template
|
||||
ServiceCodeModel=Service ref template
|
||||
AddThisProductCard=Create product card
|
||||
|
||||
Reference in New Issue
Block a user