feat: Control selected account from selectedAccountId prop.

feat: Allow to reset form of manual journal and expense.
This commit is contained in:
Ahmed Bouhuolia
2020-07-02 02:50:57 +02:00
parent 2f2b71d24f
commit 985ac3f235
16 changed files with 366 additions and 279 deletions

View File

@@ -181,7 +181,7 @@ export default {
you_could_not_delete_predefined_accounts:
"You could't delete predefined accounts.",
cannot_delete_account_has_associated_transactions:
"you could't not delete account that has associated transactions.",
"You could't not delete account that has associated transactions.",
the_account_has_been_successfully_inactivated:
'The account has been successfully inactivated.',
the_account_has_been_successfully_activated:
@@ -527,4 +527,5 @@ export default {
account_code_hint:
'A unique code/number for this account (limited to 10 characters)',
logic_expression: 'logic expression',
assign_to_customer: 'Assign to Customer',
};