feat(vendor): add vendor opening balance dialog.

This commit is contained in:
elforjani13
2022-03-09 20:59:19 +02:00
parent c5e360ffa2
commit 37f8662cc5
16 changed files with 543 additions and 3 deletions

View File

@@ -1298,6 +1298,7 @@
"customer.drawer.action.new_payment": "New payment",
"customer.drawer.action.new_receipt": "New receipt",
"customer.drawer.action.new_transaction": "New transaction",
"customer.drawer.action.edit_opending_balance": "Edit Opending Balance",
"customer.drawer.action.edit": "Edit",
"customer.drawer.label.outstanding_receivable": "Outstanding receivable",
"customer.drawer.label.customer_name": "Customer name",
@@ -1327,6 +1328,7 @@
"vendor.drawer.action.new_payment": "New payment",
"vendor.drawer.action.new_invoice": "New purchase invoice",
"vendor.drawer.action.edit": "Edit",
"vendor.drawer.action.edit_opending_balance": "Edit Opending Balance",
"manual_journals.empty_status.description": "Manual journals can be used to record financial transactions manually, used by accountants to work with the ledger.",
"manual_journals.empty_status.title": "Create your first journal entries on accounts chart.",
"expenses.empty_status.description": "Create and manage expeses that are part of your organization's operating costs.",
@@ -1844,7 +1846,7 @@
"branches.column.code": "Code",
"select_branch": "Select branch",
"branch": "Branch",
"warehouse":"Warehouse",
"warehouse": "Warehouse",
"branch.dialog.label_new_branch": "New Branch",
"branch.dialog.label_edit_branch": "New Branch",
"branch.dialog.label.branch_name": "Branch Name",
@@ -1885,5 +1887,13 @@
"warehouse_transfer.alert.are_you_sure_you_want_to_initate": "Are you sure you want to initiate this warehouse transfer?",
"warehouse_transfer.alert.transferred_warehouse": "The given warehouse transfer has been delivered",
"warehouse_transfer.alert.are_you_sure_you_want_to_deliver": "Are you sure you want to deliver this warehouse transfer?",
"accounts.error.account_currency_not_same_parent_account": "You could not create an account in a currency different from the parent account currency."
"accounts.error.account_currency_not_same_parent_account": "You could not create an account in a currency different from the parent account currency.",
"customer_opening_balance.success_message": "The opening balance of the given customer has been changed successfully.",
"customer_opening_balance.label": "Edit Customer Opening Balance",
"customer_opening_balance.label.opening_balance": "Opening balance",
"customer_opening_balance.label.opening_balance_at": "Opening balance at",
"vendor_opening_balance.success_message": "The opening balance of the given vendor has been changed successfully.",
"vendor_opening_balance.label": "Edit Vendor Opening Balance",
"vendor_opening_balance.label.opening_balance": "Opening balance",
"vendor_opening_balance.label.opening_balance_at": "Opening balance at"
}