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