Added an price field to allow defining the price of non-part BOM entries

This commit is contained in:
Jan Böhmer 2022-12-31 18:57:36 +01:00
parent f62937096f
commit 0e020dab74
7 changed files with 161 additions and 39 deletions

View file

@ -10127,5 +10127,11 @@ Element 3</target>
<target>Subprojects</target>
</segment>
</unit>
<unit id="CTIbEF6" name="project.bom.price">
<segment>
<source>project.bom.price</source>
<target>Price</target>
</segment>
</unit>
</file>
</xliff>

View file

@ -275,5 +275,11 @@
<target>The project BOM has to include all subprojects builds parts. Part %part_name% of project %project_name% missing!</target>
</segment>
</unit>
<unit id="U9b1EzD" name="project.bom_entry.price_not_allowed_on_parts">
<segment>
<source>project.bom_entry.price_not_allowed_on_parts</source>
<target>Prices are not allowed on BOM entries associated with a part. Define the price on the part instead.</target>
</segment>
</unit>
</file>
</xliff>