From 806696a0032e3c2e9a6b677d5fde36528dfbecc7 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Wed, 24 Jan 2024 02:59:52 +0100 Subject: [PATCH] fix: typos --- .../in_standard_chart_of_accounts.json | 8 ++++---- .../verified/standard_chart_of_accounts.py | 10 +++++----- ...d_chart_of_accounts_with_account_number.py | 10 +++++----- .../accounts/doctype/account/test_account.py | 2 +- .../doctype/bank_account/bank_account.py | 2 +- .../doctype/bank_guarantee/bank_guarantee.py | 6 +++--- .../doctype/coupon_code/coupon_code.json | 4 ++-- .../invoice_discounting.js | 2 +- .../opening_invoice_creation_tool.py | 2 +- .../doctype/pos_invoice/pos_invoice.py | 4 ++-- .../doctype/pos_profile/pos_profile.py | 2 +- .../doctype/pricing_rule/pricing_rule.json | 4 ++-- .../doctype/pricing_rule/pricing_rule.py | 2 +- .../promotional_scheme.json | 4 ++-- .../doctype/subscription/subscription.json | 4 ++-- .../doctype/subscription/subscription.py | 6 ++---- .../doctype/subscription/subscription_list.js | 4 ++-- .../doctype/subscription/test_subscription.py | 2 +- .../accounts_settings/accounts_settings.json | 4 ++-- .../report/account_balance/account_balance.js | 2 +- erpnext/assets/doctype/asset/asset.py | 2 +- .../asset_maintenance/asset_maintenance.py | 2 +- .../asset_category/asset_category.json | 4 ++-- .../fixed_asset_register.py | 2 +- .../controllers/sales_and_purchase_return.py | 2 +- .../tally_migration/tally_migration.py | 2 +- .../maintenance_schedule.py | 2 +- .../doctype/work_order/work_order.py | 2 +- .../v14_0/migrate_gl_to_payment_ledger.py | 2 +- .../lower_deduction_certificate.json | 4 ++-- .../lower_deduction_certificate.py | 4 ++-- .../selling/doctype/customer/test_customer.py | 6 +++--- .../doctype/sales_order/sales_order.py | 2 +- .../page/point_of_sale/pos_controller.js | 2 +- .../authorization_control.py | 2 +- erpnext/setup/doctype/employee/employee.json | 8 ++++---- .../doctype/delivery_note/delivery_note.py | 20 +++++++++---------- .../stock/doctype/item_price/item_price.json | 4 ++-- .../stock/doctype/item_price/item_price.py | 2 +- .../doctype/item_price/test_item_price.py | 2 +- .../material_request/material_request.py | 2 +- .../material_request/material_request_list.js | 2 +- .../purchase_receipt/purchase_receipt.py | 16 +++++++-------- .../stock/doctype/stock_entry/stock_entry.py | 2 +- .../stock_settings/stock_settings.json | 4 ++-- erpnext/stock/reorder_item.py | 2 +- erpnext/utilities/activation.py | 2 +- 47 files changed, 94 insertions(+), 96 deletions(-) diff --git a/erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json b/erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json index 2ec0b7f70c..56b22a63d8 100644 --- a/erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json +++ b/erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json @@ -36,16 +36,16 @@ } }, "Fixed Assets": { - "Capital Equipments": { + "Capital Equipment": { "account_type": "Fixed Asset" }, - "Electronic Equipments": { + "Electronic Equipment": { "account_type": "Fixed Asset" }, - "Furnitures and Fixtures": { + "Furniture and Fixtures": { "account_type": "Fixed Asset" }, - "Office Equipments": { + "Office Equipment": { "account_type": "Fixed Asset" }, "Plants and Machineries": { diff --git a/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py b/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py index e30ad24a37..0699932360 100644 --- a/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +++ b/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py @@ -23,13 +23,13 @@ def get(): _("Tax Assets"): {"is_group": 1}, }, _("Fixed Assets"): { - _("Capital Equipments"): {"account_type": "Fixed Asset"}, - _("Electronic Equipments"): {"account_type": "Fixed Asset"}, - _("Furnitures and Fixtures"): {"account_type": "Fixed Asset"}, - _("Office Equipments"): {"account_type": "Fixed Asset"}, + _("Capital Equipment"): {"account_type": "Fixed Asset"}, + _("Electronic Equipment"): {"account_type": "Fixed Asset"}, + _("Furniture and Fixtures"): {"account_type": "Fixed Asset"}, + _("Office Equipment"): {"account_type": "Fixed Asset"}, _("Plants and Machineries"): {"account_type": "Fixed Asset"}, _("Buildings"): {"account_type": "Fixed Asset"}, - _("Softwares"): {"account_type": "Fixed Asset"}, + _("Software"): {"account_type": "Fixed Asset"}, _("Accumulated Depreciation"): {"account_type": "Accumulated Depreciation"}, _("CWIP Account"): { "account_type": "Capital Work in Progress", diff --git a/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py b/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py index 0e46f1e08a..ee4da732e7 100644 --- a/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py +++ b/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py @@ -36,13 +36,13 @@ def get(): "account_number": "1100-1600", }, _("Fixed Assets"): { - _("Capital Equipments"): {"account_type": "Fixed Asset", "account_number": "1710"}, - _("Electronic Equipments"): {"account_type": "Fixed Asset", "account_number": "1720"}, - _("Furnitures and Fixtures"): {"account_type": "Fixed Asset", "account_number": "1730"}, - _("Office Equipments"): {"account_type": "Fixed Asset", "account_number": "1740"}, + _("Capital Equipment"): {"account_type": "Fixed Asset", "account_number": "1710"}, + _("Electronic Equipment"): {"account_type": "Fixed Asset", "account_number": "1720"}, + _("Furniture and Fixtures"): {"account_type": "Fixed Asset", "account_number": "1730"}, + _("Office Equipment"): {"account_type": "Fixed Asset", "account_number": "1740"}, _("Plants and Machineries"): {"account_type": "Fixed Asset", "account_number": "1750"}, _("Buildings"): {"account_type": "Fixed Asset", "account_number": "1760"}, - _("Softwares"): {"account_type": "Fixed Asset", "account_number": "1770"}, + _("Software"): {"account_type": "Fixed Asset", "account_number": "1770"}, _("Accumulated Depreciation"): { "account_type": "Accumulated Depreciation", "account_number": "1780", diff --git a/erpnext/accounts/doctype/account/test_account.py b/erpnext/accounts/doctype/account/test_account.py index 30eebef7fb..eb3e00b388 100644 --- a/erpnext/accounts/doctype/account/test_account.py +++ b/erpnext/accounts/doctype/account/test_account.py @@ -119,7 +119,7 @@ class TestAccount(unittest.TestCase): InvalidAccountMergeError, merge_account, "Capital Stock - _TC", - "Softwares - _TC", + "Software - _TC", ) # Raise error as currency doesn't match diff --git a/erpnext/accounts/doctype/bank_account/bank_account.py b/erpnext/accounts/doctype/bank_account/bank_account.py index 4b99b198de..ace4bb193d 100644 --- a/erpnext/accounts/doctype/bank_account/bank_account.py +++ b/erpnext/accounts/doctype/bank_account/bank_account.py @@ -55,7 +55,7 @@ class BankAccount(Document): def validate_company(self): if self.is_company_account and not self.company: - frappe.throw(_("Company is manadatory for company account")) + frappe.throw(_("Company is mandatory for company account")) def validate_iban(self): """ diff --git a/erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py b/erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py index 0af2caf111..4326c404fd 100644 --- a/erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py +++ b/erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py @@ -48,11 +48,11 @@ class BankGuarantee(Document): def on_submit(self): if not self.bank_guarantee_number: - frappe.throw(_("Enter the Bank Guarantee Number before submittting.")) + frappe.throw(_("Enter the Bank Guarantee Number before submitting.")) if not self.name_of_beneficiary: - frappe.throw(_("Enter the name of the Beneficiary before submittting.")) + frappe.throw(_("Enter the name of the Beneficiary before submitting.")) if not self.bank: - frappe.throw(_("Enter the name of the bank or lending institution before submittting.")) + frappe.throw(_("Enter the name of the bank or lending institution before submitting.")) @frappe.whitelist() diff --git a/erpnext/accounts/doctype/coupon_code/coupon_code.json b/erpnext/accounts/doctype/coupon_code/coupon_code.json index 7dc5e9dc78..c6b1477a6e 100644 --- a/erpnext/accounts/doctype/coupon_code/coupon_code.json +++ b/erpnext/accounts/doctype/coupon_code/coupon_code.json @@ -80,7 +80,7 @@ { "fieldname": "valid_upto", "fieldtype": "Date", - "label": "Valid Upto" + "label": "Valid Up To" }, { "depends_on": "eval: doc.coupon_type == \"Promotional\"", @@ -115,7 +115,7 @@ "read_only": 1 } ], - "modified": "2019-10-19 14:48:14.602481", + "modified": "2024-01-24 02:20:26.145996", "modified_by": "Administrator", "module": "Accounts", "name": "Coupon Code", diff --git a/erpnext/accounts/doctype/invoice_discounting/invoice_discounting.js b/erpnext/accounts/doctype/invoice_discounting/invoice_discounting.js index db4f7c423f..c80bf6243b 100644 --- a/erpnext/accounts/doctype/invoice_discounting/invoice_discounting.js +++ b/erpnext/accounts/doctype/invoice_discounting/invoice_discounting.js @@ -154,7 +154,7 @@ frappe.ui.form.on('Invoice Discounting', { } }); }, - primary_action_label: __('Get Invocies') + primary_action_label: __('Get Invoices') }); d.show(); }, diff --git a/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py b/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py index f5f8f8ab10..acd993376a 100644 --- a/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py +++ b/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py @@ -270,7 +270,7 @@ def start_import(invoices): errors, "Error Log" ), indicator="red", - title=_("Error Occured"), + title=_("Error Occurred"), ) return names diff --git a/erpnext/accounts/doctype/pos_invoice/pos_invoice.py b/erpnext/accounts/doctype/pos_invoice/pos_invoice.py index e542d3cc63..ca031f0e6b 100644 --- a/erpnext/accounts/doctype/pos_invoice/pos_invoice.py +++ b/erpnext/accounts/doctype/pos_invoice/pos_invoice.py @@ -371,7 +371,7 @@ class POSInvoice(SalesInvoice): if d.get("qty") > 0: frappe.throw( _( - "Row #{}: You cannot add postive quantities in a return invoice. Please remove item {} to complete the return." + "Row #{}: You cannot add positive quantities in a return invoice. Please remove item {} to complete the return." ).format(d.idx, frappe.bold(d.item_code)), title=_("Invalid Item"), ) @@ -793,7 +793,7 @@ def make_merge_log(invoices): invoices = json.loads(invoices) if len(invoices) == 0: - frappe.throw(_("Atleast one invoice has to be selected.")) + frappe.throw(_("At least one invoice has to be selected.")) merge_log = frappe.new_doc("POS Invoice Merge Log") merge_log.posting_date = getdate(nowdate()) diff --git a/erpnext/accounts/doctype/pos_profile/pos_profile.py b/erpnext/accounts/doctype/pos_profile/pos_profile.py index 30f3e0cc9e..c1add57bc5 100644 --- a/erpnext/accounts/doctype/pos_profile/pos_profile.py +++ b/erpnext/accounts/doctype/pos_profile/pos_profile.py @@ -132,7 +132,7 @@ class POSProfile(Document): if len(customer_groups) != len(set(customer_groups)): frappe.throw( - _("Duplicate customer group found in the cutomer group table"), + _("Duplicate customer group found in the customer group table"), title=_("Duplicate Customer Group"), ) diff --git a/erpnext/accounts/doctype/pricing_rule/pricing_rule.json b/erpnext/accounts/doctype/pricing_rule/pricing_rule.json index e8e8044929..61c01a4f97 100644 --- a/erpnext/accounts/doctype/pricing_rule/pricing_rule.json +++ b/erpnext/accounts/doctype/pricing_rule/pricing_rule.json @@ -339,7 +339,7 @@ { "fieldname": "valid_upto", "fieldtype": "Date", - "label": "Valid Upto" + "label": "Valid Up To" }, { "fieldname": "col_break1", @@ -608,7 +608,7 @@ "icon": "fa fa-gift", "idx": 1, "links": [], - "modified": "2023-02-14 04:53:34.887358", + "modified": "2024-01-24 02:20:26.145996", "modified_by": "Administrator", "module": "Accounts", "name": "Pricing Rule", diff --git a/erpnext/accounts/doctype/pricing_rule/pricing_rule.py b/erpnext/accounts/doctype/pricing_rule/pricing_rule.py index ca704908e8..300692f714 100644 --- a/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +++ b/erpnext/accounts/doctype/pricing_rule/pricing_rule.py @@ -193,7 +193,7 @@ class PricingRule(Document): def validate_applicable_for_selling_or_buying(self): if not self.selling and not self.buying: - throw(_("Atleast one of the Selling or Buying must be selected")) + throw(_("At least one of the Selling or Buying must be selected")) if not self.selling and self.applicable_for in [ "Customer", diff --git a/erpnext/accounts/doctype/promotional_scheme/promotional_scheme.json b/erpnext/accounts/doctype/promotional_scheme/promotional_scheme.json index 1d68b23d6c..7fdfdcd68a 100644 --- a/erpnext/accounts/doctype/promotional_scheme/promotional_scheme.json +++ b/erpnext/accounts/doctype/promotional_scheme/promotional_scheme.json @@ -232,7 +232,7 @@ { "fieldname": "valid_upto", "fieldtype": "Date", - "label": "Valid Upto" + "label": "Valid Up To" }, { "fieldname": "column_break_26", @@ -278,7 +278,7 @@ } ], "links": [], - "modified": "2021-05-06 16:20:22.039078", + "modified": "2024-01-24 02:20:26.145996", "modified_by": "Administrator", "module": "Accounts", "name": "Promotional Scheme", diff --git a/erpnext/accounts/doctype/subscription/subscription.json b/erpnext/accounts/doctype/subscription/subscription.json index 97fd4d040f..afa8bcbc83 100644 --- a/erpnext/accounts/doctype/subscription/subscription.json +++ b/erpnext/accounts/doctype/subscription/subscription.json @@ -51,7 +51,7 @@ "fieldtype": "Select", "label": "Status", "no_copy": 1, - "options": "\nTrialling\nActive\nPast Due Date\nCancelled\nUnpaid\nCompleted", + "options": "\nTrialing\nActive\nPast Due Date\nCancelled\nUnpaid\nCompleted", "read_only": 1 }, { @@ -267,7 +267,7 @@ "link_fieldname": "subscription" } ], - "modified": "2023-12-28 17:20:42.687789", + "modified": "2024-01-24 02:20:26.145996", "modified_by": "Administrator", "module": "Accounts", "name": "Subscription", diff --git a/erpnext/accounts/doctype/subscription/subscription.py b/erpnext/accounts/doctype/subscription/subscription.py index 6d27806253..9f19366667 100644 --- a/erpnext/accounts/doctype/subscription/subscription.py +++ b/erpnext/accounts/doctype/subscription/subscription.py @@ -78,9 +78,7 @@ class Subscription(Document): purchase_tax_template: DF.Link | None sales_tax_template: DF.Link | None start_date: DF.Date | None - status: DF.Literal[ - "", "Trialling", "Active", "Past Due Date", "Cancelled", "Unpaid", "Completed" - ] + status: DF.Literal["", "Trialing", "Active", "Past Due Date", "Cancelled", "Unpaid", "Completed"] submit_invoice: DF.Check trial_period_end: DF.Date | None trial_period_start: DF.Date | None @@ -233,7 +231,7 @@ class Subscription(Document): Sets the status of the `Subscription` """ if self.is_trialling(): - self.status = "Trialling" + self.status = "Trialing" elif ( self.status == "Active" and self.end_date and getdate(posting_date) > getdate(self.end_date) ): diff --git a/erpnext/accounts/doctype/subscription/subscription_list.js b/erpnext/accounts/doctype/subscription/subscription_list.js index 6490ff3776..ea48b535cf 100644 --- a/erpnext/accounts/doctype/subscription/subscription_list.js +++ b/erpnext/accounts/doctype/subscription/subscription_list.js @@ -1,7 +1,7 @@ frappe.listview_settings['Subscription'] = { get_indicator: function(doc) { - if(doc.status === 'Trialling') { - return [__("Trialling"), "green"]; + if(doc.status === 'Trialing') { + return [__("Trialing"), "green"]; } else if(doc.status === 'Active') { return [__("Active"), "green"]; } else if(doc.status === 'Completed') { diff --git a/erpnext/accounts/doctype/subscription/test_subscription.py b/erpnext/accounts/doctype/subscription/test_subscription.py index a46642ad50..89be543057 100644 --- a/erpnext/accounts/doctype/subscription/test_subscription.py +++ b/erpnext/accounts/doctype/subscription/test_subscription.py @@ -46,7 +46,7 @@ class TestSubscription(FrappeTestCase): get_date_str(subscription.current_invoice_end), ) self.assertEqual(subscription.invoices, []) - self.assertEqual(subscription.status, "Trialling") + self.assertEqual(subscription.status, "Trialing") def test_create_subscription_without_trial_with_correct_period(self): subscription = create_subscription() diff --git a/erpnext/accounts/form_tour/accounts_settings/accounts_settings.json b/erpnext/accounts/form_tour/accounts_settings/accounts_settings.json index e2bf50d20a..b41012c883 100644 --- a/erpnext/accounts/form_tour/accounts_settings/accounts_settings.json +++ b/erpnext/accounts/form_tour/accounts_settings/accounts_settings.json @@ -4,7 +4,7 @@ "doctype": "Form Tour", "idx": 0, "is_standard": 1, - "modified": "2021-06-29 17:00:26.145996", + "modified": "2024-01-24 02:20:26.145996", "modified_by": "Administrator", "module": "Accounts", "name": "Accounts Settings", @@ -82,7 +82,7 @@ "label": "Accounts Frozen Till Date", "parent_field": "", "position": "Right", - "title": "Accounts Frozen Upto" + "title": "Accounts Frozen Up To" }, { "description": "Users with this Role are allowed to set frozen accounts and create/modify accounting entries against frozen accounts.", diff --git a/erpnext/accounts/report/account_balance/account_balance.js b/erpnext/accounts/report/account_balance/account_balance.js index 5681be9211..ab5dce8145 100644 --- a/erpnext/accounts/report/account_balance/account_balance.js +++ b/erpnext/accounts/report/account_balance/account_balance.js @@ -39,7 +39,7 @@ frappe.query_reports["Account Balance"] = { { "value": "Asset Received But Not Billed", "label": __("Asset Received But Not Billed") }, { "value": "Bank", "label": __("Bank") }, { "value": "Cash", "label": __("Cash") }, - { "value": "Chargeble", "label": __("Chargeble") }, + { "value": "Chargeable", "label": __("Chargeable") }, { "value": "Capital Work in Progress", "label": __("Capital Work in Progress") }, { "value": "Cost of Goods Sold", "label": __("Cost of Goods Sold") }, { "value": "Depreciation", "label": __("Depreciation") }, diff --git a/erpnext/assets/doctype/asset/asset.py b/erpnext/assets/doctype/asset/asset.py index 73572499f2..cc23d9dcb6 100644 --- a/erpnext/assets/doctype/asset/asset.py +++ b/erpnext/assets/doctype/asset/asset.py @@ -1011,7 +1011,7 @@ def make_asset_movement(assets, purpose=None): assets = json.loads(assets) if len(assets) == 0: - frappe.throw(_("Atleast one asset has to be selected.")) + frappe.throw(_("At least one asset has to be selected.")) asset_movement = frappe.new_doc("Asset Movement") asset_movement.quantity = len(assets) diff --git a/erpnext/assets/doctype/asset_maintenance/asset_maintenance.py b/erpnext/assets/doctype/asset_maintenance/asset_maintenance.py index 063fe994aa..780f61f15c 100644 --- a/erpnext/assets/doctype/asset_maintenance/asset_maintenance.py +++ b/erpnext/assets/doctype/asset_maintenance/asset_maintenance.py @@ -40,7 +40,7 @@ class AssetMaintenance(Document): if getdate(task.next_due_date) < getdate(nowdate()): task.maintenance_status = "Overdue" if not task.assign_to and self.docstatus == 0: - throw(_("Row #{}: Please asign task to a member.").format(task.idx)) + throw(_("Row #{}: Please assign task to a member.").format(task.idx)) def on_update(self): for task in self.get("asset_maintenance_tasks"): diff --git a/erpnext/assets/onboarding_step/asset_category/asset_category.json b/erpnext/assets/onboarding_step/asset_category/asset_category.json index 58f322eecf..a1b68ba6b0 100644 --- a/erpnext/assets/onboarding_step/asset_category/asset_category.json +++ b/erpnext/assets/onboarding_step/asset_category/asset_category.json @@ -2,14 +2,14 @@ "action": "Show Form Tour", "action_label": "Let's review existing Asset Category", "creation": "2021-08-13 14:26:18.656303", - "description": "# Asset Category\n\nAn Asset Category classifies different assets of a Company.\n\nYou can create an Asset Category based on the type of assets. For example, all your desktops and laptops can be part of an Asset Category named \"Electronic Equipments\". Create a separate category for furniture. Also, you can update default properties for each category, like:\n - Depreciation type and duration\n - Fixed asset account\n - Depreciation account\n", + "description": "# Asset Category\n\nAn Asset Category classifies different assets of a Company.\n\nYou can create an Asset Category based on the type of assets. For example, all your desktops and laptops can be part of an Asset Category named \"Electronic Equipment\". Create a separate category for furniture. Also, you can update default properties for each category, like:\n - Depreciation type and duration\n - Fixed asset account\n - Depreciation account\n", "docstatus": 0, "doctype": "Onboarding Step", "idx": 0, "is_complete": 0, "is_single": 0, "is_skipped": 0, - "modified": "2021-11-23 10:02:03.242127", + "modified": "2024-01-24 02:20:26.145996", "modified_by": "Administrator", "name": "Asset Category", "owner": "Administrator", diff --git a/erpnext/assets/report/fixed_asset_register/fixed_asset_register.py b/erpnext/assets/report/fixed_asset_register/fixed_asset_register.py index 45811a9344..e689b05246 100644 --- a/erpnext/assets/report/fixed_asset_register/fixed_asset_register.py +++ b/erpnext/assets/report/fixed_asset_register/fixed_asset_register.py @@ -202,7 +202,7 @@ def prepare_chart_data(data, filters): "values": [flt(d.get("asset_value"), 2) for d in labels_values_map.values()], }, { - "name": _("Depreciatied Amount"), + "name": _("Depreciated Amount"), "values": [flt(d.get("depreciated_amount"), 2) for d in labels_values_map.values()], }, ], diff --git a/erpnext/controllers/sales_and_purchase_return.py b/erpnext/controllers/sales_and_purchase_return.py index 6e50279d04..800e75630d 100644 --- a/erpnext/controllers/sales_and_purchase_return.py +++ b/erpnext/controllers/sales_and_purchase_return.py @@ -141,7 +141,7 @@ def validate_returned_items(doc): items_returned = True if not items_returned: - frappe.throw(_("Atleast one item should be entered with negative quantity in return document")) + frappe.throw(_("At least one item should be entered with negative quantity in return document")) def validate_quantity(doc, args, ref, valid_items, already_returned_items): diff --git a/erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.py b/erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.py index ba1fae925e..8cba24afc9 100644 --- a/erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.py +++ b/erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.py @@ -155,7 +155,7 @@ class TallyMigration(Document): except RecursionError: self.log( _( - "Error occured while parsing Chart of Accounts: Please make sure that no two accounts have the same name" + "Error occurred while parsing Chart of Accounts: Please make sure that no two accounts have the same name" ) ) diff --git a/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py b/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py index ceb4406170..75d890c08d 100644 --- a/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +++ b/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py @@ -222,7 +222,7 @@ class MaintenanceSchedule(TransactionBase): def validate_maintenance_detail(self): if not self.get("items"): - throw(_("Please enter Maintaince Details first")) + throw(_("Please enter Maintenance Details first")) for d in self.get("items"): if not d.item_code: diff --git a/erpnext/manufacturing/doctype/work_order/work_order.py b/erpnext/manufacturing/doctype/work_order/work_order.py index 0acc2b1f91..aa7bc5bf76 100644 --- a/erpnext/manufacturing/doctype/work_order/work_order.py +++ b/erpnext/manufacturing/doctype/work_order/work_order.py @@ -1520,7 +1520,7 @@ def validate_operation_data(row): if row.get("qty") > row.get("pending_qty"): frappe.throw( - _("For operation {0}: Quantity ({1}) can not be greter than pending quantity({2})").format( + _("For operation {0}: Quantity ({1}) can not be greater than pending quantity({2})").format( frappe.bold(row.get("operation")), frappe.bold(row.get("qty")), frappe.bold(row.get("pending_qty")), diff --git a/erpnext/patches/v14_0/migrate_gl_to_payment_ledger.py b/erpnext/patches/v14_0/migrate_gl_to_payment_ledger.py index 72c8c074d2..95b5bc5ccd 100644 --- a/erpnext/patches/v14_0/migrate_gl_to_payment_ledger.py +++ b/erpnext/patches/v14_0/migrate_gl_to_payment_ledger.py @@ -188,4 +188,4 @@ def execute(): raise err else: break - print(f"{processed} records have been sucessfully migrated") + print(f"{processed} records have been successfully migrated") diff --git a/erpnext/regional/doctype/lower_deduction_certificate/lower_deduction_certificate.json b/erpnext/regional/doctype/lower_deduction_certificate/lower_deduction_certificate.json index d332b4e76b..ecc198ab9e 100644 --- a/erpnext/regional/doctype/lower_deduction_certificate/lower_deduction_certificate.json +++ b/erpnext/regional/doctype/lower_deduction_certificate/lower_deduction_certificate.json @@ -64,7 +64,7 @@ { "fieldname": "valid_upto", "fieldtype": "Date", - "label": "Valid Upto", + "label": "Valid Up To", "reqd": 1 }, { @@ -135,7 +135,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2023-04-18 08:25:35.302081", + "modified": "2024-01-24 02:20:26.145996", "modified_by": "Administrator", "module": "Regional", "name": "Lower Deduction Certificate", diff --git a/erpnext/regional/doctype/lower_deduction_certificate/lower_deduction_certificate.py b/erpnext/regional/doctype/lower_deduction_certificate/lower_deduction_certificate.py index 72b3a49d2a..6982ad129f 100644 --- a/erpnext/regional/doctype/lower_deduction_certificate/lower_deduction_certificate.py +++ b/erpnext/regional/doctype/lower_deduction_certificate/lower_deduction_certificate.py @@ -37,7 +37,7 @@ class LowerDeductionCertificate(Document): def validate_dates(self): if getdate(self.valid_upto) < getdate(self.valid_from): - frappe.throw(_("Valid Upto date cannot be before Valid From date")) + frappe.throw(_("Valid Up To date cannot be before Valid From date")) fiscal_year = get_fiscal_year(fiscal_year=self.fiscal_year, as_dict=True) @@ -45,7 +45,7 @@ class LowerDeductionCertificate(Document): frappe.throw(_("Valid From date not in Fiscal Year {0}").format(frappe.bold(self.fiscal_year))) if not (fiscal_year.year_start_date <= getdate(self.valid_upto) <= fiscal_year.year_end_date): - frappe.throw(_("Valid Upto date not in Fiscal Year {0}").format(frappe.bold(self.fiscal_year))) + frappe.throw(_("Valid Up To date not in Fiscal Year {0}").format(frappe.bold(self.fiscal_year))) def validate_supplier_against_tax_category(self): duplicate_certificate = frappe.db.get_value( diff --git a/erpnext/selling/doctype/customer/test_customer.py b/erpnext/selling/doctype/customer/test_customer.py index 29dbd4f321..47153a8e0c 100644 --- a/erpnext/selling/doctype/customer/test_customer.py +++ b/erpnext/selling/doctype/customer/test_customer.py @@ -427,11 +427,11 @@ def create_internal_customer( if not allowed_to_interact_with: allowed_to_interact_with = represents_company - exisiting_representative = frappe.db.get_value( + existing_representative = frappe.db.get_value( "Customer", {"represents_company": represents_company} ) - if exisiting_representative: - return exisiting_representative + if existing_representative: + return existing_representative if not frappe.db.exists("Customer", customer_name): customer = frappe.get_doc( diff --git a/erpnext/selling/doctype/sales_order/sales_order.py b/erpnext/selling/doctype/sales_order/sales_order.py index 5d1d7695eb..79f24d1160 100755 --- a/erpnext/selling/doctype/sales_order/sales_order.py +++ b/erpnext/selling/doctype/sales_order/sales_order.py @@ -643,7 +643,7 @@ class SalesOrder(SellingController): if not frappe.get_cached_value("Item", item.item_code, "has_serial_no"): frappe.throw( _( - "Item {0} has no Serial No. Only serilialized items can have delivery based on Serial No" + "Item {0} has no Serial No. Only serialized items can have delivery based on Serial No" ).format(item.item_code) ) if not frappe.db.exists("BOM", {"item": item.item_code, "is_active": 1}): diff --git a/erpnext/selling/page/point_of_sale/pos_controller.js b/erpnext/selling/page/point_of_sale/pos_controller.js index feecd9cfd8..80e1c20ad9 100644 --- a/erpnext/selling/page/point_of_sale/pos_controller.js +++ b/erpnext/selling/page/point_of_sale/pos_controller.js @@ -360,7 +360,7 @@ erpnext.PointOfSale.Controller = class { this.order_summary.load_summary_of(this.frm.doc, true); frappe.show_alert({ indicator: 'green', - message: __('POS invoice {0} created succesfully', [r.doc.name]) + message: __('POS invoice {0} created successfully', [r.doc.name]) }); }); } diff --git a/erpnext/setup/doctype/authorization_control/authorization_control.py b/erpnext/setup/doctype/authorization_control/authorization_control.py index 9446fb46a4..27313ae676 100644 --- a/erpnext/setup/doctype/authorization_control/authorization_control.py +++ b/erpnext/setup/doctype/authorization_control/authorization_control.py @@ -54,7 +54,7 @@ class AuthorizationControl(TransactionBase): if not has_common(appr_roles, frappe.get_roles()) and not has_common( appr_users, [session["user"]] ): - frappe.msgprint(_("Not authroized since {0} exceeds limits").format(_(based_on))) + frappe.msgprint(_("Not authorized since {0} exceeds limits").format(_(based_on))) frappe.throw(_("Can be approved by {0}").format(comma_or(appr_roles + appr_users))) def validate_auth_rule(self, doctype_name, total, based_on, cond, company, master_name=""): diff --git a/erpnext/setup/doctype/employee/employee.json b/erpnext/setup/doctype/employee/employee.json index daf2df5a59..fc1fc9b7ae 100644 --- a/erpnext/setup/doctype/employee/employee.json +++ b/erpnext/setup/doctype/employee/employee.json @@ -441,13 +441,13 @@ { "fieldname": "prefered_contact_email", "fieldtype": "Select", - "label": "Prefered Contact Email", + "label": "Preferred Contact Email", "options": "\nCompany Email\nPersonal Email\nUser ID" }, { "fieldname": "prefered_email", "fieldtype": "Data", - "label": "Prefered Email", + "label": "Preferred Email", "options": "Email", "read_only": 1 }, @@ -524,7 +524,7 @@ { "fieldname": "valid_upto", "fieldtype": "Date", - "label": "Valid Upto" + "label": "Valid Up To" }, { "fieldname": "place_of_issue", @@ -824,7 +824,7 @@ "image_field": "image", "is_tree": 1, "links": [], - "modified": "2024-01-03 17:36:20.984421", + "modified": "2024-01-24 02:20:26.145996", "modified_by": "Administrator", "module": "Setup", "name": "Employee", diff --git a/erpnext/stock/doctype/delivery_note/delivery_note.py b/erpnext/stock/doctype/delivery_note/delivery_note.py index 7d7b0cd476..58990d4838 100644 --- a/erpnext/stock/doctype/delivery_note/delivery_note.py +++ b/erpnext/stock/doctype/delivery_note/delivery_note.py @@ -796,36 +796,36 @@ def update_billed_amount_based_on_so(so_detail, update_modified=True): updated_dn = [] for dnd in dn_details: - billed_amt_agianst_dn = 0 + billed_amt_against_dn = 0 # If delivered against Sales Invoice if dnd.si_detail: - billed_amt_agianst_dn = flt(dnd.amount) - billed_against_so -= billed_amt_agianst_dn + billed_amt_against_dn = flt(dnd.amount) + billed_against_so -= billed_amt_against_dn else: # Get billed amount directly against Delivery Note - billed_amt_agianst_dn = frappe.db.sql( + billed_amt_against_dn = frappe.db.sql( """select sum(amount) from `tabSales Invoice Item` where dn_detail=%s and docstatus=1""", dnd.name, ) - billed_amt_agianst_dn = billed_amt_agianst_dn and billed_amt_agianst_dn[0][0] or 0 + billed_amt_against_dn = billed_amt_against_dn and billed_amt_against_dn[0][0] or 0 # Distribute billed amount directly against SO between DNs based on FIFO - if billed_against_so and billed_amt_agianst_dn < dnd.amount: - pending_to_bill = flt(dnd.amount) - billed_amt_agianst_dn + if billed_against_so and billed_amt_against_dn < dnd.amount: + pending_to_bill = flt(dnd.amount) - billed_amt_against_dn if pending_to_bill <= billed_against_so: - billed_amt_agianst_dn += pending_to_bill + billed_amt_against_dn += pending_to_bill billed_against_so -= pending_to_bill else: - billed_amt_agianst_dn += billed_against_so + billed_amt_against_dn += billed_against_so billed_against_so = 0 frappe.db.set_value( "Delivery Note Item", dnd.name, "billed_amt", - billed_amt_agianst_dn, + billed_amt_against_dn, update_modified=update_modified, ) diff --git a/erpnext/stock/doctype/item_price/item_price.json b/erpnext/stock/doctype/item_price/item_price.json index f4d9bb0742..2390ee2438 100644 --- a/erpnext/stock/doctype/item_price/item_price.json +++ b/erpnext/stock/doctype/item_price/item_price.json @@ -191,7 +191,7 @@ { "fieldname": "valid_upto", "fieldtype": "Date", - "label": "Valid Upto" + "label": "Valid Up To" }, { "fieldname": "section_break_24", @@ -220,7 +220,7 @@ "idx": 1, "index_web_pages_for_search": 1, "links": [], - "modified": "2022-11-15 08:26:04.041861", + "modified": "2024-01-24 02:20:26.145996", "modified_by": "Administrator", "module": "Stock", "name": "Item Price", diff --git a/erpnext/stock/doctype/item_price/item_price.py b/erpnext/stock/doctype/item_price/item_price.py index 89a130a6bf..de2add64ef 100644 --- a/erpnext/stock/doctype/item_price/item_price.py +++ b/erpnext/stock/doctype/item_price/item_price.py @@ -59,7 +59,7 @@ class ItemPrice(Document): def validate_dates(self): if self.valid_from and self.valid_upto: if getdate(self.valid_from) > getdate(self.valid_upto): - frappe.throw(_("Valid From Date must be lesser than Valid Upto Date.")) + frappe.throw(_("Valid From Date must be lesser than Valid Up To Date.")) def update_price_list_details(self): if self.price_list: diff --git a/erpnext/stock/doctype/item_price/test_item_price.py b/erpnext/stock/doctype/item_price/test_item_price.py index 8fd4938fa3..63d717c312 100644 --- a/erpnext/stock/doctype/item_price/test_item_price.py +++ b/erpnext/stock/doctype/item_price/test_item_price.py @@ -64,7 +64,7 @@ class TestItemPrice(FrappeTestCase): # Enter invalid dates valid_from >= valid_upto doc.valid_from = "2017-04-20" doc.valid_upto = "2017-04-17" - # Valid Upto Date can not be less/equal than Valid From Date + # Valid Up To Date can not be less/equal than Valid From Date self.assertRaises(frappe.ValidationError, doc.save) def test_price_in_a_qty(self): diff --git a/erpnext/stock/doctype/material_request/material_request.py b/erpnext/stock/doctype/material_request/material_request.py index ad9b34c9ac..e784b700ed 100644 --- a/erpnext/stock/doctype/material_request/material_request.py +++ b/erpnext/stock/doctype/material_request/material_request.py @@ -776,7 +776,7 @@ def raise_work_orders(material_request): ) else: msgprint( - _("The {0} {1} created sucessfully").format(frappe.bold(_("Work Order")), work_orders_list[0]) + _("The {0} {1} created successfully").format(frappe.bold(_("Work Order")), work_orders_list[0]) ) if errors: diff --git a/erpnext/stock/doctype/material_request/material_request_list.js b/erpnext/stock/doctype/material_request/material_request_list.js index de7a3d05bf..c85bd715f2 100644 --- a/erpnext/stock/doctype/material_request/material_request_list.js +++ b/erpnext/stock/doctype/material_request/material_request_list.js @@ -24,7 +24,7 @@ frappe.listview_settings['Material Request'] = { } else if (doc.material_request_type == "Purchase") { return [__("Ordered"), "green", "per_ordered,=,100"]; } else if (doc.material_request_type == "Material Transfer") { - return [__("Transfered"), "green", "per_ordered,=,100"]; + return [__("Transferred"), "green", "per_ordered,=,100"]; } else if (doc.material_request_type == "Material Issue") { return [__("Issued"), "green", "per_ordered,=,100"]; } else if (doc.material_request_type == "Customer Provided") { diff --git a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py index fcb7a6d510..bf6080bf23 100644 --- a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +++ b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py @@ -951,32 +951,32 @@ def update_billed_amount_based_on_po(po_details, update_modified=True, pr_doc=No billed_against_po = flt(po_billed_amt_details.get(pr_item.purchase_order_item)) # Get billed amount directly against Purchase Receipt - billed_amt_agianst_pr = flt(pr_items_billed_amount.get(pr_item.name, 0)) + billed_amt_against_pr = flt(pr_items_billed_amount.get(pr_item.name, 0)) # Distribute billed amount directly against PO between PRs based on FIFO - if billed_against_po and billed_amt_agianst_pr < pr_item.amount: - pending_to_bill = flt(pr_item.amount) - billed_amt_agianst_pr + if billed_against_po and billed_amt_against_pr < pr_item.amount: + pending_to_bill = flt(pr_item.amount) - billed_amt_against_pr if pending_to_bill <= billed_against_po: - billed_amt_agianst_pr += pending_to_bill + billed_amt_against_pr += pending_to_bill billed_against_po -= pending_to_bill else: - billed_amt_agianst_pr += billed_against_po + billed_amt_against_pr += billed_against_po billed_against_po = 0 po_billed_amt_details[pr_item.purchase_order_item] = billed_against_po - if pr_item.billed_amt != billed_amt_agianst_pr: + if pr_item.billed_amt != billed_amt_against_pr: # update existing doc if possible if pr_doc and pr_item.parent == pr_doc.name: pr_item = next((item for item in pr_doc.items if item.name == pr_item.name), None) - pr_item.db_set("billed_amt", billed_amt_agianst_pr, update_modified=update_modified) + pr_item.db_set("billed_amt", billed_amt_against_pr, update_modified=update_modified) else: frappe.db.set_value( "Purchase Receipt Item", pr_item.name, "billed_amt", - billed_amt_agianst_pr, + billed_amt_against_pr, update_modified=update_modified, ) diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.py b/erpnext/stock/doctype/stock_entry/stock_entry.py index 96c249fee4..c371b7036b 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.py +++ b/erpnext/stock/doctype/stock_entry/stock_entry.py @@ -640,7 +640,7 @@ class StockEntry(StockController): frappe.throw(_("Source and target warehouse cannot be same for row {0}").format(d.idx)) if not (d.s_warehouse or d.t_warehouse): - frappe.throw(_("Atleast one warehouse is mandatory")) + frappe.throw(_("At least one warehouse is mandatory")) def validate_work_order(self): if self.purpose in ( diff --git a/erpnext/stock/doctype/stock_settings/stock_settings.json b/erpnext/stock/doctype/stock_settings/stock_settings.json index 122829032d..f84456abae 100644 --- a/erpnext/stock/doctype/stock_settings/stock_settings.json +++ b/erpnext/stock/doctype/stock_settings/stock_settings.json @@ -176,7 +176,7 @@ "description": "No stock transactions can be created or modified before this date.", "fieldname": "stock_frozen_upto", "fieldtype": "Date", - "label": "Stock Frozen Upto" + "label": "Stock Frozen Up To" }, { "description": "Stock transactions that are older than the mentioned days cannot be modified.", @@ -427,7 +427,7 @@ "index_web_pages_for_search": 1, "issingle": 1, "links": [], - "modified": "2023-10-18 12:35:30.068799", + "modified": "2024-01-24 02:20:26.145996", "modified_by": "Administrator", "module": "Stock", "name": "Stock Settings", diff --git a/erpnext/stock/reorder_item.py b/erpnext/stock/reorder_item.py index 4cd9cbb9d5..1f5f41a4d3 100644 --- a/erpnext/stock/reorder_item.py +++ b/erpnext/stock/reorder_item.py @@ -246,7 +246,7 @@ def notify_errors(exceptions_list): _("Dear System Manager,") + "
" + _( - "An error occured for certain Items while creating Material Requests based on Re-order level. Please rectify these issues :" + "An error occurred for certain Items while creating Material Requests based on Re-order level. Please rectify these issues :" ) + "
" ) diff --git a/erpnext/utilities/activation.py b/erpnext/utilities/activation.py index 4c8379e41c..581b53ddd9 100644 --- a/erpnext/utilities/activation.py +++ b/erpnext/utilities/activation.py @@ -124,7 +124,7 @@ def get_help_messages(): doctype="Timesheet", title=_("Add Timesheets"), description=_( - "Timesheets help keep track of time, cost and billing for activites done by your team" + "Timesheets help keep track of time, cost and billing for activities done by your team" ), action=_("Create Timesheet"), route="List/Timesheet",