This is an automated email from the ASF dual-hosted git repository.
golja pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new f919247961 Fixed: Add ProductQtyAccepted label for 'Quantity Accepted'
in Product component and replace ProductQtyReceived with ProductQtyAccepted in
ReceiveInventory screen
f919247961 is described below
commit f919247961ee43f9052ee87145948c1220c411fa
Author: Anahita Goljahani <[email protected]>
AuthorDate: Mon May 25 11:51:25 2026 +0200
Fixed: Add ProductQtyAccepted label for 'Quantity Accepted' in Product
component and replace ProductQtyReceived with ProductQtyAccepted in
ReceiveInventory screen
---
applications/product/config/ProductUiLabels.xml | 13 +++++++++++++
.../product/template/inventory/ReceiveInventory.ftl | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/applications/product/config/ProductUiLabels.xml
b/applications/product/config/ProductUiLabels.xml
index 55bf6a1e48..145dbfae01 100644
--- a/applications/product/config/ProductUiLabels.xml
+++ b/applications/product/config/ProductUiLabels.xml
@@ -27277,6 +27277,19 @@
<value xml:lang="zh">现货数量</value>
<value xml:lang="zh-TW">現貨數量</value>
</property>
+ <property key="ProductQtyAccepted">
+ <value xml:lang="de">Angenommene Menge</value>
+ <value xml:lang="en">Qty Accepted</value>
+ <value xml:lang="es">Cantidad aceptada</value>
+ <value xml:lang="fr">Qté acceptée</value>
+ <value xml:lang="it">Qnt Accettata</value>
+ <value xml:lang="ja">受諾数量</value>
+ <value xml:lang="ro">Cantitate Acceptata</value>
+ <value xml:lang="ru">Принятое количество</value>
+ <value xml:lang="th">จำนวนที่ยอมรับ</value>
+ <value xml:lang="zh">已接受的数量</value>
+ <value xml:lang="zh-TW">已接受的數量</value>
+ </property>
<property key="ProductQtyOffset">
<value xml:lang="de">Vorhandene Menge minus Minimalbestand</value>
<value xml:lang="en">Qty Offset</value>
diff --git a/applications/product/template/inventory/ReceiveInventory.ftl
b/applications/product/template/inventory/ReceiveInventory.ftl
index a020c1218f..196c0b1b84 100644
--- a/applications/product/template/inventory/ReceiveInventory.ftl
+++ b/applications/product/template/inventory/ReceiveInventory.ftl
@@ -446,7 +446,7 @@ under the License.
<@htmlTemplate.lookupField
formName="selectAllForm" name="locationSeqId_o_${rowCount}"
id="locationSeqId_o_${rowCount}" fieldFormName="${LookupFacilityLocationView}"/>
</#if>
</td>
- <td align="right">${uiLabelMap.ProductQtyReceived}
:</td>
+ <td align="right">${uiLabelMap.ProductQtyAccepted}
:</td>
<td align="right">
<input type="text"
name="quantityAccepted_o_${rowCount}" size="6" value=<#if
partialReceive??>"0"<#else>"${defaultQuantity?string.number}"</#if>/>
</td>