Merge remote-tracking branch 'origin/master' into frontend-performance-improvements

This commit is contained in:
Darko Gjorgjijoski
2025-08-28 11:13:45 +02:00
51 changed files with 651 additions and 165 deletions

View File

@@ -250,6 +250,14 @@ customFieldStore.resetCustomFields()
v$.value.$reset
estimateStore.fetchEstimateInitialSettings(isEdit.value)
watch(
() => companyStore.selectedCompanySettings?.tax_included_by_default,
(newVal) => {
estimateStore.newEstimate.tax_included = newVal === 'YES'
},
{immediate: true}
)
async function submitForm() {
v$.value.$touch()