mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat(branche): add crud branches.
This commit is contained in:
@@ -1826,20 +1826,25 @@
|
||||
"credit_note_preview.dialog.title": "Credit Note PDF Preview",
|
||||
"payment_receive_preview.dialog.title": "Payment Receive PDF Preview",
|
||||
"branches.label": "Branches",
|
||||
"branches.label.new_branche": "New Branch",
|
||||
"branches.label.new_branch": "New Branch",
|
||||
"branches.action.edit_branch": "Edit Branch",
|
||||
"branches.action.delete_branch": "Edit Branch",
|
||||
"branches.action.delete_branch": "Delete Branch",
|
||||
"branches.column.branch_name": "Branch name",
|
||||
"branches.column.address": "Address",
|
||||
"branches.column.phone_number": "Phone number",
|
||||
"branch.dialog.label": "New Branch",
|
||||
"branches.column.code": "Code",
|
||||
"branch.dialog.label_new_branch": "New Branch",
|
||||
"branch.dialog.label_edit_branch": "New Branch",
|
||||
"branch.dialog.label.branch_name": "Branch Name",
|
||||
"branch.dialog.label.branch_code": "Code",
|
||||
"branch.dialog.label.branch_address": "Branch Address",
|
||||
"branch.dialog.label.address_1": "Address 1",
|
||||
"branch.dialog.label.address_2": "Address 2",
|
||||
"branch.dialog.label.address_1": "Address",
|
||||
"branch.dialog.label.city": "City",
|
||||
"branch.dialog.label.country": "Country",
|
||||
"branch.dialog.label.phone_number": "Phone Number",
|
||||
"branch.dialog.label.email": "Email",
|
||||
"branch.dialog.label.website": "Website"
|
||||
"branch.dialog.label.website": "Website",
|
||||
"branch.dialog.success_message": "The branch has been created successfully.",
|
||||
"branch.alert.delete_message":"The branch has been deleted successfully",
|
||||
"branch.once_delete_this_branch":"Once you delete this branch, you won't be able to restore it later. Are you sure you want to delete this branch?"
|
||||
}
|
||||
Reference in New Issue
Block a user