Skip to content

Commit c9ede39

Browse files
sluFicodesSHENGXING LU
andauthored
Added product id in acbr details (#184)
* Added product id in acbr details * link added --------- Co-authored-by: SHENGXING LU <slu@SHENGXINGs-MacBook-Air.local>
1 parent eea9902 commit c9ede39

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

src/app/pages/product-orders/sections/invoices-info/invoices-info.component.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,17 @@ <h2 class="md:text-3xl lg:text-4xl font-bold text-primary-100 ml-4 dark:text-whi
225225
</p>
226226
</div>
227227

228+
<div class="flex flex-row gap-2">
229+
<p class="text-sm font-bold text-gray-700 dark:text-white">
230+
{{ 'INVOICES._product_acbr_ref' | translate }}:
231+
</p>
232+
<p class="text-sm text-blue-100 dark:text-blue-200 font-mono">
233+
<u><a href="/product-inventory/{{acbr.product?.href}}">
234+
{{acbr.product?.href}}
235+
</a></u>
236+
</p>
237+
</div>
238+
228239
@if (acbr.periodCoverage) {
229240
<div class="flex flex-row gap-2">
230241
<p class="text-sm font-bold text-gray-700 dark:text-white">

src/assets/i18n/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@
557557
"_billno": "Invoice Num.",
558558
"_not_found": "No invoices found.",
559559
"_description": "Description",
560+
"_product_acbr_ref": "Product ID",
560561
"_tax_included_amount": "Amount (tax included)",
561562
"_tax_excluded_amount": "Amount (without tax)",
562563
"_tax": "Tax",

src/assets/i18n/es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@
558558
"_billno": "Invoice Num.",
559559
"_not_found": "No invoices found.",
560560
"_description": "Description",
561+
"_product_acbr_ref": "Product ID",
561562
"_tax_included_amount": "Amount (tax included)",
562563
"_tax_excluded_amount": "Amount (without tax)",
563564
"_tax": "Tax",

0 commit comments

Comments
 (0)