-
- {{ t('bill', { ref: row.description }) }}
-
-
-
- {{ row.description }}
+
+
+ {{ dashIfEmpty(row.sref) }}
+
-
- value != row.description &&
- axios.patch(`Receipts/${row.id}`, { description: value })
- "
- auto-save
- >
-
-
+ {{ dashIfEmpty(row.sref) }}
- {{ round(tableRef.footer.invoiceEuros) }}
+ {{ toCurrency(round(tableRef.footer.invoiceEuros)) }}
- {{ round(tableRef.footer.paymentEuros) }}
+ {{ toCurrency(round(tableRef.footer.paymentEuros)) }}
- {{ round(tableRef.footer.euroBalance) }}
+ {{ toCurrency(round(tableRef.footer.euroBalance)) }}