mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat: fix make journal.
This commit is contained in:
@@ -641,14 +641,14 @@ export default [
|
|||||||
ability: ReportsAction.READ_AP_AGING_SUMMARY,
|
ability: ReportsAction.READ_AP_AGING_SUMMARY,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
text: <T id={'realized_gain_or_loss.label'} />,
|
// text: <T id={'realized_gain_or_loss.label'} />,
|
||||||
href: '/financial-reports/realized-gain-loss',
|
// href: '/financial-reports/realized-gain-loss',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
text: <T id={'unrealized_gain_or_loss.label'} />,
|
// text: <T id={'unrealized_gain_or_loss.label'} />,
|
||||||
href: '/financial-reports/unrealized-gain-loss',
|
// href: '/financial-reports/unrealized-gain-loss',
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
text: <T id={'Sales/Purchases'} />,
|
text: <T id={'Sales/Purchases'} />,
|
||||||
label: true,
|
label: true,
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ function MakeJournalEntriesForm({
|
|||||||
currency_code: base_currency,
|
currency_code: base_currency,
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
[manualJournal, base_currency, journalNumber],
|
[manualJournal, base_currency, journalNumber, journalAutoIncrement],
|
||||||
);
|
);
|
||||||
|
|
||||||
// Handle the form submiting.
|
// Handle the form submiting.
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ export const defaultEntry = {
|
|||||||
credit: '',
|
credit: '',
|
||||||
debit: '',
|
debit: '',
|
||||||
contact_id: '',
|
contact_id: '',
|
||||||
|
branch_id: '',
|
||||||
note: '',
|
note: '',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user