blob: b5a1ef4996ba3ce5b6bb1c7241b81e12dc19f2e0 [file] [log] [blame]
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +90,Cheques Required,Checks Required
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +97,Row #{0}: Clearance date {1} cannot be before Cheque Date {2},Row #{0}: Clearance date {1} cannot be before Check Date {2}
3apps/erpnext/erpnext/utilities/user_progress.py +210,People who teach at your organisation,People who teach at your organization
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304apps/erpnext/erpnext/stock/stock_ledger.py +477,"Valuation rate not found for the Item {0}, which is required to do accounting entries for {1} {2}. If the item is transacting as a zero valuation rate item in the {1}, please mention that in the {1} Item table. Otherwise, please create an incoming stock transaction for the item or mention valuation rate in the Item record, and then try submiting/cancelling this entry","Valuation rate not found for the Item {0}, which is required to do accounting entries for {1} {2}. If the item is transacting as a zero valuation rate item in the {1}, please mention that in the {1} Item table. Otherwise, please create an incoming stock transaction for the item or mention valuation rate in the Item record, and then try submitting/canceling this entry"
5apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +92,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","Leave cannot be applied/canceled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}"
6apps/erpnext/erpnext/support/doctype/warranty_claim/warranty_claim.py +33,Cancel Material Visit {0} before cancelling this Warranty Claim,Cancel Material Visit {0} before canceling this Warranty Claim
7apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +58,"Appointment cancelled, Please review and cancel the invoice {0}","Appointment canceled, Please review and cancel the invoice {0}"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05308apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +37,Outstanding Cheques and Deposits to clear,Outstanding Checks and Deposits to clear
Frappe PR Botb2a64d62018-05-16 10:46:11 +05309apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +61,Appointment cancelled,Appointment canceled
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053010DocType: Payment Entry,Cheque/Reference Date,Check/Reference Date
11DocType: Cheque Print Template,Scanned Cheque,Scanned Check
12DocType: Cheque Print Template,Cheque Size,Check Size
Frappe PR Botb2a64d62018-05-16 10:46:11 +053013apps/erpnext/erpnext/assets/doctype/asset_maintenance_log/asset_maintenance_log.py +25,Maintenance Status has to be Cancelled or Completed to Submit,Maintenance Status has to be Canceled or Completed to Submit
14apps/erpnext/erpnext/setup/doctype/company/company.py +78,"Cannot change company's default currency, because there are existing transactions. Transactions must be cancelled to change the default currency.","Cannot change company's default currency, because there are existing transactions. Transactions must be canceled to change the default currency."
15apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +242,Maintenance Visit {0} must be cancelled before cancelling this Sales Order,Maintenance Visit {0} must be canceled before cancelling this Sales Order
16apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +222,Sales Invoice {0} must be cancelled before cancelling this Sales Order,Sales Invoice {0} must be canceled before cancelling this Sales Order
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053017DocType: Bank Reconciliation Detail,Cheque Date,Check Date
Frappe PR Botb2a64d62018-05-16 10:46:11 +053018apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +225,"Stopped Work Order cannot be cancelled, Unstop it first to cancel","Stopped Work Order cannot be canceled, Unstop it first to cancel"
19apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +166,Material Request {0} is cancelled or stopped,Material Request {0} is canceled or stopped
20apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +180,Closed order cannot be cancelled. Unclose to cancel.,Closed order cannot be canceled. Unclose to cancel.
21apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +232,Maintenance Schedule {0} must be cancelled before cancelling this Sales Order,Maintenance Schedule {0} must be canceled before cancelling this Sales Order
22DocType: Accounts Settings,Unlink Payment on Cancellation of Invoice,Unlink Payment on Cancelation of Invoice
23apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +212,Delivery Notes {0} must be cancelled before cancelling this Sales Order,Delivery Notes {0} must be canceled before cancelling this Sales Order
24apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +252,Work Order {0} must be cancelled before cancelling this Sales Order,Work Order {0} must be canceled before cancelling this Sales Order
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053025apps/erpnext/erpnext/config/accounts.py +272,Setup cheque dimensions for printing,Setup check dimensions for printing
26apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +42,Cheques and Deposits incorrectly cleared,Checks and Deposits incorrectly cleared
Frappe PR Botb2a64d62018-05-16 10:46:11 +053027apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +132,{0} {1} is cancelled so the action cannot be completed,{0} {1} is canceled so the action cannot be completed
28apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +295,Packing Slip(s) cancelled,Packing Slip(s) canceled
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053029DocType: Payment Entry,Cheque/Reference No,Check/Reference No
Frappe PR Botb2a64d62018-05-16 10:46:11 +053030apps/erpnext/erpnext/assets/doctype/asset/asset.py +217,"Asset cannot be cancelled, as it is already {0}","Asset cannot be canceled, as it is already {0}"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053031DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,Select account head of the bank where check was deposited.
32DocType: Cheque Print Template,Cheque Print Template,Check Print Template
Frappe PR Botb2a64d62018-05-16 10:46:11 +053033apps/erpnext/erpnext/controllers/buying_controller.py +420,{0} {1} is cancelled or closed,{0} {1} is canceled or closed
34apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +159,Quotation {0} is cancelled,Quotation {0} is canceled
35apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +295,Timesheet {0} is already completed or cancelled,Timesheet {0} is already completed or canceled
36apps/erpnext/erpnext/erpnext_integrations/doctype/gocardless_settings/gocardless_settings.py +136,Payment Cancelled. Please check your GoCardless Account for more details,Payment Canceled. Please check your GoCardless Account for more details
37apps/erpnext/erpnext/stock/doctype/item/item.py +763,Item {0} is cancelled,Item {0} is canceled
38DocType: Serial No,Is Cancelled,Is Canceled
39apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +229,{0} {1} is cancelled or stopped,{0} {1} is canceled or stopped
40apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +204,Colour,Color
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053041DocType: Bank Reconciliation Detail,Cheque Number,Check Number
Frappe PR Botb2a64d62018-05-16 10:46:11 +053042apps/erpnext/erpnext/maintenance/doctype/maintenance_visit/maintenance_visit.py +65,Cancel Material Visits {0} before cancelling this Maintenance Visit,Cancel Material Visits {0} before canceling this Maintenance Visit
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053043DocType: Employee,Cheque,Check
44DocType: Cheque Print Template,Cheque Height,Check Height
45DocType: Cheque Print Template,Cheque Width,Check Width