mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat: landed hint.
This commit is contained in:
@@ -99,7 +99,7 @@ export function IndexTableCell({ row: { index } }) {
|
|||||||
const LandedCostHeaderCell = () => {
|
const LandedCostHeaderCell = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<T id={'Landed'} />
|
<T id={'landed'} />
|
||||||
<Hint content={<T id={'item_entries.landed.hint'} />} />
|
<Hint content={<T id={'item_entries.landed.hint'} />} />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -56,12 +56,8 @@ const ActionsCellRenderer = ({
|
|||||||
const LandedCostHeaderCell = () => {
|
const LandedCostHeaderCell = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<T id={'Landed'} />
|
<T id={'landed'} />
|
||||||
<Hint
|
<Hint content={<T id={'item_entries.landed.hint'} />} />
|
||||||
content={
|
|
||||||
'This options allows you to be able to add additional cost eg. freight then allocate cost to the items in your bills.'
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1144,7 +1144,7 @@
|
|||||||
"Select transaction": "Select transaction",
|
"Select transaction": "Select transaction",
|
||||||
"Select transaction entry": "Select transaction entry",
|
"Select transaction entry": "Select transaction entry",
|
||||||
"From transaction": "From transaction",
|
"From transaction": "From transaction",
|
||||||
"Landed": "Landed",
|
"landed": "Landed",
|
||||||
"This options allows you to be able to add additional cost eg. freight then allocate cost to the items in your bills.": "This options allows you to be able to add additional cost eg. freight then allocate cost to the items in your bills.",
|
"This options allows you to be able to add additional cost eg. freight then allocate cost to the items in your bills.": "This options allows you to be able to add additional cost eg. freight then allocate cost to the items in your bills.",
|
||||||
"Once your delete this located landed cost, you won't be able to restore it later, Are your sure you want to delete this transaction?": "Once your delete this located landed cost, you won't be able to restore it later, Are your sure you want to delete this transaction?",
|
"Once your delete this located landed cost, you won't be able to restore it later, Are your sure you want to delete this transaction?": "Once your delete this located landed cost, you won't be able to restore it later, Are your sure you want to delete this transaction?",
|
||||||
"journal_entries": "Journal Entries",
|
"journal_entries": "Journal Entries",
|
||||||
@@ -1671,6 +1671,4 @@
|
|||||||
"invoice.convert_to_credit_note":"Convert to Credit Note",
|
"invoice.convert_to_credit_note":"Convert to Credit Note",
|
||||||
"bill.convert_to_credit_note":"Convert to Vendor Credit",
|
"bill.convert_to_credit_note":"Convert to Vendor Credit",
|
||||||
"overdue":"Overdue"
|
"overdue":"Overdue"
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user