mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
fix: branding customize content
This commit is contained in:
@@ -18,10 +18,12 @@ export function CreditNoteCustomizeGeneralField() {
|
||||
return (
|
||||
<Stack style={{ padding: 20, flex: '1 1 auto' }}>
|
||||
<Stack spacing={0}>
|
||||
<h2 style={{ fontSize: 16, marginBottom: 10 }}>General Branding</h2>
|
||||
<h2 style={{ fontSize: 16, marginBottom: 10, fontWeight: 600 }}>
|
||||
General Branding
|
||||
</h2>
|
||||
<p className={Classes.TEXT_MUTED}>
|
||||
Set your invoice details to be automatically applied every timeyou
|
||||
create a new invoice.
|
||||
Set your company logo and branding colors to be automatically applied
|
||||
to your credit notes.
|
||||
</p>
|
||||
</Stack>
|
||||
|
||||
|
||||
@@ -14,10 +14,10 @@ export function CreditNoteCustomizeContentFields() {
|
||||
style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }}
|
||||
>
|
||||
<Stack spacing={10}>
|
||||
<h3>General Branding</h3>
|
||||
<h3 style={{ fontWeight: 600 }}>General Branding</h3>
|
||||
<p className={Classes.TEXT_MUTED}>
|
||||
Set your invoice details to be automatically applied every timeyou
|
||||
create a new invoice.
|
||||
Customize your credit note by editing the items label or hiding some
|
||||
items to match your needs.
|
||||
</p>
|
||||
</Stack>
|
||||
|
||||
|
||||
@@ -11,10 +11,10 @@ export function EstimateCustomizeContentFields() {
|
||||
style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }}
|
||||
>
|
||||
<Stack spacing={10}>
|
||||
<h3>General Branding</h3>
|
||||
<h3 style={{ fontWeight: 600 }}>Estimate Content</h3>
|
||||
<p className={Classes.TEXT_MUTED}>
|
||||
Set your invoice details to be automatically applied every time
you
|
||||
create a new invoice.
|
||||
Customize your estimate by editing the items label or hiding some
|
||||
items to match your needs.
|
||||
</p>
|
||||
</Stack>
|
||||
|
||||
|
||||
@@ -18,10 +18,12 @@ export function EstimateCustomizeGeneralField() {
|
||||
return (
|
||||
<Stack style={{ padding: 20, flex: '1 1 auto' }}>
|
||||
<Stack spacing={0}>
|
||||
<h2 style={{ fontSize: 16, marginBottom: 10 }}>General Branding</h2>
|
||||
<h2 style={{ fontSize: 16, marginBottom: 10, fontWeight: 600 }}>
|
||||
General Branding
|
||||
</h2>
|
||||
<p className={Classes.TEXT_MUTED}>
|
||||
Set your invoice details to be automatically applied every timeyou
|
||||
create a new invoice.
|
||||
Set your company logo and branding colors to be automatically applied
|
||||
to your estimates.
|
||||
</p>
|
||||
</Stack>
|
||||
|
||||
@@ -38,7 +40,7 @@ export function EstimateCustomizeGeneralField() {
|
||||
<Overlay visible={!isTemplateNameFilled}>
|
||||
<Stack spacing={0}>
|
||||
<FFormGroup
|
||||
name={'primaryColor'}
|
||||
name={'primaryColor'}
|
||||
label={'Primary Color'}
|
||||
style={{ justifyContent: 'space-between' }}
|
||||
inline
|
||||
|
||||
@@ -24,10 +24,11 @@ export function InvoiceCustomizeGeneralField() {
|
||||
return (
|
||||
<Stack style={{ padding: 20, flex: '1 1 auto' }}>
|
||||
<Stack spacing={0}>
|
||||
<h2 style={{ fontSize: 16, marginBottom: 10 }}>General Branding</h2>
|
||||
<h2 style={{ fontSize: 16, marginBottom: 10, fontWeight: 600 }}>
|
||||
General Branding
|
||||
</h2>
|
||||
<p className={Classes.TEXT_MUTED}>
|
||||
Set your invoice details to be automatically applied every timeyou
|
||||
create a new invoice.
|
||||
Set your company logo and branding colors to be automatically applied to your invoices.
|
||||
</p>
|
||||
</Stack>
|
||||
|
||||
|
||||
@@ -14,10 +14,10 @@ export function InvoiceCustomizeContentFields() {
|
||||
style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }}
|
||||
>
|
||||
<Stack spacing={10}>
|
||||
<h3>General Branding</h3>
|
||||
<h3 style={{ fontWeight: 600 }}>Invoice Content</h3>
|
||||
<p className={Classes.TEXT_MUTED}>
|
||||
Set your invoice details to be automatically applied every timeyou
|
||||
create a new invoice.
|
||||
Customize your invoice by editing the items label or hiding some items
|
||||
to match your needs.
|
||||
</p>
|
||||
</Stack>
|
||||
|
||||
|
||||
@@ -14,10 +14,10 @@ export function PaymentReceivedCustomizeContentFields() {
|
||||
style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }}
|
||||
>
|
||||
<Stack spacing={10}>
|
||||
<h3>General Branding</h3>
|
||||
<h3 style={{ fontWeight: 500 }}>Payment Content</h3>
|
||||
<p className={Classes.TEXT_MUTED}>
|
||||
Set your invoice details to be automatically applied every timeyou
|
||||
create a new invoice.
|
||||
Customize your payment receipt by editing the items label or hiding
|
||||
some items to match your needs.
|
||||
</p>
|
||||
</Stack>
|
||||
|
||||
|
||||
@@ -18,10 +18,13 @@ export function PaymentReceivedCustomizeGeneralField() {
|
||||
return (
|
||||
<Stack style={{ padding: 20, flex: '1 1 auto' }}>
|
||||
<Stack spacing={0}>
|
||||
<h2 style={{ fontSize: 16, marginBottom: 10 }}>General Branding</h2>
|
||||
<h2 style={{ fontSize: 16, marginBottom: 10, fontWeight: 600 }}>
|
||||
General Branding
|
||||
</h2>
|
||||
|
||||
<p className={Classes.TEXT_MUTED}>
|
||||
Set your invoice details to be automatically applied every timeyou
|
||||
create a new invoice.
|
||||
Set your company logo and branding colors to be automatically applied
|
||||
to your payment receipts.
|
||||
</p>
|
||||
</Stack>
|
||||
|
||||
|
||||
@@ -14,10 +14,10 @@ export function ReceiptCustomizeFieldsContent() {
|
||||
style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }}
|
||||
>
|
||||
<Stack spacing={10}>
|
||||
<h3>General Branding</h3>
|
||||
<h3 style={{ fontWeight: 600 }}>Receipt Content</h3>
|
||||
<p className={Classes.TEXT_MUTED}>
|
||||
Set your invoice details to be automatically applied every timeyou
|
||||
create a new invoice.
|
||||
Customize your receipt by editing the items label or hiding some items
|
||||
to match your needs.
|
||||
</p>
|
||||
</Stack>
|
||||
|
||||
|
||||
@@ -18,10 +18,12 @@ export function ReceiptCustomizeGeneralField() {
|
||||
return (
|
||||
<Stack style={{ padding: 20, flex: '1 1 auto' }}>
|
||||
<Stack spacing={0}>
|
||||
<h2 style={{ fontSize: 16, marginBottom: 10 }}>General Branding</h2>
|
||||
<h2 style={{ fontSize: 16, marginBottom: 10, fontWeight: 600 }}>
|
||||
General Branding
|
||||
</h2>
|
||||
<p className={Classes.TEXT_MUTED}>
|
||||
Set your invoice details to be automatically applied every timeyou
|
||||
create a new invoice.
|
||||
Set your company logo and branding colors to be automatically applied
|
||||
to your receipts.
|
||||
</p>
|
||||
</Stack>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user