feat: optimize branding templates customiing

This commit is contained in:
Ahmed Bouhuolia
2024-09-14 19:32:16 +02:00
parent 28319c2cdc
commit d690c6a3fe
13 changed files with 209 additions and 45 deletions

View File

@@ -25,7 +25,7 @@ export const initialValues = {
// Addresses
showBilledFromAddress: true,
showBillingToAddress: true,
showBilledToAddress: true,
billedToLabel: 'Billed To',
// Entries
@@ -55,7 +55,7 @@ export const fieldsGroups = [
fields: [
{
labelKey: 'estimateNumberLabel',
enableKey: 'showEstimateeNumber',
enableKey: 'showEstimateNumber',
label: 'Estimate No.',
},
{
@@ -65,11 +65,11 @@ export const fieldsGroups = [
},
{
labelKey: 'expirationDateLabel',
enableKey: 'expirationDueDate',
enableKey: 'showExpirationDate',
label: 'Expiration Date',
},
{
enableKey: 'showBillingToAddress',
enableKey: 'showBilledToAddress',
labelKey: 'billedToLabel',
label: 'Bill To',
},