Add to settings
This commit is contained in:
parent
5fdc1dfcc6
commit
ba6f11a35a
|
|
@ -257,6 +257,8 @@ class SettingsSearch extends StatelessWidget {
|
||||||
'payment_type',
|
'payment_type',
|
||||||
'payment_terms',
|
'payment_terms',
|
||||||
'task_rate',
|
'task_rate',
|
||||||
|
'online_payment_email',
|
||||||
|
'manual_payment_email',
|
||||||
'invoice_terms',
|
'invoice_terms',
|
||||||
'invoice_footer',
|
'invoice_footer',
|
||||||
'quote_terms',
|
'quote_terms',
|
||||||
|
|
@ -269,6 +271,7 @@ class SettingsSearch extends StatelessWidget {
|
||||||
'last_name',
|
'last_name',
|
||||||
'email',
|
'email',
|
||||||
'phone',
|
'phone',
|
||||||
|
'accent_color',
|
||||||
],
|
],
|
||||||
kSettingsLocalization: [
|
kSettingsLocalization: [
|
||||||
'currency',
|
'currency',
|
||||||
|
|
@ -278,6 +281,7 @@ class SettingsSearch extends StatelessWidget {
|
||||||
'military_time',
|
'military_time',
|
||||||
'first_day_of_the_week',
|
'first_day_of_the_week',
|
||||||
'first_month_of_the_year',
|
'first_month_of_the_year',
|
||||||
|
'custom_labels',
|
||||||
],
|
],
|
||||||
kSettingsOnlinePayments: [
|
kSettingsOnlinePayments: [
|
||||||
'accepted_card_logos',
|
'accepted_card_logos',
|
||||||
|
|
@ -294,7 +298,14 @@ class SettingsSearch extends StatelessWidget {
|
||||||
'update_products',
|
'update_products',
|
||||||
'convert_products',
|
'convert_products',
|
||||||
],
|
],
|
||||||
|
kSettingsAccountManagement: [
|
||||||
|
'api_tokens',
|
||||||
|
'api_webhooks',
|
||||||
|
'purge_data',
|
||||||
|
'delete_company',
|
||||||
|
],
|
||||||
kSettingsDeviceSettings: [
|
kSettingsDeviceSettings: [
|
||||||
|
'rows_per_page',
|
||||||
'dark_mode',
|
'dark_mode',
|
||||||
'long_press_multiselect',
|
'long_press_multiselect',
|
||||||
'biometric_authentication',
|
'biometric_authentication',
|
||||||
|
|
@ -338,11 +349,13 @@ class SettingsSearch extends StatelessWidget {
|
||||||
'auto_email_invoice',
|
'auto_email_invoice',
|
||||||
'auto_archive_invoice',
|
'auto_archive_invoice',
|
||||||
'auto_convert',
|
'auto_convert',
|
||||||
|
'lock_invoices',
|
||||||
],
|
],
|
||||||
kSettingsClientPortal: [
|
kSettingsClientPortal: [
|
||||||
'portal_mode',
|
'portal_mode',
|
||||||
'subdomain',
|
'subdomain',
|
||||||
'domain',
|
'domain',
|
||||||
|
'client_registration',
|
||||||
'enable_portal_password',
|
'enable_portal_password',
|
||||||
'show_accept_invoice_terms',
|
'show_accept_invoice_terms',
|
||||||
'show_accept_quote_terms',
|
'show_accept_quote_terms',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue