diff --git a/.gitignore b/.gitignore index a23a9a7492f..0d39ab24dd9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ latest_updates.json .wnf-lang-status *.egg-info dist/ +erpnext/docs/current diff --git a/erpnext/docs/current/api/accounts/erpnext.accounts.general_ledger.html b/erpnext/docs/current/api/accounts/erpnext.accounts.general_ledger.html deleted file mode 100644 index ee2613a0227..00000000000 --- a/erpnext/docs/current/api/accounts/erpnext.accounts.general_ledger.html +++ /dev/null @@ -1,193 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class StockAccountInvalidTransaction

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.accounts.general_ledger.check_if_in_list - (gle, gl_map) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.general_ledger.delete_gl_entries - (gl_entries=None, voucher_type=None, voucher_no=None, adv_adj=False, update_outstanding=Yes) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.general_ledger.make_entry - (args, adv_adj, update_outstanding) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.general_ledger.make_gl_entries - (gl_map, cancel=False, adv_adj=False, merge_entries=True, update_outstanding=Yes) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.general_ledger.make_round_off_gle - (gl_map, debit_credit_diff) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.general_ledger.merge_similar_entries - (gl_map) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.general_ledger.process_gl_map - (gl_map, merge_entries=True) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.general_ledger.round_off_debit_credit - (gl_map) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.general_ledger.save_entries - (gl_map, adv_adj, update_outstanding) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.general_ledger.validate_account_for_auto_accounting_for_stock - (gl_map) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/erpnext.accounts.html b/erpnext/docs/current/api/accounts/erpnext.accounts.html deleted file mode 100644 index eb477e3efb0..00000000000 --- a/erpnext/docs/current/api/accounts/erpnext.accounts.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/erpnext.accounts.party.html b/erpnext/docs/current/api/accounts/erpnext.accounts.party.html deleted file mode 100644 index 3ad5432e77f..00000000000 --- a/erpnext/docs/current/api/accounts/erpnext.accounts.party.html +++ /dev/null @@ -1,348 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class DuplicatePartyAccountError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.accounts.party._get_party_details - (party=None, account=None, party_type=Customer, company=None, posting_date=None, price_list=None, currency=None, doctype=None, ignore_permissions=False) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.party.get_company_currency - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.party.get_credit_days - (party_type, party, company) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.party.get_default_price_list - (party) -

-

Return default price list for party (Document object)

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.party.get_due_date -

-

- - - erpnext.accounts.party.get_due_date - (posting_date, party_type, party, company) -

-

Set Due Date = Posting Date + Credit Days

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.party.get_party_account -

-

- - - erpnext.accounts.party.get_party_account - (party_type, party, company) -

-

Returns the account for the given party. -Will first search in party (Customer / Supplier) record, if not found, -will search in group (Customer Group / Supplier Type), -finally will return default.

-
-
- - - - - - - -

- - - erpnext.accounts.party.get_party_account_currency - (party_type, party, company) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.party.get_party_details -

-

- - - erpnext.accounts.party.get_party_details - (party=None, account=None, party_type=Customer, company=None, posting_date=None, price_list=None, currency=None, doctype=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.party.get_party_gle_currency - (party_type, party, company) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.party.set_account_and_due_date - (party, account, party_type, company, posting_date, doctype) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.party.set_address_details - (out, party, party_type) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.party.set_contact_details - (out, party, party_type) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.party.set_other_values - (out, party, party_type) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.party.set_price_list - (out, party, party_type, given_price_list) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.party.set_taxes -

-

- - - erpnext.accounts.party.set_taxes - (party, party_type, posting_date, company, customer_group=None, supplier_type=None, billing_address=None, shipping_address=None, use_for_shopping_cart=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.party.validate_due_date - (posting_date, due_date, party_type, party, company) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.party.validate_party_accounts - (doc) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.party.validate_party_frozen_disabled - (party_type, party_name) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.party.validate_party_gle_currency - (party_type, party, company, party_account_currency=None) -

-

Validate party account currency with existing GL Entry's currency

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/erpnext.accounts.utils.html b/erpnext/docs/current/api/accounts/erpnext.accounts.utils.html deleted file mode 100644 index e280a9b4b85..00000000000 --- a/erpnext/docs/current/api/accounts/erpnext.accounts.utils.html +++ /dev/null @@ -1,380 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class BudgetError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class FiscalYearError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.utils.add_ac -

-

- - - erpnext.accounts.utils.add_ac - (args=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.utils.add_cc -

-

- - - erpnext.accounts.utils.add_cc - (args=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.utils.check_if_jv_modified - (args) -

-

check if there is already a voucher reference -check if amount is same -check if jv is submitted

-
-
- - - - - - - -

- - - erpnext.accounts.utils.fix_total_debit_credit - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.utils.get_actual_expense - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.utils.get_allocated_budget - (distribution_id, posting_date, fiscal_year, yearly_budget) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.utils.get_balance_on -

-

- - - erpnext.accounts.utils.get_balance_on - (account=None, date=None, party_type=None, party=None, in_account_currency=True) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.utils.get_company_default -

-

- - - erpnext.accounts.utils.get_company_default - (company, fieldname) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.utils.get_currency_precision - (currency=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.utils.get_fiscal_year -

-

- - - erpnext.accounts.utils.get_fiscal_year - (date=None, fiscal_year=None, label=Date, verbose=1, company=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.utils.get_fiscal_years - (transaction_date=None, fiscal_year=None, label=Date, verbose=1, company=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.utils.get_outstanding_invoices - (party_type, party, account, condition=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.utils.get_stock_and_account_difference - (account_list=None, posting_date=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.utils.get_stock_rbnb_difference - (posting_date, company) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.utils.reconcile_against_document - (args) -

-

Cancel JV, Update aginst document, split if required and resubmit jv

-
-
- - - - - - - -

- - - erpnext.accounts.utils.remove_against_link_from_jv - (ref_type, ref_no) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.utils.update_against_doc - (d, jv_obj) -

-

Updates against document, if partial amount splits into rows

-
-
- - - - - - - -

- - - erpnext.accounts.utils.validate_allocated_amount - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.utils.validate_expense_against_budget - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.utils.validate_fiscal_year - (date, fiscal_year, label=Date, doc=None) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/index.html b/erpnext/docs/current/api/accounts/index.html deleted file mode 100644 index 9c93356037e..00000000000 --- a/erpnext/docs/current/api/accounts/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/index.txt b/erpnext/docs/current/api/accounts/index.txt deleted file mode 100644 index 33f157c7acf..00000000000 --- a/erpnext/docs/current/api/accounts/index.txt +++ /dev/null @@ -1,4 +0,0 @@ -erpnext.accounts.general_ledger -erpnext.accounts -erpnext.accounts.party -erpnext.accounts.utils \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/cheque_printing_format/erpnext.accounts.print_format.cheque_printing_format.html b/erpnext/docs/current/api/accounts/print_format/cheque_printing_format/erpnext.accounts.print_format.cheque_printing_format.html deleted file mode 100644 index a67ad8f90ac..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/cheque_printing_format/erpnext.accounts.print_format.cheque_printing_format.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/cheque_printing_format/index.html b/erpnext/docs/current/api/accounts/print_format/cheque_printing_format/index.html deleted file mode 100644 index 48d9afd6446..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/cheque_printing_format/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/cheque_printing_format/index.txt b/erpnext/docs/current/api/accounts/print_format/cheque_printing_format/index.txt deleted file mode 100644 index 4298944b18c..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/cheque_printing_format/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.accounts.print_format.cheque_printing_format \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/credit_note/erpnext.accounts.print_format.credit_note.html b/erpnext/docs/current/api/accounts/print_format/credit_note/erpnext.accounts.print_format.credit_note.html deleted file mode 100644 index f2fa7b5e748..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/credit_note/erpnext.accounts.print_format.credit_note.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/credit_note/index.html b/erpnext/docs/current/api/accounts/print_format/credit_note/index.html deleted file mode 100644 index fea00d4a614..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/credit_note/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/credit_note/index.txt b/erpnext/docs/current/api/accounts/print_format/credit_note/index.txt deleted file mode 100644 index f98781e59f7..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/credit_note/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.accounts.print_format.credit_note \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/erpnext.accounts.print_format.html b/erpnext/docs/current/api/accounts/print_format/erpnext.accounts.print_format.html deleted file mode 100644 index 6201a82f528..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/erpnext.accounts.print_format.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/index.html b/erpnext/docs/current/api/accounts/print_format/index.html deleted file mode 100644 index d8c61580cc1..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/index.txt b/erpnext/docs/current/api/accounts/print_format/index.txt deleted file mode 100644 index 959c9535ac6..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.accounts.print_format \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/payment_receipt_voucher/erpnext.accounts.print_format.payment_receipt_voucher.html b/erpnext/docs/current/api/accounts/print_format/payment_receipt_voucher/erpnext.accounts.print_format.payment_receipt_voucher.html deleted file mode 100644 index 36a19b415ad..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/payment_receipt_voucher/erpnext.accounts.print_format.payment_receipt_voucher.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/payment_receipt_voucher/index.html b/erpnext/docs/current/api/accounts/print_format/payment_receipt_voucher/index.html deleted file mode 100644 index f51bbbc4624..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/payment_receipt_voucher/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/payment_receipt_voucher/index.txt b/erpnext/docs/current/api/accounts/print_format/payment_receipt_voucher/index.txt deleted file mode 100644 index e90d4d9ce46..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/payment_receipt_voucher/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.accounts.print_format.payment_receipt_voucher \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/pos_invoice/erpnext.accounts.print_format.pos_invoice.html b/erpnext/docs/current/api/accounts/print_format/pos_invoice/erpnext.accounts.print_format.pos_invoice.html deleted file mode 100644 index 8a1faf66977..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/pos_invoice/erpnext.accounts.print_format.pos_invoice.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/pos_invoice/index.html b/erpnext/docs/current/api/accounts/print_format/pos_invoice/index.html deleted file mode 100644 index a8b2dd547cc..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/pos_invoice/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/accounts/print_format/pos_invoice/index.txt b/erpnext/docs/current/api/accounts/print_format/pos_invoice/index.txt deleted file mode 100644 index 533ff20078c..00000000000 --- a/erpnext/docs/current/api/accounts/print_format/pos_invoice/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.accounts.print_format.pos_invoice \ No newline at end of file diff --git a/erpnext/docs/current/api/buying/erpnext.buying.html b/erpnext/docs/current/api/buying/erpnext.buying.html deleted file mode 100644 index 67f986d5939..00000000000 --- a/erpnext/docs/current/api/buying/erpnext.buying.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/buying/index.html b/erpnext/docs/current/api/buying/index.html deleted file mode 100644 index 18430890eda..00000000000 --- a/erpnext/docs/current/api/buying/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/buying/index.txt b/erpnext/docs/current/api/buying/index.txt deleted file mode 100644 index 7897fe280a7..00000000000 --- a/erpnext/docs/current/api/buying/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.buying \ No newline at end of file diff --git a/erpnext/docs/current/api/buying/print_format/drop_shipping_format/erpnext.buying.print_format.drop_shipping_format.html b/erpnext/docs/current/api/buying/print_format/drop_shipping_format/erpnext.buying.print_format.drop_shipping_format.html deleted file mode 100644 index 9c2648b78a9..00000000000 --- a/erpnext/docs/current/api/buying/print_format/drop_shipping_format/erpnext.buying.print_format.drop_shipping_format.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/buying/print_format/drop_shipping_format/index.html b/erpnext/docs/current/api/buying/print_format/drop_shipping_format/index.html deleted file mode 100644 index ef09e77f408..00000000000 --- a/erpnext/docs/current/api/buying/print_format/drop_shipping_format/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/buying/print_format/drop_shipping_format/index.txt b/erpnext/docs/current/api/buying/print_format/drop_shipping_format/index.txt deleted file mode 100644 index 590a2c96180..00000000000 --- a/erpnext/docs/current/api/buying/print_format/drop_shipping_format/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.buying.print_format.drop_shipping_format \ No newline at end of file diff --git a/erpnext/docs/current/api/buying/print_format/erpnext.buying.print_format.html b/erpnext/docs/current/api/buying/print_format/erpnext.buying.print_format.html deleted file mode 100644 index c6a45dee06e..00000000000 --- a/erpnext/docs/current/api/buying/print_format/erpnext.buying.print_format.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/buying/print_format/index.html b/erpnext/docs/current/api/buying/print_format/index.html deleted file mode 100644 index d8c61580cc1..00000000000 --- a/erpnext/docs/current/api/buying/print_format/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/buying/print_format/index.txt b/erpnext/docs/current/api/buying/print_format/index.txt deleted file mode 100644 index 161fb0c133e..00000000000 --- a/erpnext/docs/current/api/buying/print_format/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.buying.print_format \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.accounts.html b/erpnext/docs/current/api/config/erpnext.config.accounts.html deleted file mode 100644 index aac5da82929..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.accounts.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.accounts.get_data - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.buying.html b/erpnext/docs/current/api/config/erpnext.config.buying.html deleted file mode 100644 index 6b4ea7cebb4..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.buying.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.buying.get_data - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.crm.html b/erpnext/docs/current/api/config/erpnext.config.crm.html deleted file mode 100644 index 3d8cff2ad19..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.crm.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.crm.get_data - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.desktop.html b/erpnext/docs/current/api/config/erpnext.config.desktop.html deleted file mode 100644 index 487cd32ad77..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.desktop.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.desktop.get_data - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.docs.html b/erpnext/docs/current/api/config/erpnext.config.docs.html deleted file mode 100644 index 6df08584857..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.docs.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.docs.get_context - (context) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.hr.html b/erpnext/docs/current/api/config/erpnext.config.hr.html deleted file mode 100644 index ff59b6eb7f5..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.hr.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.hr.get_data - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.html b/erpnext/docs/current/api/config/erpnext.config.html deleted file mode 100644 index 53a163a08e8..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.learn.html b/erpnext/docs/current/api/config/erpnext.config.learn.html deleted file mode 100644 index 07657806ee8..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.learn.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.learn.get_data - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.manufacturing.html b/erpnext/docs/current/api/config/erpnext.config.manufacturing.html deleted file mode 100644 index 8ae5b5d7a29..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.manufacturing.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.manufacturing.get_data - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.projects.html b/erpnext/docs/current/api/config/erpnext.config.projects.html deleted file mode 100644 index c0f8060d721..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.projects.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.projects.get_data - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.selling.html b/erpnext/docs/current/api/config/erpnext.config.selling.html deleted file mode 100644 index 2d17ea760af..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.selling.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.selling.get_data - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.setup.html b/erpnext/docs/current/api/config/erpnext.config.setup.html deleted file mode 100644 index 15348d1c4cb..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.setup.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.setup.get_data - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.stock.html b/erpnext/docs/current/api/config/erpnext.config.stock.html deleted file mode 100644 index 3f8ec32507f..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.stock.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.stock.get_data - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.support.html b/erpnext/docs/current/api/config/erpnext.config.support.html deleted file mode 100644 index 27a23b97ec6..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.support.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.support.get_data - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/erpnext.config.website.html b/erpnext/docs/current/api/config/erpnext.config.website.html deleted file mode 100644 index b5a85c9ab54..00000000000 --- a/erpnext/docs/current/api/config/erpnext.config.website.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.config.website.get_data - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/index.html b/erpnext/docs/current/api/config/index.html deleted file mode 100644 index 989aaf34906..00000000000 --- a/erpnext/docs/current/api/config/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/config/index.txt b/erpnext/docs/current/api/config/index.txt deleted file mode 100644 index 7d4ebc5d65a..00000000000 --- a/erpnext/docs/current/api/config/index.txt +++ /dev/null @@ -1,15 +0,0 @@ -erpnext.config.accounts -erpnext.config.buying -erpnext.config.crm -erpnext.config.desktop -erpnext.config.docs -erpnext.config.hr -erpnext.config -erpnext.config.learn -erpnext.config.manufacturing -erpnext.config.projects -erpnext.config.selling -erpnext.config.setup -erpnext.config.stock -erpnext.config.support -erpnext.config.website \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.accounts_controller.html b/erpnext/docs/current/api/controllers/erpnext.controllers.accounts_controller.html deleted file mode 100644 index 79e4c046d2f..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.accounts_controller.html +++ /dev/null @@ -1,513 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class AccountsController

- -

Inherits from erpnext.utilities.transaction_base.TransactionBase - -

-
-
- - - - -

- - - __init__ - (self, arg1, arg2=None) -

-

No docs

-
-
- - - - - -

- - - append_taxes_from_master - (self, tax_master_doctype=None) -

-

No docs

-
-
- - - - - -

- - - calculate_taxes_and_totals - (self) -

-

No docs

-
-
- - - - - -

- - - clear_unallocated_advances - (self, childtype, parentfield) -

-

No docs

-
-
- - - - - -

- - - get_advances - (self, account_head, party_type, party, child_doctype, parentfield, dr_or_cr, against_order_field) -

-

Returns list of advances against Account, Party, Reference

-
-
- - - - - -

- - - get_company_default - (self, fieldname) -

-

No docs

-
-
- - - - - -

- - - get_gl_dict - (self, args, account_currency=None) -

-

this method populates the common properties of a gl entry record

-
-
- - - - - -

- - - get_party - (self) -

-

No docs

-
-
- - - - - -

- - - get_stock_items - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - on_update_after_submit - (self) -

-

No docs

-
-
- - - - - -

- - - set_balance_in_account_currency - (self, gl_dict, account_currency=None) -

-

No docs

-
-
- - - - - -

- - - set_missing_item_details - (self) -

-

set missing item values

-
-
- - - - - -

- - - set_missing_values - (self, for_validate=False) -

-

No docs

-
-
- - - - - -

- - - set_other_charges - (self) -

-

No docs

-
-
- - - - - -

- - - set_price_list_currency - (self, buying_or_selling) -

-

No docs

-
-
- - - - - -

- - - set_taxes - (self) -

-

No docs

-
-
- - - - - -

- - - set_total_advance_paid - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_account_currency - (self, account, account_currency=None) -

-

No docs

-
-
- - - - - -

- - - validate_advance_jv - (self, reference_type) -

-

No docs

-
-
- - - - - -

- - - validate_currency - (self) -

-

No docs

-
-
- - - - - -

- - - validate_date_with_fiscal_year - (self) -

-

No docs

-
-
- - - - - -

- - - validate_due_date - (self) -

-

No docs

-
-
- - - - - -

- - - validate_enabled_taxes_and_charges - (self) -

-

No docs

-
-
- - - - - -

- - - validate_multiple_billing - (self, ref_dt, item_ref_dn, based_on, parentfield) -

-

No docs

-
-
- - - - - -

- - - validate_party - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.controllers.accounts_controller.get_default_taxes_and_charges -

-

- - - erpnext.controllers.accounts_controller.get_default_taxes_and_charges - (master_doctype) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.controllers.accounts_controller.get_tax_rate -

-

- - - erpnext.controllers.accounts_controller.get_tax_rate - (account_head) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.controllers.accounts_controller.get_taxes_and_charges -

-

- - - erpnext.controllers.accounts_controller.get_taxes_and_charges - (master_doctype, master_name) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.accounts_controller.validate_conversion_rate - (currency, conversion_rate, conversion_rate_label, company) -

-

common validation for currency and price list currency

-
-
- - - - - - - -

- - - erpnext.controllers.accounts_controller.validate_inclusive_tax - (tax, doc) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.accounts_controller.validate_taxes_and_charges - (tax) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.buying_controller.html b/erpnext/docs/current/api/controllers/erpnext.controllers.buying_controller.html deleted file mode 100644 index 83fd3269c61..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.buying_controller.html +++ /dev/null @@ -1,246 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class BuyingController

- -

Inherits from erpnext.controllers.stock_controller.StockController - -

-
-
- - - - -

- - - __setup__ - (self) -

-

No docs

-
-
- - - - - -

- - - cleanup_raw_materials_supplied - (self, parent_items, raw_material_table) -

-

Remove all those child items which are no longer present in main item table

-
-
- - - - - -

- - - create_raw_materials_supplied - (self, raw_material_table) -

-

No docs

-
-
- - - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - get_items_from_bom - (self, item_code, bom) -

-

No docs

-
-
- - - - - -

- - - is_item_table_empty - (self) -

-

No docs

-
-
- - - - - -

- - - set_missing_values - (self, for_validate=False) -

-

No docs

-
-
- - - - - -

- - - set_qty_as_per_stock_uom - (self) -

-

No docs

-
-
- - - - - -

- - - set_supplier_from_item_default - (self) -

-

No docs

-
-
- - - - - -

- - - set_total_in_words - (self) -

-

No docs

-
-
- - - - - -

- - - update_raw_materials_supplied - (self, item, raw_material_table) -

-

No docs

-
-
- - - - - -

- - - update_valuation_rate - (self, parentfield) -

-

itemtaxamount is the total tax amount applied on that item -stored for valuation

- -

TODO: rename itemtaxamount to valuationtaxamount

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_for_subcontracting - (self) -

-

No docs

-
-
- - - - - -

- - - validate_stock_or_nonstock_items - (self) -

-

No docs

-
-
- - -
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.html b/erpnext/docs/current/api/controllers/erpnext.controllers.html deleted file mode 100644 index ed209a200b3..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.item_variant.html b/erpnext/docs/current/api/controllers/erpnext.controllers.item_variant.html deleted file mode 100644 index 39f6545929d..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.item_variant.html +++ /dev/null @@ -1,170 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class InvalidItemAttributeValueError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class ItemTemplateCannotHaveStock

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class ItemVariantExistsError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.controllers.item_variant.copy_attributes_to_variant - (item, variant) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.controllers.item_variant.create_variant -

-

- - - erpnext.controllers.item_variant.create_variant - (item, args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.item_variant.find_variant - (template, args, variant_item_code=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.controllers.item_variant.get_variant -

-

- - - erpnext.controllers.item_variant.get_variant - (template, args, variant=None) -

-

Validates Attributes and their Values, then looks for an exactly matching Item Variant

- -

Parameters:

- - -
-
- - - - - - - -

- - - erpnext.controllers.item_variant.make_variant_item_code - (template, variant) -

-

Uses template's item code and abbreviations to make variant's item code

-
-
- - - - - - - -

- - - erpnext.controllers.item_variant.validate_item_variant_attributes - (item, args) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.print_settings.html b/erpnext/docs/current/api/controllers/erpnext.controllers.print_settings.html deleted file mode 100644 index 75c4469171b..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.print_settings.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.controllers.print_settings.print_settings_for_item_table - (doc) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.queries.html b/erpnext/docs/current/api/controllers/erpnext.controllers.queries.html deleted file mode 100644 index c7dac79d095..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.queries.html +++ /dev/null @@ -1,228 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.controllers.queries.bom - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.queries.customer_query - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.queries.employee_query - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.queries.get_account_list - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.queries.get_batch_no - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.queries.get_delivery_notes_to_be_billed - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.queries.get_filters_cond - (doctype, filters, conditions) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.controllers.queries.get_income_account -

-

- - - erpnext.controllers.queries.get_income_account - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.queries.get_project_name - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.queries.item_query - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.queries.lead_query - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.queries.supplier_query - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.queries.tax_account_query - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.recurring_document.html b/erpnext/docs/current/api/controllers/erpnext.controllers.recurring_document.html deleted file mode 100644 index 172e191f056..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.recurring_document.html +++ /dev/null @@ -1,195 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.controllers.recurring_document.assign_task_to_owner - (doc, doctype, msg, users) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.recurring_document.convert_to_recurring - (doc, posting_date) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.recurring_document.create_recurring_documents - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.recurring_document.get_next_date - (dt, mcount, day=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.recurring_document.make_new_document - (reference_doc, date_field, posting_date) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.recurring_document.manage_recurring_documents - (doctype, next_date=None, commit=True) -

-

Create recurring documents on specific date by copying the original one -and notify the concerned people

-
-
- - - - - - - -

- - - erpnext.controllers.recurring_document.notify_errors - (doc, doctype, party, owner) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.recurring_document.send_notification - (new_rv) -

-

Notify concerned persons about recurring document generation

-
-
- - - - - - - -

- - - erpnext.controllers.recurring_document.set_next_date - (doc, posting_date) -

-

Set next date on which recurring document will be created

-
-
- - - - - - - -

- - - erpnext.controllers.recurring_document.validate_notification_email_id - (doc) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.recurring_document.validate_recurring_document - (doc) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.sales_and_purchase_return.html b/erpnext/docs/current/api/controllers/erpnext.controllers.sales_and_purchase_return.html deleted file mode 100644 index 03a72e83128..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.sales_and_purchase_return.html +++ /dev/null @@ -1,113 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class StockOverReturnError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.controllers.sales_and_purchase_return.get_already_returned_items - (doc) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.sales_and_purchase_return.make_return_doc - (doctype, source_name, target_doc=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.sales_and_purchase_return.validate_return - (doc) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.sales_and_purchase_return.validate_return_against - (doc) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.sales_and_purchase_return.validate_returned_items - (doc) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.selling_controller.html b/erpnext/docs/current/api/controllers/erpnext.controllers.selling_controller.html deleted file mode 100644 index 3f83a7b9275..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.selling_controller.html +++ /dev/null @@ -1,315 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class SellingController

- -

Inherits from erpnext.controllers.stock_controller.StockController - -

-
-
- - - - -

- - - __setup__ - (self) -

-

No docs

-
-
- - - - - -

- - - apply_shipping_rule - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_commission - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_contribution - (self) -

-

No docs

-
-
- - - - - -

- - - check_stop_or_close_sales_order - (self, ref_fieldname) -

-

No docs

-
-
- - - - - -

- - - get_already_delivered_qty - (self, current_docname, so, so_detail) -

-

No docs

-
-
- - - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - get_item_list - (self) -

-

No docs

-
-
- - - - - -

- - - get_so_qty_and_warehouse - (self, so_detail) -

-

No docs

-
-
- - - - - -

- - - has_product_bundle - (self, item_code) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

No docs

-
-
- - - - - -

- - - remove_shipping_charge - (self) -

-

No docs

-
-
- - - - - -

- - - set_missing_lead_customer_details - (self) -

-

No docs

-
-
- - - - - -

- - - set_missing_values - (self, for_validate=False) -

-

No docs

-
-
- - - - - -

- - - set_price_list_and_item_details - (self) -

-

No docs

-
-
- - - - - -

- - - set_total_in_words - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_max_discount - (self) -

-

No docs

-
-
- - - - - -

- - - validate_order_type - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.controllers.selling_controller.check_active_sales_items - (obj) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.status_updater.html b/erpnext/docs/current/api/controllers/erpnext.controllers.status_updater.html deleted file mode 100644 index fddc5d7cbba..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.status_updater.html +++ /dev/null @@ -1,228 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class StatusUpdater

- -

Inherits from frappe.model.document.Document - -

Updates the status of the calling records -Delivery Note: Update Delivered Qty, Update Percent and Validate over delivery -Sales Invoice: Update Billed Amt, Update Percent and Validate over billing -Installation Note: Update Installed Qty, Update Percent Qty and Validate over installation

-
-
- - - - -

- - - _update_children - (self, args, update_modified) -

-

Update quantities or amount in child table

-
-
- - - - - -

- - - _update_modified - (self, args, update_modified) -

-

No docs

-
-
- - - - - -

- - - _update_percent_field - (self, args, update_modified=True) -

-

Update percent field in parent transaction

-
-
- - - - - -

- - - _update_percent_field_in_targets - (self, args, update_modified=True) -

-

Update percent field in parent transaction

-
-
- - - - - -

- - - check_overflow_with_tolerance - (self, item, args) -

-

Checks if there is overflow condering a relaxation tolerance

-
-
- - - - - -

- - - set_status - (self, update=False, status=None, update_modified=True) -

-

No docs

-
-
- - - - - -

- - - update_billing_status - (self, zero_amount_refdoc, ref_dt, ref_fieldname) -

-

No docs

-
-
- - - - - -

- - - update_billing_status_for_zero_amount_refdoc - (self, ref_dt) -

-

No docs

-
-
- - - - - -

- - - update_prevdoc_status - (self) -

-

No docs

-
-
- - - - - -

- - - update_qty - (self, update_modified=True) -

-

Updates qty or amount at row level

- -

Parameters:

- - -
-
- - - - - -

- - - validate_qty - (self) -

-

Validates qty at row level

-
-
- - -
-
- - - - - - - -

- - - erpnext.controllers.status_updater.get_tolerance_for - (item_code, item_tolerance={}, global_tolerance=None) -

-

Returns the tolerance for the item, if not set, returns global tolerance

-
-
- - - - - - - -

- - - erpnext.controllers.status_updater.validate_status - (status, options) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.stock_controller.html b/erpnext/docs/current/api/controllers/erpnext.controllers.stock_controller.html deleted file mode 100644 index 9ab68002fce..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.stock_controller.html +++ /dev/null @@ -1,337 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class StockController

- -

Inherits from erpnext.controllers.accounts_controller.AccountsController - -

-
-
- - - - -

- - - check_expense_account - (self, item) -

-

No docs

-
-
- - - - - -

- - - get_gl_entries - (self, warehouse_account=None, default_expense_account=None, default_cost_center=None) -

-

No docs

-
-
- - - - - -

- - - get_incoming_rate_for_sales_return - (self, item_code, against_document) -

-

No docs

-
-
- - - - - -

- - - get_items_and_warehouses - (self) -

-

No docs

-
-
- - - - - -

- - - get_serialized_items - (self) -

-

No docs

-
-
- - - - - -

- - - get_sl_entries - (self, d, args) -

-

No docs

-
-
- - - - - -

- - - get_stock_ledger_details - (self) -

-

No docs

-
-
- - - - - -

- - - get_voucher_details - (self, default_expense_account, default_cost_center, sle_map) -

-

No docs

-
-
- - - - - -

- - - make_adjustment_entry - (self, expected_gle, voucher_obj) -

-

No docs

-
-
- - - - - -

- - - make_gl_entries - (self, repost_future_gle=True) -

-

No docs

-
-
- - - - - -

- - - make_gl_entries_on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - make_sl_entries - (self, sl_entries, is_amended=None, allow_negative_stock=False, via_landed_cost_voucher=False) -

-

No docs

-
-
- - - - - -

- - - update_billing_percentage - (self, update_modified=True) -

-

No docs

-
-
- - - - - -

- - - update_reserved_qty - (self) -

-

No docs

-
-
- - - - - -

- - - update_stock_ledger - (self) -

-

No docs

-
-
- - - - - -

- - - validate_warehouse - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.controllers.stock_controller.compare_existing_and_expected_gle - (existing_gle, expected_gle) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.stock_controller.get_future_stock_vouchers - (posting_date, posting_time, for_warehouses=None, for_items=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.stock_controller.get_voucherwise_gl_entries - (future_stock_vouchers, posting_date) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.stock_controller.get_warehouse_account - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.stock_controller.update_gl_entries_after - (posting_date, posting_time, for_warehouses=None, for_items=None, warehouse_account=None) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.taxes_and_totals.html b/erpnext/docs/current/api/controllers/erpnext.controllers.taxes_and_totals.html deleted file mode 100644 index 27f4ccdd4e9..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.taxes_and_totals.html +++ /dev/null @@ -1,384 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class calculate_taxes_and_totals

- -

Inherits from __builtin__.object - -

-
-
- - - - -

- - - __init__ - (self, doc) -

-

No docs

-
-
- - - - - -

- - - _calculate - (self) -

-

No docs

-
-
- - - - - -

- - - _cleanup - (self) -

-

No docs

-
-
- - - - - -

- - - _get_tax_rate - (self, tax, item_tax_map) -

-

No docs

-
-
- - - - - -

- - - _load_item_tax_rate - (self, item_tax_rate) -

-

No docs

-
-
- - - - - -

- - - _set_in_company_currency - (self, doc, fields) -

-

set values in base currency

-
-
- - - - - -

- - - adjust_discount_amount_loss - (self, tax) -

-

No docs

-
-
- - - - - -

- - - apply_discount_amount - (self) -

-

No docs

-
-
- - - - - -

- - - calculate - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_item_values - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_net_total - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_outstanding_amount - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_taxes - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_total_advance - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_totals - (self) -

-

No docs

-
-
- - - - - -

- - - determine_exclusive_rate - (self) -

-

No docs

-
-
- - - - - -

- - - get_current_tax_amount - (self, item, tax, item_tax_map) -

-

No docs

-
-
- - - - - -

- - - get_current_tax_fraction - (self, tax, item_tax_map) -

-

Get tax fraction for calculating tax exclusive amount -from tax inclusive amount

-
-
- - - - - -

- - - get_total_for_discount_amount - (self) -

-

No docs

-
-
- - - - - -

- - - initialize_taxes - (self) -

-

No docs

-
-
- - - - - -

- - - manipulate_grand_total_for_inclusive_tax - (self) -

-

No docs

-
-
- - - - - -

- - - round_off_totals - (self, tax) -

-

No docs

-
-
- - - - - -

- - - set_discount_amount - (self) -

-

No docs

-
-
- - - - - -

- - - set_item_wise_tax - (self, item, tax, tax_rate, current_tax_amount) -

-

No docs

-
-
- - - - - -

- - - validate_conversion_rate - (self) -

-

No docs

-
-
- - -
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.trends.html b/erpnext/docs/current/api/controllers/erpnext.controllers.trends.html deleted file mode 100644 index 4b72a391868..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.trends.html +++ /dev/null @@ -1,196 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.controllers.trends.based_wise_columns_query - (based_on, trans) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.trends.get_columns - (filters, trans) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.trends.get_data - (filters, conditions) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.trends.get_mon - (dt) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.controllers.trends.get_period_date_ranges -

-

- - - erpnext.controllers.trends.get_period_date_ranges - (period, fiscal_year=None, year_start_date=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.trends.get_period_month_ranges - (period, fiscal_year) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.trends.get_period_wise_columns - (bet_dates, period, pwc) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.trends.get_period_wise_query - (bet_dates, trans_date, query_details) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.trends.group_wise_column - (group_by) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.trends.period_wise_columns_query - (filters, trans) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.trends.validate_filters - (filters) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/erpnext.controllers.website_list_for_contact.html b/erpnext/docs/current/api/controllers/erpnext.controllers.website_list_for_contact.html deleted file mode 100644 index 9c226b2b94a..00000000000 --- a/erpnext/docs/current/api/controllers/erpnext.controllers.website_list_for_contact.html +++ /dev/null @@ -1,98 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.controllers.website_list_for_contact.get_customers_suppliers - (doctype, user) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.website_list_for_contact.get_list_context - (context=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.website_list_for_contact.get_transaction_list - (doctype, txt=None, filters=None, limit_start=0, limit_page_length=20) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.website_list_for_contact.has_website_permission - (doc, ptype, user, verbose=False) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.controllers.website_list_for_contact.post_process - (doctype, data) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/index.html b/erpnext/docs/current/api/controllers/index.html deleted file mode 100644 index d8da3db9bc8..00000000000 --- a/erpnext/docs/current/api/controllers/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/controllers/index.txt b/erpnext/docs/current/api/controllers/index.txt deleted file mode 100644 index 3965811e804..00000000000 --- a/erpnext/docs/current/api/controllers/index.txt +++ /dev/null @@ -1,14 +0,0 @@ -erpnext.controllers.accounts_controller -erpnext.controllers.buying_controller -erpnext.controllers -erpnext.controllers.item_variant -erpnext.controllers.print_settings -erpnext.controllers.queries -erpnext.controllers.recurring_document -erpnext.controllers.sales_and_purchase_return -erpnext.controllers.selling_controller -erpnext.controllers.status_updater -erpnext.controllers.stock_controller -erpnext.controllers.taxes_and_totals -erpnext.controllers.trends -erpnext.controllers.website_list_for_contact \ No newline at end of file diff --git a/erpnext/docs/current/api/crm/erpnext.crm.html b/erpnext/docs/current/api/crm/erpnext.crm.html deleted file mode 100644 index ff9d2d2fcb9..00000000000 --- a/erpnext/docs/current/api/crm/erpnext.crm.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/crm/index.html b/erpnext/docs/current/api/crm/index.html deleted file mode 100644 index ecb502bf126..00000000000 --- a/erpnext/docs/current/api/crm/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/crm/index.txt b/erpnext/docs/current/api/crm/index.txt deleted file mode 100644 index 5c972861f4e..00000000000 --- a/erpnext/docs/current/api/crm/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.crm \ No newline at end of file diff --git a/erpnext/docs/current/api/erpnext.__init__.html b/erpnext/docs/current/api/erpnext.__init__.html deleted file mode 100644 index 70204406ee2..00000000000 --- a/erpnext/docs/current/api/erpnext.__init__.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/erpnext.__version__.html b/erpnext/docs/current/api/erpnext.__version__.html deleted file mode 100644 index 7499b1e7d3b..00000000000 --- a/erpnext/docs/current/api/erpnext.__version__.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/erpnext.exceptions.html b/erpnext/docs/current/api/erpnext.exceptions.html deleted file mode 100644 index e8f5ee120d1..00000000000 --- a/erpnext/docs/current/api/erpnext.exceptions.html +++ /dev/null @@ -1,78 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class InvalidAccountCurrency

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class InvalidCurrency

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class PartyDisabled

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class PartyFrozen

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/erpnext.hooks.html b/erpnext/docs/current/api/erpnext.hooks.html deleted file mode 100644 index d96bfe61c23..00000000000 --- a/erpnext/docs/current/api/erpnext.hooks.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/erpnext.tasks.html b/erpnext/docs/current/api/erpnext.tasks.html deleted file mode 100644 index 9bd0ec27696..00000000000 --- a/erpnext/docs/current/api/erpnext.tasks.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/hr/erpnext.hr.html b/erpnext/docs/current/api/hr/erpnext.hr.html deleted file mode 100644 index 0dc31844bc5..00000000000 --- a/erpnext/docs/current/api/hr/erpnext.hr.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/hr/erpnext.hr.utils.html b/erpnext/docs/current/api/hr/erpnext.hr.utils.html deleted file mode 100644 index 52607d48e5b..00000000000 --- a/erpnext/docs/current/api/hr/erpnext.hr.utils.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.hr.utils.set_employee_name - (doc) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/hr/index.html b/erpnext/docs/current/api/hr/index.html deleted file mode 100644 index 9f0b88da664..00000000000 --- a/erpnext/docs/current/api/hr/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/hr/index.txt b/erpnext/docs/current/api/hr/index.txt deleted file mode 100644 index c515b532057..00000000000 --- a/erpnext/docs/current/api/hr/index.txt +++ /dev/null @@ -1,2 +0,0 @@ -erpnext.hr -erpnext.hr.utils \ No newline at end of file diff --git a/erpnext/docs/current/api/hr/print_format/erpnext.hr.print_format.html b/erpnext/docs/current/api/hr/print_format/erpnext.hr.print_format.html deleted file mode 100644 index 2620e486688..00000000000 --- a/erpnext/docs/current/api/hr/print_format/erpnext.hr.print_format.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/hr/print_format/index.html b/erpnext/docs/current/api/hr/print_format/index.html deleted file mode 100644 index d8c61580cc1..00000000000 --- a/erpnext/docs/current/api/hr/print_format/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/hr/print_format/index.txt b/erpnext/docs/current/api/hr/print_format/index.txt deleted file mode 100644 index 1c63c43b552..00000000000 --- a/erpnext/docs/current/api/hr/print_format/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.hr.print_format \ No newline at end of file diff --git a/erpnext/docs/current/api/hr/print_format/offer_letter/erpnext.hr.print_format.offer_letter.html b/erpnext/docs/current/api/hr/print_format/offer_letter/erpnext.hr.print_format.offer_letter.html deleted file mode 100644 index 67a3a78cc84..00000000000 --- a/erpnext/docs/current/api/hr/print_format/offer_letter/erpnext.hr.print_format.offer_letter.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/hr/print_format/offer_letter/index.html b/erpnext/docs/current/api/hr/print_format/offer_letter/index.html deleted file mode 100644 index e2c18cdffa8..00000000000 --- a/erpnext/docs/current/api/hr/print_format/offer_letter/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/hr/print_format/offer_letter/index.txt b/erpnext/docs/current/api/hr/print_format/offer_letter/index.txt deleted file mode 100644 index eb2208251eb..00000000000 --- a/erpnext/docs/current/api/hr/print_format/offer_letter/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.hr.print_format.offer_letter \ No newline at end of file diff --git a/erpnext/docs/current/api/hub_node/erpnext.hub_node.html b/erpnext/docs/current/api/hub_node/erpnext.hub_node.html deleted file mode 100644 index b22b0157b6c..00000000000 --- a/erpnext/docs/current/api/hub_node/erpnext.hub_node.html +++ /dev/null @@ -1,36 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - -

Public API -
/api/method/erpnext.hub_node.get_items -

-

- - - erpnext.hub_node.get_items - (text, start, limit) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/hub_node/index.html b/erpnext/docs/current/api/hub_node/index.html deleted file mode 100644 index 60b42a5e2f8..00000000000 --- a/erpnext/docs/current/api/hub_node/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/hub_node/index.txt b/erpnext/docs/current/api/hub_node/index.txt deleted file mode 100644 index 597a8072d69..00000000000 --- a/erpnext/docs/current/api/hub_node/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.hub_node \ No newline at end of file diff --git a/erpnext/docs/current/api/index.html b/erpnext/docs/current/api/index.html deleted file mode 100644 index 3c4ca085046..00000000000 --- a/erpnext/docs/current/api/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - -
- - - Version 6.x.x - - - Source - -
- -

Contents

- - - -{index} \ No newline at end of file diff --git a/erpnext/docs/current/api/index.txt b/erpnext/docs/current/api/index.txt deleted file mode 100644 index f7f8f5e6187..00000000000 --- a/erpnext/docs/current/api/index.txt +++ /dev/null @@ -1,5 +0,0 @@ -erpnext.__init__ -erpnext.__version__ -erpnext.exceptions -erpnext.hooks -erpnext.tasks \ No newline at end of file diff --git a/erpnext/docs/current/api/manufacturing/erpnext.manufacturing.html b/erpnext/docs/current/api/manufacturing/erpnext.manufacturing.html deleted file mode 100644 index 09ff0f7f153..00000000000 --- a/erpnext/docs/current/api/manufacturing/erpnext.manufacturing.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/manufacturing/index.html b/erpnext/docs/current/api/manufacturing/index.html deleted file mode 100644 index 5d5021dcc82..00000000000 --- a/erpnext/docs/current/api/manufacturing/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/manufacturing/index.txt b/erpnext/docs/current/api/manufacturing/index.txt deleted file mode 100644 index de5c2bf9298..00000000000 --- a/erpnext/docs/current/api/manufacturing/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.manufacturing \ No newline at end of file diff --git a/erpnext/docs/current/api/projects/erpnext.projects.html b/erpnext/docs/current/api/projects/erpnext.projects.html deleted file mode 100644 index 7e2d1c6a58c..00000000000 --- a/erpnext/docs/current/api/projects/erpnext.projects.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/projects/erpnext.projects.utils.html b/erpnext/docs/current/api/projects/erpnext.projects.utils.html deleted file mode 100644 index c98d8877d48..00000000000 --- a/erpnext/docs/current/api/projects/erpnext.projects.utils.html +++ /dev/null @@ -1,54 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - -

Public API -
/api/method/erpnext.projects.utils.get_time_log_list -

-

- - - erpnext.projects.utils.get_time_log_list - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.projects.utils.query_task -

-

- - - erpnext.projects.utils.query_task - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/projects/index.html b/erpnext/docs/current/api/projects/index.html deleted file mode 100644 index 63248bf9f69..00000000000 --- a/erpnext/docs/current/api/projects/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/projects/index.txt b/erpnext/docs/current/api/projects/index.txt deleted file mode 100644 index f6cc0ebb512..00000000000 --- a/erpnext/docs/current/api/projects/index.txt +++ /dev/null @@ -1,2 +0,0 @@ -erpnext.projects -erpnext.projects.utils \ No newline at end of file diff --git a/erpnext/docs/current/api/selling/erpnext.selling.html b/erpnext/docs/current/api/selling/erpnext.selling.html deleted file mode 100644 index 6d34150cd58..00000000000 --- a/erpnext/docs/current/api/selling/erpnext.selling.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/selling/index.html b/erpnext/docs/current/api/selling/index.html deleted file mode 100644 index 987b42d3a19..00000000000 --- a/erpnext/docs/current/api/selling/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/selling/index.txt b/erpnext/docs/current/api/selling/index.txt deleted file mode 100644 index e570c8607b0..00000000000 --- a/erpnext/docs/current/api/selling/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.selling \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/erpnext.setup.html b/erpnext/docs/current/api/setup/erpnext.setup.html deleted file mode 100644 index 7356ec93218..00000000000 --- a/erpnext/docs/current/api/setup/erpnext.setup.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/erpnext.setup.install.html b/erpnext/docs/current/api/setup/erpnext.setup.install.html deleted file mode 100644 index 02c58d287e4..00000000000 --- a/erpnext/docs/current/api/setup/erpnext.setup.install.html +++ /dev/null @@ -1,98 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.setup.install.add_web_forms - () -

-

Import web forms for Issues and Addresses

-
-
- - - - - - - -

- - - erpnext.setup.install.after_install - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.install.check_setup_wizard_not_completed - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.install.feature_setup - () -

-

save global defaults and features setup

-
-
- - - - - - - -

- - - erpnext.setup.install.set_single_defaults - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/erpnext.setup.utils.html b/erpnext/docs/current/api/setup/erpnext.setup.utils.html deleted file mode 100644 index 413f743cb50..00000000000 --- a/erpnext/docs/current/api/setup/erpnext.setup.utils.html +++ /dev/null @@ -1,100 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.setup.utils.before_tests - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.utils.get_ancestors_of - (doctype, name) -

-

Get ancestor elements of a DocType with a tree structure

-
-
- - - - - - - -

- - - erpnext.setup.utils.get_company_currency - (company) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.setup.utils.get_exchange_rate -

-

- - - erpnext.setup.utils.get_exchange_rate - (from_currency, to_currency) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.utils.get_root_of - (doctype) -

-

Get root element of a DocType with a tree structure

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/index.html b/erpnext/docs/current/api/setup/index.html deleted file mode 100644 index 8cd811c904c..00000000000 --- a/erpnext/docs/current/api/setup/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/index.txt b/erpnext/docs/current/api/setup/index.txt deleted file mode 100644 index 63162d85a92..00000000000 --- a/erpnext/docs/current/api/setup/index.txt +++ /dev/null @@ -1,3 +0,0 @@ -erpnext.setup -erpnext.setup.install -erpnext.setup.utils \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.default_website.html b/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.default_website.html deleted file mode 100644 index 4a78ed140fd..00000000000 --- a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.default_website.html +++ /dev/null @@ -1,105 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.setup.setup_wizard.default_website.test - () -

-

No docs

-
-
- - - - - -

Class website_maker

- -

Inherits from __builtin__.object - -

-
-
- - - - -

- - - __init__ - (self, company, tagline, user) -

-

No docs

-
-
- - - - - -

- - - make_blog - (self) -

-

No docs

-
-
- - - - - -

- - - make_web_page - (self) -

-

No docs

-
-
- - - - - -

- - - make_website_settings - (self) -

-

No docs

-
-
- - -
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.html b/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.html deleted file mode 100644 index 0021f57f254..00000000000 --- a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.industry_type.html b/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.industry_type.html deleted file mode 100644 index 054eccdeb45..00000000000 --- a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.industry_type.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.setup.setup_wizard.industry_type.get_industry_types - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.install_fixtures.html b/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.install_fixtures.html deleted file mode 100644 index 02fb0da0200..00000000000 --- a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.install_fixtures.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.setup.setup_wizard.install_fixtures.install - (country=None) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.sample_data.html b/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.sample_data.html deleted file mode 100644 index c6dc574c6b7..00000000000 --- a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.sample_data.html +++ /dev/null @@ -1,115 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.setup.setup_wizard.sample_data.make_issue - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.sample_data.make_material_request - (buying_items) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.sample_data.make_opportunity - (selling_items, customer) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.sample_data.make_projects - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.sample_data.make_quote - (selling_items, customer) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.sample_data.make_sample_data - () -

-

Create a few opportunities, quotes, material requests, issues, todos, projects -to help the user get started

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.setup_wizard.html b/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.setup_wizard.html deleted file mode 100644 index db1c3f313cb..00000000000 --- a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.setup_wizard.html +++ /dev/null @@ -1,386 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.add_all_roles_to - (name) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_bank_account - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_contact - (contact, party_type, party) -

-

Create contact based on given contact name

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_customers - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_email_digest - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_feed_and_todo - () -

-

update Activity feed and create todo for creation of item, customer, vendor

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_fiscal_year_and_company - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_items - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_letter_head - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_logo - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_price_lists - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_suppliers - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_taxes - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_territories - () -

-

create two default territories, one for home country and one named Rest of the World

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.create_users - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.get_fy_details - (fy_start_date, fy_end_date) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.login_as_first_user - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.make_item_price - (item, price_list_name, item_price) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.make_sales_and_purchase_tax_templates - (account) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.make_tax_head - (args, i, tax_group, tax_rate) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.set_defaults - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.setup_complete - (args=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.setup_wizard.setup_wizard.update_user_name - (args) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.test_setup_data.html b/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.test_setup_data.html deleted file mode 100644 index 372fc7d6d0a..00000000000 --- a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.test_setup_data.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.test_setup_wizard.html b/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.test_setup_wizard.html deleted file mode 100644 index 85005211154..00000000000 --- a/erpnext/docs/current/api/setup/setup_wizard/erpnext.setup.setup_wizard.test_setup_wizard.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/setup_wizard/index.html b/erpnext/docs/current/api/setup/setup_wizard/index.html deleted file mode 100644 index 66740a2e7a6..00000000000 --- a/erpnext/docs/current/api/setup/setup_wizard/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/setup/setup_wizard/index.txt b/erpnext/docs/current/api/setup/setup_wizard/index.txt deleted file mode 100644 index 6e21162d283..00000000000 --- a/erpnext/docs/current/api/setup/setup_wizard/index.txt +++ /dev/null @@ -1,8 +0,0 @@ -erpnext.setup.setup_wizard.default_website -erpnext.setup.setup_wizard -erpnext.setup.setup_wizard.industry_type -erpnext.setup.setup_wizard.install_fixtures -erpnext.setup.setup_wizard.sample_data -erpnext.setup.setup_wizard.setup_wizard -erpnext.setup.setup_wizard.test_setup_data -erpnext.setup.setup_wizard.test_setup_wizard \ No newline at end of file diff --git a/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.cart.html b/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.cart.html deleted file mode 100644 index 6de26bb4629..00000000000 --- a/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.cart.html +++ /dev/null @@ -1,379 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class WebsitePriceListMissingError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.shopping_cart.cart._apply_shipping_rule - (party=None, quotation=None, cart_settings=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart._get_cart_quotation - (party=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart._set_price_list - (quotation, cart_settings) -

-

Set price list based on customer or shopping cart default

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart.apply_cart_settings - (party=None, quotation=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.shopping_cart.cart.apply_shipping_rule -

-

- - - erpnext.shopping_cart.cart.apply_shipping_rule - (shipping_rule) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart.decorate_quotation_doc - (doc) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart.get_address_docs - (doctype=None, txt=None, filters=None, limit_start=0, limit_page_length=20, party=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart.get_address_territory - (address_name) -

-

Tries to match city, state and country of address to existing territory

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart.get_applicable_shipping_rules - (party=None, quotation=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.shopping_cart.cart.get_cart_quotation -

-

- - - erpnext.shopping_cart.cart.get_cart_quotation - (doc=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart.get_customer - (user=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart.get_shipping_rules - (quotation=None, cart_settings=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart.guess_territory - () -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.shopping_cart.cart.place_order -

-

- - - erpnext.shopping_cart.cart.place_order - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart.set_cart_count - (quotation=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart.set_customer_in_address - (doc, method=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart.set_price_list_and_rate - (quotation, cart_settings) -

-

set price list based on billing territory

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart.set_taxes - (quotation, cart_settings) -

-

set taxes based on billing territory

-
-
- - - - - - -

Public API -
/api/method/erpnext.shopping_cart.cart.update_cart -

-

- - - erpnext.shopping_cart.cart.update_cart - (item_code, qty, with_items=False) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.shopping_cart.cart.update_cart_address -

-

- - - erpnext.shopping_cart.cart.update_cart_address - (address_fieldname, address_name) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.cart.update_party - (fullname, company_name=None, mobile_no=None, phone=None) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.html b/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.html deleted file mode 100644 index ad50db4e88e..00000000000 --- a/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.product.html b/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.product.html deleted file mode 100644 index 7f8e297e279..00000000000 --- a/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.product.html +++ /dev/null @@ -1,68 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.shopping_cart.product.get_price - (item_code, template_item_code, price_list) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.shopping_cart.product.get_product_info -

-

- - - erpnext.shopping_cart.product.get_product_info - (item_code) -

-

get product price / stock info

-
-
- - - - - - - -

- - - erpnext.shopping_cart.product.get_qty_in_stock - (item_code, template_item_code) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.test_shopping_cart.html b/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.test_shopping_cart.html deleted file mode 100644 index aad5c361167..00000000000 --- a/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.test_shopping_cart.html +++ /dev/null @@ -1,244 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class TestShoppingCart

- -

Inherits from unittest.case.TestCase - -

Note: -Shopping Cart == Quotation

-
-
- - - - -

- - - create_quotation - (self) -

-

No docs

-
-
- - - - - -

- - - disable_shopping_cart - (self) -

-

No docs

-
-
- - - - - -

- - - enable_shopping_cart - (self) -

-

No docs

-
-
- - - - - -

- - - login_as_customer - (self) -

-

No docs

-
-
- - - - - -

- - - login_as_new_user - (self) -

-

No docs

-
-
- - - - - -

- - - remove_all_items_from_cart - (self) -

-

No docs

-
-
- - - - - -

- - - remove_test_quotation - (self, quotation) -

-

No docs

-
-
- - - - - -

- - - setUp - (self) -

-

No docs

-
-
- - - - - -

- - - tearDown - (self) -

-

No docs

-
-
- - - - - -

- - - test_add_to_cart - (self) -

-

No docs

-
-
- - - - - -

- - - test_get_cart_customer - (self) -

-

No docs

-
-
- - - - - -

- - - test_get_cart_new_user - (self) -

-

No docs

-
-
- - - - - -

- - - test_remove_from_cart - (self) -

-

No docs

-
-
- - - - - -

- - - test_tax_rule - (self) -

-

No docs

-
-
- - - - - -

- - - test_update_cart - (self) -

-

No docs

-
-
- - -
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.utils.html b/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.utils.html deleted file mode 100644 index cd8cbc199fb..00000000000 --- a/erpnext/docs/current/api/shopping_cart/erpnext.shopping_cart.utils.html +++ /dev/null @@ -1,98 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.shopping_cart.utils.clear_cart_count - (login_manager) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.utils.set_cart_count - (login_manager) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.utils.show_cart_count - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.utils.update_my_account_context - (context) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.utils.update_website_context - (context) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/shopping_cart/index.html b/erpnext/docs/current/api/shopping_cart/index.html deleted file mode 100644 index 3903d466edc..00000000000 --- a/erpnext/docs/current/api/shopping_cart/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/shopping_cart/index.txt b/erpnext/docs/current/api/shopping_cart/index.txt deleted file mode 100644 index c95a01d0e45..00000000000 --- a/erpnext/docs/current/api/shopping_cart/index.txt +++ /dev/null @@ -1,5 +0,0 @@ -erpnext.shopping_cart.cart -erpnext.shopping_cart -erpnext.shopping_cart.product -erpnext.shopping_cart.test_shopping_cart -erpnext.shopping_cart.utils \ No newline at end of file diff --git a/erpnext/docs/current/api/startup/erpnext.startup.boot.html b/erpnext/docs/current/api/startup/erpnext.startup.boot.html deleted file mode 100644 index 5dc50c75c1f..00000000000 --- a/erpnext/docs/current/api/startup/erpnext.startup.boot.html +++ /dev/null @@ -1,82 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.startup.boot.boot_session - (bootinfo) -

-

boot session - send website info if guest

-
-
- - - - - - - -

- - - erpnext.startup.boot.get_letter_heads - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.startup.boot.load_country_and_currency - (bootinfo) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.startup.boot.update_page_info - (bootinfo) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/startup/erpnext.startup.html b/erpnext/docs/current/api/startup/erpnext.startup.html deleted file mode 100644 index 686638556a7..00000000000 --- a/erpnext/docs/current/api/startup/erpnext.startup.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/startup/erpnext.startup.notifications.html b/erpnext/docs/current/api/startup/erpnext.startup.notifications.html deleted file mode 100644 index e16eb74c920..00000000000 --- a/erpnext/docs/current/api/startup/erpnext.startup.notifications.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.startup.notifications.get_notification_config - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/startup/erpnext.startup.report_data_map.html b/erpnext/docs/current/api/startup/erpnext.startup.report_data_map.html deleted file mode 100644 index fcf1e8faa2c..00000000000 --- a/erpnext/docs/current/api/startup/erpnext.startup.report_data_map.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/startup/index.html b/erpnext/docs/current/api/startup/index.html deleted file mode 100644 index 1cc0b94d158..00000000000 --- a/erpnext/docs/current/api/startup/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/startup/index.txt b/erpnext/docs/current/api/startup/index.txt deleted file mode 100644 index 40766bcbc3d..00000000000 --- a/erpnext/docs/current/api/startup/index.txt +++ /dev/null @@ -1,4 +0,0 @@ -erpnext.startup.boot -erpnext.startup -erpnext.startup.notifications -erpnext.startup.report_data_map \ No newline at end of file diff --git a/erpnext/docs/current/api/stock/erpnext.stock.get_item_details.html b/erpnext/docs/current/api/stock/erpnext.stock.get_item_details.html deleted file mode 100644 index bce01a4ee5c..00000000000 --- a/erpnext/docs/current/api/stock/erpnext.stock.get_item_details.html +++ /dev/null @@ -1,510 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - -

Public API -
/api/method/erpnext.stock.get_item_details.apply_price_list -

-

- - - erpnext.stock.get_item_details.apply_price_list - (args, as_doc=False) -

-

Apply pricelist on a document-like dict object and return as -{'parent': dict, 'children': list}

- -

Parameters:

- - -
-
- - - - - - - -

- - - erpnext.stock.get_item_details.apply_price_list_on_item - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.get_actual_batch_qty - (batch_no, warehouse, item_code) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.get_item_details.get_available_qty -

-

- - - erpnext.stock.get_item_details.get_available_qty - (item_code, warehouse) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.get_basic_details - (args, item) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.get_item_details.get_batch_qty -

-

- - - erpnext.stock.get_item_details.get_batch_qty - (batch_no, warehouse, item_code) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.get_item_details.get_conversion_factor -

-

- - - erpnext.stock.get_item_details.get_conversion_factor - (item_code, uom) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.get_item_details.get_default_bom -

-

- - - erpnext.stock.get_item_details.get_default_bom - (item_code=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.get_default_cost_center - (args, item) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.get_default_expense_account - (args, item) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.get_default_income_account - (args, item) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.get_item_details.get_item_code -

-

- - - erpnext.stock.get_item_details.get_item_code - (barcode=None, serial_no=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.get_item_details.get_item_details -

-

- - - erpnext.stock.get_item_details.get_item_details - (args) -

-

args = { - "itemcode": "", - "warehouse": None, - "customer": "", - "conversionrate": 1.0, - "sellingpricelist": None, - "pricelistcurrency": None, - "plcconversionrate": 1.0, - "doctype": "", - "name": "", - "supplier": None, - "transactiondate": None, - "conversionrate": 1.0, - "buyingpricelist": None, - "issubcontracted": "Yes" / "No", - "ignorepricingrule": 0/1 - "projectname": "" -}

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.get_party_item_code - (args, item_doc, out) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.get_item_details.get_pos_profile -

-

- - - erpnext.stock.get_item_details.get_pos_profile - (company) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.get_pos_profile_item_details - (company, args, pos_profile=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.get_price_list_currency - (price_list) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.get_price_list_currency_and_exchange_rate - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.get_price_list_rate - (args, item_doc, out) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.get_price_list_rate_for - (price_list, item_code) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.get_item_details.get_projected_qty -

-

- - - erpnext.stock.get_item_details.get_projected_qty - (item_code, warehouse) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.get_serial_nos_by_fifo - (args, item_doc) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.insert_item_price - (args) -

-

Insert Item Price if Price List and Price List Rate are specified and currency is the same

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.process_args - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.validate_conversion_rate - (args, meta) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.validate_item_details - (args, item) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.get_item_details.validate_price_list - (args) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/stock/erpnext.stock.html b/erpnext/docs/current/api/stock/erpnext.stock.html deleted file mode 100644 index 42937bee750..00000000000 --- a/erpnext/docs/current/api/stock/erpnext.stock.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/stock/erpnext.stock.reorder_item.html b/erpnext/docs/current/api/stock/erpnext.stock.reorder_item.html deleted file mode 100644 index aee77b0c140..00000000000 --- a/erpnext/docs/current/api/stock/erpnext.stock.reorder_item.html +++ /dev/null @@ -1,115 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.stock.reorder_item._reorder_item - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.reorder_item.create_material_request - (material_requests) -

-
Create indent on reaching reorder level
-
-
-
- - - - - - - -

- - - erpnext.stock.reorder_item.get_item_warehouse_projected_qty - (items_to_consider) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.reorder_item.notify_errors - (exceptions_list) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.reorder_item.reorder_item - () -

-

Reorder item if stock reaches reorder level

-
-
- - - - - - - -

- - - erpnext.stock.reorder_item.send_email_notification - (mr_list) -

-

Notify user about auto creation of indent

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/stock/erpnext.stock.stock_balance.html b/erpnext/docs/current/api/stock/erpnext.stock.stock_balance.html deleted file mode 100644 index ced3d56691e..00000000000 --- a/erpnext/docs/current/api/stock/erpnext.stock.stock_balance.html +++ /dev/null @@ -1,210 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.stock.stock_balance.get_balance_qty_from_sle - (item_code, warehouse) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_balance.get_indented_qty - (item_code, warehouse) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_balance.get_ordered_qty - (item_code, warehouse) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_balance.get_planned_qty - (item_code, warehouse) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_balance.get_reserved_qty - (item_code, warehouse) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_balance.repost - (only_actual=False, allow_negative_stock=False, allow_zero_rate=False, only_bin=False) -

-

Repost everything!

-
-
- - - - - - - -

- - - erpnext.stock.stock_balance.repost_actual_qty - (item_code, warehouse, allow_zero_rate=False) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_balance.repost_all_stock_vouchers - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_balance.repost_stock - (item_code, warehouse, allow_zero_rate=False, only_actual=False, only_bin=False) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_balance.reset_serial_no_status_and_warehouse - (serial_nos=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_balance.set_stock_balance_as_per_serial_no - (item_code=None, posting_date=None, posting_time=None, fiscal_year=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_balance.update_bin_qty - (item_code, warehouse, qty_dict=None) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/stock/erpnext.stock.stock_ledger.html b/erpnext/docs/current/api/stock/erpnext.stock.stock_ledger.html deleted file mode 100644 index f577b5e1b6a..00000000000 --- a/erpnext/docs/current/api/stock/erpnext.stock.stock_ledger.html +++ /dev/null @@ -1,339 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class NegativeStockError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.stock.stock_ledger.delete_cancelled_entry - (voucher_type, voucher_no) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_ledger.get_previous_sle - (args, for_update=False) -

-

get the last sle on or before the current time-bucket, -to get actual qty before transaction, this function -is called from various transaction like stock entry, reco etc

- -

args = { - "itemcode": "ABC", - "warehouse": "XYZ", - "postingdate": "2012-12-12", - "posting_time": "12:00", - "sle": "name of reference Stock Ledger Entry" -}

-
-
- - - - - - - -

- - - erpnext.stock.stock_ledger.get_stock_ledger_entries - (previous_sle, operator=None, order=desc, limit=None, for_update=False, debug=False) -

-

get stock ledger entries filtered by specific posting datetime conditions

-
-
- - - - - - - -

- - - erpnext.stock.stock_ledger.get_valuation_rate - (item_code, warehouse, allow_zero_rate=False) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_ledger.make_entry - (args, allow_negative_stock=False, via_landed_cost_voucher=False) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_ledger.make_sl_entries - (sl_entries, is_amended=None, allow_negative_stock=False, via_landed_cost_voucher=False) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.stock_ledger.set_as_cancel - (voucher_type, voucher_no) -

-

No docs

-
-
- - - - - -

Class update_entries_after

- -

Inherits from __builtin__.object - -

update valution rate and qty after transaction -from the current time-bucket onwards

- -

Parameters:

- - -
-
- - - - -

- - - __init__ - (self, args, allow_zero_rate=False, allow_negative_stock=None, via_landed_cost_voucher=False, verbose=1) -

-

No docs

-
-
- - - - - -

- - - build - (self) -

-

No docs

-
-
- - - - - -

- - - get_fifo_values - (self, sle) -

-

No docs

-
-
- - - - - -

- - - get_moving_average_values - (self, sle) -

-

No docs

-
-
- - - - - -

- - - get_serialized_values - (self, sle) -

-

No docs

-
-
- - - - - -

- - - get_sle_after_datetime - (self) -

-

get Stock Ledger Entries after a particular datetime, for reposting

-
-
- - - - - -

- - - get_sle_before_datetime - (self) -

-

get previous stock ledger entry before current time-bucket

-
-
- - - - - -

- - - process_sle - (self, sle) -

-

No docs

-
-
- - - - - -

- - - raise_exceptions - (self) -

-

No docs

-
-
- - - - - -

- - - update_bin - (self) -

-

No docs

-
-
- - - - - -

- - - validate_negative_stock - (self, sle) -

-

validate negative stock for entries current datetime onwards -will not consider cancelled entries

-
-
- - -
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/stock/erpnext.stock.utils.html b/erpnext/docs/current/api/stock/erpnext.stock.utils.html deleted file mode 100644 index 1fb0155d7d2..00000000000 --- a/erpnext/docs/current/api/stock/erpnext.stock.utils.html +++ /dev/null @@ -1,213 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class InvalidWarehouseCompany

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.stock.utils.get_avg_purchase_rate - (serial_nos) -

-

get average value of serial numbers

-
-
- - - - - - - -

- - - erpnext.stock.utils.get_bin - (item_code, warehouse) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.utils.get_fifo_rate - (previous_stock_queue, qty) -

-

get FIFO (average) Rate from Queue

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.utils.get_incoming_rate -

-

- - - erpnext.stock.utils.get_incoming_rate - (args) -

-

Get Incoming Rate based on valuation method

-
-
- - - - - - - -

- - - erpnext.stock.utils.get_latest_stock_balance - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.utils.get_stock_balance - (item_code, warehouse, posting_date=None, posting_time=None, with_valuation_rate=False) -

-

Returns stock balance quantity at given warehouse on given posting date or current date.

- -

If with_valuation_rate is True, will return tuple (qty, rate)

-
-
- - - - - - - -

- - - erpnext.stock.utils.get_stock_value_on - (warehouse=None, posting_date=None, item_code=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.utils.get_valid_serial_nos - (sr_nos, qty=0, item_code=) -

-

split serial nos, validate and return list of valid serial nos

-
-
- - - - - - - -

- - - erpnext.stock.utils.get_valuation_method - (item_code) -

-

get valuation method from item or default

-
-
- - - - - - - -

- - - erpnext.stock.utils.update_bin - (args, allow_negative_stock=False, via_landed_cost_voucher=False) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.utils.validate_warehouse_company - (warehouse, company) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/stock/index.html b/erpnext/docs/current/api/stock/index.html deleted file mode 100644 index fe17254db96..00000000000 --- a/erpnext/docs/current/api/stock/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/stock/index.txt b/erpnext/docs/current/api/stock/index.txt deleted file mode 100644 index 27cb1482d31..00000000000 --- a/erpnext/docs/current/api/stock/index.txt +++ /dev/null @@ -1,6 +0,0 @@ -erpnext.stock.get_item_details -erpnext.stock -erpnext.stock.reorder_item -erpnext.stock.stock_balance -erpnext.stock.stock_ledger -erpnext.stock.utils \ No newline at end of file diff --git a/erpnext/docs/current/api/support/erpnext.support.html b/erpnext/docs/current/api/support/erpnext.support.html deleted file mode 100644 index d10ce6bf4fa..00000000000 --- a/erpnext/docs/current/api/support/erpnext.support.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/support/index.html b/erpnext/docs/current/api/support/index.html deleted file mode 100644 index bcbe1c8fa09..00000000000 --- a/erpnext/docs/current/api/support/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/support/index.txt b/erpnext/docs/current/api/support/index.txt deleted file mode 100644 index 42739d16e91..00000000000 --- a/erpnext/docs/current/api/support/index.txt +++ /dev/null @@ -1 +0,0 @@ -erpnext.support \ No newline at end of file diff --git a/erpnext/docs/current/api/utilities/erpnext.utilities.address_and_contact.html b/erpnext/docs/current/api/utilities/erpnext.utilities.address_and_contact.html deleted file mode 100644 index 89c9c172e99..00000000000 --- a/erpnext/docs/current/api/utilities/erpnext.utilities.address_and_contact.html +++ /dev/null @@ -1,114 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.utilities.address_and_contact.get_permission_query_conditions - (doctype) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.utilities.address_and_contact.get_permission_query_conditions_for_address - (user) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.utilities.address_and_contact.get_permission_query_conditions_for_contact - (user) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.utilities.address_and_contact.get_permitted_and_not_permitted_links - (doctype) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.utilities.address_and_contact.has_permission - (doc, ptype, user) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.utilities.address_and_contact.load_address_and_contact - (doc, key) -

-

Loads address list and contact list in __onload

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/utilities/erpnext.utilities.html b/erpnext/docs/current/api/utilities/erpnext.utilities.html deleted file mode 100644 index f2a4dc8d0a6..00000000000 --- a/erpnext/docs/current/api/utilities/erpnext.utilities.html +++ /dev/null @@ -1,34 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - -

- - - erpnext.utilities.update_doctypes - () -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/utilities/erpnext.utilities.transaction_base.html b/erpnext/docs/current/api/utilities/erpnext.utilities.transaction_base.html deleted file mode 100644 index 216cec5d117..00000000000 --- a/erpnext/docs/current/api/utilities/erpnext.utilities.transaction_base.html +++ /dev/null @@ -1,206 +0,0 @@ -
- - - Version 6.x.x - - - Source - -
- - - - - - - -

Class TransactionBase

- -

Inherits from erpnext.controllers.status_updater.StatusUpdater - -

-
-
- - - - -

- - - _add_calendar_event - (self, opts) -

-

No docs

-
-
- - - - - -

- - - add_calendar_event - (self, opts, force=False) -

-

No docs

-
-
- - - - - -

- - - compare_values - (self, ref_doc, fields, doc=None) -

-

No docs

-
-
- - - - - -

- - - delete_events - (self) -

-

No docs

-
-
- - - - - -

- - - load_notification_message - (self) -

-

No docs

-
-
- - - - - -

- - - validate_posting_time - (self) -

-

No docs

-
-
- - - - - -

- - - validate_rate_with_reference_doc - (self, ref_details) -

-

No docs

-
-
- - - - - -

- - - validate_uom_is_integer - (self, uom_field, qty_fields) -

-

No docs

-
-
- - - - - -

- - - validate_with_previous_doc - (self, ref) -

-

No docs

-
-
- - -
-
- - - - - -

Class UOMMustBeIntegerError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.utilities.transaction_base.delete_events - (ref_type, ref_name) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.utilities.transaction_base.validate_uom_is_integer - (doc, uom_field, qty_fields, child_dt=None) -

-

No docs

-
-
- - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/api/utilities/index.html b/erpnext/docs/current/api/utilities/index.html deleted file mode 100644 index 12c76f3850c..00000000000 --- a/erpnext/docs/current/api/utilities/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Package Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/api/utilities/index.txt b/erpnext/docs/current/api/utilities/index.txt deleted file mode 100644 index 86ae38fc1da..00000000000 --- a/erpnext/docs/current/api/utilities/index.txt +++ /dev/null @@ -1,3 +0,0 @@ -erpnext.utilities.address_and_contact -erpnext.utilities -erpnext.utilities.transaction_base \ No newline at end of file diff --git a/erpnext/docs/current/index.html b/erpnext/docs/current/index.html deleted file mode 100644 index 7b41bcef743..00000000000 --- a/erpnext/docs/current/index.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - - - - - - - - - - -
- App Name - - erpnext -
- Publisher - - Frappe Technologies Pvt. Ltd. -
- Version - - 6.19.0 -
- -

Contents

- - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/account.html b/erpnext/docs/current/models/accounts/account.html deleted file mode 100644 index 306af7d107c..00000000000 --- a/erpnext/docs/current/models/accounts/account.html +++ /dev/null @@ -1,1017 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabAccount

- - -Heads (or groups) against which Accounting Entries are made and balances are maintained. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1properties - Section Break - - -
2column_break0 - Column Break - - -
3account_name - Data - Account Name - -
4is_group - Check - Is Group - -
5company - Link - Company - - - - - - -Company - - - -
6root_type - Select - Root Type - - -
-Asset
-Liability
-Income
-Expense
-Equity
-
7report_type - Select - Report Type - - -
-Balance Sheet
-Profit and Loss
-
8account_currency - Link - Currency - - - - - - -Currency - - - -
9column_break1 - Column Break - - -
10parent_account - Link - Parent Account - - - - - - -Account - - - -
11account_type - Select - Account Type -

- Setting Account Type helps in selecting this Account in transactions.

-
-
-Bank
-Cash
-Depreciation
-Tax
-Chargeable
-Warehouse
-Receivable
-Payable
-Equity
-Fixed Asset
-Cost of Goods Sold
-Expense Account
-Round Off
-Income Account
-Stock Received But Not Billed
-Expenses Included In Valuation
-Stock Adjustment
-Stock
-Temporary
-
12tax_rate - Float - Rate -

- Rate at which this tax is applied

-
13freeze_account - Select - Frozen -

- If the account is frozen, entries are allowed to restricted users.

-
-
No
-Yes
-
14warehouse - Link - Warehouse - - - - - - -Warehouse - - - -
15balance_must_be - Select - Balance must be - - -
-Debit
-Credit
-
16lft - Int - Lft - -
17rgt - Int - Rgt - -
18old_parent - Data - Old Parent - -
- - -
-

Controller

-

erpnext.accounts.doctype.account.account

- - - - - - - -

Class Account

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - after_rename - (self, old, new, merge=False) -

-

No docs

-
-
- - - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - before_rename - (self, old, new, merge=False) -

-

No docs

-
-
- - - - - -

- - - check_gle_exists - (self) -

-

No docs

-
-
- - - - - -

- - - check_if_child_exists - (self) -

-

No docs

-
-
- - - - - -

- - - convert_group_to_ledger - (self) -

-

No docs

-
-
- - - - - -

- - - convert_ledger_to_group - (self) -

-

No docs

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

No docs

-
-
- - - - - -

- - - set_root_and_report_type - (self) -

-

No docs

-
-
- - - - - -

- - - update_nsm_model - (self) -

-

update lft, rgt indices for nested set model

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_account_currency - (self) -

-

No docs

-
-
- - - - - -

- - - validate_balance_must_be_debit_or_credit - (self) -

-

No docs

-
-
- - - - - -

- - - validate_frozen_accounts_modifier - (self) -

-

No docs

-
-
- - - - - -

- - - validate_group_or_ledger - (self) -

-

No docs

-
-
- - - - - -

- - - validate_mandatory - (self) -

-

No docs

-
-
- - - - - -

- - - validate_parent - (self) -

-

Fetch Parent Details and validate parent account

-
-
- - - - - -

- - - validate_root_details - (self) -

-

No docs

-
-
- - - - - -

- - - validate_trash - (self) -

-

checks gl entries and if child exists

-
-
- - - - - -

- - - validate_warehouse - (self, warehouse) -

-

No docs

-
-
- - - - - -

- - - validate_warehouse_account - (self) -

-

No docs

-
-
- - -
-
- - - - - -

Class RootNotEditable

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.accounts.doctype.account.account.get_account_currency - (account) -

-

Helper function to get account currency

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.account.account.get_parent_account - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/accounts_settings.html b/erpnext/docs/current/models/accounts/accounts_settings.html deleted file mode 100644 index 08c30e20dfb..00000000000 --- a/erpnext/docs/current/models/accounts/accounts_settings.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - -Settings for Accounts - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1auto_accounting_for_stock - Check - Make Accounting Entry For Every Stock Movement -

- If enabled, the system will post accounting entries for inventory automatically.

-
2acc_frozen_upto - Date - Accounts Frozen Upto -

- Accounting entry frozen up to this date, nobody can do / modify entry except role specified below.

-
3frozen_accounts_modifier - Link - Role Allowed to Set Frozen Accounts & Edit Frozen Entries -

- Users with this role are allowed to set frozen accounts and create / modify accounting entries against frozen accounts

-
- - - - -Role - - - -
4credit_controller - Link - Credit Controller -

- Role that is allowed to submit transactions that exceed credit limits set.

-
- - - - -Role - - - -
5check_supplier_invoice_uniqueness - Check - Check Supplier Invoice Number Uniqueness - -
- - -
-

Controller

-

erpnext.accounts.doctype.accounts_settings.accounts_settings

- - - - - - - -

Class AccountsSettings

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - on_update - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/bank_reconciliation.html b/erpnext/docs/current/models/accounts/bank_reconciliation.html deleted file mode 100644 index ea700c4075b..00000000000 --- a/erpnext/docs/current/models/accounts/bank_reconciliation.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1bank_account - Link - Bank Account -

- Select account head of the bank where cheque was deposited.

-
- - - - -Account - - - -
2account_currency - Link - Account Currency - - - - - - -Currency - - - -
3from_date - Date - From Date - -
4to_date - Date - To Date - -
5include_reconciled_entries - Check - Include Reconciled Entries - -
6get_relevant_entries - Button - Get Relevant Entries - -
7journal_entries - Table - Journal Entries - - - - - - -Bank Reconciliation Detail - - - -
8update_clearance_date - Button - Update Clearance Date - -
9total_amount - Currency - Total Amount - - -
account_currency
-
- - -
-

Controller

-

erpnext.accounts.doctype.bank_reconciliation.bank_reconciliation

- - - - - - - -

Class BankReconciliation

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - get_details - (self) -

-

No docs

-
-
- - - - - -

- - - update_details - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/bank_reconciliation_detail.html b/erpnext/docs/current/models/accounts/bank_reconciliation_detail.html deleted file mode 100644 index 1030972ce63..00000000000 --- a/erpnext/docs/current/models/accounts/bank_reconciliation_detail.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabBank Reconciliation Detail

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1voucher_id - Link - Voucher ID - - - - - - -Journal Entry - - - -
2against_account - Data - Against Account - -
3debit - Currency - Debit - - -
account_currency
-
4credit - Currency - Credit - - -
account_currency
-
5column_break_5 - Column Break - - -
6posting_date - Date - Posting Date - -
7cheque_number - Data - Cheque Number - -
8cheque_date - Date - Cheque Date - -
9clearance_date - Date - Clearance Date - -
10data_10 - Data - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/budget_detail.html b/erpnext/docs/current/models/accounts/budget_detail.html deleted file mode 100644 index 108e6b0ce29..00000000000 --- a/erpnext/docs/current/models/accounts/budget_detail.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabBudget Detail

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1account - Link - Account - - - - - - -Account - - - -
2budget_allocated - Currency - Budget Allocated - - -
Company:company:default_currency
-
3fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/c_form.html b/erpnext/docs/current/models/accounts/c_form.html deleted file mode 100644 index 8eb971bc2ed..00000000000 --- a/erpnext/docs/current/models/accounts/c_form.html +++ /dev/null @@ -1,436 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabC-Form

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1column_break0 - Column Break - - -
2naming_series - Select - Series - - -
C-FORM-
-
3c_form_no - Data - C-Form No - -
4received_date - Date - Received Date - -
5customer - Link - Customer - - - - - - -Customer - - - -
6column_break1 - Column Break - - -
7company - Link - Company - - - - - - -Company - - - -
8fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
9quarter - Select - Quarter - - -
-I
-II
-III
-IV
-
10total_amount - Currency - Total Amount - - -
Company:company:default_currency
-
11state - Data - State - -
12section_break0 - Section Break - - -
13invoices - Table - Invoices - - - - - - -C-Form Invoice Detail - - - -
14total_invoiced_amount - Currency - Total Invoiced Amount - - -
Company:company:default_currency
-
15amended_from - Link - Amended From - - - - - - -C-Form - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.c_form.c_form

- - - - - - - -

Class CForm

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - before_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - get_invoice_details - (self, invoice_no) -

-
Pull details from invoices for referrence
-
-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-
Update C-Form No on invoices
-
-
-
- - - - - -

- - - set_cform_in_sales_invoices - (self) -

-

No docs

-
-
- - - - - -

- - - set_total_invoiced_amount - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

Validate invoice that c-form is applicable -and no other c-form is received for that

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/c_form_invoice_detail.html b/erpnext/docs/current/models/accounts/c_form_invoice_detail.html deleted file mode 100644 index 4ddb6a6df87..00000000000 --- a/erpnext/docs/current/models/accounts/c_form_invoice_detail.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabC-Form Invoice Detail

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1invoice_no - Link - Invoice No - - - - - - -Sales Invoice - - - -
2invoice_date - Date - Invoice Date - -
3territory - Link - Territory - - - - - - -Territory - - - -
4net_total - Currency - Net Total - - -
Company:company:default_currency
-
5grand_total - Currency - Grand Total - - -
Company:company:default_currency
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/cost_center.html b/erpnext/docs/current/models/accounts/cost_center.html deleted file mode 100644 index 481cc192d5f..00000000000 --- a/erpnext/docs/current/models/accounts/cost_center.html +++ /dev/null @@ -1,583 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabCost Center

- - -Track separate Income and Expense for product verticals or divisions. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1sb0 - Section Break - - -
2cost_center_name - Data - Cost Center Name - -
3parent_cost_center - Link - Parent Cost Center - - - - - - -Cost Center - - - -
4company - Link - Company - - - - - - -Company - - - -
5cb0 - Column Break - - -
6is_group - Check - Is Group - -
7sb1 - Section Break - Budget -

- Define Budget for this Cost Center. To set budget action, see "Company List"

-
8distribution_id - Link - Distribution Id -

- Select Monthly Distribution, if you want to track based on seasonality.

-
- - - - -Monthly Distribution - - - -
9budgets - Table - Budgets -

- Add rows to set annual budgets on Accounts.

-
- - - - -Budget Detail - - - -
10lft - Int - lft - -
11rgt - Int - rgt - -
12old_parent - Link - old_parent - - - - - - -Cost Center - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.cost_center.cost_center

- - - - - - - -

Class CostCenter

- -

Inherits from frappe.utils.nestedset.NestedSet - -

-
-
- - - - -

- - - after_rename - (self, olddn, newdn, merge=False) -

-

No docs

-
-
- - - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - before_rename - (self, olddn, newdn, merge=False) -

-

No docs

-
-
- - - - - -

- - - check_gle_exists - (self) -

-

No docs

-
-
- - - - - -

- - - check_if_child_exists - (self) -

-

No docs

-
-
- - - - - -

- - - convert_group_to_ledger - (self) -

-

No docs

-
-
- - - - - -

- - - convert_ledger_to_group - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_accounts - (self) -

-

No docs

-
-
- - - - - -

- - - validate_mandatory - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/fiscal_year.html b/erpnext/docs/current/models/accounts/fiscal_year.html deleted file mode 100644 index dfa691c3f64..00000000000 --- a/erpnext/docs/current/models/accounts/fiscal_year.html +++ /dev/null @@ -1,512 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabFiscal Year

- - -**Fiscal Year** represents a Financial Year. All accounting entries and other major transactions are tracked against **Fiscal Year**. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1year - Data - Year Name -

- For e.g. 2012, 2012-13

-
2disabled - Check - Disabled - -
3year_start_date - Date - Year Start Date - -
4year_end_date - Date - Year End Date - -
5companies - Table - Companies - - - - - - -Fiscal Year Company - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.fiscal_year.fiscal_year

- - - - - - - -

Class FiscalYear

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - set_as_default - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_dates - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.fiscal_year.fiscal_year.auto_create_fiscal_year -

-

- - - erpnext.accounts.doctype.fiscal_year.fiscal_year.auto_create_fiscal_year - () -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.fiscal_year.fiscal_year.check_duplicate_fiscal_year -

-

- - - erpnext.accounts.doctype.fiscal_year.fiscal_year.check_duplicate_fiscal_year - (doc) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/fiscal_year_company.html b/erpnext/docs/current/models/accounts/fiscal_year_company.html deleted file mode 100644 index 4ed10fd8442..00000000000 --- a/erpnext/docs/current/models/accounts/fiscal_year_company.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabFiscal Year Company

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1company - Link - Company - - - - - - -Company - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/gl_entry.html b/erpnext/docs/current/models/accounts/gl_entry.html deleted file mode 100644 index 555dbf71d82..00000000000 --- a/erpnext/docs/current/models/accounts/gl_entry.html +++ /dev/null @@ -1,640 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabGL Entry

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1posting_date - Date - Posting Date - -
2transaction_date - Date - Transaction Date - -
3account - Link - Account - - - - - - -Account - - - -
4party_type - Link - Party Type - - - - - - -DocType - - - -
5party - Dynamic Link - Party - - -
party_type
-
6cost_center - Link - Cost Center - - - - - - -Cost Center - - - -
7debit - Currency - Debit Amount - - -
Company:company:default_currency
-
8credit - Currency - Credit Amount - - -
Company:company:default_currency
-
9account_currency - Link - Account Currency - - - - - - -Currency - - - -
10debit_in_account_currency - Currency - Debit Amount in Account Currency - - -
currency
-
11credit_in_account_currency - Currency - Credit Amount in Account Currency - - -
currency
-
12against - Text - Against - -
13against_voucher_type - Link - Against Voucher Type - - - - - - -DocType - - - -
14against_voucher - Dynamic Link - Against Voucher - - -
against_voucher_type
-
15voucher_type - Link - Voucher Type - - - - - - -DocType - - - -
16voucher_no - Dynamic Link - Voucher No - - -
voucher_type
-
17remarks - Text - Remarks - -
18is_opening - Select - Is Opening - - -
No
-Yes
-
19is_advance - Select - Is Advance - - -
No
-Yes
-
20fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
21company - Link - Company - - - - - - -Company - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.gl_entry.gl_entry

- - - - - - - -

Class GLEntry

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - check_mandatory - (self) -

-

No docs

-
-
- - - - - -

- - - check_pl_account - (self) -

-

No docs

-
-
- - - - - -

- - - on_update_with_args - (self, adv_adj, update_outstanding=Yes) -

-

No docs

-
-
- - - - - -

- - - pl_must_have_cost_center - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_account_details - (self, adv_adj) -

-

Account must be ledger, active and not freezed

-
-
- - - - - -

- - - validate_cost_center - (self) -

-

No docs

-
-
- - - - - -

- - - validate_currency - (self) -

-

No docs

-
-
- - - - - -

- - - validate_party - (self) -

-

No docs

-
-
- - - - - -

- - - validate_posting_date - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.accounts.doctype.gl_entry.gl_entry.check_freezing_date - (posting_date, adv_adj=False) -

-

Nobody can do GL Entries where posting date is before freezing date -except authorized person

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.gl_entry.gl_entry.update_against_account - (voucher_type, voucher_no) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.gl_entry.gl_entry.update_outstanding_amt - (account, party_type, party, against_voucher_type, against_voucher, on_cancel=False) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.gl_entry.gl_entry.validate_balance_type - (account, adv_adj=False) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.gl_entry.gl_entry.validate_frozen_account - (account, adv_adj=None) -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/index.html b/erpnext/docs/current/models/accounts/index.html deleted file mode 100644 index d22419c00f6..00000000000 --- a/erpnext/docs/current/models/accounts/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

DocTypes for accounts

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/index.txt b/erpnext/docs/current/models/accounts/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/accounts/journal_entry.html b/erpnext/docs/current/models/accounts/journal_entry.html deleted file mode 100644 index fb29c5cb0f2..00000000000 --- a/erpnext/docs/current/models/accounts/journal_entry.html +++ /dev/null @@ -1,1416 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabJournal Entry

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1entry_type_and_date - Section Break - - - -
icon-flag
-
2title - Data - Title - -
3voucher_type - Select - Entry Type - - -
Journal Entry
-Bank Entry
-Cash Entry
-Credit Card Entry
-Debit Note
-Credit Note
-Contra Entry
-Excise Entry
-Write Off Entry
-Opening Entry
-
4naming_series - Select - Series - - -
JV-
-
5column_break1 - Column Break - - -
6posting_date - Date - Posting Date - -
72_add_edit_gl_entries - Section Break - - - -
icon-table
-
8accounts - Table - Accounting Entries - - - - - - -Journal Entry Account - - - -
9section_break99 - Section Break - - -
10cheque_no - Data - Reference Number - -
11cheque_date - Date - Reference Date - -
12user_remark - Small Text - User Remark - -
13column_break99 - Column Break - - -
14total_debit - Currency - Total Debit - - -
Company:company:default_currency
-
15total_credit - Currency - Total Credit - - -
Company:company:default_currency
-
16difference - Currency - Difference (Dr - Cr) - - -
Company:company:default_currency
-
17get_balance - Button - Make Difference Entry - -
18multi_currency - Check - Multi Currency - -
19total_amount - Currency - Total Amount - -
20total_amount_in_words - Data - Total Amount in Words - -
21reference - Section Break - Reference - - -
icon-pushpin
-
22clearance_date - Date - Clearance Date - -
23remark - Small Text - Remark - -
24column_break98 - Column Break - - -
25bill_no - Data - Bill No - -
26bill_date - Date - Bill Date - -
27due_date - Date - Due Date - -
28write_off - Section Break - Write Off - -
29write_off_based_on - Select - Write Off Based On - - -
Accounts Receivable
-Accounts Payable
-
30get_outstanding_invoices - Button - Get Outstanding Invoices - - -
get_outstanding_invoices
-
31column_break_30 - Column Break - - -
32write_off_amount - Currency - Write Off Amount - - -
Company:company:default_currency
-
33printing_settings - Section Break - Printing Settings - -
34pay_to_recd_from - Data - Pay To / Recd From - -
35column_break_35 - Column Break - - -
36letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
37select_print_heading - Link - Print Heading - - - - - - -Print Heading - - - -
38addtional_info - Section Break - More Information - - -
icon-file-text
-
39company - Link - Company - - - - - - -Company - - - -
40fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
41column_break3 - Column Break - - -
42is_opening - Select - Is Opening - - -
No
-Yes
-
43stock_entry - Link - Stock Entry - - - - - - -Stock Entry - - - -
44amended_from - Link - Amended From - - - - - - -Journal Entry - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.journal_entry.journal_entry

- - - - - - - -

Class JournalEntry

- -

Inherits from erpnext.controllers.accounts_controller.AccountsController - -

-
-
- - - - -

- - - __init__ - (self, arg1, arg2=None) -

-

No docs

-
-
- - - - - -

- - - check_credit_limit - (self) -

-

No docs

-
-
- - - - - -

- - - create_remarks - (self) -

-

No docs

-
-
- - - - - -

- - - get_balance - (self) -

-

No docs

-
-
- - - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - get_outstanding_invoices - (self) -

-

No docs

-
-
- - - - - -

- - - get_title - (self) -

-

No docs

-
-
- - - - - -

- - - get_values - (self) -

-

No docs

-
-
- - - - - -

- - - make_gl_entries - (self, cancel=0, adv_adj=0) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - set_account_and_party_balance - (self) -

-

No docs

-
-
- - - - - -

- - - set_against_account - (self) -

-

No docs

-
-
- - - - - -

- - - set_amounts_in_company_currency - (self) -

-

No docs

-
-
- - - - - -

- - - set_exchange_rate - (self) -

-

No docs

-
-
- - - - - -

- - - set_print_format_fields - (self) -

-

No docs

-
-
- - - - - -

- - - set_total_amount - (self, amt, currency) -

-

No docs

-
-
- - - - - -

- - - set_total_debit_credit - (self) -

-

No docs

-
-
- - - - - -

- - - update_advance_paid - (self) -

-

No docs

-
-
- - - - - -

- - - update_expense_claim - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_against_jv - (self) -

-

No docs

-
-
- - - - - -

- - - validate_cheque_info - (self) -

-

No docs

-
-
- - - - - -

- - - validate_credit_debit_note - (self) -

-

No docs

-
-
- - - - - -

- - - validate_empty_accounts_table - (self) -

-

No docs

-
-
- - - - - -

- - - validate_entries_for_advance - (self) -

-

No docs

-
-
- - - - - -

- - - validate_expense_claim - (self) -

-

No docs

-
-
- - - - - -

- - - validate_invoices - (self) -

-

Validate totals and docstatus for invoices

-
-
- - - - - -

- - - validate_multi_currency - (self) -

-

No docs

-
-
- - - - - -

- - - validate_orders - (self) -

-

Validate totals, stopped and docstatus for orders

-
-
- - - - - -

- - - validate_party - (self) -

-

No docs

-
-
- - - - - -

- - - validate_reference_doc - (self) -

-

Validates reference document

-
-
- - - - - -

- - - validate_total_debit_and_credit - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.journal_entry.journal_entry.get_account_balance_and_party_type -

-

- - - erpnext.accounts.doctype.journal_entry.journal_entry.get_account_balance_and_party_type - (account, date, company, debit=None, credit=None, exchange_rate=None) -

-

Returns dict of account balance and party type to be set in Journal Entry on selection of account.

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.journal_entry.journal_entry.get_against_jv - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.journal_entry.journal_entry.get_average_exchange_rate - (account) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.journal_entry.journal_entry.get_default_bank_cash_account -

-

- - - erpnext.accounts.doctype.journal_entry.journal_entry.get_default_bank_cash_account - (company, voucher_type, mode_of_payment=None, account=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.journal_entry.journal_entry.get_exchange_rate -

-

- - - erpnext.accounts.doctype.journal_entry.journal_entry.get_exchange_rate - (account, account_currency=None, company=None, reference_type=None, reference_name=None, debit=None, credit=None, exchange_rate=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.journal_entry.journal_entry.get_opening_accounts -

-

- - - erpnext.accounts.doctype.journal_entry.journal_entry.get_opening_accounts - (company) -

-

get all balance sheet accounts for opening entry

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.journal_entry.journal_entry.get_outstanding -

-

- - - erpnext.accounts.doctype.journal_entry.journal_entry.get_outstanding - (args) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.journal_entry.journal_entry.get_party_account_and_balance -

-

- - - erpnext.accounts.doctype.journal_entry.journal_entry.get_party_account_and_balance - (company, party_type, party) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.journal_entry.journal_entry.get_payment_entry - (ref_doc, args) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.journal_entry.journal_entry.get_payment_entry_against_invoice -

-

- - - erpnext.accounts.doctype.journal_entry.journal_entry.get_payment_entry_against_invoice - (dt, dn, amount=None, journal_entry=False, bank_account=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.journal_entry.journal_entry.get_payment_entry_against_order -

-

- - - erpnext.accounts.doctype.journal_entry.journal_entry.get_payment_entry_against_order - (dt, dn, amount=None, journal_entry=False, bank_account=None) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/journal_entry_account.html b/erpnext/docs/current/models/accounts/journal_entry_account.html deleted file mode 100644 index 4f10fba51fd..00000000000 --- a/erpnext/docs/current/models/accounts/journal_entry_account.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabJournal Entry Account

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1account - Link - Account - - - - - - -Account - - - -
2account_type - Data - Account Type - -
3balance - Currency - Account Balance - - -
account_currency
-
4cost_center - Link - Cost Center -

- If Income or Expense

-
- - - - -Cost Center - - - -
5col_break1 - Column Break - - -
6party_type - Link - Party Type - - - - - - -DocType - - - -
7party - Dynamic Link - Party - - -
party_type
-
8party_balance - Currency - Party Balance - - -
account_currency
-
9currency_section - Section Break - Currency - -
10account_currency - Link - Account Currency - - - - - - -Currency - - - -
11column_break_10 - Column Break - - -
12exchange_rate - Float - Exchange Rate - -
13sec_break1 - Section Break - Amount - -
14debit_in_account_currency - Currency - Debit - - -
account_currency
-
15debit - Currency - Debit in Company Currency - - -
Company:company:default_currency
-
16col_break2 - Column Break - - -
17credit_in_account_currency - Currency - Credit - - -
account_currency
-
18credit - Currency - Credit in Company Currency - - -
Company:company:default_currency
-
19reference - Section Break - Reference - -
20reference_type - Select - Reference Type - - -
-Sales Invoice
-Purchase Invoice
-Journal Entry
-Sales Order
-Purchase Order
-Expense Claim
-
21reference_name - Dynamic Link - Reference Name - - -
reference_type
-
22col_break3 - Column Break - - -
23is_advance - Select - Is Advance - - -
No
-Yes
-
24against_account - Text - Against Account - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/mode_of_payment.html b/erpnext/docs/current/models/accounts/mode_of_payment.html deleted file mode 100644 index 97f39b3a8af..00000000000 --- a/erpnext/docs/current/models/accounts/mode_of_payment.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabMode of Payment

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1mode_of_payment - Data - Mode of Payment - -
2accounts - Table - Accounts - - - - - - -Mode of Payment Account - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.mode_of_payment.mode_of_payment

- - - - - - - -

Class ModeofPayment

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_accounts - (self) -

-

No docs

-
-
- - - - - -

- - - validate_repeating_companies - (self) -

-

Error when Same Company is entered multiple times in accounts

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/mode_of_payment_account.html b/erpnext/docs/current/models/accounts/mode_of_payment_account.html deleted file mode 100644 index 2adc3dcc741..00000000000 --- a/erpnext/docs/current/models/accounts/mode_of_payment_account.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabMode of Payment Account

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1company - Link - Company - - - - - - -Company - - - -
2default_account - Link - Default Account -

- Default Bank / Cash account will be automatically updated in POS Invoice when this mode is selected.

-
- - - - -Account - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/monthly_distribution.html b/erpnext/docs/current/models/accounts/monthly_distribution.html deleted file mode 100644 index 8b9df038a53..00000000000 --- a/erpnext/docs/current/models/accounts/monthly_distribution.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabMonthly Distribution

- - -**Monthly Distribution** helps you distribute your budget across months if you have seasonality in your business. - -To distribute a budget using this distribution, set this **Monthly Distribution** in the **Cost Center** - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1distribution_id - Data - Distribution Name -

- Name of the Monthly Distribution

-
2fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
3percentages - Table - Monthly Distribution Percentages - - - - - - -Monthly Distribution Percentage - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.monthly_distribution.monthly_distribution

- - - - - - - -

Class MonthlyDistribution

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - get_months - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/monthly_distribution_percentage.html b/erpnext/docs/current/models/accounts/monthly_distribution_percentage.html deleted file mode 100644 index f9bc8113331..00000000000 --- a/erpnext/docs/current/models/accounts/monthly_distribution_percentage.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabMonthly Distribution Percentage

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1month - Data - Month - -
2percentage_allocation - Float - Percentage Allocation - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/party_account.html b/erpnext/docs/current/models/accounts/party_account.html deleted file mode 100644 index 03aeecbe67a..00000000000 --- a/erpnext/docs/current/models/accounts/party_account.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabParty Account

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1company - Link - Company - - - - - - -Company - - - -
2col_break1 - Column Break - - -
3account - Link - Account - - - - - - -Account - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/payment_gateway.html b/erpnext/docs/current/models/accounts/payment_gateway.html deleted file mode 100644 index 9707ba6c797..00000000000 --- a/erpnext/docs/current/models/accounts/payment_gateway.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabPayment Gateway

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1gateway - Data - Gateway - -
- - -
-

Controller

-

erpnext.accounts.doctype.payment_gateway.payment_gateway

- - - - - - - -

Class PaymentGateway

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/payment_gateway_account.html b/erpnext/docs/current/models/accounts/payment_gateway_account.html deleted file mode 100644 index d48bdcdfe79..00000000000 --- a/erpnext/docs/current/models/accounts/payment_gateway_account.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabPayment Gateway Account

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1gateway - Link - Payment Gateway - - - - - - -Payment Gateway - - - -
2is_default - Check - Is Default - -
3column_break_4 - Column Break - - -
4payment_account - Link - Payment Account - - - - - - -Account - - - -
5currency - Read Only - Currency - - -
payment_account.account_currency
-
6payment_request_message - Section Break - - -
7message - Text Editor - Default Payment Request Message - -
8payment_url_message - Data - Payment URL Message - -
9payment_success_url - Data - Payment Success URL - -
- - -
-

Controller

-

erpnext.accounts.doctype.payment_gateway_account.payment_gateway_account

- - - - - - - -

Class PaymentGatewayAccount

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - set_as_default_if_not_set - (self) -

-

No docs

-
-
- - - - - -

- - - update_default_payment_gateway - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/payment_reconciliation.html b/erpnext/docs/current/models/accounts/payment_reconciliation.html deleted file mode 100644 index 02e9dae0a98..00000000000 --- a/erpnext/docs/current/models/accounts/payment_reconciliation.html +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1company - Link - Company - - - - - - -Company - - - -
2party_type - Link - Party Type - - - - - - -DocType - - - -
3party - Dynamic Link - Party - - -
party_type
-
4receivable_payable_account - Link - Receivable / Payable Account - - - - - - -Account - - - -
5bank_cash_account - Link - Bank / Cash Account - - - - - - -Account - - - -
6col_break1 - Column Break - - -
7from_date - Date - From Invoice Date - -
8to_date - Date - To Invoice Date - -
9minimum_amount - Currency - Minimum Invoice Amount - -
10maximum_amount - Currency - Maximum Invoice Amount - -
11get_unreconciled_entries - Button - Get Unreconciled Entries - -
12sec_break1 - Section Break - Unreconciled Payment Details - -
13payments - Table - Payments - - - - - - -Payment Reconciliation Payment - - - -
14reconcile - Button - Reconcile - -
15sec_break2 - Section Break - Invoice/Journal Entry Details - -
16invoices - Table - Invoices - - - - - - -Payment Reconciliation Invoice - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.payment_reconciliation.payment_reconciliation

- - - - - - - -

Class PaymentReconciliation

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - add_invoice_entries - (self, non_reconciled_invoices) -

-

No docs

-
-
- - - - - -

- - - add_payment_entries - (self, jv_entries) -

-

No docs

-
-
- - - - - -

- - - check_condition - (self) -

-

No docs

-
-
- - - - - -

- - - check_mandatory_to_fetch - (self) -

-

No docs

-
-
- - - - - -

- - - get_invoice_entries - (self) -

-

No docs

-
-
- - - - - -

- - - get_jv_entries - (self) -

-

No docs

-
-
- - - - - -

- - - get_unreconciled_entries - (self) -

-

No docs

-
-
- - - - - -

- - - reconcile - (self, args) -

-

No docs

-
-
- - - - - -

- - - validate_invoice - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/payment_reconciliation_invoice.html b/erpnext/docs/current/models/accounts/payment_reconciliation_invoice.html deleted file mode 100644 index a8a9623db53..00000000000 --- a/erpnext/docs/current/models/accounts/payment_reconciliation_invoice.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabPayment Reconciliation Invoice

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1invoice_type - Data - Invoice Type - - -
Sales Invoice
-Purchase Invoice
-Journal Entry
-
2invoice_number - Data - Invoice Number - -
3invoice_date - Date - Invoice Date - -
4col_break1 - Column Break - - -
5amount - Currency - Amount - -
6outstanding_amount - Currency - Outstanding Amount - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/payment_reconciliation_payment.html b/erpnext/docs/current/models/accounts/payment_reconciliation_payment.html deleted file mode 100644 index f470f2904bd..00000000000 --- a/erpnext/docs/current/models/accounts/payment_reconciliation_payment.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabPayment Reconciliation Payment

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1journal_entry - Link - Journal Entry - - - - - - -Journal Entry - - - -
2posting_date - Date - Posting Date - -
3amount - Currency - Amount - -
4is_advance - Data - Is Advance - -
5voucher_detail_number - Data - Voucher Detail Number - -
6col_break1 - Column Break - - -
7invoice_number - Select - Invoice Number - -
8allocated_amount - Currency - Allocated amount - -
9sec_break1 - Section Break - - -
10remark - Small Text - Remark - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/payment_request.html b/erpnext/docs/current/models/accounts/payment_request.html deleted file mode 100644 index 668fff8fb6a..00000000000 --- a/erpnext/docs/current/models/accounts/payment_request.html +++ /dev/null @@ -1,810 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabPayment Request

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1payment_details - Section Break - Payment Details - -
2amount - Currency - Amount - -
3currency - Link - Currency - - - - - - -Currency - - - -
4make_sales_invoice - Check - Make Sales Invoice - -
5column_break_5 - Column Break - - -
6status - Select - Status - - -
-Draft
-Initiated
-Paid
-Failed
-Cancelled
-
7section_break_7 - Section Break - - -
8payment_gateway - Link - Payment Gateway - - - - - - -Payment Gateway Account - - - -
9payment_success_url - Data - Payment Success URL - -
10column_break_9 - Column Break - - -
11gateway - Read Only - Gateway - - -
payment_gateway.gateway
-
12payment_account - Read Only - Payment Account - - -
payment_gateway.payment_account
-
13recipient_and_message - Section Break - Recipient and Message - -
14print_format - Select - Print Format - -
15mute_email - Check - Mute Email - -
16email_to - Data - Email To - -
17subject - Data - Subject - -
18message - Text Editor - Message - -
19payment_url_message - Data - Payment URL Message - -
20payment_url - Data - payment_url - -
21reference_details - Section Break - Reference Details - -
22reference_doctype - Link - Reference Doctype - - - - - - -DocType - - - -
23reference_name - Dynamic Link - Reference Name - - -
reference_doctype
-
24amended_from - Link - Amended From - - - - - - -Payment Request - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.payment_request.payment_request

- - - - - - - -

Class PaymentRequest

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - create_journal_entry - (self) -

-

create entry

-
-
- - - - - -

- - - get_message - (self) -

-

return message with payment gateway link

-
-
- - - - - -

- - - get_payment_success_url - (self) -

-

No docs

-
-
- - - - - -

- - - get_payment_url - (self) -

-

No docs

-
-
- - - - - -

- - - make_communication_entry - (self) -

-

Make communication entry

-
-
- - - - - -

- - - make_invoice - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - on_update_after_submit - (self) -

-

No docs

-
-
- - - - - -

- - - send_email - (self) -

-

send email with payment link

-
-
- - - - - -

- - - send_payment_request - (self) -

-

No docs

-
-
- - - - - -

- - - set_as_cancelled - (self) -

-

No docs

-
-
- - - - - -

- - - set_as_paid - (self) -

-

No docs

-
-
- - - - - -

- - - set_failed - (self) -

-

No docs

-
-
- - - - - -

- - - set_status - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_currency - (self) -

-

No docs

-
-
- - - - - -

- - - validate_payment_gateway - (self) -

-

No docs

-
-
- - - - - -

- - - validate_payment_gateway_account - (self) -

-

No docs

-
-
- - - - - -

- - - validate_payment_request - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.payment_request.payment_request.generate_payment_request -

-

- - - erpnext.accounts.doctype.payment_request.payment_request.generate_payment_request - (name) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.payment_request.payment_request.get_amount - (ref_doc, dt) -

-

get amount based on doctype

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.payment_request.payment_request.get_gateway_details - (args) -

-

return gateway and payment account of default payment gateway

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.payment_request.payment_request.get_print_format_list -

-

- - - erpnext.accounts.doctype.payment_request.payment_request.get_print_format_list - (ref_doctype) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.payment_request.payment_request.make_payment_request -

-

- - - erpnext.accounts.doctype.payment_request.payment_request.make_payment_request - () -

-

Make payment request

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.payment_request.payment_request.resend_payment_email -

-

- - - erpnext.accounts.doctype.payment_request.payment_request.resend_payment_email - (docname) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/payment_tool.html b/erpnext/docs/current/models/accounts/payment_tool.html deleted file mode 100644 index 729f5c0bc12..00000000000 --- a/erpnext/docs/current/models/accounts/payment_tool.html +++ /dev/null @@ -1,473 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1sec_break1 - Section Break - Find Invoices to Match - -
2company - Link - Company - - - - - - -Company - - - -
3party_type - Link - Party Type - - - - - - -DocType - - - -
4received_or_paid - Select - Received Or Paid - - -
Received
-Paid
-
5col_break1 - Column Break - - -
6party - Dynamic Link - Party - - -
party_type
-
7party_account - Link - Party Account - - - - - - -Account - - - -
8party_account_currency - Link - Party Account Currency - - - - - - -Currency - - - -
9set_payment_amount - Check - Set Payment Amount = Outstanding Amount - -
10get_outstanding_vouchers - Button - Get Outstanding Vouchers - -
11sec_break3 - Section Break - Set Matching Amounts - -
12vouchers - Table - Against Vouchers - - - - - - -Payment Tool Detail - - - -
13section_break_19 - Section Break - Make Payment Entry - -
14payment_mode - Link - Payment Mode - - - - - - -Mode of Payment - - - -
15payment_account - Link - Payment Account - - - - - - -Account - - - -
16total_payment_amount - Currency - Total Payment Amount - - -
party_account_currency
-
17data_22 - Column Break - - -
18reference_date - Date - Reference Date - -
19reference_no - Data - Reference No - -
20make_journal_entry - Button - Make Journal Entry - -
21section_break_21 - Section Break - - -
22make_jv_help - Small Text - - -
- - -
-

Controller

-

erpnext.accounts.doctype.payment_tool.payment_tool

- - - - - - - -

Class PaymentTool

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - make_journal_entry - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.payment_tool.payment_tool.get_against_voucher_amount -

-

- - - erpnext.accounts.doctype.payment_tool.payment_tool.get_against_voucher_amount - (against_voucher_type, against_voucher_no, party_account, company) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.payment_tool.payment_tool.get_orders_to_be_billed - (party_type, party, party_account_currency, company_currency) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.payment_tool.payment_tool.get_outstanding_vouchers -

-

- - - erpnext.accounts.doctype.payment_tool.payment_tool.get_outstanding_vouchers - (args) -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/payment_tool_detail.html b/erpnext/docs/current/models/accounts/payment_tool_detail.html deleted file mode 100644 index 636b596ddbc..00000000000 --- a/erpnext/docs/current/models/accounts/payment_tool_detail.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabPayment Tool Detail

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1against_voucher_type - Link - Against Voucher Type - - - - - - -DocType - - - -
2against_voucher_no - Dynamic Link - Against Voucher No - - -
against_voucher_type
-
3column_break_3 - Column Break - - -
4total_amount - Currency - Total Amount - - -
party_account_currency
-
5outstanding_amount - Currency - Outstanding Amount - - -
party_account_currency
-
6payment_amount - Currency - Payment Amount - - -
party_account_currency
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/period_closing_voucher.html b/erpnext/docs/current/models/accounts/period_closing_voucher.html deleted file mode 100644 index c14226eed04..00000000000 --- a/erpnext/docs/current/models/accounts/period_closing_voucher.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabPeriod Closing Voucher

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1column_break0 - Column Break - - -
2transaction_date - Date - Transaction Date - -
3posting_date - Date - Posting Date - -
4fiscal_year - Link - Closing Fiscal Year - - - - - - -Fiscal Year - - - -
5amended_from - Link - Amended From - - - - - - -Period Closing Voucher - - - -
6company - Link - Company - - - - - - -Company - - - -
7column_break1 - Column Break - - -
8closing_account_head - Link - Closing Account Head -

- The account head under Liability, in which Profit/Loss will be booked

-
- - - - -Account - - - -
9remarks - Small Text - Remarks - -
- - -
-

Controller

-

erpnext.accounts.doctype.period_closing_voucher.period_closing_voucher

- - - - - - - -

Class PeriodClosingVoucher

- -

Inherits from erpnext.controllers.accounts_controller.AccountsController - -

-
-
- - - - -

- - - get_pl_balances - (self) -

-

Get balance for pl accounts

-
-
- - - - - -

- - - make_gl_entries - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_account_head - (self) -

-

No docs

-
-
- - - - - -

- - - validate_posting_date - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/pos_profile.html b/erpnext/docs/current/models/accounts/pos_profile.html deleted file mode 100644 index f18fb2bb43f..00000000000 --- a/erpnext/docs/current/models/accounts/pos_profile.html +++ /dev/null @@ -1,662 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabPOS Profile

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1user - Link - Applicable for User - - - - - - -User - - - -
2naming_series - Select - Series - - -
[Select]
-
3warehouse - Link - Warehouse - - - - - - -Warehouse - - - -
4update_stock - Check - Update Stock - -
5column_break_4 - Column Break - - -
6customer - Link - Customer - - - - - - -Customer - - - -
7company - Link - Company - - - - - - -Company - - - -
8currency - Link - Currency - - - - - - -Currency - - - -
9mode_of_payment - Link - Mode of Payment - - - - - - -Mode of Payment - - - -
10section_break_16 - Section Break - - -
11print_format - Link - Print Format - - - - - - -Print Format - - - -
12letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
13select_print_heading - Link - Print Heading - - - - - - -Print Heading - - - -
14tc_name - Link - Terms and Conditions - - - - - - -Terms and Conditions - - - -
15column_break0 - Column Break - - -
16territory - Link - Territory - - - - - - -Territory - - - -
17selling_price_list - Link - Price List - - - - - - -Price List - - - -
18section_break_19 - Section Break - - -
19write_off_account - Link - Write Off Account - - - - - - -Account - - - -
20write_off_cost_center - Link - Write Off Cost Center - - - - - - -Cost Center - - - -
21taxes_and_charges - Link - Taxes and Charges - - - - - - -Sales Taxes and Charges Template - - - -
22column_break_23 - Column Break - - -
23cash_bank_account - Link - Cash/Bank Account - - - - - - -Account - - - -
24income_account - Link - Income Account - - - - - - -Account - - - -
25expense_account - Link - Expense Account - - - - - - -Account - - - -
26cost_center - Link - Cost Center - - - - - - -Cost Center - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.pos_profile.pos_profile

- - - - - - - -

Class POSProfile

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - check_for_duplicate - (self) -

-

No docs

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - set_defaults - (self, include_current_pos=True) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_all_link_fields - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.pos_profile.pos_profile.get_series -

-

- - - erpnext.accounts.doctype.pos_profile.pos_profile.get_series - () -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/pricing_rule.html b/erpnext/docs/current/models/accounts/pricing_rule.html deleted file mode 100644 index d68b253c79e..00000000000 --- a/erpnext/docs/current/models/accounts/pricing_rule.html +++ /dev/null @@ -1,1002 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabPricing Rule

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1applicability_section - Section Break - - -
2title - Data - Title - -
3apply_on - Select - Apply On - - -
-Item Code
-Item Group
-Brand
-
4item_code - Link - Item Code - - - - - - -Item - - - -
5brand - Link - Brand - - - - - - -Brand - - - -
6item_group - Link - Item Group - - - - - - -Item Group - - - -
7column_break_7 - Column Break - - -
8priority - Select - Priority -

- Higher the number, higher the priority

-
-
-1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-13
-14
-15
-16
-17
-18
-19
-20
-
9disable - Check - Disable - -
10section_break_7 - Section Break - - -
11selling - Check - Selling - -
12buying - Check - Buying - -
13column_break_11 - Column Break - - -
14applicable_for - Select - Applicable For - - -
-Customer
-Customer Group
-Territory
-Sales Partner
-Campaign
-Supplier
-Supplier Type
-
15customer - Link - Customer - - - - - - -Customer - - - -
16customer_group - Link - Customer Group - - - - - - -Customer Group - - - -
17territory - Link - Territory - - - - - - -Territory - - - -
18sales_partner - Link - Sales Partner - - - - - - -Sales Partner - - - -
19campaign - Link - Campaign - - - - - - -Campaign - - - -
20supplier - Link - Supplier - - - - - - -Supplier - - - -
21supplier_type - Link - Supplier Type - - - - - - -Supplier Type - - - -
22section_break_19 - Section Break - - -
23min_qty - Float - Min Qty - -
24column_break_21 - Column Break - - -
25max_qty - Float - Max Qty - -
26section_break_23 - Section Break - - -
27valid_from - Date - Valid From - -
28valid_upto - Date - Valid Upto - -
29col_break1 - Column Break - - -
30company - Link - Company - - - - - - -Company - - - -
31price_discount_section - Section Break - - -
32price_or_discount - Select - Price or Discount - - -
-Price
-Discount Percentage
-
33col_break2 - Column Break - - -
34price - Float - Price - -
35discount_percentage - Float - Discount on Price List Rate (%) - -
36for_price_list - Link - For Price List - - - - - - -Price List - - - -
37help_section - Section Break - - - -
Simple
-
38pricing_rule_help - HTML - Pricing Rule Help - -
- - -
-

Controller

-

erpnext.accounts.doctype.pricing_rule.pricing_rule

- - - - - - - -

Class MultiplePricingRuleConflict

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class PricingRule

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - cleanup_fields_value - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_applicable_for_selling_or_buying - (self) -

-

No docs

-
-
- - - - - -

- - - validate_mandatory - (self) -

-

No docs

-
-
- - - - - -

- - - validate_max_discount - (self) -

-

No docs

-
-
- - - - - -

- - - validate_min_max_qty - (self) -

-

No docs

-
-
- - - - - -

- - - validate_price_or_discount - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.accounts.doctype.pricing_rule.pricing_rule.apply_internal_priority - (pricing_rules, field_set, args) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.pricing_rule.pricing_rule.apply_pricing_rule -

-

- - - erpnext.accounts.doctype.pricing_rule.pricing_rule.apply_pricing_rule - (args) -

-

args = { - "items": [{"doctype": "", "name": "", "itemcode": "", "brand": "", "itemgroup": ""}, ...], - "customer": "something", - "customergroup": "something", - "territory": "something", - "supplier": "something", - "suppliertype": "something", - "currency": "something", - "conversionrate": "something", - "pricelist": "something", - "plcconversionrate": "something", - "company": "something", - "transactiondate": "something", - "campaign": "something", - "salespartner": "something", - "ignorepricingrule": "something" -}

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.pricing_rule.pricing_rule.filter_pricing_rules - (args, pricing_rules) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.pricing_rule.pricing_rule.get_pricing_rule_for_item - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.pricing_rule.pricing_rule.get_pricing_rules - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.pricing_rule.pricing_rule.if_all_rules_same - (pricing_rules, fields) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.pricing_rule.pricing_rule.set_transaction_type - (args) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/purchase_invoice.html b/erpnext/docs/current/models/accounts/purchase_invoice.html deleted file mode 100644 index b75f10ab5e9..00000000000 --- a/erpnext/docs/current/models/accounts/purchase_invoice.html +++ /dev/null @@ -1,1924 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabPurchase Invoice

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1title - Data - Title - -
2naming_series - Select - Series - - -
PINV-
-PINV-RET-
-
3supplier - Link - Supplier - - - - - - -Supplier - - - -
4supplier_name - Data - Supplier Name - -
5address_display - Small Text - Address - -
6contact_display - Small Text - Contact - -
7contact_mobile - Small Text - Mobile No - -
8contact_email - Small Text - Contact Email - -
9column_break1 - Column Break - - -
10posting_date - Date - Date - -
11bill_no - Data - Supplier Invoice No - -
12bill_date - Date - Supplier Invoice Date - -
13amended_from - Link - Amended From - - - - - - -Purchase Invoice - - - -
14company - Link - Company - - - - - - -Company - - - -
15is_return - Check - Is Return - -
16return_against - Link - Return Against Purchase Invoice - - - - - - -Purchase Invoice - - - -
17currency_and_price_list - Section Break - Currency and Price List - - -
icon-tag
-
18currency - Link - Currency - - - - - - -Currency - - - -
19conversion_rate - Float - Exchange Rate - -
20column_break2 - Column Break - - -
21buying_price_list - Link - Price List - - - - - - -Price List - - - -
22price_list_currency - Link - Price List Currency - - - - - - -Currency - - - -
23plc_conversion_rate - Float - Price List Exchange Rate - -
24ignore_pricing_rule - Check - Ignore Pricing Rule - -
25items_section - Section Break - - - -
icon-shopping-cart
-
26items - Table - Items - - - - - - -Purchase Invoice Item - - - -
27section_break_26 - Section Break - - -
28base_total - Currency - Total (Company Currency) - - -
Company:company:default_currency
-
29base_net_total - Currency - Net Total (Company Currency) - - -
Company:company:default_currency
-
30column_break_28 - Column Break - - -
31total - Currency - Total - - -
currency
-
32net_total - Currency - Net Total - - -
currency
-
33taxes_section - Section Break - - - -
icon-money
-
34taxes_and_charges - Link - Taxes and Charges - - - - - - -Purchase Taxes and Charges Template - - - -
35taxes - Table - Purchase Taxes and Charges - - - - - - -Purchase Taxes and Charges - - - -
36other_charges_calculation - HTML - Taxes and Charges Calculation - -
37totals - Section Break - - - -
icon-money
-
38base_taxes_and_charges_added - Currency - Taxes and Charges Added (Company Currency) - - -
Company:company:default_currency
-
39base_taxes_and_charges_deducted - Currency - Taxes and Charges Deducted (Company Currency) - - -
Company:company:default_currency
-
40base_total_taxes_and_charges - Currency - Total Taxes and Charges (Company Currency) - - -
Company:company:default_currency
-
41column_break_40 - Column Break - - -
42taxes_and_charges_added - Currency - Taxes and Charges Added - - -
currency
-
43taxes_and_charges_deducted - Currency - Taxes and Charges Deducted - - -
currency
-
44total_taxes_and_charges - Currency - Total Taxes and Charges - - -
currency
-
45section_break_44 - Section Break - Additional Discount - -
46apply_discount_on - Select - Apply Additional Discount On - - -
-Grand Total
-Net Total
-
47base_discount_amount - Currency - Additional Discount Amount (Company Currency) - - -
Company:company:default_currency
-
48column_break_46 - Column Break - - -
49additional_discount_percentage - Float - Additional Discount Percentage - -
50discount_amount - Currency - Additional Discount Amount - - -
currency
-
51section_break_49 - Section Break - - -
52base_grand_total - Currency - Grand Total (Company Currency) - - -
Company:company:default_currency
-
53base_in_words - Data - In Words (Company Currency) - -
54column_break8 - Column Break - - -
55grand_total - Currency - Grand Total - - -
currency
-
56in_words - Data - In Words - -
57total_advance - Currency - Total Advance - - -
party_account_currency
-
58outstanding_amount - Currency - Outstanding Amount - - -
party_account_currency
-
59write_off - Section Break - Write Off - -
60write_off_amount - Currency - Write Off Amount - - -
currency
-
61base_write_off_amount - Currency - Write Off Amount (Company Currency) - - -
Company:company:default_currency
-
62column_break_61 - Column Break - - -
63write_off_account - Link - Write Off Account - - - - - - -Account - - - -
64write_off_cost_center - Link - Write Off Cost Center - - - - - - -Cost Center - - - -
65advances_section - Section Break - Advance Payments - - -
icon-money
-
66get_advances_paid - Button - Get Advances Paid - - -
get_advances
-
67advances - Table - Advances - - - - - - -Purchase Invoice Advance - - - -
68terms_section_break - Section Break - Terms and Conditions - - -
icon-legal
-
69tc_name - Link - Terms - - - - - - -Terms and Conditions - - - -
70terms - Text Editor - Terms and Conditions1 - -
71contact_section - Section Break - Contact Details - - -
icon-bullhorn
-
72supplier_address - Link - Supplier Address - - - - - - -Address - - - -
73col_break23 - Column Break - - -
74contact_person - Link - Contact Person - - - - - - -Contact - - - -
75printing_settings - Section Break - Printing Settings - -
76letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
77select_print_heading - Link - Print Heading - - - - - - -Print Heading - - - -
78more_info - Section Break - More Information - - -
icon-file-text
-
79credit_to - Link - Credit To - - - - - - -Account - - - -
80party_account_currency - Link - Party Account Currency - - - - - - -Currency - - - -
81is_opening - Select - Is Opening - - -
No
-Yes
-
82due_date - Date - Due Date - -
83against_expense_account - Small Text - Against Expense Account - -
84column_break_63 - Column Break - - -
85mode_of_payment - Link - Mode of Payment - - - - - - -Mode of Payment - - - -
86fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
87remarks - Small Text - Remarks - -
88recurring_invoice - Section Break - Recurring Invoice - - -
icon-time
-
89is_recurring - Check - Is Recurring - -
90recurring_type - Select - Recurring Type -

- Select the period when the invoice will be generated automatically

-
-
Monthly
-Quarterly
-Half-yearly
-Yearly
-
91from_date - Date - From Date -

- Start date of current invoice's period

-
92to_date - Date - To Date -

- End date of current invoice's period

-
93repeat_on_day_of_month - Int - Repeat on Day of Month -

- The day of the month on which auto invoice will be generated e.g. 05, 28 etc

-
94end_date - Date - End Date -

- The date on which recurring invoice will be stop

-
95column_break_82 - Column Break - - -
96next_date - Date - Next Date -

- The date on which next invoice will be generated. It is generated on submit.

-
97recurring_id - Data - Recurring Id -

- The unique id for tracking all recurring invoices. It is generated on submit.

-
98notification_email_address - Small Text - Notification Email Address -

- Enter email id separated by commas, invoice will be mailed automatically on particular date

-
99recurring_print_format - Link - Recurring Print Format - - - - - - -Print Format - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.purchase_invoice.purchase_invoice

- - - - - - - -

Class PurchaseInvoice

- -

Inherits from erpnext.controllers.buying_controller.BuyingController - -

-
-
- - - - -

- - - __init__ - (self, arg1, arg2=None) -

-

No docs

-
-
- - - - - -

- - - check_active_purchase_items - (self) -

-

No docs

-
-
- - - - - -

- - - check_conversion_rate - (self) -

-

No docs

-
-
- - - - - -

- - - check_for_stopped_or_closed_status - (self) -

-

No docs

-
-
- - - - - -

- - - check_prev_docstatus - (self) -

-

No docs

-
-
- - - - - -

- - - create_remarks - (self) -

-

No docs

-
-
- - - - - -

- - - get_advances - (self) -

-

No docs

-
-
- - - - - -

- - - make_gl_entries - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_recurring - (self, reference_doc) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - po_required - (self) -

-

No docs

-
-
- - - - - -

- - - pr_required - (self) -

-

No docs

-
-
- - - - - -

- - - set_against_expense_account - (self) -

-

No docs

-
-
- - - - - -

- - - set_missing_values - (self, for_validate=False) -

-

No docs

-
-
- - - - - -

- - - update_against_document_in_jv - (self) -

-

Links invoice and advance voucher: - 1. cancel advance voucher - 2. split into multiple rows if partially adjusted, assign against voucher - 3. submit advance voucher

-
-
- - - - - -

- - - update_billing_status_in_pr - (self, update_modified=True) -

-

No docs

-
-
- - - - - -

- - - update_project - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_credit_to_acc - (self) -

-

No docs

-
-
- - - - - -

- - - validate_supplier_invoice - (self) -

-

No docs

-
-
- - - - - -

- - - validate_with_previous_doc - (self) -

-

No docs

-
-
- - - - - -

- - - validate_write_off_account - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.purchase_invoice.purchase_invoice.get_expense_account -

-

- - - erpnext.accounts.doctype.purchase_invoice.purchase_invoice.get_expense_account - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.purchase_invoice.purchase_invoice.make_debit_note -

-

- - - erpnext.accounts.doctype.purchase_invoice.purchase_invoice.make_debit_note - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/purchase_invoice_advance.html b/erpnext/docs/current/models/accounts/purchase_invoice_advance.html deleted file mode 100644 index debcb05554e..00000000000 --- a/erpnext/docs/current/models/accounts/purchase_invoice_advance.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabPurchase Invoice Advance

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1journal_entry - Link - Journal Entry - - - - - - -Journal Entry - - - -
2jv_detail_no - Data - Journal Entry Detail No - -
3remarks - Small Text - Remarks - -
4col_break1 - Column Break - - -
5advance_amount - Currency - Advance Amount - - -
party_account_currency
-
6allocated_amount - Currency - Allocated Amount - - -
party_account_currency
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/purchase_invoice_item.html b/erpnext/docs/current/models/accounts/purchase_invoice_item.html deleted file mode 100644 index fd8187634a4..00000000000 --- a/erpnext/docs/current/models/accounts/purchase_invoice_item.html +++ /dev/null @@ -1,750 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabPurchase Invoice Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item - - - - - - -Item - - - -
2col_break1 - Column Break - - -
3item_name - Data - Item Name - -
4description_section - Section Break - Description - -
5description - Text Editor - Description - -
6image - Attach - Image - -
7image_view - Image - Image View - - -
image
-
8quantity_and_rate - Section Break - Quantity and Rate - -
9qty - Float - Qty - -
10col_break2 - Column Break - - -
11uom - Link - UOM - - - - - - -UOM - - - -
12conversion_factor - Float - Conversion Factor - -
13sec_break1 - Section Break - - -
14price_list_rate - Currency - Price List Rate - - -
currency
-
15discount_percentage - Percent - Discount on Price List Rate (%) - -
16col_break3 - Column Break - - -
17base_price_list_rate - Currency - Price List Rate (Company Currency) - - -
Company:company:default_currency
-
18sec_break2 - Section Break - - -
19rate - Currency - Rate - - -
currency
-
20amount - Currency - Amount - - -
currency
-
21col_break4 - Column Break - - -
22base_rate - Currency - Rate (Company Currency) - - -
Company:company:default_currency
-
23base_amount - Currency - Amount (Company Currency) - - -
Company:company:default_currency
-
24pricing_rule - Link - Pricing Rule - - - - - - -Pricing Rule - - - -
25section_break_22 - Section Break - - -
26net_rate - Currency - Net Rate - - -
currency
-
27net_amount - Currency - Net Amount - - -
currency
-
28column_break_25 - Column Break - - -
29base_net_rate - Currency - Net Rate (Company Currency) - - -
Company:company:default_currency
-
30base_net_amount - Currency - Net Amount (Company Currency) - - -
Company:company:default_currency
-
31accounting - Section Break - Accounting - -
32expense_account - Link - Expense Head - - - - - - -Account - - - -
33col_break5 - Column Break - - -
34project_name - Link - Project Name - - - - - - -Project - - - -
35cost_center - Link - Cost Center - - - - - - -Cost Center - - - -
36reference - Section Break - Reference - -
37brand - Data - Brand - -
38item_group - Link - Item Group - - - - - - -Item Group - - - -
39item_tax_rate - Small Text - Item Tax Rate -

- Tax detail table fetched from item master as a string and stored in this field. -Used for Taxes and Charges

-
40item_tax_amount - Currency - Item Tax Amount - - -
Company:company:default_currency
-
41purchase_order - Link - Purchase Order - - - - - - -Purchase Order - - - -
42col_break6 - Column Break - - -
43po_detail - Data - Purchase Order Item - -
44purchase_receipt - Link - Purchase Receipt - - - - - - -Purchase Receipt - - - -
45page_break - Check - Page Break - -
46pr_detail - Data - PR Detail - -
47valuation_rate - Currency - Valuation Rate - - -
Company:company:default_currency
-
48rm_supp_cost - Currency - Raw Materials Supplied Cost - - -
Company:company:default_currency
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/purchase_taxes_and_charges.html b/erpnext/docs/current/models/accounts/purchase_taxes_and_charges.html deleted file mode 100644 index e959813a9c5..00000000000 --- a/erpnext/docs/current/models/accounts/purchase_taxes_and_charges.html +++ /dev/null @@ -1,387 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabPurchase Taxes and Charges

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1category - Select - Consider Tax or Charge for - - -
Valuation and Total
-Valuation
-Total
-
2add_deduct_tax - Select - Add or Deduct - - -
Add
-Deduct
-
3charge_type - Select - Type - - -
-Actual
-On Net Total
-On Previous Row Amount
-On Previous Row Total
-
4row_id - Data - Reference Row # - -
5included_in_print_rate - Check - Is this Tax included in Basic Rate? -

- If checked, the tax amount will be considered as already included in the Print Rate / Print Amount

-
6col_break1 - Column Break - - -
7account_head - Link - Account Head - - - - - - -Account - - - -
8cost_center - Link - Cost Center - - - - - - -Cost Center - - - -
9description - Text Editor - Description - -
10section_break_10 - Section Break - - -
11rate - Float - Rate - -
12section_break_9 - Section Break - - -
13tax_amount - Currency - Amount - - -
currency
-
14tax_amount_after_discount_amount - Currency - Tax Amount After Discount Amount - - -
currency
-
15total - Currency - Total - - -
currency
-
16column_break_14 - Column Break - - -
17base_tax_amount - Currency - Amount (Company Currency) - - -
Company:company:default_currency
-
18base_total - Currency - Total (Company Currency) - - -
Company:company:default_currency
-
19base_tax_amount_after_discount_amount - Currency - Tax Amount After Discount Amount - - -
Company:company:default_currency
-
20item_wise_tax_detail - Small Text - Item Wise Tax Detail - -
21parenttype - Data - Parenttype - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/purchase_taxes_and_charges_template.html b/erpnext/docs/current/models/accounts/purchase_taxes_and_charges_template.html deleted file mode 100644 index dcc2636b5ea..00000000000 --- a/erpnext/docs/current/models/accounts/purchase_taxes_and_charges_template.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabPurchase Taxes and Charges Template

- - -Standard tax template that can be applied to all Purchase Transactions. This template can contain list of tax heads and also other expense heads like "Shipping", "Insurance", "Handling" etc. - -#### Note - -The tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master. - -#### Description of Columns - -1. Calculation Type: - - This can be on **Net Total** (that is the sum of basic amount). - - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total. - - **Actual** (as mentioned). -2. Account Head: The Account ledger under which this tax will be booked -3. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center. -4. Description: Description of the tax (that will be printed in invoices / quotes). -5. Rate: Tax rate. -6. Amount: Tax amount. -7. Total: Cumulative total to this point. -8. Enter Row: If based on "Previous Row Total" you can select the row number which will be taken as a base for this calculation (default is the previous row). -9. Consider Tax or Charge for: In this section you can specify if the tax / charge is only for valuation (not a part of total) or only for total (does not add value to the item) or for both. -10. Add or Deduct: Whether you want to add or deduct the tax. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1title - Data - Title - -
2is_default - Check - Default - -
3disabled - Check - Disabled - -
4column_break4 - Column Break - - -
5company - Link - Company - - - - - - -Company - - - -
6section_break6 - Section Break - - -
7taxes - Table - Purchase Taxes and Charges - - - - - - -Purchase Taxes and Charges - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.purchase_taxes_and_charges_template.purchase_taxes_and_charges_template

- - - - - - - -

Class PurchaseTaxesandChargesTemplate

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/sales_invoice.html b/erpnext/docs/current/models/accounts/sales_invoice.html deleted file mode 100644 index 8e62c404a91..00000000000 --- a/erpnext/docs/current/models/accounts/sales_invoice.html +++ /dev/null @@ -1,2782 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabSales Invoice

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1customer_section - Section Break - - - -
icon-user
-
2title - Data - Title - -
3naming_series - Select - Series - - -
SINV-
-SINV-RET-
-
4customer - Link - Customer - - - - - - -Customer - - - -
5customer_name - Data - Customer Name - -
6address_display - Small Text - Address - -
7contact_display - Small Text - Contact - -
8contact_mobile - Small Text - Mobile No - -
9contact_email - Small Text - Contact Email - -
10is_pos - Check - Is POS - -
11is_return - Check - Is Return - -
12column_break1 - Column Break - - -
13posting_date - Date - Date - -
14due_date - Date - Payment Due Date - -
15company - Link - Company - - - - - - -Company - - - -
16amended_from - Link - Amended From - - - - - - -Sales Invoice - - - -
17return_against - Link - Return Against Sales Invoice - - - - - - -Sales Invoice - - - -
18shipping_address_name - Link - Shipping Address Name - - - - - - -Address - - - -
19shipping_address - Small Text - Shipping Address - -
20currency_and_price_list - Section Break - Currency and Price List - -
21currency - Link - Currency - - - - - - -Currency - - - -
22conversion_rate - Float - Exchange Rate -

- Rate at which Customer Currency is converted to customer's base currency

-
23column_break2 - Column Break - - -
24selling_price_list - Link - Price List - - - - - - -Price List - - - -
25price_list_currency - Link - Price List Currency - - - - - - -Currency - - - -
26plc_conversion_rate - Float - Price List Exchange Rate -

- Rate at which Price list currency is converted to customer's base currency

-
27ignore_pricing_rule - Check - Ignore Pricing Rule - -
28items_section - Section Break - - - -
icon-shopping-cart
-
29update_stock - Check - Update Stock - -
30items - Table - Items - - - - - - -Sales Invoice Item - - - -
31packing_list - Section Break - Packing List - - -
icon-suitcase
-
32packed_items - Table - Packed Items - - - - - - -Packed Item - - - -
33product_bundle_help - HTML - Product Bundle Help - -
34section_break_30 - Section Break - - -
35base_total - Currency - Total (Company Currency) - - -
Company:company:default_currency
-
36base_net_total - Currency - Net Total (Company Currency) - - -
Company:company:default_currency
-
37column_break_32 - Column Break - - -
38total - Currency - Total - - -
currency
-
39net_total - Currency - Net Total - - -
currency
-
40taxes_section - Section Break - - - -
icon-money
-
41taxes_and_charges - Link - Taxes and Charges - - - - - - -Sales Taxes and Charges Template - - - -
42column_break_38 - Column Break - - -
43shipping_rule - Link - Shipping Rule - - - - - - -Shipping Rule - - - -
44section_break_40 - Section Break - - -
45taxes - Table - Sales Taxes and Charges - - - - - - -Sales Taxes and Charges - - - -
46other_charges_calculation - HTML - Taxes and Charges Calculation - -
47section_break_43 - Section Break - - -
48base_total_taxes_and_charges - Currency - Total Taxes and Charges (Company Currency) - - -
Company:company:default_currency
-
49column_break_47 - Column Break - - -
50total_taxes_and_charges - Currency - Total Taxes and Charges - - -
currency
-
51section_break_49 - Section Break - Additional Discount - -
52apply_discount_on - Select - Apply Additional Discount On - - -
-Grand Total
-Net Total
-
53base_discount_amount - Currency - Additional Discount Amount (Company Currency) - - -
Company:company:default_currency
-
54column_break_51 - Column Break - - -
55additional_discount_percentage - Float - Additional Discount Percentage - -
56discount_amount - Currency - Additional Discount Amount - - -
currency
-
57totals - Section Break - - - -
icon-money
-
58base_grand_total - Currency - Grand Total (Company Currency) - - -
Company:company:default_currency
-
59base_rounded_total - Currency - Rounded Total (Company Currency) - - -
Company:company:default_currency
-
60base_in_words - Data - In Words (Company Currency) -

- In Words will be visible once you save the Sales Invoice.

-
61column_break5 - Column Break - - -
62grand_total - Currency - Grand Total - - -
currency
-
63rounded_total - Currency - Rounded Total - - -
currency
-
64in_words - Data - In Words - -
65total_advance - Currency - Total Advance - - -
party_account_currency
-
66outstanding_amount - Currency - Outstanding Amount - - -
party_account_currency
-
67advances_section - Section Break - Advance Payments - - -
icon-money
-
68get_advances_received - Button - Get Advances Received - - -
get_advances
-
69advances - Table - Advances - - - - - - -Sales Invoice Advance - - - -
70payments_section - Section Break - Payments - - -
icon-money
-
71mode_of_payment - Link - Mode of Payment - - - - - - -Mode of Payment - - - -
72cash_bank_account - Link - Cash/Bank Account - - - - - - -Account - - - -
73column_break3 - Column Break - - -
74paid_amount - Currency - Paid Amount - - -
currency
-
75base_paid_amount - Currency - Paid Amount (Company Currency) - - -
Company:company:default_currency
-
76column_break4 - Section Break - Write Off - -
77write_off_amount - Currency - Write Off Amount - - -
currency
-
78base_write_off_amount - Currency - Write Off Amount (Company Currency) - - -
Company:company:default_currency
-
79write_off_outstanding_amount_automatically - Check - Write Off Outstanding Amount - -
80column_break_74 - Column Break - - -
81write_off_account - Link - Write Off Account - - - - - - -Account - - - -
82write_off_cost_center - Link - Write Off Cost Center - - - - - - -Cost Center - - - -
83terms_section_break - Section Break - Terms - -
84tc_name - Link - Terms - - - - - - -Terms and Conditions - - - -
85terms - Text Editor - Terms and Conditions Details - -
86edit_printing_settings - Section Break - Printing Settings - -
87letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
88column_break_84 - Column Break - - -
89select_print_heading - Link - Print Heading - - - - - - -Print Heading - - - -
90contact_section - Section Break - More Information - - -
icon-bullhorn
-
91project_name - Link - Project Name - - - - - - -Project - - - -
92territory - Link - Territory - - - - - - -Territory - - - -
93customer_group - Link - Customer Group - - - - - - -Customer Group - - - -
94col_break23 - Column Break - - -
95customer_address - Link - Customer Address - - - - - - -Address - - - -
96contact_person - Link - Contact Person - - - - - - -Contact - - - -
97campaign - Link - Campaign - - - - - - -Campaign - - - -
98source - Select - Source - - -
-Existing Customer
-Reference
-Advertisement
-Cold Calling
-Exhibition
-Supplier Reference
-Mass Mailing
-Customer's Vendor
-Campaign
-
99more_info - Section Break - Accounting Details - - -
icon-file-text
-
100debit_to - Link - Debit To - - - - - - -Account - - - -
101party_account_currency - Link - Party Account Currency - - - - - - -Currency - - - -
102is_opening - Select - Is Opening Entry - - -
No
-Yes
-
103c_form_applicable - Select - C-Form Applicable - - -
No
-Yes
-
104c_form_no - Link - C-Form No - - - - - - -C-Form - - - -
105column_break8 - Column Break - - -
106posting_time - Time - Posting Time - -
107fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
108remarks - Small Text - Remarks - -
109sales_team_section_break - Section Break - Commission - - -
icon-group
-
110sales_partner - Link - Sales Partner - - - - - - -Sales Partner - - - -
111column_break10 - Column Break - - -
112commission_rate - Float - Commission Rate (%) - -
113total_commission - Currency - Total Commission - - -
Company:company:default_currency
-
114section_break2 - Section Break - Sales Team - -
115sales_team - Table - Sales Team1 - - - - - - -Sales Team - - - -
116recurring_invoice - Section Break - Recurring - - -
icon-time
-
117column_break11 - Column Break - - -
118is_recurring - Check - Is Recurring -

- Check if recurring invoice, uncheck to stop recurring or put proper End Date

-
119recurring_type - Select - Recurring Type -

- Select the period when the invoice will be generated automatically

-
-
-Monthly
-Quarterly
-Half-yearly
-Yearly
-
120from_date - Date - From Date -

- Start date of current invoice's period

-
121to_date - Date - To Date -

- End date of current invoice's period

-
122repeat_on_day_of_month - Int - Repeat on Day of Month -

- The day of the month on which auto invoice will be generated e.g. 05, 28 etc

-
123end_date - Date - End Date -

- The date on which recurring invoice will be stop

-
124column_break12 - Column Break - - -
125next_date - Date - Next Date -

- The date on which next invoice will be generated. It is generated on submit. -

-
126recurring_id - Data - Recurring Id -

- The unique id for tracking all recurring invoices. It is generated on submit.

-
127notification_email_address - Small Text - Notification Email Address -

- Enter email id separated by commas, invoice will be mailed automatically on particular date

-
128recurring_print_format - Link - Recurring Print Format - - - - - - -Print Format - - - -
129against_income_account - Small Text - Against Income Account - -
- - -
-

Controller

-

erpnext.accounts.doctype.sales_invoice.sales_invoice

- - - - - - - -

Class SalesInvoice

- -

Inherits from erpnext.controllers.selling_controller.SellingController - -

-
-
- - - - -

- - - __init__ - (self, arg1, arg2=None) -

-

No docs

-
-
- - - - - -

- - - add_remarks - (self) -

-

No docs

-
-
- - - - - -

- - - before_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - check_credit_limit - (self) -

-

No docs

-
-
- - - - - -

- - - check_prev_docstatus - (self) -

-

No docs

-
-
- - - - - -

- - - get_advances - (self) -

-

No docs

-
-
- - - - - -

- - - get_company_abbr - (self) -

-

No docs

-
-
- - - - - -

- - - get_gl_entries - (self, warehouse_account=None) -

-

No docs

-
-
- - - - - -

- - - get_warehouse - (self) -

-

No docs

-
-
- - - - - -

- - - make_customer_gl_entry - (self, gl_entries) -

-

No docs

-
-
- - - - - -

- - - make_gl_entries - (self, repost_future_gle=True) -

-

No docs

-
-
- - - - - -

- - - make_item_gl_entries - (self, gl_entries) -

-

No docs

-
-
- - - - - -

- - - make_pos_gl_entries - (self, gl_entries) -

-

No docs

-
-
- - - - - -

- - - make_tax_gl_entries - (self, gl_entries) -

-

No docs

-
-
- - - - - -

- - - make_write_off_gl_entry - (self, gl_entries) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_recurring - (self, reference_doc) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - set_against_income_account - (self) -

-

Set against account for debit to account

-
-
- - - - - -

- - - set_indicator - (self) -

-

Set indicator for portal

-
-
- - - - - -

- - - set_missing_values - (self, for_validate=False) -

-

No docs

-
-
- - - - - -

- - - set_pos_fields - (self, for_validate=False) -

-

Set retail related fields from POS Profiles

-
-
- - - - - -

- - - so_dn_required - (self) -

-

check in manage account if sales order / delivery note required or not.

-
-
- - - - - -

- - - update_against_document_in_jv - (self) -

-

Links invoice and advance voucher: - 1. cancel advance voucher - 2. split into multiple rows if partially adjusted, assign against voucher - 3. submit advance voucher

-
-
- - - - - -

- - - update_billing_status_in_dn - (self, update_modified=True) -

-

No docs

-
-
- - - - - -

- - - update_current_stock - (self) -

-

No docs

-
-
- - - - - -

- - - update_packing_list - (self) -

-

No docs

-
-
- - - - - -

- - - update_status_updater_args - (self) -

-

No docs

-
-
- - - - - -

- - - update_time_log_batch - (self, sales_invoice) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_c_form - (self) -

-

Blank C-form no if C-form applicable marked as 'No'

-
-
- - - - - -

- - - validate_c_form_on_cancel - (self) -

-

Display message if C-Form no exists on cancellation of Sales Invoice

-
-
- - - - - -

- - - validate_debit_to_acc - (self) -

-

No docs

-
-
- - - - - -

- - - validate_delivery_note - (self) -

-

No docs

-
-
- - - - - -

- - - validate_dropship_item - (self) -

-

No docs

-
-
- - - - - -

- - - validate_fixed_asset_account - (self) -

-

Validate Fixed Asset and whether Income Account Entered Exists

-
-
- - - - - -

- - - validate_item_code - (self) -

-

No docs

-
-
- - - - - -

- - - validate_pos - (self) -

-

No docs

-
-
- - - - - -

- - - validate_proj_cust - (self) -

-

check for does customer belong to same project as entered..

-
-
- - - - - -

- - - validate_time_logs_are_submitted - (self) -

-

No docs

-
-
- - - - - -

- - - validate_warehouse - (self) -

-

No docs

-
-
- - - - - -

- - - validate_with_previous_doc - (self) -

-

No docs

-
-
- - - - - -

- - - validate_write_off_account - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.sales_invoice.sales_invoice.get_bank_cash_account -

-

- - - erpnext.accounts.doctype.sales_invoice.sales_invoice.get_bank_cash_account - (mode_of_payment, company) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.sales_invoice.sales_invoice.get_list_context - (context=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.sales_invoice.sales_invoice.make_delivery_note -

-

- - - erpnext.accounts.doctype.sales_invoice.sales_invoice.make_delivery_note - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.sales_invoice.sales_invoice.make_sales_return -

-

- - - erpnext.accounts.doctype.sales_invoice.sales_invoice.make_sales_return - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/sales_invoice_advance.html b/erpnext/docs/current/models/accounts/sales_invoice_advance.html deleted file mode 100644 index b203ad0b803..00000000000 --- a/erpnext/docs/current/models/accounts/sales_invoice_advance.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabSales Invoice Advance

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1journal_entry - Link - Journal Entry - - - - - - -Journal Entry - - - -
2remarks - Small Text - Remarks - -
3jv_detail_no - Data - Journal Entry Detail No - -
4col_break1 - Column Break - - -
5advance_amount - Currency - Advance amount - - -
party_account_currency
-
6allocated_amount - Currency - Allocated amount - - -
party_account_currency
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/sales_invoice_item.html b/erpnext/docs/current/models/accounts/sales_invoice_item.html deleted file mode 100644 index a8db705d05d..00000000000 --- a/erpnext/docs/current/models/accounts/sales_invoice_item.html +++ /dev/null @@ -1,898 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabSales Invoice Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1barcode - Data - Barcode - -
2item_code - Link - Item - - - - - - -Item - - - -
3col_break1 - Column Break - - -
4item_name - Data - Item Name - -
5customer_item_code - Data - Customer's Item Code - -
6section_break_6 - Section Break - Edit Description - -
7description - Text Editor - Description - -
8column_break_8 - Column Break - - -
9image_view - Image - Image View - - -
image
-
10image - Attach - Image - -
11quantity_and_rate - Section Break - - -
12qty - Float - Quantity - -
13price_list_rate - Currency - Price List Rate - - -
currency
-
14discount_percentage - Percent - Discount on Price List Rate (%) - -
15col_break2 - Column Break - - -
16stock_uom - Link - UOM - - - - - - -UOM - - - -
17base_price_list_rate - Currency - Price List Rate (Company Currency) - - -
Company:company:default_currency
-
18section_break1 - Section Break - - -
19rate - Currency - Rate - - -
currency
-
20amount - Currency - Amount - - -
currency
-
21col_break3 - Column Break - - -
22base_rate - Currency - Rate (Company Currency) - - -
Company:company:default_currency
-
23base_amount - Currency - Amount (Company Currency) - - -
Company:company:default_currency
-
24pricing_rule - Link - Pricing Rule - - - - - - -Pricing Rule - - - -
25section_break_21 - Section Break - - -
26net_rate - Currency - Net Rate - - -
currency
-
27net_amount - Currency - Net Amount - - -
currency
-
28column_break_24 - Column Break - - -
29base_net_rate - Currency - Net Rate (Company Currency) - - -
Company:company:default_currency
-
30base_net_amount - Currency - Net Amount (Company Currency) - - -
Company:company:default_currency
-
31drop_ship - Section Break - Drop Ship - -
32delivered_by_supplier - Check - Delivered By Supplier - -
33accounting - Section Break - Accounting Details - -
34income_account - Link - Income Account - - - - - - -Account - - - -
35expense_account - Link - Expense Account - - - - - - -Account - - - -
36col_break4 - Column Break - - -
37cost_center - Link - Cost Center - - - - - - -Cost Center - - - -
38warehouse_and_reference - Section Break - Stock Details - -
39warehouse - Link - Warehouse - - - - - - -Warehouse - - - -
40target_warehouse - Link - Customer Warehouse (Optional) - - - - - - -Warehouse - - - -
41serial_no - Small Text - Serial No - -
42batch_no - Link - Batch No - - - - - - -Batch - - - -
43item_group - Link - Item Group - - - - - - -Item Group - - - -
44brand - Data - Brand Name - -
45item_tax_rate - Small Text - Item Tax Rate - -
46col_break5 - Column Break - - -
47actual_batch_qty - Float - Available Batch Qty at Warehouse - -
48actual_qty - Float - Available Qty at Warehouse - -
49edit_references - Section Break - References - -
50time_log_batch - Link - Time Log Batch - - - - - - -Time Log Batch - - - -
51sales_order - Link - Sales Order - - - - - - -Sales Order - - - -
52so_detail - Data - Sales Order Item - -
53column_break_50 - Column Break - - -
54delivery_note - Link - Delivery Note - - - - - - -Delivery Note - - - -
55dn_detail - Data - Delivery Note Item - -
56delivered_qty - Float - Delivered Qty - -
57section_break_54 - Section Break - - -
58page_break - Check - Page Break - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/sales_taxes_and_charges.html b/erpnext/docs/current/models/accounts/sales_taxes_and_charges.html deleted file mode 100644 index 9598272902c..00000000000 --- a/erpnext/docs/current/models/accounts/sales_taxes_and_charges.html +++ /dev/null @@ -1,356 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabSales Taxes and Charges

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1charge_type - Select - Type - - -
-Actual
-On Net Total
-On Previous Row Amount
-On Previous Row Total
-
2row_id - Data - Reference Row # - -
3account_head - Link - Account Head - - - - - - -Account - - - -
4cost_center - Link - Cost Center - - - - - - -Cost Center - - - -
5col_break_1 - Column Break - - -
6description - Text Editor - Description - -
7included_in_print_rate - Check - Is this Tax included in Basic Rate? -

- If checked, the tax amount will be considered as already included in the Print Rate / Print Amount

-
8section_break_8 - Section Break - - -
9rate - Float - Rate - -
10section_break_9 - Section Break - - -
11tax_amount - Currency - Amount - - -
currency
-
12total - Currency - Total - - -
currency
-
13tax_amount_after_discount_amount - Currency - Tax Amount After Discount Amount - - -
currency
-
14column_break_13 - Column Break - - -
15base_tax_amount - Currency - Amount (Company Currency) - - -
Company:company:default_currency
-
16base_total - Currency - Total (Company Currency) - - -
Company:company:default_currency
-
17base_tax_amount_after_discount_amount - Currency - Tax Amount After Discount Amount (Company Currency) - - -
Company:company:default_currency
-
18item_wise_tax_detail - Small Text - Item Wise Tax Detail - -
19parenttype - Data - Parenttype - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/sales_taxes_and_charges_template.html b/erpnext/docs/current/models/accounts/sales_taxes_and_charges_template.html deleted file mode 100644 index bf780e5aaae..00000000000 --- a/erpnext/docs/current/models/accounts/sales_taxes_and_charges_template.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabSales Taxes and Charges Template

- - -Standard tax template that can be applied to all Sales Transactions. This template can contain list of tax heads and also other expense / income heads like "Shipping", "Insurance", "Handling" etc. - -#### Note - -The tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master. - -#### Description of Columns - -1. Calculation Type: - - This can be on **Net Total** (that is the sum of basic amount). - - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total. - - **Actual** (as mentioned). -2. Account Head: The Account ledger under which this tax will be booked -3. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center. -4. Description: Description of the tax (that will be printed in invoices / quotes). -5. Rate: Tax rate. -6. Amount: Tax amount. -7. Total: Cumulative total to this point. -8. Enter Row: If based on "Previous Row Total" you can select the row number which will be taken as a base for this calculation (default is the previous row). -9. Is this Tax included in Basic Rate?: If you check this, it means that this tax will not be shown below the item table, but will be included in the Basic Rate in your main item table. This is useful where you want give a flat price (inclusive of all taxes) price to customers. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1title - Data - Title - -
2is_default - Check - Default - -
3disabled - Check - Disabled - -
4column_break_3 - Column Break - - -
5company - Link - Company - - - - - - -Company - - - -
6section_break_5 - Section Break - - -
7taxes - Table - Sales Taxes and Charges -

- * Will be calculated in the transaction.

-
- - - - -Sales Taxes and Charges - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.sales_taxes_and_charges_template.sales_taxes_and_charges_template

- - - - - - - -

Class SalesTaxesandChargesTemplate

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.accounts.doctype.sales_taxes_and_charges_template.sales_taxes_and_charges_template.valdiate_taxes_and_charges_template - (doc) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/shipping_rule.html b/erpnext/docs/current/models/accounts/shipping_rule.html deleted file mode 100644 index 8f859cbc608..00000000000 --- a/erpnext/docs/current/models/accounts/shipping_rule.html +++ /dev/null @@ -1,431 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabShipping Rule

- - -Specify conditions to calculate shipping amount - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1label - Data - Shipping Rule Label -

- example: Next Day Shipping

-
2disabled - Check - Disabled - -
3calculate_based_on - Select - Calculate Based On - - -
Net Total
-Net Weight
-
4rule_conditions_section - Section Break - Shipping Rule Conditions - -
5conditions - Table - Shipping Rule Conditions - - - - - - -Shipping Rule Condition - - - -
6section_break_6 - Section Break - Valid for Countries - -
7worldwide_shipping - Check - Worldwide Shipping - -
8countries - Table - Valid for Countries - - - - - - -Shipping Rule Country - - - -
9section_break_10 - Section Break - - -
10company - Link - Company - - - - - - -Company - - - -
11column_break_12 - Column Break - - -
12account - Link - Shipping Account - - - - - - -Account - - - -
13cost_center - Link - Cost Center - - - - - - -Cost Center - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.shipping_rule.shipping_rule

- - - - - - - -

Class FromGreaterThanToError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class ManyBlankToValuesError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class OverlappingConditionError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class ShippingRule

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - sort_shipping_rule_conditions - (self) -

-

Sort Shipping Rule Conditions based on increasing From Value

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_from_to_values - (self) -

-

No docs

-
-
- - - - - -

- - - validate_overlapping_shipping_rule_conditions - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/shipping_rule_condition.html b/erpnext/docs/current/models/accounts/shipping_rule_condition.html deleted file mode 100644 index ea1d4521746..00000000000 --- a/erpnext/docs/current/models/accounts/shipping_rule_condition.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabShipping Rule Condition

- - -A condition for a Shipping Rule - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1from_value - Float - From Value - -
2to_value - Float - To Value - -
3shipping_amount - Currency - Shipping Amount - - -
Company:company:default_currency
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/shipping_rule_country.html b/erpnext/docs/current/models/accounts/shipping_rule_country.html deleted file mode 100644 index ce90381cf19..00000000000 --- a/erpnext/docs/current/models/accounts/shipping_rule_country.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabShipping Rule Country

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1country - Link - Country - - - - - - -Country - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/accounts/tax_rule.html b/erpnext/docs/current/models/accounts/tax_rule.html deleted file mode 100644 index b015727ce2a..00000000000 --- a/erpnext/docs/current/models/accounts/tax_rule.html +++ /dev/null @@ -1,608 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabTax Rule

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1tax_type - Select - Tax Type - - -
Sales
-Purchase
-
2use_for_shopping_cart - Check - Use for Shopping Cart - -
3column_break_1 - Column Break - - -
4sales_tax_template - Link - Sales Tax Template - - - - - - -Sales Taxes and Charges Template - - - -
5purchase_tax_template - Link - Purchase Tax Template - - - - - - -Purchase Taxes and Charges Template - - - -
6filters - Section Break - Filters - -
7customer - Link - Customer - - - - - - -Customer - - - -
8supplier - Link - Supplier - - - - - - -Supplier - - - -
9billing_city - Data - Billing City - -
10billing_state - Data - Billing State - -
11billing_country - Link - Billing Country - - - - - - -Country - - - -
12column_break_2 - Column Break - - -
13customer_group - Link - Customer Group - - - - - - -Customer Group - - - -
14supplier_type - Link - Supplier Type - - - - - - -Supplier Type - - - -
15shipping_city - Data - Shipping City - -
16shipping_state - Data - Shipping State - -
17shipping_country - Link - Shipping Country - - - - - - -Country - - - -
18section_break_4 - Section Break - Validity - -
19from_date - Date - From Date - -
20column_break_7 - Column Break - - -
21to_date - Date - To Date - -
22section_break_6 - Section Break - - -
23priority - Int - Priority - -
24column_break_20 - Column Break - - -
25company - Link - Company - - - - - - -Company - - - -
- - -
-

Controller

-

erpnext.accounts.doctype.tax_rule.tax_rule

- - - - - - - -

Class ConflictingTaxRule

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class IncorrectCustomerGroup

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class IncorrectSupplierType

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class TaxRule

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - __setup__ - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_date - (self) -

-

No docs

-
-
- - - - - -

- - - validate_filters - (self) -

-

No docs

-
-
- - - - - -

- - - validate_tax_template - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.accounts.doctype.tax_rule.tax_rule.get_party_details -

-

- - - erpnext.accounts.doctype.tax_rule.tax_rule.get_party_details - (party, party_type, args=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.accounts.doctype.tax_rule.tax_rule.get_tax_template - (posting_date, args) -

-

Get matching tax rule

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/buying/buying_settings.html b/erpnext/docs/current/models/buying/buying_settings.html deleted file mode 100644 index 04cc16e736f..00000000000 --- a/erpnext/docs/current/models/buying/buying_settings.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - -Settings for Buying Module - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1supp_master_name - Select - Supplier Naming By - - -
Supplier Name
-Naming Series
-
2supplier_type - Link - Default Supplier Type - - - - - - -Supplier Type - - - -
3buying_price_list - Link - Default Buying Price List - - - - - - -Price List - - - -
4column_break_3 - Column Break - - -
5po_required - Select - Purchase Order Required - - -
No
-Yes
-
6pr_required - Select - Purchase Receipt Required - - -
No
-Yes
-
7maintain_same_rate - Check - Maintain same rate throughout purchase cycle - -
8allow_multiple_items - Check - Allow Item to be added multiple times in a transaction - -
- - -
-

Controller

-

erpnext.buying.doctype.buying_settings.buying_settings

- - - - - - - -

Class BuyingSettings

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/buying/index.html b/erpnext/docs/current/models/buying/index.html deleted file mode 100644 index 75f0e00fbc5..00000000000 --- a/erpnext/docs/current/models/buying/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

DocTypes for buying

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/buying/index.txt b/erpnext/docs/current/models/buying/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/buying/purchase_common.html b/erpnext/docs/current/models/buying/purchase_common.html deleted file mode 100644 index 720dfb6141f..00000000000 --- a/erpnext/docs/current/models/buying/purchase_common.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
- - -
-

Controller

-

erpnext.buying.doctype.purchase_common.purchase_common

- - - - - - - -

Class PurchaseCommon

- -

Inherits from erpnext.controllers.buying_controller.BuyingController - -

-
-
- - - - -

- - - check_docstatus - (self, check, doctype, docname, detail_doctype=) -

-

No docs

-
-
- - - - - -

- - - check_for_stopped_or_closed_status - (self, doctype, docname) -

-

No docs

-
-
- - - - - -

- - - update_last_purchase_rate - (self, obj, is_submit) -

-

updates lastpurchaserate in item table for each item

-
-
- - - - - -

- - - validate_for_items - (self, obj) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/buying/purchase_order.html b/erpnext/docs/current/models/buying/purchase_order.html deleted file mode 100644 index c4cac40034f..00000000000 --- a/erpnext/docs/current/models/buying/purchase_order.html +++ /dev/null @@ -1,1971 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabPurchase Order

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1supplier_section - Section Break - - - -
icon-user
-
2title - Data - Title - -
3naming_series - Select - Series - - -
PO-
-
4supplier - Link - Supplier - - - - - - -Supplier - - - -
5get_items_from_open_material_requests - Button - Get Items from Open Material Requests - -
6is_subcontracted - Select - Supply Raw Materials - - -
No
-Yes
-
7supplier_name - Data - Supplier Name - -
8address_display - Small Text - Address - -
9contact_display - Small Text - Contact - -
10contact_mobile - Small Text - Mobile No - -
11contact_email - Small Text - Contact Email - -
12column_break1 - Column Break - - -
13transaction_date - Date - Date - -
14amended_from - Link - Amended From - - - - - - -Purchase Order - - - -
15company - Link - Company - - - - - - -Company - - - -
16drop_ship - Section Break - Drop Ship - -
17customer - Link - Customer - - - - - - -Customer - - - -
18customer_name - Data - Customer Name - -
19column_break_19 - Column Break - - -
20customer_address - Link - Customer Address - - - - - - -Address - - - -
21customer_contact_person - Link - Customer Contact - - - - - - -Contact - - - -
22customer_address_display - Small Text - Customer Address Display - -
23customer_contact_display - Small Text - Customer Contact - -
24customer_contact_mobile - Small Text - Customer Mobile No - -
25customer_contact_email - Small Text - Customer Contact Email - -
26currency_and_price_list - Section Break - Currency and Price List - - -
icon-tag
-
27currency - Link - Currency - - - - - - -Currency - - - -
28conversion_rate - Float - Exchange Rate - -
29cb_price_list - Column Break - - -
30buying_price_list - Link - Price List - - - - - - -Price List - - - -
31price_list_currency - Link - Price List Currency - - - - - - -Currency - - - -
32plc_conversion_rate - Float - Price List Exchange Rate - -
33ignore_pricing_rule - Check - Ignore Pricing Rule - -
34items_section - Section Break - - - -
icon-shopping-cart
-
35items - Table - Items - - - - - - -Purchase Order Item - - - -
36get_last_purchase_rate - Button - Get last purchase rate - -
37sb_last_purchase - Section Break - - -
38base_total - Currency - Total (Company Currency) - - -
Company:company:default_currency
-
39base_net_total - Currency - Net Total (Company Currency) - - -
Company:company:default_currency
-
40column_break_26 - Column Break - - -
41total - Currency - Total - - -
currency
-
42net_total - Currency - Net Total - - -
currency
-
43taxes_section - Section Break - - - -
icon-money
-
44taxes_and_charges - Link - Taxes and Charges - - - - - - -Purchase Taxes and Charges Template - - - -
45taxes - Table - Purchase Taxes and Charges - - - - - - -Purchase Taxes and Charges - - - -
46other_charges_calculation - HTML - Taxes and Charges Calculation - -
47totals - Section Break - - - -
icon-money
-
48base_taxes_and_charges_added - Currency - Taxes and Charges Added (Company Currency) - - -
Company:company:default_currency
-
49base_taxes_and_charges_deducted - Currency - Taxes and Charges Deducted (Company Currency) - - -
Company:company:default_currency
-
50base_total_taxes_and_charges - Currency - Total Taxes and Charges (Company Currency) - - -
Company:company:default_currency
-
51column_break_39 - Column Break - - -
52taxes_and_charges_added - Currency - Taxes and Charges Added - - -
currency
-
53taxes_and_charges_deducted - Currency - Taxes and Charges Deducted - - -
currency
-
54total_taxes_and_charges - Currency - Total Taxes and Charges - - -
currency
-
55discount_section - Section Break - Additional Discount - -
56apply_discount_on - Select - Apply Additional Discount On - - -
-Grand Total
-Net Total
-
57base_discount_amount - Currency - Additional Discount Amount (Company Currency) - - -
Company:company:default_currency
-
58column_break_45 - Column Break - - -
59additional_discount_percentage - Float - Additional Discount Percentage - -
60discount_amount - Currency - Additional Discount Amount - - -
currency
-
61totals_section - Section Break - - -
62base_grand_total - Currency - Grand Total (Company Currency) - - -
Company:company:default_currency
-
63base_in_words - Data - In Words (Company Currency) -

- In Words will be visible once you save the Purchase Order.

-
64base_rounded_total - Currency - Rounded Total (Company Currency) - - -
Company:company:default_currency
-
65column_break4 - Column Break - - -
66grand_total - Currency - Grand Total - - -
currency
-
67in_words - Data - In Words - -
68advance_paid - Currency - Advance Paid - - -
party_account_currency
-
69terms_section_break - Section Break - Terms and Conditions - - -
icon-legal
-
70tc_name - Link - Terms - - - - - - -Terms and Conditions - - - -
71terms - Text Editor - Terms and Conditions - -
72contact_section - Section Break - Contact Details - - -
icon-bullhorn
-
73supplier_address - Link - Supplier Address - - - - - - -Address - - - -
74cb_contact - Column Break - - -
75contact_person - Link - Contact Person - - - - - - -Contact - - - -
76more_info - Section Break - More Information - -
77status - Select - Status - - -
-Draft
-To Receive and Bill
-To Bill
-To Receive
-Completed
-Stopped
-Cancelled
-Closed
-Delivered
-
78fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
79ref_sq - Data - Ref SQ - -
80party_account_currency - Link - Party Account Currency - - - - - - -Currency - - - -
81column_break_74 - Column Break - - -
82per_received - Percent - % Received - -
83per_billed - Percent - % Billed - -
84column_break5 - Section Break - Printing Settings - -
85letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
86select_print_heading - Link - Print Heading - - - - - - -Print Heading - - - -
87raw_material_details - Section Break - Raw Materials Supplied - - -
icon-truck
-
88supplied_items - Table - Supplied Items - - - - - - -Purchase Order Item Supplied - - - -
89recurring_order - Section Break - Recurring - - -
icon-time
-
90column_break - Column Break - - -
91is_recurring - Check - Is Recurring - -
92recurring_type - Select - Recurring Type - - -
Monthly
-Quarterly
-Half-yearly
-Yearly
-
93from_date - Date - From Date -

- Start date of current order's period

-
94to_date - Date - To Date -

- End date of current order's period

-
95repeat_on_day_of_month - Int - Repeat on Day of Month -

- The day of the month on which auto order will be generated e.g. 05, 28 etc

-
96end_date - Date - End Date -

- The date on which recurring order will be stop

-
97column_break83 - Column Break - - -
98next_date - Date - Next Date -

- The date on which next invoice will be generated. It is generated on submit.

-
99recurring_id - Data - Recurring Id - -
100notification_email_address - Small Text - Notification Email Address -

- Enter email id separated by commas, order will be mailed automatically on particular date

-
101recurring_print_format - Link - Recurring Print Format - - - - - - -Print Format - - - -
- - -
-

Controller

-

erpnext.buying.doctype.purchase_order.purchase_order

- - - - - - - -

Class PurchaseOrder

- -

Inherits from erpnext.controllers.buying_controller.BuyingController - -

-
-
- - - - -

- - - __init__ - (self, arg1, arg2=None) -

-

No docs

-
-
- - - - - -

- - - check_for_stopped_or_closed_status - (self, pc_obj) -

-

No docs

-
-
- - - - - -

- - - check_modified_date - (self) -

-

No docs

-
-
- - - - - -

- - - get_last_purchase_rate - (self) -

-

get last purchase rates for all items

-
-
- - - - - -

- - - get_schedule_dates - (self) -

-

No docs

-
-
- - - - - -

- - - has_drop_ship_item - (self) -

-

No docs

-
-
- - - - - -

- - - is_against_so - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - set_received_qty_for_drop_ship_items - (self) -

-

No docs

-
-
- - - - - -

- - - update_delivered_qty_in_sales_order - (self) -

-

Update delivered qty in Sales Order for drop ship

-
-
- - - - - -

- - - update_ordered_qty - (self, po_item_rows=None) -

-

update requested qty (before ordered_qty is updated)

-
-
- - - - - -

- - - update_requested_qty - (self) -

-

No docs

-
-
- - - - - -

- - - update_status - (self, status) -

-

No docs

-
-
- - - - - -

- - - update_status_updater - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_minimum_order_qty - (self) -

-

No docs

-
-
- - - - - -

- - - validate_with_previous_doc - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.buying.doctype.purchase_order.purchase_order.make_purchase_invoice -

-

- - - erpnext.buying.doctype.purchase_order.purchase_order.make_purchase_invoice - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.buying.doctype.purchase_order.purchase_order.make_purchase_receipt -

-

- - - erpnext.buying.doctype.purchase_order.purchase_order.make_purchase_receipt - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.buying.doctype.purchase_order.purchase_order.make_stock_entry -

-

- - - erpnext.buying.doctype.purchase_order.purchase_order.make_stock_entry - (purchase_order, item_code) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.buying.doctype.purchase_order.purchase_order.set_missing_values - (source, target) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.buying.doctype.purchase_order.purchase_order.stop_or_unstop_purchase_orders -

-

- - - erpnext.buying.doctype.purchase_order.purchase_order.stop_or_unstop_purchase_orders - (names, status) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.buying.doctype.purchase_order.purchase_order.update_status -

-

- - - erpnext.buying.doctype.purchase_order.purchase_order.update_status - (status, name) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/buying/purchase_order_item.html b/erpnext/docs/current/models/buying/purchase_order_item.html deleted file mode 100644 index 48a5ecadbbc..00000000000 --- a/erpnext/docs/current/models/buying/purchase_order_item.html +++ /dev/null @@ -1,835 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabPurchase Order Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2supplier_part_no - Data - Supplier Part Number - -
3item_name - Data - Item Name - -
4column_break_4 - Column Break - - -
5schedule_date - Date - Reqd By Date - -
6section_break_5 - Section Break - Description - -
7description - Text Editor - Description - -
8col_break1 - Column Break - - -
9image - Attach - Image - -
10image_view - Image - Image View - - -
image
-
11quantity_and_rate - Section Break - Quantity and Rate - -
12qty - Float - Quantity - -
13stock_uom - Link - Stock UOM - - - - - - -UOM - - - -
14col_break2 - Column Break - - -
15uom - Link - UOM - - - - - - -UOM - - - -
16conversion_factor - Float - UOM Conversion Factor - -
17sec_break1 - Section Break - - -
18price_list_rate - Currency - Price List Rate - - -
currency
-
19discount_percentage - Percent - Discount on Price List Rate (%) - -
20col_break3 - Column Break - - -
21base_price_list_rate - Currency - Price List Rate (Company Currency) - - -
Company:company:default_currency
-
22sec_break2 - Section Break - - -
23rate - Currency - Rate - - -
currency
-
24amount - Currency - Amount - - -
currency
-
25col_break4 - Column Break - - -
26base_rate - Currency - Rate (Company Currency) - - -
Company:company:default_currency
-
27base_amount - Currency - Amount (Company Currency) - - -
Company:company:default_currency
-
28pricing_rule - Link - Pricing Rule - - - - - - -Pricing Rule - - - -
29section_break_29 - Section Break - - -
30net_rate - Currency - Net Rate - - -
currency
-
31net_amount - Currency - Net Amount - - -
currency
-
32column_break_32 - Column Break - - -
33base_net_rate - Currency - Net Rate (Company Currency) - - -
Company:company:default_currency
-
34base_net_amount - Currency - Net Amount (Company Currency) - - -
Company:company:default_currency
-
35warehouse_and_reference - Section Break - Warehouse and Reference - -
36warehouse - Link - Warehouse - - - - - - -Warehouse - - - -
37project_name - Link - Project Name - - - - - - -Project - - - -
38prevdoc_doctype - Link - Reference Document Type - - - - - - -DocType - - - -
39prevdoc_docname - Dynamic Link - Reference Name - - -
prevdoc_doctype
-
40prevdoc_detail_docname - Data - Material Request Detail No - -
41supplier_quotation - Link - Supplier Quotation - - - - - - -Supplier Quotation - - - -
42supplier_quotation_item - Link - Supplier Quotation Item - - - - - - -Supplier Quotation Item - - - -
43delivered_by_supplier - Check - To be delivered to customer - -
44col_break5 - Column Break - - -
45item_group - Link - Item Group - - - - - - -Item Group - - - -
46brand - Link - Brand - - - - - - -Brand - - - -
47bom - Link - BOM - - - - - - -BOM - - - -
48stock_qty - Float - Qty as per Stock UOM - -
49received_qty - Float - Received Qty - -
50returned_qty - Float - Returned Qty - -
51billed_amt - Currency - Billed Amt - - -
currency
-
52item_tax_rate - Small Text - Item Tax Rate -

- Tax detail table fetched from item master as a string and stored in this field. -Used for Taxes and Charges

-
53page_break - Check - Page Break - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/buying/purchase_order_item_supplied.html b/erpnext/docs/current/models/buying/purchase_order_item_supplied.html deleted file mode 100644 index d06377c60b0..00000000000 --- a/erpnext/docs/current/models/buying/purchase_order_item_supplied.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabPurchase Order Item Supplied

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1main_item_code - Data - Item Code - -
2rm_item_code - Data - Raw Material Item Code - -
3required_qty - Float - Supplied Qty - -
4rate - Currency - Rate - - -
Company:company:default_currency
-
5amount - Currency - Amount - - -
Company:company:default_currency
-
6bom_detail_no - Data - BOM Detail No - -
7reference_name - Data - Reference Name - -
8conversion_factor - Float - Conversion Factor - -
9stock_uom - Link - Stock Uom - - - - - - -UOM - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/buying/purchase_receipt_item_supplied.html b/erpnext/docs/current/models/buying/purchase_receipt_item_supplied.html deleted file mode 100644 index 18c1b7a927d..00000000000 --- a/erpnext/docs/current/models/buying/purchase_receipt_item_supplied.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabPurchase Receipt Item Supplied

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1main_item_code - Data - Item Code - -
2rm_item_code - Data - Raw Material Item Code - -
3description - Text Editor - Description - -
4batch_no - Link - Batch No - - - - - - -Batch - - - -
5serial_no - Text - Serial No - -
6col_break1 - Column Break - - -
7required_qty - Float - Required Qty - -
8consumed_qty - Float - Consumed Qty - -
9stock_uom - Link - Stock Uom - - - - - - -UOM - - - -
10rate - Currency - Rate - - -
Company:company:default_currency
-
11amount - Currency - Amount - - -
Company:company:default_currency
-
12conversion_factor - Float - Conversion Factor - -
13current_stock - Float - Current Stock - -
14reference_name - Data - Reference Name - -
15bom_detail_no - Data - BOM Detail No - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/buying/quality_inspection.html b/erpnext/docs/current/models/buying/quality_inspection.html deleted file mode 100644 index 3022eb37b0c..00000000000 --- a/erpnext/docs/current/models/buying/quality_inspection.html +++ /dev/null @@ -1,515 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabQuality Inspection

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1naming_series - Select - Series - - -
QI-
-
2report_date - Date - Report Date - -
3column_break_4 - Column Break - - -
4inspection_type - Select - Inspection Type - - -
-Incoming
-Outgoing
-In Process
-
5purchase_receipt_no - Link - Purchase Receipt No - - - - - - -Purchase Receipt - - - -
6delivery_note_no - Link - Delivery Note No - - - - - - -Delivery Note - - - -
7section_break_7 - Section Break - - -
8item_code - Link - Item Code - - - - - - -Item - - - -
9item_serial_no - Link - Item Serial No - - - - - - -Serial No - - - -
10batch_no - Link - Batch No - - - - - - -Batch - - - -
11sample_size - Float - Sample Size - -
12column_break1 - Column Break - - -
13item_name - Data - Item Name - -
14description - Small Text - Description - -
15section_break_14 - Section Break - - -
16inspected_by - Link - Inspected By - - - - - - -User - - - -
17verified_by - Data - Verified By - -
18column_break_17 - Column Break - - -
19remarks - Text - Remarks - -
20amended_from - Link - Amended From - - - - - - -Quality Inspection - - - -
21specification_details - Section Break - - - -
Simple
-
22get_specification_details - Button - Get Specification Details - - -
get_item_specification_details
-
23readings - Table - Readings - - - - - - -Quality Inspection Reading - - - -
- - -
-

Controller

-

erpnext.buying.doctype.quality_inspection.quality_inspection

- - - - - - - -

Class QualityInspection

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - get_item_specification_details - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.buying.doctype.quality_inspection.quality_inspection.item_query - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/buying/quality_inspection_reading.html b/erpnext/docs/current/models/buying/quality_inspection_reading.html deleted file mode 100644 index 255b494ccbf..00000000000 --- a/erpnext/docs/current/models/buying/quality_inspection_reading.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabQuality Inspection Reading

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1specification - Data - Parameter - -
2value - Data - Acceptance Criteria - -
3reading_1 - Data - Reading 1 - -
4reading_2 - Data - Reading 2 - -
5reading_3 - Data - Reading 3 - -
6reading_4 - Data - Reading 4 - -
7reading_5 - Data - Reading 5 - -
8reading_6 - Data - Reading 6 - -
9reading_7 - Data - Reading 7 - -
10reading_8 - Data - Reading 8 - -
11reading_9 - Data - Reading 9 - -
12reading_10 - Data - Reading 10 - -
13status - Select - Status - - -
Accepted
-Rejected
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/buying/supplier.html b/erpnext/docs/current/models/buying/supplier.html deleted file mode 100644 index 9cabf705112..00000000000 --- a/erpnext/docs/current/models/buying/supplier.html +++ /dev/null @@ -1,727 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabSupplier

- - -Supplier of Goods or Services. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1basic_info - Section Break - - - -
icon-user
-
2naming_series - Select - Series - - -
SUPP-
-
3supplier_name - Data - Supplier Name - -
4column_break0 - Column Break - - -
5supplier_type - Link - Supplier Type - - - - - - -Supplier Type - - - -
6disabled - Check - Disabled - -
7section_break_7 - Section Break - - -
8default_currency - Link - Billing Currency - - - - - - -Currency - - - -
9default_price_list - Link - Price List - - - - - - -Price List - - - -
10section_credit_limit - Section Break - Credit Limit - -
11credit_days_based_on - Select - Credit Days Based On - - -
-Fixed Days
-Last Day of the Next Month
-
12credit_days - Int - Credit Days - -
13address_contacts - Section Break - Address and Contacts - - -
icon-map-marker
-
14address_html - HTML - Address HTML - -
15column_break1 - Column Break - - -
16contact_html - HTML - Contact HTML - -
17default_payable_accounts - Section Break - Default Payable Accounts - -
18accounts - Table - Accounts -

- Mention if non-standard receivable account

-
- - - - -Party Account - - - -
19column_break2 - Section Break - More Information - -
20website - Data - Website - -
21supplier_details - Text - Supplier Details -

- Statutory info and other general information about your Supplier

-
22is_frozen - Check - Is Frozen - -
- - -
-

Controller

-

erpnext.buying.doctype.supplier.supplier

- - - - - - - -

Class Supplier

- -

Inherits from erpnext.utilities.transaction_base.TransactionBase - -

-
-
- - - - -

- - - after_rename - (self, olddn, newdn, merge=False) -

-

No docs

-
-
- - - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - delete_supplier_address - (self) -

-

No docs

-
-
- - - - - -

- - - delete_supplier_contact - (self) -

-

No docs

-
-
- - - - - -

- - - get_contacts - (self, nm) -

-

No docs

-
-
- - - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

Load address and contacts in __onload

-
-
- - - - - -

- - - update_address - (self) -

-

No docs

-
-
- - - - - -

- - - update_contact - (self) -

-

No docs

-
-
- - - - - -

- - - update_supplier_address - (self, newdn, set_field) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.buying.doctype.supplier.supplier.get_dashboard_info -

-

- - - erpnext.buying.doctype.supplier.supplier.get_dashboard_info - (supplier) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/buying/supplier_quotation.html b/erpnext/docs/current/models/buying/supplier_quotation.html deleted file mode 100644 index 6938735d405..00000000000 --- a/erpnext/docs/current/models/buying/supplier_quotation.html +++ /dev/null @@ -1,1213 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabSupplier Quotation

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1supplier_section - Section Break - - - -
icon-user
-
2title - Data - Title - -
3naming_series - Select - Series - - -
SQTN-
-
4supplier - Link - Supplier - - - - - - -Supplier - - - -
5supplier_name - Data - Name - -
6address_display - Small Text - Address - -
7contact_display - Small Text - Contact - -
8contact_mobile - Small Text - Mobile No - -
9contact_email - Small Text - Contact Email - -
10column_break1 - Column Break - - -
11transaction_date - Date - Date - -
12amended_from - Link - Amended From - - - - - - -Supplier Quotation - - - -
13company - Link - Company - - - - - - -Company - - - -
14currency_and_price_list - Section Break - Currency and Price List - - -
icon-tag
-
15currency - Link - Currency - - - - - - -Currency - - - -
16conversion_rate - Float - Exchange Rate - -
17cb_price_list - Column Break - - -
18buying_price_list - Link - Price List - - - - - - -Price List - - - -
19price_list_currency - Link - Price List Currency - - - - - - -Currency - - - -
20plc_conversion_rate - Float - Price List Exchange Rate - -
21ignore_pricing_rule - Check - Ignore Pricing Rule - -
22items_section - Section Break - - - -
icon-shopping-cart
-
23items - Table - Items - - - - - - -Supplier Quotation Item - - - -
24section_break_22 - Section Break - - -
25base_total - Currency - Total (Company Currency) - - -
Company:company:default_currency
-
26base_net_total - Currency - Net Total (Company Currency) - - -
Company:company:default_currency
-
27column_break_24 - Column Break - - -
28total - Currency - Total - - -
currency
-
29net_total - Currency - Net Total - - -
currency
-
30taxes_section - Section Break - Taxes and Charges - - -
icon-money
-
31taxes_and_charges - Link - Taxes and Charges - - - - - - -Purchase Taxes and Charges Template - - - -
32taxes - Table - Purchase Taxes and Charges - - - - - - -Purchase Taxes and Charges - - - -
33other_charges_calculation - HTML - Taxes and Charges Calculation - -
34totals - Section Break - - - -
icon-money
-
35base_taxes_and_charges_added - Currency - Taxes and Charges Added (Company Currency) - - -
Company:company:default_currency
-
36base_taxes_and_charges_deducted - Currency - Taxes and Charges Deducted (Company Currency) - - -
Company:company:default_currency
-
37base_total_taxes_and_charges - Currency - Total Taxes and Charges (Company Currency) - - -
Company:company:default_currency
-
38column_break_37 - Column Break - - -
39taxes_and_charges_added - Currency - Taxes and Charges Added - - -
currency
-
40taxes_and_charges_deducted - Currency - Taxes and Charges Deducted - - -
currency
-
41total_taxes_and_charges - Currency - Total Taxes and Charges - - -
currency
-
42section_break_41 - Section Break - Additional Discount - -
43apply_discount_on - Select - Apply Additional Discount On - - -
-Grand Total
-Net Total
-
44base_discount_amount - Currency - Additional Discount Amount (Company Currency) - - -
Company:company:default_currency
-
45column_break_43 - Column Break - - -
46additional_discount_percentage - Float - Additional Discount Percentage - -
47discount_amount - Currency - Additional Discount Amount - - -
currency
-
48section_break_46 - Section Break - - -
49base_grand_total - Currency - Grand Total (Company Currency) - - -
Company:company:default_currency
-
50base_in_words - Data - In Words (Company Currency) - -
51base_rounded_total - Currency - Rounded Total (Company Currency) - - -
Company:company:default_currency
-
52column_break4 - Column Break - - -
53grand_total - Currency - Grand Total - - -
currency
-
54in_words - Data - In Words - -
55terms_section_break - Section Break - Terms and Conditions - - -
icon-legal
-
56tc_name - Link - Terms - - - - - - -Terms and Conditions - - - -
57terms - Text Editor - Terms and Conditions - -
58contact_section - Section Break - Contact Details - - -
icon-bullhorn
-
59supplier_address - Link - Supplier Address - - - - - - -Address - - - -
60contact_person - Link - Contact Person - - - - - - -Contact - - - -
61printing_settings - Section Break - Printing Settings - -
62select_print_heading - Link - Print Heading - - - - - - -Print Heading - - - -
63letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
64more_info - Section Break - More Information - - -
icon-file-text
-
65status - Select - Status - - -
-Draft
-Submitted
-Stopped
-Cancelled
-
66is_subcontracted - Select - Is Subcontracted - - -
-Yes
-No
-
67column_break_57 - Column Break - - -
68fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
- - -
-

Controller

-

erpnext.buying.doctype.supplier_quotation.supplier_quotation

- - - - - - - -

Class SupplierQuotation

- -

Inherits from erpnext.controllers.buying_controller.BuyingController - -

-
-
- - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_common - (self) -

-

No docs

-
-
- - - - - -

- - - validate_with_previous_doc - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.buying.doctype.supplier_quotation.supplier_quotation.make_purchase_order -

-

- - - erpnext.buying.doctype.supplier_quotation.supplier_quotation.make_purchase_order - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/buying/supplier_quotation_item.html b/erpnext/docs/current/models/buying/supplier_quotation_item.html deleted file mode 100644 index c8d91ad2b5c..00000000000 --- a/erpnext/docs/current/models/buying/supplier_quotation_item.html +++ /dev/null @@ -1,637 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabSupplier Quotation Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2supplier_part_no - Data - Supplier Part Number - -
3column_break_3 - Column Break - - -
4item_name - Data - Item Name - -
5section_break_5 - Section Break - Description - -
6description - Text Editor - Description - -
7col_break1 - Column Break - - -
8image - Attach - Image - -
9image_view - Image - Image View - - -
image
-
10quantity_and_rate - Section Break - Quantity and Rate - -
11qty - Float - Quantity - -
12price_list_rate - Currency - Price List Rate - - -
currency
-
13discount_percentage - Percent - Discount on Price List Rate (%) - -
14col_break2 - Column Break - - -
15uom - Link - UOM - - - - - - -UOM - - - -
16base_price_list_rate - Currency - Price List Rate (Company Currency) - - -
Company:company:default_currency
-
17sec_break1 - Section Break - - -
18rate - Currency - Rate - - -
currency
-
19amount - Currency - Amount - - -
currency
-
20col_break3 - Column Break - - -
21base_rate - Currency - Rate (Company Currency) - - -
Company:company:default_currency
-
22base_amount - Currency - Amount (Company Currency) - - -
Company:company:default_currency
-
23pricing_rule - Link - Pricing Rule - - - - - - -Pricing Rule - - - -
24section_break_24 - Section Break - - -
25net_rate - Currency - Net Rate - -
26net_amount - Currency - Net Amount - - -
currency
-
27column_break_27 - Column Break - - -
28base_net_rate - Currency - Net Rate (Company Currency) - - -
Company:company:default_currency
-
29base_net_amount - Currency - Net Amount (Company Currency) - - -
Company:company:default_currency
-
30warehouse_and_reference - Section Break - Warehouse and Reference - -
31warehouse - Link - Warehouse - - - - - - -Warehouse - - - -
32project_name - Link - Project Name - - - - - - -Project - - - -
33prevdoc_doctype - Data - Prevdoc DocType - -
34prevdoc_docname - Link - Material Request No - - - - - - -Material Request - - - -
35col_break4 - Column Break - - -
36prevdoc_detail_docname - Data - Material Request Detail No - -
37brand - Link - Brand - - - - - - -Brand - - - -
38item_group - Link - Item Group - - - - - - -Item Group - - - -
39item_tax_rate - Small Text - Item Tax Rate -

- Tax detail table fetched from item master as a string and stored in this field. -Used for Taxes and Charges

-
40page_break - Check - Page Break - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/crm/index.html b/erpnext/docs/current/models/crm/index.html deleted file mode 100644 index 978f40d7100..00000000000 --- a/erpnext/docs/current/models/crm/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

DocTypes for crm

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/crm/index.txt b/erpnext/docs/current/models/crm/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/crm/lead.html b/erpnext/docs/current/models/crm/lead.html deleted file mode 100644 index 6a4c56d90f1..00000000000 --- a/erpnext/docs/current/models/crm/lead.html +++ /dev/null @@ -1,865 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabLead

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1lead_details - Section Break - - - -
icon-user
-
2naming_series - Select - Series - - -
LEAD-
-
3lead_name - Data - Person Name - -
4company_name - Data - Organization Name - -
5email_id - Data - Email Id - - -
Email
-
6col_break123 - Column Break - - -
7status - Select - Status - - -
Lead
-Open
-Replied
-Opportunity
-Interested
-Converted
-Do Not Contact
-
8source - Select - Source - - -
-Advertisement
-Blog Post
-Campaign
-Call
-Customer
-Exhibition
-Supplier
-Website
-Email
-
9customer - Link - From Customer - - - - - - -Customer - - - -
10campaign_name - Link - Campaign Name - - - - - - -Campaign - - - -
11section_break_12 - Section Break - - -
12lead_owner - Link - Lead Owner - - - - - - -User - - - -
13column_break_14 - Column Break - - -
14contact_by - Link - Next Contact By - - - - - - -User - - - -
15contact_date - Datetime - Next Contact Date -

- Add to calendar on this date

-
16contact_info - Section Break - Address & Contact - - -
icon-map-marker
-
17address_desc - HTML - Address Desc - -
18address_html - HTML - Address HTML - -
19column_break2 - Column Break - - -
20phone - Data - Phone - -
21mobile_no - Data - Mobile No. - -
22fax - Data - Fax - -
23website - Data - Website - -
24territory - Link - Territory - - - - - - -Territory - - - -
25more_info - Section Break - More Information - - -
icon-file-text
-
26type - Select - Lead Type - - -
-Client
-Channel Partner
-Consultant
-
27market_segment - Select - Market Segment - - -
-Lower Income
-Middle Income
-Upper Income
-
28industry - Link - Industry - - - - - - -Industry Type - - - -
29request_type - Select - Request Type - - -
-Product Enquiry
-Request for Information
-Suggestions
-Other
-
30fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
31column_break3 - Column Break - - -
32company - Link - Company - - - - - - -Company - - - -
33unsubscribed - Check - Unsubscribed - -
34blog_subscriber - Check - Blog Subscriber - -
- - -
-

Controller

-

erpnext.crm.doctype.lead.lead

- - - - - - - -

Class Lead

- -

Inherits from erpnext.controllers.selling_controller.SellingController - -

-
-
- - - - -

- - - add_calendar_event - (self, opts=None, force=False) -

-

No docs

-
-
- - - - - -

- - - check_email_id_is_unique - (self) -

-

No docs

-
-
- - - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - has_customer - (self) -

-

No docs

-
-
- - - - - -

- - - has_opportunity - (self) -

-

No docs

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.crm.doctype.lead.lead._make_customer - (source_name, target_doc=None, ignore_permissions=False) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.crm.doctype.lead.lead.get_lead_details -

-

- - - erpnext.crm.doctype.lead.lead.get_lead_details - (lead) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.crm.doctype.lead.lead.make_customer -

-

- - - erpnext.crm.doctype.lead.lead.make_customer - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.crm.doctype.lead.lead.make_opportunity -

-

- - - erpnext.crm.doctype.lead.lead.make_opportunity - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.crm.doctype.lead.lead.make_quotation -

-

- - - erpnext.crm.doctype.lead.lead.make_quotation - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/crm/newsletter.html b/erpnext/docs/current/models/crm/newsletter.html deleted file mode 100644 index a7fac779925..00000000000 --- a/erpnext/docs/current/models/crm/newsletter.html +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabNewsletter

- - -Create and Send Newsletters - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1newsletter_list - Link - Newsletter List - - - - - - -Newsletter List - - - -
2subject - Small Text - Subject - -
3send_from - Data - Sender - -
4email_sent - Check - Email Sent? - -
5newsletter_content - Section Break - - -
6message - Text Editor - Message - -
7test_the_newsletter - Section Break - - -
8test_email_id - Data - Test Email Id -

- A Lead with this email id should exist

-
9test_send - Button - Test - - -
test_send
-
- - -
-

Controller

-

erpnext.crm.doctype.newsletter.newsletter

- - - - - - - -

Class Newsletter

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - get_recipients - (self) -

-

Get recipients from Newsletter List

-
-
- - - - - -

- - - onload - (self) -

-

No docs

-
-
- - - - - -

- - - send_bulk - (self) -

-

No docs

-
-
- - - - - -

- - - send_emails - (self) -

-

send emails to leads and customers

-
-
- - - - - -

- - - test_send - (self, doctype=Lead) -

-

No docs

-
-
- - - - - -

- - - validate_send - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.crm.doctype.newsletter.newsletter.confirm_subscription -

-

- - - erpnext.crm.doctype.newsletter.newsletter.confirm_subscription - (email) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.crm.doctype.newsletter.newsletter.create_lead - (email_id) -

-

create a lead if it does not exist

-
-
- - - - - - -

Public API -
/api/method/erpnext.crm.doctype.newsletter.newsletter.get_lead_options -

-

- - - erpnext.crm.doctype.newsletter.newsletter.get_lead_options - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.crm.doctype.newsletter.newsletter.return_unsubscribed_page - (email) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.crm.doctype.newsletter.newsletter.subscribe -

-

- - - erpnext.crm.doctype.newsletter.newsletter.subscribe - (email) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.crm.doctype.newsletter.newsletter.unsubscribe -

-

- - - erpnext.crm.doctype.newsletter.newsletter.unsubscribe - (email, name) -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/crm/newsletter_list.html b/erpnext/docs/current/models/crm/newsletter_list.html deleted file mode 100644 index 972d32fe18a..00000000000 --- a/erpnext/docs/current/models/crm/newsletter_list.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabNewsletter List

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1title - Data - Title - -
2total_subscribers - Int - Total Subscribers - -
- - -
-

Controller

-

erpnext.crm.doctype.newsletter_list.newsletter_list

- - - - - - - -

Class NewsletterList

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - get_total_subscribers - (self) -

-

No docs

-
-
- - - - - -

- - - import_from - (self, doctype) -

-

Extract email ids from given doctype and add them to the current list

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

No docs

-
-
- - - - - -

- - - update_total_subscribers - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.crm.doctype.newsletter_list.newsletter_list.add_subscribers -

-

- - - erpnext.crm.doctype.newsletter_list.newsletter_list.add_subscribers - (name, email_list) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.crm.doctype.newsletter_list.newsletter_list.import_from -

-

- - - erpnext.crm.doctype.newsletter_list.newsletter_list.import_from - (name, doctype) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/crm/newsletter_list_subscriber.html b/erpnext/docs/current/models/crm/newsletter_list_subscriber.html deleted file mode 100644 index 6532675d517..00000000000 --- a/erpnext/docs/current/models/crm/newsletter_list_subscriber.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabNewsletter List Subscriber

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1newsletter_list - Link - Newsletter List - - - - - - -Newsletter List - - - -
2email - Data - Email - -
3unsubscribed - Check - Unsubscribed - -
- - -
-

Controller

-

erpnext.crm.doctype.newsletter_list_subscriber.newsletter_list_subscriber

- - - - - - - -

Class NewsletterListSubscriber

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - - -

- - - erpnext.crm.doctype.newsletter_list_subscriber.newsletter_list_subscriber.after_doctype_insert - () -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/crm/opportunity.html b/erpnext/docs/current/models/crm/opportunity.html deleted file mode 100644 index f6d81984a14..00000000000 --- a/erpnext/docs/current/models/crm/opportunity.html +++ /dev/null @@ -1,915 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabOpportunity

- - -Potential Sales Deal - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1from_section - Section Break - - - -
icon-user
-
2naming_series - Select - Series - - -
OPTY-
-
3enquiry_from - Select - Opportunity From - - -
-Lead
-Customer
-
4customer - Link - Customer - - - - - - -Customer - - - -
5lead - Link - Lead - - - - - - -Lead - - - -
6customer_name - Data - Customer / Lead Name - -
7column_break0 - Column Break - - -
8title - Data - Title - -
9enquiry_type - Select - Opportunity Type - - -
Sales
-Maintenance
-
10status - Select - Status - - -
Open
-Quotation
-Lost
-Replied
-Closed
-
11order_lost_reason - Small Text - Lost Reason - -
12with_items - Check - With Items - -
13items_section - Section Break - - - -
icon-shopping-cart
-
14items - Table - Items - - - - - - -Opportunity Item - - - -
15contact_info - Section Break - Contact Info - - -
icon-bullhorn
-
16customer_address - Link - Customer / Lead Address - - - - - - -Address - - - -
17address_display - Small Text - Address - -
18territory - Link - Territory - - - - - - -Territory - - - -
19customer_group - Link - Customer Group - - - - - - -Customer Group - - - -
20column_break3 - Column Break - - -
21contact_person - Link - Contact Person - - - - - - -Contact - - - -
22contact_display - Small Text - Contact - -
23contact_email - Small Text - Contact Email - -
24contact_mobile - Small Text - Contact Mobile No - -
25more_info - Section Break - Source - - -
icon-file-text
-
26source - Select - Source - - -
-Existing Customer
-Reference
-Advertisement
-Cold Calling
-Exhibition
-Supplier Reference
-Mass Mailing
-Customer's Vendor
-Campaign
-Walk In
-
27campaign - Link - Campaign -

- Enter name of campaign if source of enquiry is campaign

-
- - - - -Campaign - - - -
28column_break1 - Column Break - - -
29company - Link - Company - - - - - - -Company - - - -
30transaction_date - Date - Opportunity Date - -
31fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
32next_contact - Section Break - Next Contact - -
33contact_by - Link - Next Contact By -

- Your sales person who will contact the customer in future

-
- - - - -User - - - -
34contact_date - Datetime - Next Contact Date -

- Your sales person will get a reminder on this date to contact the customer

-
35column_break2 - Column Break - - -
36to_discuss - Small Text - To Discuss - -
37amended_from - Link - Amended From - - - - - - -Opportunity - - - -
- - -
-

Controller

-

erpnext.crm.doctype.opportunity.opportunity

- - - - - - - -

Class Opportunity

- -

Inherits from erpnext.utilities.transaction_base.TransactionBase - -

-
-
- - - - -

- - - add_calendar_event - (self, opts=None, force=False) -

-

No docs

-
-
- - - - - -

- - - after_insert - (self) -

-

No docs

-
-
- - - - - -

- - - declare_enquiry_lost - (self, arg) -

-

No docs

-
-
- - - - - -

- - - get_cust_address - (self, name) -

-

No docs

-
-
- - - - - -

- - - has_ordered_quotation - (self) -

-

No docs

-
-
- - - - - -

- - - has_quotation - (self) -

-

No docs

-
-
- - - - - -

- - - make_new_lead_if_required - (self) -

-

Set lead against new opportunity

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_cust_name - (self) -

-

No docs

-
-
- - - - - -

- - - validate_item_details - (self) -

-

No docs

-
-
- - - - - -

- - - validate_lead_cust - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.crm.doctype.opportunity.opportunity.get_item_details -

-

- - - erpnext.crm.doctype.opportunity.opportunity.get_item_details - (item_code) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.crm.doctype.opportunity.opportunity.make_quotation -

-

- - - erpnext.crm.doctype.opportunity.opportunity.make_quotation - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.crm.doctype.opportunity.opportunity.set_multiple_status -

-

- - - erpnext.crm.doctype.opportunity.opportunity.set_multiple_status - (names, status) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/crm/opportunity_item.html b/erpnext/docs/current/models/crm/opportunity_item.html deleted file mode 100644 index 31b8a49096f..00000000000 --- a/erpnext/docs/current/models/crm/opportunity_item.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabOpportunity Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2col_break1 - Column Break - - -
3qty - Float - Qty - -
4item_group - Link - Item Group - - - - - - -Item Group - - - -
5brand - Link - Brand - - - - - - -Brand - - - -
6section_break_6 - Section Break - - -
7uom - Link - UOM - - - - - - -UOM - - - -
8item_name - Data - Item Name - -
9description - Text Editor - Description - -
10column_break_8 - Column Break - - -
11image - Attach - Image - -
12image_view - Image - Image View - - -
image
-
13basic_rate - Currency - Basic Rate - - -
Company:company:default_currency
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/appraisal.html b/erpnext/docs/current/models/hr/appraisal.html deleted file mode 100644 index 01c139cab5d..00000000000 --- a/erpnext/docs/current/models/hr/appraisal.html +++ /dev/null @@ -1,500 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabAppraisal

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1employee_details - Section Break - - -
2kra_template - Link - Appraisal Template -

- Select template from which you want to get the Goals

-
- - - - -Appraisal Template - - - -
3employee - Link - For Employee -

- Select the Employee for whom you are creating the Appraisal.

-
- - - - -Employee - - - -
4employee_name - Data - For Employee Name - -
5column_break0 - Column Break - - -
6status - Select - Status - - -
-Draft
-Submitted
-Completed
-Cancelled
-
7start_date - Date - Start Date - -
8end_date - Date - End Date - -
9section_break0 - Section Break - Goals - - -
Simple
-
10goals - Table - Goals - - - - - - -Appraisal Goal - - - -
11calculate_total_score - Button - Calculate Total Score - - -
calculate_total
-
12total_score - Float - Total Score (Out of 5) - -
13section_break1 - Section Break - - -
14remarks - Text - Remarks -

- Any other remarks, noteworthy effort that should go in the records.

-
15other_details - Section Break - - -
16company - Link - Company - - - - - - -Company - - - -
17column_break_17 - Column Break - - -
18fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
19amended_from - Link - Amended From - - - - - - -Appraisal - - - -
- - -
-

Controller

-

erpnext.hr.doctype.appraisal.appraisal

- - - - - - - -

Class Appraisal

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - calculate_total - (self) -

-

No docs

-
-
- - - - - -

- - - get_employee_name - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_dates - (self) -

-

No docs

-
-
- - - - - -

- - - validate_existing_appraisal - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.appraisal.appraisal.fetch_appraisal_template -

-

- - - erpnext.hr.doctype.appraisal.appraisal.fetch_appraisal_template - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/appraisal_goal.html b/erpnext/docs/current/models/hr/appraisal_goal.html deleted file mode 100644 index 5b1182d55b8..00000000000 --- a/erpnext/docs/current/models/hr/appraisal_goal.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabAppraisal Goal

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1kra - Small Text - Goal -

- Key Responsibility Area

-
2section_break_2 - Section Break - - -
3per_weightage - Float - Weightage (%) - -
4column_break_4 - Column Break - - -
5score - Float - Score (0-5) - -
6section_break_6 - Section Break - - -
7score_earned - Float - Score Earned - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/appraisal_template.html b/erpnext/docs/current/models/hr/appraisal_template.html deleted file mode 100644 index 3557891e550..00000000000 --- a/erpnext/docs/current/models/hr/appraisal_template.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabAppraisal Template

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1kra_title - Data - Appraisal Template Title - -
2description - Small Text - Description - -
3goals - Table - Goals - - - - - - -Appraisal Template Goal - - - -
- - -
-

Controller

-

erpnext.hr.doctype.appraisal_template.appraisal_template

- - - - - - - -

Class AppraisalTemplate

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - check_total_points - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/appraisal_template_goal.html b/erpnext/docs/current/models/hr/appraisal_template_goal.html deleted file mode 100644 index 09f2c5cf614..00000000000 --- a/erpnext/docs/current/models/hr/appraisal_template_goal.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabAppraisal Template Goal

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1kra - Small Text - KRA -

- Key Performance Area

-
2per_weightage - Float - Weightage (%) - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/attendance.html b/erpnext/docs/current/models/hr/attendance.html deleted file mode 100644 index fcb046f6a6c..00000000000 --- a/erpnext/docs/current/models/hr/attendance.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabAttendance

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1attendance_details - Section Break - - - -
Simple
-
2naming_series - Select - Series - - -
ATT-
-
3employee - Link - Employee - - - - - - -Employee - - - -
4employee_name - Data - Employee Name - -
5status - Select - Status - - -
-Present
-Absent
-Half Day
-
6leave_type - Link - Leave Type - - - - - - -Leave Type - - - -
7column_break0 - Column Break - - -
8att_date - Date - Attendance Date - -
9fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
10company - Link - Company - - - - - - -Company - - - -
11amended_from - Link - Amended From - - - - - - -Attendance - - - -
- - -
-

Controller

-

erpnext.hr.doctype.attendance.attendance

- - - - - - - -

Class Attendance

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - check_leave_record - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_att_date - (self) -

-

No docs

-
-
- - - - - -

- - - validate_duplicate_record - (self) -

-

No docs

-
-
- - - - - -

- - - validate_employee - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/branch.html b/erpnext/docs/current/models/hr/branch.html deleted file mode 100644 index ef9e8bec046..00000000000 --- a/erpnext/docs/current/models/hr/branch.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabBranch

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1branch - Data - Branch - -
- - -
-

Controller

-

erpnext.hr.doctype.branch.branch

- - - - - - - -

Class Branch

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/deduction_type.html b/erpnext/docs/current/models/hr/deduction_type.html deleted file mode 100644 index 221931ea75b..00000000000 --- a/erpnext/docs/current/models/hr/deduction_type.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabDeduction Type

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1deduction_name - Data - Name - -
2description - Small Text - Description - -
- - -
-

Controller

-

erpnext.hr.doctype.deduction_type.deduction_type

- - - - - - - -

Class DeductionType

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/department.html b/erpnext/docs/current/models/hr/department.html deleted file mode 100644 index bb500004089..00000000000 --- a/erpnext/docs/current/models/hr/department.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabDepartment

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1department_name - Data - Department - -
2leave_block_list - Link - Leave Block List -

- Days for which Holidays are blocked for this department.

-
- - - - -Leave Block List - - - -
- - -
-

Controller

-

erpnext.hr.doctype.department.department

- - - - - - - -

Class Department

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/designation.html b/erpnext/docs/current/models/hr/designation.html deleted file mode 100644 index c7ec2bd2e6a..00000000000 --- a/erpnext/docs/current/models/hr/designation.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabDesignation

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1designation_name - Data - Designation - -
- - -
-

Controller

-

erpnext.hr.doctype.designation.designation

- - - - - - - -

Class Designation

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/earning_type.html b/erpnext/docs/current/models/hr/earning_type.html deleted file mode 100644 index 5cdbbeb27ef..00000000000 --- a/erpnext/docs/current/models/hr/earning_type.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabEarning Type

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1earning_name - Data - Name - -
2description - Small Text - Description - -
- - -
-

Controller

-

erpnext.hr.doctype.earning_type.earning_type

- - - - - - - -

Class EarningType

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/employee.html b/erpnext/docs/current/models/hr/employee.html deleted file mode 100644 index 5b76c2b0db0..00000000000 --- a/erpnext/docs/current/models/hr/employee.html +++ /dev/null @@ -1,1672 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabEmployee

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1basic_information - Section Break - - -
2column_break0 - Column Break - - -
3employee - Data - Employee - -
4naming_series - Select - Series - - -
EMP/
-
5salutation - Select - Salutation - - -
-Mr
-Ms
-
6employee_name - Data - Full Name - -
7image - Attach - Image - -
8image_view - Image - Image View - - -
image
-
9column_break1 - Column Break - - -
10user_id - Link - User ID -

- System User (login) ID. If set, it will become default for all HR forms.

-
- - - - -User - - - -
11employee_number - Data - Employee Number - -
12date_of_joining - Date - Date of Joining - -
13date_of_birth - Date - Date of Birth -

- You can enter any date manually

-
14gender - Select - Gender - - -
-Male
-Female
-
15company - Link - Company - - - - - - -Company - - - -
16employment_details - Section Break - Employment Details - -
17col_break_21 - Column Break - - -
18status - Select - Status - - -
-Active
-Left
-
19employment_type - Link - Employment Type - - - - - - -Employment Type - - - -
20holiday_list - Link - Holiday List -

- Applicable Holiday List

-
- - - - -Holiday List - - - -
21col_break_22 - Column Break - - -
22scheduled_confirmation_date - Date - Offer Date - -
23final_confirmation_date - Date - Confirmation Date - -
24contract_end_date - Date - Contract End Date - -
25date_of_retirement - Date - Date Of Retirement - -
26job_profile - Section Break - Job Profile - -
27column_break2 - Column Break - - -
28branch - Link - Branch - - - - - - -Branch - - - -
29department - Link - Department - - - - - - -Department - - - -
30designation - Link - Designation - - - - - - -Designation - - - -
31company_email - Data - Company Email -

- Provide email id registered in company

-
-
Email
-
32notice_number_of_days - Int - Notice (days) - -
33salary_information - Column Break - Salary Information - -
34salary_mode - Select - Salary Mode - - -
-Bank
-Cash
-Cheque
-
35bank_name - Data - Bank Name - -
36bank_ac_no - Data - Bank A/C No. - -
37organization_profile - Section Break - Organization Profile - -
38reports_to - Link - Reports to - - - - - - -Employee - - - -
39leave_approvers - Table - Leave Approvers -

- The first Leave Approver in the list will be set as the default Leave Approver

-
- - - - -Employee Leave Approver - - - -
40contact_details - Section Break - Contact Details - -
41column_break3 - Column Break - - -
42cell_number - Data - Cell Number - -
43personal_email - Data - Personal Email - - -
Email
-
44unsubscribed - Check - Unsubscribed - -
45person_to_be_contacted - Data - Emergency Contact - -
46relation - Data - Relation - -
47emergency_phone_number - Data - Emergency Phone - -
48column_break4 - Column Break - - -
49permanent_accommodation_type - Select - Permanent Address Is - - -
-Rented
-Owned
-
50permanent_address - Small Text - Permanent Address - -
51current_accommodation_type - Select - Current Address Is - - -
-Rented
-Owned
-
52current_address - Small Text - Current Address - -
53sb53 - Section Break - - -
54bio - Text Editor - Bio -

- Short biography for website and other publications.

-
55personal_details - Section Break - Personal Details - -
56column_break5 - Column Break - - -
57passport_number - Data - Passport Number - -
58date_of_issue - Date - Date of Issue - -
59valid_upto - Date - Valid Upto - -
60place_of_issue - Data - Place of Issue - -
61column_break6 - Column Break - - -
62marital_status - Select - Marital Status - - -
-Single
-Married
-Divorced
-Widowed
-
63blood_group - Select - Blood Group - - -
-A+
-A-
-B+
-B-
-AB+
-AB-
-O+
-O-
-
64family_background - Small Text - Family Background -

- Here you can maintain family details like name and occupation of parent, spouse and children

-
65health_details - Small Text - Health Details -

- Here you can maintain height, weight, allergies, medical concerns etc

-
66educational_qualification - Section Break - Educational Qualification - -
67education - Table - Education - - - - - - -Employee Education - - - -
68previous_work_experience - Section Break - Previous Work Experience - - -
Simple
-
69external_work_history - Table - External Work History - - - - - - -Employee External Work History - - - -
70history_in_company - Section Break - History In Company - - -
Simple
-
71internal_work_history - Table - Internal Work History - - - - - - -Employee Internal Work History - - - -
72exit - Section Break - Exit - -
73column_break7 - Column Break - - -
74resignation_letter_date - Date - Resignation Letter Date - -
75relieving_date - Date - Relieving Date - -
76reason_for_leaving - Data - Reason for Leaving - -
77leave_encashed - Select - Leave Encashed? - - -
-Yes
-No
-
78encashment_date - Date - Encashment Date - -
79exit_interview_details - Column Break - Exit Interview Details - -
80held_on - Date - Held On - -
81reason_for_resignation - Select - Reason for Resignation - - -
-Better Prospects
-Health Concerns
-
82new_workplace - Data - New Workplace - -
83feedback - Small Text - Feedback - -
- - -
-

Controller

-

erpnext.hr.doctype.employee.employee

- - - - - - - -

Class Employee

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

No docs

-
-
- - - - - -

- - - update_user - (self) -

-

No docs

-
-
- - - - - -

- - - update_user_permissions - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_date - (self) -

-

No docs

-
-
- - - - - -

- - - validate_duplicate_user_id - (self) -

-

No docs

-
-
- - - - - -

- - - validate_email - (self) -

-

No docs

-
-
- - - - - -

- - - validate_employee_leave_approver - (self) -

-

No docs

-
-
- - - - - -

- - - validate_for_enabled_user_id - (self) -

-

No docs

-
-
- - - - - -

- - - validate_reports_to - (self) -

-

No docs

-
-
- - - - - -

- - - validate_status - (self) -

-

No docs

-
-
- - -
-
- - - - - -

Class EmployeeUserDisabledError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.hr.doctype.employee.employee.get_employees_who_are_born_today - () -

-

Get Employee properties whose birthday is today.

-
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.employee.employee.get_retirement_date -

-

- - - erpnext.hr.doctype.employee.employee.get_retirement_date - (date_of_birth=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.employee.employee.make_salary_structure -

-

- - - erpnext.hr.doctype.employee.employee.make_salary_structure - (source_name, target=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.employee.employee.send_birthday_reminders - () -

-

Send Employee birthday reminders if no 'Stop Birthday Reminders' is not set.

-
-
- - - - - - - -

- - - erpnext.hr.doctype.employee.employee.update_user_permissions - (doc, method) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.employee.employee.validate_employee_role - (doc, method) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/employee_attendance_tool.html b/erpnext/docs/current/models/hr/employee_attendance_tool.html deleted file mode 100644 index 053b7221183..00000000000 --- a/erpnext/docs/current/models/hr/employee_attendance_tool.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1date - Date - Date - -
2department - Link - Department - - - - - - -Department - - - -
3column_break_3 - Column Break - - -
4branch - Link - Branch - - - - - - -Branch - - - -
5company - Link - Company - - - - - - -Company - - - -
6unmarked_attendance_section - Section Break - Unmarked Attendance - -
7employees_html - HTML - Employees HTML - -
8marked_attendance_section - Section Break - Marked Attendance - -
9marked_attendance_html - HTML - Marked Attendance HTML - -
- - -
-

Controller

-

erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool

- - - - - - - -

Class EmployeeAttendanceTool

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool.get_employees -

-

- - - erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool.get_employees - (date, department=None, branch=None, company=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool.mark_employee_attendance -

-

- - - erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool.mark_employee_attendance - (employee_list, status, date, company=None) -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/employee_education.html b/erpnext/docs/current/models/hr/employee_education.html deleted file mode 100644 index bd17d0ba47c..00000000000 --- a/erpnext/docs/current/models/hr/employee_education.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabEmployee Education

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1school_univ - Small Text - School/University - -
2qualification - Data - Qualification - -
3level - Select - Level - - -
Graduate
-Post Graduate
-Under Graduate
-
4year_of_passing - Int - Year of Passing - -
5class_per - Data - Class / Percentage - -
6maj_opt_subj - Text - Major/Optional Subjects - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/employee_external_work_history.html b/erpnext/docs/current/models/hr/employee_external_work_history.html deleted file mode 100644 index 1da69b3db70..00000000000 --- a/erpnext/docs/current/models/hr/employee_external_work_history.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabEmployee External Work History

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1company_name - Data - Company - -
2designation - Data - Designation - -
3salary - Currency - Salary - - -
Company:company:default_currency
-
4address - Small Text - Address - -
5contact - Data - Contact - -
6total_experience - Data - Total Experience - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/employee_internal_work_history.html b/erpnext/docs/current/models/hr/employee_internal_work_history.html deleted file mode 100644 index 50d31f862e0..00000000000 --- a/erpnext/docs/current/models/hr/employee_internal_work_history.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabEmployee Internal Work History

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1branch - Link - Branch - - - - - - -Branch - - - -
2department - Link - Department - - - - - - -Department - - - -
3designation - Link - Designation - - - - - - -Designation - - - -
4from_date - Date - From Date - -
5to_date - Date - To Date - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/employee_leave_approver.html b/erpnext/docs/current/models/hr/employee_leave_approver.html deleted file mode 100644 index 0ffd09a88fc..00000000000 --- a/erpnext/docs/current/models/hr/employee_leave_approver.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabEmployee Leave Approver

- - -Users who can approve a specific employee's leave applications - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1leave_approver - Link - Leave Approver - - - - - - -User - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/employment_type.html b/erpnext/docs/current/models/hr/employment_type.html deleted file mode 100644 index a615f750b56..00000000000 --- a/erpnext/docs/current/models/hr/employment_type.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabEmployment Type

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1employee_type_name - Data - Employment Type - -
- - -
-

Controller

-

erpnext.hr.doctype.employment_type.employment_type

- - - - - - - -

Class EmploymentType

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/expense_claim.html b/erpnext/docs/current/models/hr/expense_claim.html deleted file mode 100644 index 0d14a577840..00000000000 --- a/erpnext/docs/current/models/hr/expense_claim.html +++ /dev/null @@ -1,599 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabExpense Claim

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1naming_series - Select - Series - - -
EXP
-
2approval_status - Select - Approval Status - - -
Draft
-Approved
-Rejected
-
3exp_approver - Link - Approver -

- A user with "Expense Approver" role

-
- - - - -User - - - -
4column_break0 - Column Break - - -
5total_claimed_amount - Currency - Total Claimed Amount - - -
Company:company:default_currency
-
6total_sanctioned_amount - Currency - Total Sanctioned Amount - - -
Company:company:default_currency
-
7expense_details - Section Break - - -
8expenses - Table - Expenses - - - - - - -Expense Claim Detail - - - -
9sb1 - Section Break - - - -
Simple
-
10posting_date - Date - Posting Date - -
11employee - Link - From Employee - - - - - - -Employee - - - -
12employee_name - Data - Employee Name - -
13company - Link - Company - - - - - - -Company - - - -
14fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
15cb1 - Column Break - - -
16total_amount_reimbursed - Currency - Total Amount Reimbursed - - -
Company:company:default_currency
-
17remark - Small Text - Remark - -
18project - Link - Project - - - - - - -Project - - - -
19task - Link - Task - - - - - - -Task - - - -
20title - Data - Title - -
21email_id - Data - Employees Email Id - -
22amended_from - Link - Amended From - - - - - - -Expense Claim - - - -
- - -
-

Controller

-

erpnext.hr.doctype.expense_claim.expense_claim

- - - - - - - -

Class ExpenseClaim

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - calculate_total_amount - (self) -

-

No docs

-
-
- - - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - update_task - (self) -

-

No docs

-
-
- - - - - -

- - - update_task_and_project - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_expense_approver - (self) -

-

No docs

-
-
- - - - - -

- - - validate_sanctioned_amount - (self) -

-

No docs

-
-
- - -
-
- - - - - -

Class InvalidExpenseApproverError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.expense_claim.expense_claim.get_expense_approver -

-

- - - erpnext.hr.doctype.expense_claim.expense_claim.get_expense_approver - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/expense_claim_detail.html b/erpnext/docs/current/models/hr/expense_claim_detail.html deleted file mode 100644 index 2ea651420cd..00000000000 --- a/erpnext/docs/current/models/hr/expense_claim_detail.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabExpense Claim Detail

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1expense_date - Date - Expense Date - -
2column_break_2 - Column Break - - -
3expense_type - Link - Expense Claim Type - - - - - - -Expense Claim Type - - - -
4default_account - Link - Default Account - - - - - - -Account - - - -
5section_break_4 - Section Break - - -
6description - Text Editor - Description - -
7section_break_6 - Section Break - - -
8claim_amount - Currency - Claim Amount - - -
Company:company:default_currency
-
9column_break_8 - Column Break - - -
10sanctioned_amount - Currency - Sanctioned Amount - - -
Company:company:default_currency
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/expense_claim_type.html b/erpnext/docs/current/models/hr/expense_claim_type.html deleted file mode 100644 index 3c10e05238d..00000000000 --- a/erpnext/docs/current/models/hr/expense_claim_type.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabExpense Claim Type

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1expense_type - Data - Expense Claim Type - -
2default_account - Link - Default Account - - - - - - -Account - - - -
3description - Small Text - Description - -
- - -
-

Controller

-

erpnext.hr.doctype.expense_claim_type.expense_claim_type

- - - - - - - -

Class ExpenseClaimType

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/holiday.html b/erpnext/docs/current/models/hr/holiday.html deleted file mode 100644 index 59043c876c0..00000000000 --- a/erpnext/docs/current/models/hr/holiday.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabHoliday

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1description - Text Editor - Description - -
2holiday_date - Date - Date - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/holiday_list.html b/erpnext/docs/current/models/hr/holiday_list.html deleted file mode 100644 index c8d87dce1fc..00000000000 --- a/erpnext/docs/current/models/hr/holiday_list.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabHoliday List

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1holiday_list_name - Data - Holiday List Name - -
2is_default - Check - Default - -
3fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
4weekly_off - Select - Weekly Off - - -
-Sunday
-Monday
-Tuesday
-Wednesday
-Thursday
-Friday
-Saturday
-
5get_weekly_off_dates - Button - Get Weekly Off Dates - - -
get_weekly_off_dates
-
6holidays - Table - Holidays - - - - - - -Holiday - - - -
7clear_table - Button - Clear Table - - -
clear_table
-
- - -
-

Controller

-

erpnext.hr.doctype.holiday_list.holiday_list

- - - - - - - -

Class HolidayList

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - clear_table - (self) -

-

No docs

-
-
- - - - - -

- - - get_weekly_off_date_list - (self, year_start_date, year_end_date) -

-

No docs

-
-
- - - - - -

- - - get_weekly_off_dates - (self) -

-

No docs

-
-
- - - - - -

- - - update_default_holiday_list - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_days - (self) -

-

No docs

-
-
- - - - - -

- - - validate_values - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.holiday_list.holiday_list.get_events -

-

- - - erpnext.hr.doctype.holiday_list.holiday_list.get_events - (start, end, filters=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.holiday_list.holiday_list.get_fy_start_end_dates - (fiscal_year) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/hr_settings.html b/erpnext/docs/current/models/hr/hr_settings.html deleted file mode 100644 index 81d6d2dfc3f..00000000000 --- a/erpnext/docs/current/models/hr/hr_settings.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1employee_settings - Section Break - Employee Settings - -
2emp_created_by - Select - Employee Records to be created by -

- Employee record is created using selected field.

-
-
Naming Series
-Employee Number
-
3stop_birthday_reminders - Check - Stop Birthday Reminders -

- Don't send Employee Birthday Reminders

-
4payroll_settings - Section Break - Payroll Settings - -
5include_holidays_in_total_working_days - Check - Include holidays in Total no. of Working Days -

- If checked, Total no. of Working Days will include holidays, and this will reduce the value of Salary Per Day

-
- - -
-

Controller

-

erpnext.hr.doctype.hr_settings.hr_settings

- - - - - - - -

Class HRSettings

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/index.html b/erpnext/docs/current/models/hr/index.html deleted file mode 100644 index 1fab52a6096..00000000000 --- a/erpnext/docs/current/models/hr/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

DocTypes for hr

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/index.txt b/erpnext/docs/current/models/hr/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/hr/job_applicant.html b/erpnext/docs/current/models/hr/job_applicant.html deleted file mode 100644 index 603689ecdfa..00000000000 --- a/erpnext/docs/current/models/hr/job_applicant.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabJob Applicant

- - -Applicant for a Job - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1applicant_name - Data - Applicant Name - -
2email_id - Data - Email Id - - -
Email
-
3status - Select - Status - - -
Open
-Replied
-Rejected
-Hold
-
4column_break_3 - Column Break - - -
5job_opening - Link - Job Opening - - - - - - -Job Opening - - - -
6section_break_5 - Section Break - - -
7thread_html - HTML - Thread HTML - -
- - -
-

Controller

-

erpnext.hr.doctype.job_applicant.job_applicant

- - - - - - - -

Class JobApplicant

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - check_email_id_is_unique - (self) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/job_opening.html b/erpnext/docs/current/models/hr/job_opening.html deleted file mode 100644 index c83c05c7603..00000000000 --- a/erpnext/docs/current/models/hr/job_opening.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabJob Opening

- - -Description of a Job Opening - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1job_title - Data - Job Title - -
2status - Select - Status - - -
Open
-Closed
-
3description - Text Editor - Description -

- Job profile, qualifications required etc.

-
- - -
-

Controller

-

erpnext.hr.doctype.job_opening.job_opening

- - - - - - - -

Class JobOpening

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/leave_allocation.html b/erpnext/docs/current/models/hr/leave_allocation.html deleted file mode 100644 index 8f8e04aadcf..00000000000 --- a/erpnext/docs/current/models/hr/leave_allocation.html +++ /dev/null @@ -1,531 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabLeave Allocation

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1column_break0 - Column Break - - -
2employee - Link - Employee - - - - - - -Employee - - - -
3employee_name - Data - Employee Name - -
4column_break1 - Column Break - - -
5description - Small Text - Description - -
6section_break_6 - Section Break - - -
7leave_type - Link - Leave Type - - - - - - -Leave Type - - - -
8from_date - Date - From Date - -
9to_date - Date - To Date - -
10column_break_10 - Column Break - - -
11new_leaves_allocated - Float - New Leaves Allocated - -
12carry_forward - Check - Add unused leaves from previous allocations - -
13carry_forwarded_leaves - Float - Unused leaves - -
14total_leaves_allocated - Float - Total Leaves Allocated - -
15amended_from - Link - Amended From - - - - - - -Leave Allocation - - - -
- - -
-

Controller

-

erpnext.hr.doctype.leave_allocation.leave_allocation

- - - - - - - -

Class BackDatedAllocationError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class LeaveAllocation

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - on_update_after_submit - (self) -

-

No docs

-
-
- - - - - -

- - - set_total_leaves_allocated - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_against_leave_applications - (self) -

-

No docs

-
-
- - - - - -

- - - validate_allocation_overlap - (self) -

-

No docs

-
-
- - - - - -

- - - validate_back_dated_allocation - (self) -

-

No docs

-
-
- - - - - -

- - - validate_new_leaves_allocated_value - (self) -

-

validate that leave allocation is in multiples of 0.5

-
-
- - - - - -

- - - validate_period - (self) -

-

No docs

-
-
- - - - - -

- - - validate_total_leaves_allocated - (self) -

-

No docs

-
-
- - -
-
- - - - - -

Class LessAllocationError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class OverAllocationError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class OverlapError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class ValueMultiplierError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.leave_allocation.leave_allocation.get_carry_forwarded_leaves -

-

- - - erpnext.hr.doctype.leave_allocation.leave_allocation.get_carry_forwarded_leaves - (employee, leave_type, date, carry_forward=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.leave_allocation.leave_allocation.validate_carry_forward - (leave_type) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/leave_application.html b/erpnext/docs/current/models/hr/leave_application.html deleted file mode 100644 index 4738b7e82d9..00000000000 --- a/erpnext/docs/current/models/hr/leave_application.html +++ /dev/null @@ -1,933 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabLeave Application

- - -Apply / Approve Leaves - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1status - Select - Status - - -
Open
-Approved
-Rejected
-
2column_break_12 - Column Break - - -
3leave_type - Link - Leave Type - - - - - - -Leave Type - - - -
4leave_balance - Float - Leave Balance Before Application - -
5section_break_5 - Section Break - - -
6from_date - Date - From Date - -
7to_date - Date - To Date - -
8half_day - Check - Half Day - -
9total_leave_days - Float - Total Leave Days - -
10column_break1 - Column Break - - -
11description - Small Text - Reason - -
12section_break_7 - Section Break - - -
13employee - Link - Employee - - - - - - -Employee - - - -
14employee_name - Data - Employee Name - -
15column_break_15 - Column Break - - -
16leave_approver - Link - Leave Approver - - - - - - -User - - - -
17leave_approver_name - Read Only - Leave Approver Name - -
18sb10 - Section Break - - -
19posting_date - Date - Posting Date - -
20follow_via_email - Check - Follow via Email - -
21column_break_17 - Column Break - - -
22company - Link - Company - - - - - - -Company - - - -
23letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
24amended_from - Link - Amended From - - - - - - -Leave Application - - - -
- - -
-

Controller

-

erpnext.hr.doctype.leave_application.leave_application

- - - - - - - -

Class InvalidLeaveApproverError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class LeaveApplication

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - notify - (self, args) -

-

No docs

-
-
- - - - - -

- - - notify_employee - (self, status) -

-

No docs

-
-
- - - - - -

- - - notify_leave_approver - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - show_block_day_warning - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_back_dated_application - (self) -

-

No docs

-
-
- - - - - -

- - - validate_balance_leaves - (self) -

-

No docs

-
-
- - - - - -

- - - validate_block_days - (self) -

-

No docs

-
-
- - - - - -

- - - validate_dates - (self) -

-

No docs

-
-
- - - - - -

- - - validate_dates_acorss_allocation - (self) -

-

No docs

-
-
- - - - - -

- - - validate_leave_approver - (self) -

-

No docs

-
-
- - - - - -

- - - validate_leave_overlap - (self) -

-

No docs

-
-
- - - - - -

- - - validate_max_days - (self) -

-

No docs

-
-
- - -
-
- - - - - -

Class LeaveApproverIdentityError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class LeaveDayBlockedError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class OverlapError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.hr.doctype.leave_application.leave_application.add_block_dates - (events, start, end, employee, company) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.leave_application.leave_application.add_department_leaves - (events, start, end, employee, company) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.leave_application.leave_application.add_holidays - (events, start, end, employee, company) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.leave_application.leave_application.add_leaves - (events, start, end, match_conditions=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.leave_application.leave_application.get_approved_leaves_for_period - (employee, leave_type, from_date, to_date) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.leave_application.leave_application.get_approvers -

-

- - - erpnext.hr.doctype.leave_application.leave_application.get_approvers - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.leave_application.leave_application.get_events -

-

- - - erpnext.hr.doctype.leave_application.leave_application.get_events - (start, end) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.leave_application.leave_application.get_holidays - (employee, from_date, to_date) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.leave_application.leave_application.get_leave_allocation_records - (date, employee=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.leave_application.leave_application.get_leave_balance_on -

-

- - - erpnext.hr.doctype.leave_application.leave_application.get_leave_balance_on - (employee, leave_type, date, allocation_records=None, consider_all_leaves_in_the_allocation_period=False) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.leave_application.leave_application.get_number_of_leave_days -

-

- - - erpnext.hr.doctype.leave_application.leave_application.get_number_of_leave_days - (employee, leave_type, from_date, to_date, half_day=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.leave_application.leave_application.is_lwp - (leave_type) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/leave_block_list.html b/erpnext/docs/current/models/hr/leave_block_list.html deleted file mode 100644 index a6db9ef48a8..00000000000 --- a/erpnext/docs/current/models/hr/leave_block_list.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabLeave Block List

- - -Block Holidays on important days. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1leave_block_list_name - Data - Leave Block List Name - -
2year - Link - Year - - - - - - -Fiscal Year - - - -
3company - Link - Company - - - - - - -Company - - - -
4applies_to_all_departments - Check - Applies to Company -

- If not checked, the list will have to be added to each Department where it has to be applied.

-
5block_days - Section Break - Block Days -

- Stop users from making Leave Applications on following days.

-
6leave_block_list_dates - Table - Leave Block List Dates - - - - - - -Leave Block List Date - - - -
7allow_list - Section Break - Allow Users -

- Allow the following users to approve Leave Applications for block days.

-
8leave_block_list_allowed - Table - Leave Block List Allowed - - - - - - -Leave Block List Allow - - - -
- - -
-

Controller

-

erpnext.hr.doctype.leave_block_list.leave_block_list

- - - - - - - -

Class LeaveBlockList

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.leave_block_list.leave_block_list.get_applicable_block_dates -

-

- - - erpnext.hr.doctype.leave_block_list.leave_block_list.get_applicable_block_dates - (from_date, to_date, employee=None, company=None, all_lists=False) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.leave_block_list.leave_block_list.get_applicable_block_lists - (employee=None, company=None, all_lists=False) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.leave_block_list.leave_block_list.is_user_in_allow_list - (block_list) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/leave_block_list_allow.html b/erpnext/docs/current/models/hr/leave_block_list_allow.html deleted file mode 100644 index 9348ea56f5a..00000000000 --- a/erpnext/docs/current/models/hr/leave_block_list_allow.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabLeave Block List Allow

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1allow_user - Link - Allow User - - - - - - -User - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/leave_block_list_date.html b/erpnext/docs/current/models/hr/leave_block_list_date.html deleted file mode 100644 index 229bba67fb8..00000000000 --- a/erpnext/docs/current/models/hr/leave_block_list_date.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabLeave Block List Date

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1block_date - Date - Block Date - -
2reason - Text - Reason - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/leave_control_panel.html b/erpnext/docs/current/models/hr/leave_control_panel.html deleted file mode 100644 index a0b29ad9705..00000000000 --- a/erpnext/docs/current/models/hr/leave_control_panel.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1column_break0 - Column Break - - -
2employee_type - Link - Employee Type -

- Leave blank if considered for all employee types

-
- - - - -Employment Type - - - -
3branch - Link - Branch -

- Leave blank if considered for all branches

-
- - - - -Branch - - - -
4department - Link - Department -

- Leave blank if considered for all departments

-
- - - - -Department - - - -
5designation - Link - Designation -

- Leave blank if considered for all designations

-
- - - - -Designation - - - -
6column_break1 - Column Break - - -
7from_date - Date - From Date - -
8to_date - Date - To Date - -
9leave_type - Link - Leave Type - - - - - - -Leave Type - - - -
10carry_forward - Check - Carry Forward -

- Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year

-
11no_of_days - Float - New Leaves Allocated (In Days) - -
12allocate - Button - Allocate - - -
allocate_leave
-
- - -
-

Controller

-

erpnext.hr.doctype.leave_control_panel.leave_control_panel

- - - - - - - -

Class LeaveControlPanel

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - allocate_leave - (self) -

-

No docs

-
-
- - - - - -

- - - get_employees - (self) -

-

No docs

-
-
- - - - - -

- - - to_date_validation - (self) -

-

No docs

-
-
- - - - - -

- - - validate_values - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/leave_type.html b/erpnext/docs/current/models/hr/leave_type.html deleted file mode 100644 index e9cc8debce5..00000000000 --- a/erpnext/docs/current/models/hr/leave_type.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabLeave Type

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1leave_type_name - Data - Leave Type Name - -
2max_days_allowed - Data - Max Days Leave Allowed - -
3is_carry_forward - Check - Is Carry Forward - -
4is_encash - Check - Is Encash - -
5is_lwp - Check - Is Leave Without Pay - -
6allow_negative - Check - Allow Negative Balance - -
7include_holiday - Check - Include holidays within leaves as leaves - -
- - -
-

Controller

-

erpnext.hr.doctype.leave_type.leave_type

- - - - - - - -

Class LeaveType

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/offer_letter.html b/erpnext/docs/current/models/hr/offer_letter.html deleted file mode 100644 index 28760d18293..00000000000 --- a/erpnext/docs/current/models/hr/offer_letter.html +++ /dev/null @@ -1,305 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabOffer Letter

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1job_applicant - Link - Job Applicant - - - - - - -Job Applicant - - - -
2applicant_name - Data - Applicant Name - - -
job_applicant.applicant_name
-
3column_break_3 - Column Break - - -
4status - Select - Status - - -
Awaiting Response
-Accepted
-Rejected
-
5offer_date - Date - Offer Date - -
6designation - Link - Designation - - - - - - -Designation - - - -
7company - Link - Company - - - - - - -Company - - - -
8section_break_4 - Section Break - - -
9offer_terms - Table - Offer Letter Terms - - - - - - -Offer Letter Term - - - -
10section_break_14 - Section Break - - -
11select_terms - Link - Select Terms and Conditions - - - - - - -Terms and Conditions - - - -
12terms - Text Editor - Terms and Conditions - -
13amended_from - Link - Amended From - - - - - - -Offer Letter - - - -
- - -
-

Controller

-

erpnext.hr.doctype.offer_letter.offer_letter

- - - - - - - -

Class OfferLetter

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/offer_letter_term.html b/erpnext/docs/current/models/hr/offer_letter_term.html deleted file mode 100644 index d1d2949d1cc..00000000000 --- a/erpnext/docs/current/models/hr/offer_letter_term.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabOffer Letter Term

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1offer_term - Link - Offer Term - - - - - - -Offer Term - - - -
2column_break_2 - Column Break - - -
3value - Small Text - Value / Description - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/offer_term.html b/erpnext/docs/current/models/hr/offer_term.html deleted file mode 100644 index 10a3a34344f..00000000000 --- a/erpnext/docs/current/models/hr/offer_term.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabOffer Term

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1offer_term - Data - Offer Term - -
- - -
-

Controller

-

erpnext.hr.doctype.offer_term.offer_term

- - - - - - - -

Class OfferTerm

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/process_payroll.html b/erpnext/docs/current/models/hr/process_payroll.html deleted file mode 100644 index c6cbd993147..00000000000 --- a/erpnext/docs/current/models/hr/process_payroll.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1section_break0 - Section Break - Select Employees - -
2column_break0 - Column Break - - -
3company - Link - Company - - - - - - -Company - - - -
4branch - Link - Branch - - - - - - -Branch - - - -
5send_email - Check - Send Email -

- Check if you want to send salary slip in mail to each employee while submitting salary slip

-
6column_break1 - Column Break - - -
7department - Link - Department - - - - - - -Department - - - -
8designation - Link - Designation - - - - - - -Designation - - - -
9select_payroll_year_and_month - Section Break - Select Payroll Year and Month - -
10fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
11column_break_11 - Column Break - - -
12month - Select - Month - - -
-01
-02
-03
-04
-05
-06
-07
-08
-09
-10
-11
-12
-
13process_payroll - Section Break - Process Payroll - -
14column_break2 - Column Break - - -
15create_salary_slip - Button - Create Salary Slip -

- Creates salary slip for above mentioned criteria.

-
16column_break3 - Column Break - - -
17submit_salary_slip - Button - Submit Salary Slip -

- Submit all salary slips for the above selected criteria

-
18column_break4 - Column Break - - -
19make_bank_entry - Button - Make Bank Entry -

- Create Bank Entry for the total salary paid for the above selected criteria

-
20section_break2 - Section Break - - -
21activity_log - HTML - Activity Log - -
- - -
-

Controller

-

erpnext.hr.doctype.process_payroll.process_payroll

- - - - - - - -

Class ProcessPayroll

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - check_mandatory - (self) -

-

No docs

-
-
- - - - - -

- - - create_log - (self, ss_list) -

-

No docs

-
-
- - - - - -

- - - create_sal_slip - (self) -

-

Creates salary slip for selected employees if already not created

-
-
- - - - - -

- - - create_submit_log - (self, all_ss, not_submitted_ss) -

-

No docs

-
-
- - - - - -

- - - format_as_links - (self, ss_list) -

-

No docs

-
-
- - - - - -

- - - get_emp_list - (self) -

-

Returns list of active employees based on selected criteria -and for which salary structure exists

-
-
- - - - - -

- - - get_filter_condition - (self) -

-

No docs

-
-
- - - - - -

- - - get_joining_releiving_condition - (self) -

-

No docs

-
-
- - - - - -

- - - get_sal_slip_list - (self) -

-

Returns list of salary slips based on selected criteria -which are not submitted

-
-
- - - - - -

- - - get_total_salary - (self) -

-

Get total salary amount from submitted salary slip based on selected criteria

-
-
- - - - - -

- - - make_journal_entry - (self, salary_account=None) -

-

No docs

-
-
- - - - - -

- - - submit_salary_slip - (self) -

-

Submit all salary slips based on selected criteria

-
-
- - -
-
- - - - - - - -

- - - erpnext.hr.doctype.process_payroll.process_payroll.get_month_details - (year, month) -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/salary_slip.html b/erpnext/docs/current/models/hr/salary_slip.html deleted file mode 100644 index 07b1f83c37f..00000000000 --- a/erpnext/docs/current/models/hr/salary_slip.html +++ /dev/null @@ -1,827 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabSalary Slip

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1column_break0 - Column Break - - -
2employee - Link - Employee - - - - - - -Employee - - - -
3employee_name - Data - Employee Name - -
4department - Link - Department - - - - - - -Department - - - -
5designation - Link - Designation - - - - - - -Designation - - - -
6branch - Link - Branch - - - - - - -Branch - - - -
7letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
8company - Link - Company - - - - - - -Company - - - -
9column_break1 - Column Break - - -
10month - Select - Month - - -
-01
-02
-03
-04
-05
-06
-07
-08
-09
-10
-11
-12
-
11fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
12total_days_in_month - Float - Working Days - -
13leave_without_pay - Float - Leave Without Pay - -
14payment_days - Float - Payment Days - -
15bank_name - Data - Bank Name - -
16bank_account_no - Data - Bank Account No. - -
17email_check - Check - Email - -
18amended_from - Link - Amended From - - - - - - -Salary Slip - - - -
19earning_deduction - Section Break - Earning & Deduction - -
20earning - Column Break - Earning - -
21earnings - Table - Earnings - - - - - - -Salary Slip Earning - - - -
22deduction - Column Break - Deduction - -
23deductions - Table - Deductions - - - - - - -Salary Slip Deduction - - - -
24totals - Section Break - - -
25column_break_25 - Column Break - - -
26column_break_26 - Column Break - - -
27arrear_amount - Currency - Arrear Amount - - -
Company:company:default_currency
-
28leave_encashment_amount - Currency - Leave Encashment Amount - - -
Company:company:default_currency
-
29gross_pay - Currency - Gross Pay - - -
Company:company:default_currency
-
30total_deduction - Currency - Total Deduction - - -
Company:company:default_currency
-
31net_pay - Currency - Net Pay -

- Gross Pay + Arrear Amount +Encashment Amount - Total Deduction

-
-
Company:company:default_currency
-
32rounded_total - Currency - Rounded Total - - -
Company:company:default_currency
-
33total_in_words - Data - Total in words -

- Net Pay (in words) will be visible once you save the Salary Slip.

-
- - -
-

Controller

-

erpnext.hr.doctype.salary_slip.salary_slip

- - - - - - - -

Class SalarySlip

- -

Inherits from erpnext.utilities.transaction_base.TransactionBase - -

-
-
- - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_ded_total - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_earning_total - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_lwp - (self, holidays, m) -

-

No docs

-
-
- - - - - -

- - - calculate_net_pay - (self) -

-

No docs

-
-
- - - - - -

- - - check_existing - (self) -

-

No docs

-
-
- - - - - -

- - - check_sal_struct - (self, joining_date, relieving_date) -

-

No docs

-
-
- - - - - -

- - - get_emp_and_leave_details - (self) -

-

No docs

-
-
- - - - - -

- - - get_holidays_for_employee - (self, start_date, end_date) -

-

No docs

-
-
- - - - - -

- - - get_leave_details - (self, joining_date=None, relieving_date=None, lwp=None) -

-

No docs

-
-
- - - - - -

- - - get_payment_days - (self, month, joining_date, relieving_date) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - pull_emp_details - (self) -

-

No docs

-
-
- - - - - -

- - - pull_sal_struct - (self, struct) -

-

No docs

-
-
- - - - - -

- - - send_mail_funct - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/salary_slip_deduction.html b/erpnext/docs/current/models/hr/salary_slip_deduction.html deleted file mode 100644 index a60b0a0b5a0..00000000000 --- a/erpnext/docs/current/models/hr/salary_slip_deduction.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabSalary Slip Deduction

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1d_type - Link - Type - - - - - - -Deduction Type - - - -
2d_amount - Currency - Default Amount - - -
Company:company:default_currency
-
3d_depends_on_lwp - Check - Depends on Leave Without Pay - -
4d_modified_amount - Currency - Amount - - -
Company:company:default_currency
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/salary_slip_earning.html b/erpnext/docs/current/models/hr/salary_slip_earning.html deleted file mode 100644 index b64a501b23f..00000000000 --- a/erpnext/docs/current/models/hr/salary_slip_earning.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabSalary Slip Earning

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1e_type - Link - Type - - - - - - -Earning Type - - - -
2e_amount - Currency - Default Amount - - -
Company:company:default_currency
-
3e_depends_on_lwp - Check - Depends on Leave Without Pay - -
4e_modified_amount - Currency - Amount - - -
Company:company:default_currency
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/salary_structure.html b/erpnext/docs/current/models/hr/salary_structure.html deleted file mode 100644 index 5004026b01f..00000000000 --- a/erpnext/docs/current/models/hr/salary_structure.html +++ /dev/null @@ -1,601 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabSalary Structure

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1column_break0 - Column Break - - -
2employee - Link - Employee - - - - - - -Employee - - - -
3employee_name - Data - Employee Name - -
4branch - Link - Branch - - - - - - -Branch - - - -
5designation - Link - Designation - - - - - - -Designation - - - -
6department - Link - Department - - - - - - -Department - - - -
7column_break1 - Column Break - - -
8is_active - Select - Is Active - - -
-Yes
-No
-
9from_date - Date - From Date - -
10to_date - Date - To Date - -
11company - Link - Company - - - - - - -Company - - - -
12earning_deduction - Section Break - Monthly Earning & Deduction -

- Salary breakup based on Earning and Deduction.

-
13earning - Column Break - Earning - -
14earnings - Table - Earnings - - - - - - -Salary Structure Earning - - - -
15deduction - Column Break - Deduction - -
16deductions - Table - Deductions - - - - - - -Salary Structure Deduction - - - -
17section_break0 - Section Break - - - -
Simple
-
18column_break2 - Column Break - - -
19total_earning - Currency - Total Earning - - -
Company:company:default_currency
-
20total_deduction - Currency - Total Deduction - - -
Company:company:default_currency
-
21column_break3 - Column Break - - -
22net_pay - Currency - Net Pay - - -
Company:company:default_currency
-
- - -
-

Controller

-

erpnext.hr.doctype.salary_structure.salary_structure

- - - - - - - -

Class SalaryStructure

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - before_test_insert - (self) -

-

Make any existing salary structure for employee inactive.

-
-
- - - - - -

- - - check_existing - (self) -

-

No docs

-
-
- - - - - -

- - - get_employee_details - (self) -

-

No docs

-
-
- - - - - -

- - - get_other_active_salary_structure - (self) -

-

No docs

-
-
- - - - - -

- - - get_ss_values - (self, employee) -

-

No docs

-
-
- - - - - -

- - - make_earn_ded_table - (self) -

-

No docs

-
-
- - - - - -

- - - make_table - (self, doct_name, tab_fname, tab_name) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_amount - (self) -

-

No docs

-
-
- - - - - -

- - - validate_employee - (self) -

-

No docs

-
-
- - - - - -

- - - validate_joining_date - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.salary_structure.salary_structure.make_salary_slip -

-

- - - erpnext.hr.doctype.salary_structure.salary_structure.make_salary_slip - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/salary_structure_deduction.html b/erpnext/docs/current/models/hr/salary_structure_deduction.html deleted file mode 100644 index 9ce53e95b1b..00000000000 --- a/erpnext/docs/current/models/hr/salary_structure_deduction.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabSalary Structure Deduction

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1d_type - Link - Type - - - - - - -Deduction Type - - - -
2d_modified_amt - Currency - Amount - - -
Company:company:default_currency
-
3depend_on_lwp - Check - Reduce Deduction for Leave Without Pay (LWP) - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/salary_structure_earning.html b/erpnext/docs/current/models/hr/salary_structure_earning.html deleted file mode 100644 index 815150b4251..00000000000 --- a/erpnext/docs/current/models/hr/salary_structure_earning.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabSalary Structure Earning

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1e_type - Link - Type - - - - - - -Earning Type - - - -
2modified_value - Currency - Amount - - -
Company:company:default_currency
-
3depend_on_lwp - Check - Reduce Earning for Leave Without Pay (LWP) - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hr/upload_attendance.html b/erpnext/docs/current/models/hr/upload_attendance.html deleted file mode 100644 index 49a577780bb..00000000000 --- a/erpnext/docs/current/models/hr/upload_attendance.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1download_template - Section Break - Download Template -

- Download the Template, fill appropriate data and attach the modified file. -All dates and employee combination in the selected period will come in the template, with existing attendance records

-
2att_fr_date - Date - Attendance From Date - -
3att_to_date - Date - Attendance To Date - -
4get_template - Button - Get Template - -
5upload_attendance_data - Section Break - Import Attendance - -
6upload_html - HTML - Upload HTML - -
7import_log - HTML - Import Log - -
- - -
-

Controller

-

erpnext.hr.doctype.upload_attendance.upload_attendance

- - - - - - - -

Class UploadAttendance

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - - -

- - - erpnext.hr.doctype.upload_attendance.upload_attendance.add_data - (w, args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.upload_attendance.upload_attendance.add_header - (w) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.upload_attendance.upload_attendance.get_active_employees - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.upload_attendance.upload_attendance.get_dates - (args) -

-

get list of dates in between from date and to date

-
-
- - - - - - - -

- - - erpnext.hr.doctype.upload_attendance.upload_attendance.get_existing_attendance_records - (args) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.hr.doctype.upload_attendance.upload_attendance.get_naming_series - () -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.upload_attendance.upload_attendance.get_template -

-

- - - erpnext.hr.doctype.upload_attendance.upload_attendance.get_template - () -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.hr.doctype.upload_attendance.upload_attendance.upload -

-

- - - erpnext.hr.doctype.upload_attendance.upload_attendance.upload - () -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hub_node/hub_settings.html b/erpnext/docs/current/models/hub_node/hub_settings.html deleted file mode 100644 index e708a2960bc..00000000000 --- a/erpnext/docs/current/models/hub_node/hub_settings.html +++ /dev/null @@ -1,388 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1publish - Check - Publish Items to Hub - -
2section_break_2 - Section Break - - -
3publish_pricing - Check - Publish Pricing - -
4publish_availability - Check - Publish Availability - -
5column_break_5 - Column Break - - -
6sync_now - Button - Sync Now - - -
sync
-
7section_break_6 - Section Break - - -
8seller_name - Data - Seller Name - -
9seller_country - Link - Seller Country - - - - - - -Country - - - -
10seller_email - Data - Seller Email - - -
Email
-
11column_break_10 - Column Break - - -
12seller_city - Data - Seller City - -
13seller_website - Data - Seller Website - -
14section_break_13 - Section Break - - -
15seller_description - Text Editor - Seller Description - -
16name_token - Data - Name Token - -
17access_token - Data - Access Token - -
- - -
-

Controller

-

erpnext.hub_node.doctype.hub_settings.hub_settings

- - - - - - - -

Class HubSettings

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - get_args - (self) -

-

No docs

-
-
- - - - - -

- - - publish_selling_items - (self) -

-

Set publish_in_hub=1 for all Sales Items

-
-
- - - - - -

- - - register - (self) -

-

Register at hub.erpnext.com, save name_token and access_token

-
-
- - - - - -

- - - sync - (self, verbose=True) -

-

Sync items with hub.erpnext.com

-
-
- - - - - -

- - - unpublish - (self) -

-

Unpublish from hub.erpnext.com

-
-
- - - - - -

- - - update_seller_details - (self) -

-

Update details at hub.erpnext.com

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hub_node/index.html b/erpnext/docs/current/models/hub_node/index.html deleted file mode 100644 index 6b618c45fc9..00000000000 --- a/erpnext/docs/current/models/hub_node/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

DocTypes for hub_node

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/hub_node/index.txt b/erpnext/docs/current/models/hub_node/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/index.html b/erpnext/docs/current/models/index.html deleted file mode 100644 index 1c25b3ec98d..00000000000 --- a/erpnext/docs/current/models/index.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

Browse DocTypes by Module

- -

Contents

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/index.txt b/erpnext/docs/current/models/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/manufacturing/bom.html b/erpnext/docs/current/models/manufacturing/bom.html deleted file mode 100644 index 00c2345b9c6..00000000000 --- a/erpnext/docs/current/models/manufacturing/bom.html +++ /dev/null @@ -1,1125 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabBOM

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item - Link - Item -

- Item to be manufactured or repacked

-
- - - - -Item - - - -
2item_name - Data - Item Name - -
3rm_cost_as_per - Select - Rate Of Materials Based On - - -
Valuation Rate
-Last Purchase Rate
-Price List
-
4buying_price_list - Link - Price List - - - - - - -Price List - - - -
5cb0 - Column Break - - -
6is_active - Check - Is Active - -
7is_default - Check - Is Default - -
8with_operations - Check - With Operations -

- Manage cost of operations

-
9operations_section - Section Break - Operations -

- Specify the operations, operating cost and give a unique Operation no to your operations.

-
10operations - Table - Operations - - - - - - -BOM Operation - - - -
11materials_section - Section Break - Materials - -
12items - Table - Items - - - - - - -BOM Item - - - -
13quantity - Float - Quantity -

- Quantity of item obtained after manufacturing / repacking from given quantities of raw materials

-
14costing - Section Break - Costing - -
15operating_cost - Currency - Operating Cost - - -
Company:company:default_currency
-
16raw_material_cost - Currency - Raw Material Cost - - -
Company:company:default_currency
-
17cb1 - Column Break - - -
18total_cost - Currency - Total Cost - - -
Company:company:default_currency
-
19more_info_section - Section Break - - -
20project_name - Link - Project Name - - - - - - -Project - - - -
21company - Link - Company - - - - - - -Company - - - -
22amended_from - Link - Amended From - - - - - - -BOM - - - -
23col_break23 - Column Break - - -
24uom - Link - Item UOM - - - - - - -UOM - - - -
25section_break_25 - Section Break - - -
26description - Small Text - Item Desription - -
27column_break_27 - Column Break - - -
28image - Attach - Image - -
29image_view - Image - Image View - - -
image
-
30section_break0 - Section Break - Materials Required (Exploded) - -
31exploded_items - Table - Exploded_items - - - - - - -BOM Explosion Item - - - -
- - -
-

Controller

-

erpnext.manufacturing.doctype.bom.bom

- - - - - - - -

Class BOM

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - add_exploded_items - (self) -

-

Add items to Flat BOM table

-
-
- - - - - -

- - - add_to_cur_exploded_items - (self, args) -

-

No docs

-
-
- - - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_cost - (self) -

-

Calculate bom totals

-
-
- - - - - -

- - - calculate_op_cost - (self) -

-

Update workstation rate and calculates totals

-
-
- - - - - -

- - - calculate_rm_cost - (self) -

-

Fetch RM rate as per today's valuation rate and calculate totals

-
-
- - - - - -

- - - check_recursion - (self) -

-

Check whether recursion occurs in any bom

-
-
- - - - - -

- - - clear_operations - (self) -

-

No docs

-
-
- - - - - -

- - - get_bom_material_detail - (self, args=None) -

-

Get raw material details like uom, desc and rate

-
-
- - - - - -

- - - get_bom_unitcost - (self, bom_no) -

-

No docs

-
-
- - - - - -

- - - get_child_exploded_items - (self, bom_no, qty) -

-

Add all items from Flat BOM of child BOM

-
-
- - - - - -

- - - get_exploded_items - (self) -

-

Get all raw materials including items from child bom

-
-
- - - - - -

- - - get_item_det - (self, item_code) -

-

No docs

-
-
- - - - - -

- - - get_rm_rate - (self, arg) -

-
Get raw material rate as per selected method, if bom exists takes bom cost
-
-
-
- - - - - -

- - - get_valuation_rate - (self, args) -

-

Get weighted average of valuation rate from all warehouses

-
-
- - - - - -

- - - manage_default_bom - (self) -

-

Uncheck others if current one is selected as default, -update default bom in item master

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - on_update_after_submit - (self) -

-

No docs

-
-
- - - - - -

- - - set_bom_material_details - (self) -

-

No docs

-
-
- - - - - -

- - - traverse_tree - (self, bom_list=[]) -

-

No docs

-
-
- - - - - -

- - - update_cost - (self) -

-

No docs

-
-
- - - - - -

- - - update_cost_and_exploded_items - (self, bom_list=[]) -

-

No docs

-
-
- - - - - -

- - - update_exploded_items - (self) -

-

Update Flat BOM, following will be correct data

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_bom_links - (self) -

-

No docs

-
-
- - - - - -

- - - validate_main_item - (self) -

-

Validate main FG item

-
-
- - - - - -

- - - validate_materials - (self) -

-

Validate raw material entries

-
-
- - - - - -

- - - validate_operations - (self) -

-

No docs

-
-
- - - - - -

- - - validate_rm_item - (self, item) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.manufacturing.doctype.bom.bom.get_bom_items -

-

- - - erpnext.manufacturing.doctype.bom.bom.get_bom_items - (bom, company, qty=1, fetch_exploded=1) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.manufacturing.doctype.bom.bom.get_bom_items_as_dict - (bom, company, qty=1, fetch_exploded=1) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.manufacturing.doctype.bom.bom.validate_bom_no - (item, bom_no) -

-

Validate BOM No of sub-contracted items

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/bom_explosion_item.html b/erpnext/docs/current/models/manufacturing/bom_explosion_item.html deleted file mode 100644 index caaa3817d2c..00000000000 --- a/erpnext/docs/current/models/manufacturing/bom_explosion_item.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabBOM Explosion Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2cb - Column Break - - -
3item_name - Data - Item Name - -
4section_break_3 - Section Break - - -
5description - Text Editor - Description - -
6column_break_2 - Column Break - - -
7image - Attach - Image - -
8image_view - Image - Image View - - -
image
-
9section_break_4 - Section Break - - -
10qty - Float - Qty - -
11rate - Currency - Rate - - -
Company:company:default_currency
-
12qty_consumed_per_unit - Float - Qty Consumed Per Unit - -
13column_break_8 - Column Break - - -
14stock_uom - Link - Stock UOM - - - - - - -UOM - - - -
15amount - Currency - Amount - - -
Company:company:default_currency
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/bom_item.html b/erpnext/docs/current/models/manufacturing/bom_item.html deleted file mode 100644 index 6ea5e535b77..00000000000 --- a/erpnext/docs/current/models/manufacturing/bom_item.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabBOM Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2item_name - Data - Item Name - -
3column_break_3 - Column Break - - -
4bom_no - Link - BOM No - - - - - - -BOM - - - -
5section_break_5 - Section Break - - -
6description - Text Editor - Item Description - -
7col_break1 - Column Break - - -
8image - Attach - Image - -
9image_view - Image - Image View - - -
image
-
10quantity_and_rate - Section Break - Quantity and Rate - -
11qty - Float - Qty - -
12rate - Currency - Rate -

- See "Rate Of Materials Based On" in Costing Section

-
-
Company:company:default_currency
-
13col_break2 - Column Break - - -
14stock_uom - Link - Stock UOM - - - - - - -UOM - - - -
15amount - Currency - Amount - - -
Company:company:default_currency
-
16scrap - Float - Scrap % - -
17qty_consumed_per_unit - Float - Qty Consumed Per Unit - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/bom_operation.html b/erpnext/docs/current/models/manufacturing/bom_operation.html deleted file mode 100644 index e88bbcae3b0..00000000000 --- a/erpnext/docs/current/models/manufacturing/bom_operation.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabBOM Operation

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1operation - Link - Operation - - - - - - -Operation - - - -
2workstation - Link - Workstation - - - - - - -Workstation - - - -
3description - Text Editor - Operation Description - -
4col_break1 - Column Break - - -
5hour_rate - Float - Hour Rate - -
6time_in_mins - Float - Operation Time -

- In minutes

-
7operating_cost - Currency - Operating Cost - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/bom_replace_tool.html b/erpnext/docs/current/models/manufacturing/bom_replace_tool.html deleted file mode 100644 index 407d88d8dac..00000000000 --- a/erpnext/docs/current/models/manufacturing/bom_replace_tool.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - -Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate "BOM Explosion Item" table as per new BOM - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1current_bom - Link - Current BOM -

- The BOM which will be replaced

-
- - - - -BOM - - - -
2new_bom - Link - New BOM -

- The new BOM after replacement

-
- - - - -BOM - - - -
3replace - Button - Replace - - -
replace_bom
-
- - -
-

Controller

-

erpnext.manufacturing.doctype.bom_replace_tool.bom_replace_tool

- - - - - - - -

Class BOMReplaceTool

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - get_parent_boms - (self) -

-

No docs

-
-
- - - - - -

- - - replace_bom - (self) -

-

No docs

-
-
- - - - - -

- - - update_new_bom - (self) -

-

No docs

-
-
- - - - - -

- - - validate_bom - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/index.html b/erpnext/docs/current/models/manufacturing/index.html deleted file mode 100644 index ac1f284f36a..00000000000 --- a/erpnext/docs/current/models/manufacturing/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

DocTypes for manufacturing

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/index.txt b/erpnext/docs/current/models/manufacturing/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/manufacturing/manufacturing_settings.html b/erpnext/docs/current/models/manufacturing/manufacturing_settings.html deleted file mode 100644 index 3f6a1733a74..00000000000 --- a/erpnext/docs/current/models/manufacturing/manufacturing_settings.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1capacity_planning - Section Break - Capacity Planning - -
2disable_capacity_planning - Check - Disable Capacity Planning and Time Tracking -

- Disables creation of time logs against Production Orders. Operations shall not be tracked against Production Order

-
3allow_overtime - Check - Allow Overtime -

- Plan time logs outside Workstation Working Hours.

-
4allow_production_on_holidays - Check - Allow Production on Holidays - -
5column_break_3 - Column Break - - -
6capacity_planning_for_days - Int - Capacity Planning For (Days) -

- Try planning operations for X days in advance.

-
7mins_between_operations - Int - Time Between Operations (in mins) -

- Default 10 mins

-
8section_break_6 - Section Break - - -
9over_production_allowance_percentage - Percent - Over Production Allowance Percentage - -
10backflush_raw_materials_based_on - Select - Backflush Raw Materials Based On - - -
BOM
-Material Transferred for Manufacture
-
11column_break_11 - Column Break - - -
12default_wip_warehouse - Link - Default Work In Progress Warehouse - - - - - - -Warehouse - - - -
13default_fg_warehouse - Link - Default Finished Goods Warehouse - - - - - - -Warehouse - - - -
- - -
-

Controller

-

erpnext.manufacturing.doctype.manufacturing_settings.manufacturing_settings

- - - - - - - -

Class ManufacturingSettings

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - - -

- - - erpnext.manufacturing.doctype.manufacturing_settings.manufacturing_settings.get_mins_between_operations - () -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/operation.html b/erpnext/docs/current/models/manufacturing/operation.html deleted file mode 100644 index 2a341449ed7..00000000000 --- a/erpnext/docs/current/models/manufacturing/operation.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabOperation

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1workstation - Link - Default Workstation - - - - - - -Workstation - - - -
2section_break_4 - Section Break - - -
3description - Text - Operation Description - -
- - -
-

Controller

-

erpnext.manufacturing.doctype.operation.operation

- - - - - - - -

Class Operation

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - calculate_op_cost - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/production_order.html b/erpnext/docs/current/models/manufacturing/production_order.html deleted file mode 100644 index 77797575661..00000000000 --- a/erpnext/docs/current/models/manufacturing/production_order.html +++ /dev/null @@ -1,1198 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabProduction Order

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item - Section Break - - - -
icon-gift
-
2naming_series - Select - Series - - -
PRO-
-
3status - Select - Status - - -
-Draft
-Submitted
-Stopped
-In Process
-Completed
-Cancelled
-
4production_item - Link - Item To Manufacture - - - - - - -Item - - - -
5bom_no - Link - BOM No - - - - - - -BOM - - - -
6use_multi_level_bom - Check - Use Multi-Level BOM -

- Plan material for sub-assemblies

-
7column_break1 - Column Break - - -
8qty - Float - Qty To Manufacture - -
9material_transferred_for_manufacturing - Float - Material Transferred for Manufacturing - -
10produced_qty - Float - Manufactured Qty - -
11warehouses - Section Break - Warehouses - - -
icon-building
-
12wip_warehouse - Link - Work-in-Progress Warehouse - - - - - - -Warehouse - - - -
13column_break_12 - Column Break - - -
14fg_warehouse - Link - Target Warehouse - - - - - - -Warehouse - - - -
15time - Section Break - Time - - -
icon-time
-
16expected_delivery_date - Date - Expected Delivery Date - -
17planned_start_date - Datetime - Planned Start Date - -
18planned_end_date - Datetime - Planned End Date - -
19column_break_13 - Column Break - - -
20actual_start_date - Datetime - Actual Start Date - -
21actual_end_date - Datetime - Actual End Date - -
22operations_section - Section Break - Operations - - -
icon-wrench
-
23operations - Table - Operations - - - - - - -Production Order Operation - - - -
24section_break_22 - Section Break - Operation Cost - -
25planned_operating_cost - Currency - Planned Operating Cost - - -
Company:company:default_currency
-
26actual_operating_cost - Currency - Actual Operating Cost - - -
Company:company:default_currency
-
27additional_operating_cost - Currency - Additional Operating Cost - - -
Company:company:default_currency
-
28column_break_24 - Column Break - - -
29total_operating_cost - Currency - Total Operating Cost - - -
Company:company:default_currency
-
30more_info - Section Break - More Information - - -
icon-file-text
-
31description - Small Text - Item Description - -
32stock_uom - Link - Stock UOM - - - - - - -UOM - - - -
33column_break2 - Column Break - - -
34project_name - Link - Project Name - - - - - - -Project - - - -
35sales_order - Link - Sales Order -

- Manufacture against Sales Order

-
- - - - -Sales Order - - - -
36company - Link - Company - - - - - - -Company - - - -
37amended_from - Link - Amended From - - - - - - -Production Order - - - -
- - -
-

Controller

-

erpnext.manufacturing.doctype.production_order.production_order

- - - - - - - -

Class ItemHasVariantError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class OperationTooLongError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class OverProductionError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class ProductionNotApplicableError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class ProductionOrder

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - calculate_operating_cost - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_time - (self) -

-

No docs

-
-
- - - - - -

- - - check_operation_fits_in_working_hours - (self, d) -

-

Raises expection if operation is longer than working hours in the given workstation.

-
-
- - - - - -

- - - delete_time_logs - (self) -

-

No docs

-
-
- - - - - -

- - - get_holidays - (self, workstation) -

-

No docs

-
-
- - - - - -

- - - make_time_logs - (self) -

-

Capacity Planning. Plan time logs based on earliest availablity of workstation after -Planned Start Date. Time logs will be created and remain in Draft mode and must be submitted -before manufacturing entry can be made.

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - set_actual_dates - (self) -

-

No docs

-
-
- - - - - -

- - - set_operation_start_end_time - (self, i, d) -

-

Set start and end time for given operation. If first operation, set start as -planned_start_date, else add time diff to end time of earlier operation.

-
-
- - - - - -

- - - set_production_order_operations - (self) -

-

Fetch operations from BOM and set in 'Production Order'

-
-
- - - - - -

- - - stop_unstop - (self, status) -

-

Called from client side on Stop/Unstop event

-
-
- - - - - -

- - - update_operation_status - (self) -

-

No docs

-
-
- - - - - -

- - - update_planned_qty - (self) -

-

No docs

-
-
- - - - - -

- - - update_production_order_qty - (self) -

-

Update Manufactured Qty and Material Transferred for Qty in Production Order -based on Stock Entry

-
-
- - - - - -

- - - update_status - (self, status=None) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - validate_delivery_date - (self) -

-

No docs

-
-
- - - - - -

- - - validate_operation_time - (self) -

-

No docs

-
-
- - - - - -

- - - validate_production_item - (self) -

-

No docs

-
-
- - - - - -

- - - validate_production_order_against_so - (self) -

-

No docs

-
-
- - - - - -

- - - validate_qty - (self) -

-

No docs

-
-
- - - - - -

- - - validate_sales_order - (self) -

-

No docs

-
-
- - - - - -

- - - validate_warehouse - (self) -

-

No docs

-
-
- - -
-
- - - - - -

Class StockOverProductionError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - -

Public API -
/api/method/erpnext.manufacturing.doctype.production_order.production_order.get_default_warehouse -

-

- - - erpnext.manufacturing.doctype.production_order.production_order.get_default_warehouse - () -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.manufacturing.doctype.production_order.production_order.get_events -

-

- - - erpnext.manufacturing.doctype.production_order.production_order.get_events - (start, end, filters=None) -

-

Returns events for Gantt / Calendar view rendering.

- -

Parameters:

- - -
-
- - - - - - -

Public API -
/api/method/erpnext.manufacturing.doctype.production_order.production_order.get_item_details -

-

- - - erpnext.manufacturing.doctype.production_order.production_order.get_item_details - (item) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.manufacturing.doctype.production_order.production_order.make_stock_entry -

-

- - - erpnext.manufacturing.doctype.production_order.production_order.make_stock_entry - (production_order_id, purpose, qty=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.manufacturing.doctype.production_order.production_order.make_time_log -

-

- - - erpnext.manufacturing.doctype.production_order.production_order.make_time_log - (name, operation, from_time=None, to_time=None, qty=None, project=None, workstation=None, operation_id=None) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/production_order_operation.html b/erpnext/docs/current/models/manufacturing/production_order_operation.html deleted file mode 100644 index 9ea4cf2e818..00000000000 --- a/erpnext/docs/current/models/manufacturing/production_order_operation.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabProduction Order Operation

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1details - Section Break - - -
2operation - Link - Operation - - - - - - -Operation - - - -
3description - Text Editor - Operation Description - -
4col_break1 - Column Break - - -
5completed_qty - Float - Completed Qty -

- Operation completed for how many finished goods?

-
6status - Select - Status - - -
Pending
-Work in Progress
-Completed
-
7workstation - Link - Workstation - - - - - - -Workstation - - - -
8show_time_logs - Button - Show Time Logs - -
9estimated_time_and_cost - Section Break - Estimated Time and Cost - -
10planned_start_time - Datetime - Planned Start Time - -
11planned_end_time - Datetime - Planned End Time - -
12column_break_10 - Column Break - - -
13time_in_mins - Float - Operation Time -

- in Minutes

-
14hour_rate - Float - Hour Rate - -
15planned_operating_cost - Currency - Planned Operating Cost - - -
Company:company:default_currency
-
16section_break_9 - Section Break - Actual Time and Cost - -
17actual_start_time - Datetime - Actual Start Time - -
18actual_end_time - Datetime - Actual End Time -

- Updated via 'Time Log'

-
19column_break_11 - Column Break - - -
20actual_operation_time - Float - Actual Operation Time -

- in Minutes -Updated via 'Time Log'

-
21actual_operating_cost - Currency - Actual Operating Cost -

- (Hour Rate / 60) * Actual Operation Time

-
-
Company:company:default_currency
-
22make_time_log - Button - Make Time Log - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/production_plan_item.html b/erpnext/docs/current/models/manufacturing/production_plan_item.html deleted file mode 100644 index 6ddcc3eaf55..00000000000 --- a/erpnext/docs/current/models/manufacturing/production_plan_item.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabProduction Plan Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2bom_no - Link - BOM No - - - - - - -BOM - - - -
3planned_qty - Float - Planned Qty - -
4planned_start_date - Datetime - Planned Start Date - -
5sales_order - Link - Sales Order - - - - - - -Sales Order - - - -
6so_pending_qty - Float - SO Pending Qty - -
7warehouse - Link - Warehouse -

- Reserved Warehouse in Sales Order / Finished Goods Warehouse

-
- - - - -Warehouse - - - -
8stock_uom - Link - UOM - - - - - - -UOM - - - -
9description - Text Editor - Description - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/production_plan_sales_order.html b/erpnext/docs/current/models/manufacturing/production_plan_sales_order.html deleted file mode 100644 index 88d23e69427..00000000000 --- a/erpnext/docs/current/models/manufacturing/production_plan_sales_order.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabProduction Plan Sales Order

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1sales_order - Link - Sales Order - - - - - - -Sales Order - - - -
2sales_order_date - Date - SO Date - -
3col_break1 - Column Break - - -
4customer - Link - Customer - - - - - - -Customer - - - -
5grand_total - Currency - Grand Total - - -
Company:company:default_currency
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/production_planning_tool.html b/erpnext/docs/current/models/manufacturing/production_planning_tool.html deleted file mode 100644 index 2f059f220fa..00000000000 --- a/erpnext/docs/current/models/manufacturing/production_planning_tool.html +++ /dev/null @@ -1,725 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1select_sales_orders - Section Break - Select Sales Orders -

- Select Sales Orders from which you want to create Production Orders.

-
2column_break0 - Column Break - - -
3fg_item - Link - Filter based on item - - - - - - -Item - - - -
4customer - Link - Filter based on customer - - - - - - -Customer - - - -
5company - Link - Company - - - - - - -Company - - - -
6column_break1 - Column Break - - -
7from_date - Date - From Date - -
8to_date - Date - To Date - -
9section_break1 - Section Break - - - -
Simple
-
10get_sales_orders - Button - Get Sales Orders -

- Pull sales orders (pending to deliver) based on the above criteria

-
-
get_open_sales_orders
-
11sales_orders - Table - Sales Orders - - - - - - -Production Plan Sales Order - - - -
12items_for_production - Section Break - Select Items - -
13get_items_from_so - Button - Get Items From Sales Orders - - -
get_items_from_so
-
14use_multi_level_bom - Check - Use Multi-Level BOM -

- If checked, BOM for sub-assembly items will be considered for getting raw materials. Otherwise, all sub-assembly items will be treated as a raw material.

-
15items - Table - Items - - - - - - -Production Plan Item - - - -
16create_production_orders - Section Break - Production Orders -

- Enter items and planned qty for which you want to raise production orders or download raw materials for analysis.

-
17raise_production_order - Button - Create Production Orders -

- Separate production order will be created for each finished good item.

-
-
raise_production_order
-
18sb5 - Section Break - Material Requirement - -
19purchase_request_for_warehouse - Link - Material Request For Warehouse - - - - - - -Warehouse - - - -
20raise_purchase_request - Button - Create Material Requests -

- Items to be requested which are "Out of Stock" considering all warehouses based on projected qty and minimum order qty

-
21download_materials_required - Button - Download Materials Required -

- Download a report containing all raw materials with their latest inventory status

-
- - -
-

Controller

-

erpnext.manufacturing.doctype.production_planning_tool.production_planning_tool

- - - - - - - -

Class ProductionPlanningTool

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - __init__ - (self, arg1, arg2=None) -

-

No docs

-
-
- - - - - -

- - - add_items - (self, items) -

-

No docs

-
-
- - - - - -

- - - add_so_in_table - (self, open_so) -

-

Add sales orders in the table

-
-
- - - - - -

- - - clear_item_table - (self) -

-

No docs

-
-
- - - - - -

- - - clear_so_table - (self) -

-

No docs

-
-
- - - - - -

- - - create_production_order - (self, items) -

-

Create production order. Called from Production Planning Tool

-
-
- - - - - -

- - - download_raw_materials - (self) -

-

Create csv data for required raw material to produce finished goods

-
-
- - - - - -

- - - get_csv - (self) -

-

No docs

-
-
- - - - - -

- - - get_distinct_items_and_boms - (self) -

-

Club similar BOM and item for processing -bomdict { - bomno: ['sales_order', 'qty'] -}

-
-
- - - - - -

- - - get_item_details - (self, item_code) -

-

No docs

-
-
- - - - - -

- - - get_items - (self) -

-

No docs

-
-
- - - - - -

- - - get_items_from_so - (self) -

-

Pull items from Sales Order, only proction item -and subcontracted item will be pulled from Packing item -and add items in the table

-
-
- - - - - -

- - - get_open_sales_orders - (self) -

-

Pull sales orders which are pending to deliver based on criteria selected

-
-
- - - - - -

- - - get_projected_qty - (self) -

-

No docs

-
-
- - - - - -

- - - get_raw_materials - (self, bom_dict) -

-

Get raw materials considering sub-assembly items -{ - "itemcode": [qtyrequired, description, stockuom, minorder_qty] -}

-
-
- - - - - -

- - - get_requested_items - (self) -

-

No docs

-
-
- - - - - -

- - - get_so_details - (self, so) -

-

Pull other details from so

-
-
- - - - - -

- - - insert_purchase_request - (self) -

-

No docs

-
-
- - - - - -

- - - make_items_dict - (self, item_list) -

-

No docs

-
-
- - - - - -

- - - raise_production_order - (self) -

-

It will raise production order (Draft) for all distinct FG items

-
-
- - - - - -

- - - raise_purchase_request - (self) -

-

Raise Material Request if projected qty is less than qty required -Requested qty should be shortage qty considering minimum order qty

-
-
- - - - - -

- - - validate_company - (self) -

-

No docs

-
-
- - - - - -

- - - validate_data - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/workstation.html b/erpnext/docs/current/models/manufacturing/workstation.html deleted file mode 100644 index bc4b623b83e..00000000000 --- a/erpnext/docs/current/models/manufacturing/workstation.html +++ /dev/null @@ -1,474 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabWorkstation

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1description_and_warehouse - Section Break - - -
2workstation_name - Data - Workstation Name - -
3description - Text - Description - -
4column_break_4 - Column Break - - -
5holiday_list - Link - Holiday List - - - - - - -Holiday List - - - -
6over_heads - Section Break - Operating Costs - -
7hour_rate_electricity - Currency - Electricity Cost -

- per hour

-
8hour_rate_consumable - Currency - Consumable Cost -

- per hour

-
9column_break_11 - Column Break - - -
10hour_rate_rent - Currency - Rent Cost -

- per hour

-
11hour_rate_labour - Currency - Wages -

- Wages per hour

-
12hour_rate - Currency - Net Hour Rate -

- per hour

-
13working_hours_section - Section Break - Working Hours - -
14working_hours - Table - Working Hours - - - - - - -Workstation Working Hour - - - -
- - -
-

Controller

-

erpnext.manufacturing.doctype.workstation.workstation

- - - - - - - -

Class NotInWorkingHoursError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class OverlapError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class Workstation

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - update_bom_operation - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_overlap_for_operation_timings - (self) -

-

Check if there is no overlap in setting Workstation Operating Hours

-
-
- - -
-
- - - - - -

Class WorkstationHolidayError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.manufacturing.doctype.workstation.workstation.check_if_within_operating_hours - (workstation, operation, from_datetime, to_datetime) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.manufacturing.doctype.workstation.workstation.check_workstation_for_holiday - (workstation, from_datetime, to_datetime) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.manufacturing.doctype.workstation.workstation.get_default_holiday_list -

-

- - - erpnext.manufacturing.doctype.workstation.workstation.get_default_holiday_list - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.manufacturing.doctype.workstation.workstation.is_within_operating_hours - (workstation, operation, from_datetime, to_datetime) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/manufacturing/workstation_working_hour.html b/erpnext/docs/current/models/manufacturing/workstation_working_hour.html deleted file mode 100644 index 97b7a898b7a..00000000000 --- a/erpnext/docs/current/models/manufacturing/workstation_working_hour.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabWorkstation Working Hour

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1start_time - Time - Start Time - -
2column_break_2 - Column Break - - -
3end_time - Time - End Time - -
4section_break_2 - Column Break - - -
5enabled - Check - Enabled - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/projects/activity_cost.html b/erpnext/docs/current/models/projects/activity_cost.html deleted file mode 100644 index e652e805245..00000000000 --- a/erpnext/docs/current/models/projects/activity_cost.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabActivity Cost

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1activity_type - Link - Activity Type - - - - - - -Activity Type - - - -
2column_break_2 - Column Break - - -
3employee - Link - Employee - - - - - - -Employee - - - -
4employee_name - Data - Employee Name - -
5section_break_4 - Section Break - - -
6billing_rate - Currency - Billing Rate -

- per hour

-
7column_break_6 - Column Break - - -
8costing_rate - Currency - Costing Rate -

- per hour

-
9title - Data - title - -
- - -
-

Controller

-

erpnext.projects.doctype.activity_cost.activity_cost

- - - - - - - -

Class ActivityCost

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - check_unique - (self) -

-

No docs

-
-
- - - - - -

- - - set_title - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - -

Class DuplicationError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/projects/activity_type.html b/erpnext/docs/current/models/projects/activity_type.html deleted file mode 100644 index 2e5b628a7d9..00000000000 --- a/erpnext/docs/current/models/projects/activity_type.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabActivity Type

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1activity_type - Data - Activity Type - -
2costing_rate - Currency - Default Costing Rate - -
3column_break_3 - Column Break - - -
4billing_rate - Currency - Default Billing Rate - -
- - -
-

Controller

-

erpnext.projects.doctype.activity_type.activity_type

- - - - - - - -

Class ActivityType

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/projects/dependent_task.html b/erpnext/docs/current/models/projects/dependent_task.html deleted file mode 100644 index ce48b5c854f..00000000000 --- a/erpnext/docs/current/models/projects/dependent_task.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabDependent Task

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1task - Link - Task - - - - - - -Task - - - -
- - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/projects/index.html b/erpnext/docs/current/models/projects/index.html deleted file mode 100644 index 85b7c5742b7..00000000000 --- a/erpnext/docs/current/models/projects/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

DocTypes for projects

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/projects/index.txt b/erpnext/docs/current/models/projects/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/projects/project.html b/erpnext/docs/current/models/projects/project.html deleted file mode 100644 index 9b308dce169..00000000000 --- a/erpnext/docs/current/models/projects/project.html +++ /dev/null @@ -1,918 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabProject

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1project_name - Data - Project Name - -
2status - Select - Status - - -
Open
-Completed
-Cancelled
-
3project_type - Select - Project Type - - -
Internal
-External
-Other
-
4column_break_5 - Column Break - - -
5is_active - Select - Is Active - - -
Yes
-No
-
6priority - Select - Priority - - -
Medium
-Low
-High
-
7section_break_12 - Section Break - - -
8expected_start_date - Date - Expected Start Date - -
9column_break_11 - Column Break - - -
10expected_end_date - Date - Expected End Date - -
11customer_details - Section Break - - - -
icon-user
-
12customer - Link - Customer - - - - - - -Customer - - - -
13column_break_14 - Column Break - - -
14sales_order - Link - Sales Order - - - - - - -Sales Order - - - -
15sb_milestones - Section Break - Tasks - - -
icon-flag
-
16tasks - Table - Tasks - - - - - - -Project Task - - - -
17percent_complete - Percent - % Tasks Completed - -
18section_break0 - Section Break - - - -
icon-list
-
19notes - Text Editor - Notes - -
20section_break_18 - Section Break - - -
21actual_start_date - Data - Actual Start Date - -
22actual_time - Float - Actual Time (in Hours) - -
23column_break_20 - Column Break - - -
24actual_end_date - Date - Actual End Date - -
25section_break_26 - Section Break - - -
26estimated_costing - Currency - Estimated Costing - - -
Company:company:default_currency
-
27column_break_22 - Column Break - - -
28company - Link - Company - - - - - - -Company - - - -
29cost_center - Link - Default Cost Center - - - - - - -Cost Center - - - -
30project_details - Section Break - - - -
icon-money
-
31total_costing_amount - Currency - Total Costing Amount (via Time Logs) - -
32total_expense_claim - Currency - Total Expense Claim (via Expense Claims) - -
33column_break_28 - Column Break - - -
34total_billing_amount - Currency - Total Billing Amount (via Time Logs) - -
35total_purchase_cost - Currency - Total Purchase Cost (via Purchase Invoice) - -
36margin - Section Break - - -
37gross_margin - Currency - Gross Margin - - -
Company:company:default_currency
-
38column_break_37 - Column Break - - -
39per_gross_margin - Percent - Gross Margin % - -
- - -
-

Controller

-

erpnext.projects.doctype.project.project

- - - - - - - -

Class Project

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - __setup__ - (self) -

-

No docs

-
-
- - - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - get_tasks - (self) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

Load project tasks for quick view

-
-
- - - - - -

- - - sync_tasks - (self) -

-

sync tasks and remove table

-
-
- - - - - -

- - - update_costing - (self) -

-

No docs

-
-
- - - - - -

- - - update_percent_complete - (self) -

-

No docs

-
-
- - - - - -

- - - update_project - (self) -

-

No docs

-
-
- - - - - -

- - - update_purchase_costing - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_dates - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.projects.doctype.project.project.get_cost_center_name -

-

- - - erpnext.projects.doctype.project.project.get_cost_center_name - (project_name) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/projects/project_task.html b/erpnext/docs/current/models/projects/project_task.html deleted file mode 100644 index 64ff92b3c99..00000000000 --- a/erpnext/docs/current/models/projects/project_task.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabProject Task

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1title - Data - Title - -
2status - Select - Status - - -
Open
-Working
-Pending Review
-Closed
-Cancelled
-
3edit_task - Button - View Task - -
4column_break_3 - Column Break - - -
5start_date - Date - Start Date - -
6end_date - Date - End Date - -
7section_break_6 - Section Break - - -
8description - Text Editor - Description - -
9task_id - Link - Task ID - - - - - - -Task - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/projects/task.html b/erpnext/docs/current/models/projects/task.html deleted file mode 100644 index ca38d02ae27..00000000000 --- a/erpnext/docs/current/models/projects/task.html +++ /dev/null @@ -1,777 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabTask

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1subject - Data - Subject - -
2project - Link - Project - - - - - - -Project - - - -
3column_break0 - Column Break - - -
4status - Select - Status - - -
Open
-Working
-Pending Review
-Overdue
-Closed
-Cancelled
-
5priority - Select - Priority - - -
Low
-Medium
-High
-Urgent
-
6section_break_10 - Section Break - - -
7exp_start_date - Date - Expected Start Date - -
8expected_time - Float - Expected Time (in hours) - -
9column_break_11 - Column Break - - -
10exp_end_date - Date - Expected End Date - -
11section_break0 - Section Break - - - -
Simple
-
12description - Text Editor - Details - -
13section_break - Section Break - Depends On - -
14depends_on - Table - depends_on - - - - - - -Task Depends On - - - -
15actual - Section Break - - -
16act_start_date - Date - Actual Start Date (via Time Logs) - -
17actual_time - Float - Actual Time (in hours) - -
18column_break_15 - Column Break - - -
19act_end_date - Date - Actual End Date (via Time Logs) - -
20section_break_17 - Section Break - - -
21total_costing_amount - Currency - Total Costing Amount (via Time Logs) - - -
Company:company:default_currency
-
22total_expense_claim - Currency - Total Expense Claim (via Expense Claim) - - -
Company:company:default_currency
-
23column_break_20 - Column Break - - -
24total_billing_amount - Currency - Total Billing Amount (via Time Logs) - -
25more_details - Section Break - - -
26review_date - Date - Review Date - -
27closing_date - Date - Closing Date - -
28column_break_22 - Column Break - - -
29company - Link - Company - - - - - - -Company - - - -
- - -
-

Controller

-

erpnext.projects.doctype.task.task

- - - - - - - -

Class CircularReferenceError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class Task

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - check_recursion - (self) -

-

No docs

-
-
- - - - - -

- - - get_customer_details - (self) -

-

No docs

-
-
- - - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - get_project_details - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - reschedule_dependent_tasks - (self) -

-

No docs

-
-
- - - - - -

- - - update_project - (self) -

-

No docs

-
-
- - - - - -

- - - update_time_and_costing - (self) -

-

No docs

-
-
- - - - - -

- - - update_total_expense_claim - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_dates - (self) -

-

No docs

-
-
- - - - - -

- - - validate_status - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.projects.doctype.task.task.get_events -

-

- - - erpnext.projects.doctype.task.task.get_events - (start, end, filters=None) -

-

Returns events for Gantt / Calendar view rendering.

- -

Parameters:

- - -
-
- - - - - - - -

- - - erpnext.projects.doctype.task.task.get_project - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.projects.doctype.task.task.set_multiple_status -

-

- - - erpnext.projects.doctype.task.task.set_multiple_status - (names, status) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.projects.doctype.task.task.set_tasks_as_overdue - () -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/projects/task_depends_on.html b/erpnext/docs/current/models/projects/task_depends_on.html deleted file mode 100644 index 0321b4b579b..00000000000 --- a/erpnext/docs/current/models/projects/task_depends_on.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabTask Depends On

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1task - Link - Task - - - - - - -Task - - - -
2column_break_2 - Column Break - - -
3subject - Text - Subject - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/projects/time_log.html b/erpnext/docs/current/models/projects/time_log.html deleted file mode 100644 index b37e0b54cbf..00000000000 --- a/erpnext/docs/current/models/projects/time_log.html +++ /dev/null @@ -1,1095 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabTime Log

- - -Log of Activities performed by users against Tasks that can be used for tracking time, billing. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1activity_type - Link - Activity Type - - - - - - -Activity Type - - - -
2naming_series - Select - Series - - -
TL-
-
3project - Link - Project - - - - - - -Project - - - -
4task - Link - Task - - - - - - -Task - - - -
5status - Select - Status - - -
Draft
-Submitted
-Batched for Billing
-Billed
-Cancelled
-
6column_break_2 - Column Break - - -
7from_time - Datetime - From Time - -
8hours - Float - Hours - -
9to_time - Datetime - To Time - -
10billable - Check - Billable - -
11section_break_7 - Section Break - - -
12note - Text Editor - Note - -
13section_break_12 - Section Break - - -
14user - Link - User - - - - - - -User - - - -
15employee - Link - Employee - - - - - - -Employee - - - -
16column_break_3 - Column Break - - -
17for_manufacturing - Check - For Manufacturing - -
18section_break_11 - Section Break - - -
19production_order - Link - Production Order - - - - - - -Production Order - - - -
20operation - Link - Operation - - - - - - -Operation - - - -
21operation_id - Data - Operation ID - -
22column_break_14 - Column Break - - -
23workstation - Link - Workstation - - - - - - -Workstation - - - -
24completed_qty - Float - Completed Qty -

- Operation completed for how many finished goods?

-
25section_break_24 - Section Break - - -
26costing_rate - Currency - Costing Rate based on Activity Type (per hour) - -
27costing_amount - Currency - Costing Amount - -
28column_break_25 - Column Break - - -
29billing_rate - Currency - Billing Rate based on Activity Type (per hour) - -
30additional_cost - Currency - Additional Cost - -
31billing_amount - Currency - Billing Amount -

- Will be updated only if Time Log is 'Billable'

-
32section_break_29 - Section Break - - -
33time_log_batch - Link - Time Log Batch -

- Will be updated when batched.

-
- - - - -Time Log Batch - - - -
34sales_invoice - Link - Sales Invoice -

- Will be updated when billed.

-
- - - - -Sales Invoice - - - -
35amended_from - Link - Amended From - - - - - - -Time Log - - - -
36title - Data - Title - -
- - -
-

Controller

-

erpnext.projects.doctype.time_log.time_log

- - - - - - - -

Class NegativeHoursError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class NotSubmittedError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class OverProductionLoggedError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class OverlapError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class TimeLog

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - before_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - before_update_after_submit - (self) -

-

No docs

-
-
- - - - - -

- - - calculate_total_hours - (self) -

-

No docs

-
-
- - - - - -

- - - check_workstation_timings - (self) -

-

Checks if Time Log is between operating hours of the Workstation.

-
-
- - - - - -

- - - get_operation_start_end_time - (self) -

-

Returns Min From and Max To Dates of Time Logs against a specific Operation.

-
-
- - - - - -

- - - get_overlap_for - (self, fieldname) -

-

No docs

-
-
- - - - - -

- - - get_time_log_summary - (self) -

-

Returns 'Actual Operating Time'.

-
-
- - - - - -

- - - move_to_next_day - (self) -

-

Move start and end time one day forward

-
-
- - - - - -

- - - move_to_next_non_overlapping_slot - (self) -

-

If in overlap, set start as the end point of the overlapping time log

-
-
- - - - - -

- - - move_to_next_working_slot - (self) -

-

Move to next working slot from workstation

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - set_project_if_missing - (self) -

-

Set project if task is set

-
-
- - - - - -

- - - set_status - (self) -

-

No docs

-
-
- - - - - -

- - - set_title - (self) -

-

Set default title for the Time Log

-
-
- - - - - -

- - - update_cost - (self) -

-

No docs

-
-
- - - - - -

- - - update_production_order - (self) -

-

Updates start_date, end_date, status for operation in Production Order.

-
-
- - - - - -

- - - update_task_and_project - (self) -

-

Update costing rate in Task or Project if either is set

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_manufacturing - (self) -

-

No docs

-
-
- - - - - -

- - - validate_overlap - (self) -

-

Checks if 'Time Log' entries overlap for a user, workstation.

-
-
- - - - - -

- - - validate_overlap_for - (self, fieldname) -

-

No docs

-
-
- - - - - -

- - - validate_production_order - (self) -

-

Throws 'NotSubmittedError' if production order is not submitted.

-
-
- - - - - -

- - - validate_time_log_for - (self) -

-

No docs

-
-
- - - - - -

- - - validate_timings - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.projects.doctype.time_log.time_log.get_activity_cost -

-

- - - erpnext.projects.doctype.time_log.time_log.get_activity_cost - (employee=None, activity_type=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.projects.doctype.time_log.time_log.get_events -

-

- - - erpnext.projects.doctype.time_log.time_log.get_events - (start, end, filters=None) -

-

Returns events for Gantt / Calendar view rendering.

- -

Parameters:

- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/projects/time_log_batch.html b/erpnext/docs/current/models/projects/time_log_batch.html deleted file mode 100644 index 1b06117c77c..00000000000 --- a/erpnext/docs/current/models/projects/time_log_batch.html +++ /dev/null @@ -1,406 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabTime Log Batch

- - -Batch Time Logs for Billing. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1naming_series - Select - Series - - -
TLB-
-
2status - Select - Status - - -
Draft
-Submitted
-Billed
-Cancelled
-
3column_break_3 - Column Break - - -
4sales_invoice - Link - Sales Invoice -

- Will be updated after Sales Invoice is Submitted.

-
- - - - -Sales Invoice - - - -
5section_break_5 - Section Break - - -
6time_logs - Table - Time Logs - - - - - - -Time Log Batch Detail - - - -
7section_break_8 - Section Break - - -
8total_hours - Float - Total Hours -

- updated via Time Logs

-
9column_break_10 - Column Break - - -
10total_billing_amount - Float - Total Billing Amount -

- updated via Time Logs

-
11amended_from - Link - Amended From - - - - - - -Time Log Batch - - - -
- - -
-

Controller

-

erpnext.projects.doctype.time_log_batch.time_log_batch

- - - - - - - -

Class TimeLogBatch

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - before_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - before_update_after_submit - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - set_status - (self) -

-

No docs

-
-
- - - - - -

- - - update_status - (self, time_log_batch) -

-

No docs

-
-
- - - - - -

- - - update_time_log_values - (self, d, tl) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_time_log_is_submitted - (self, tl) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.projects.doctype.time_log_batch.time_log_batch.make_sales_invoice -

-

- - - erpnext.projects.doctype.time_log_batch.time_log_batch.make_sales_invoice - (source_name, target=None) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/projects/time_log_batch_detail.html b/erpnext/docs/current/models/projects/time_log_batch_detail.html deleted file mode 100644 index d76c6468d37..00000000000 --- a/erpnext/docs/current/models/projects/time_log_batch_detail.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabTime Log Batch Detail

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1time_log - Link - Time Log - - - - - - -Time Log - - - -
2hours - Float - Hours - -
3section_break_3 - Column Break - - -
4activity_type - Data - Activity Type - -
5billing_amount - Float - Billing Amount - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/campaign.html b/erpnext/docs/current/models/selling/campaign.html deleted file mode 100644 index 82a1eb07366..00000000000 --- a/erpnext/docs/current/models/selling/campaign.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabCampaign

- - -Keep Track of Sales Campaigns. Keep track of Leads, Quotations, Sales Order etc from Campaigns to gauge Return on Investment. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1campaign - Section Break - Campaign - -
2campaign_name - Data - Campaign Name - -
3naming_series - Select - Naming Series - - -
Campaign-.####
-
4description - Text - Description - -
- - -
-

Controller

-

erpnext.selling.doctype.campaign.campaign

- - - - - - - -

Class Campaign

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - autoname - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/customer.html b/erpnext/docs/current/models/selling/customer.html deleted file mode 100644 index c73547ad982..00000000000 --- a/erpnext/docs/current/models/selling/customer.html +++ /dev/null @@ -1,1087 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabCustomer

- - -Buyer of Goods and Services. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1basic_info - Section Break - - - -
icon-user
-
2naming_series - Select - Series - - -
CUST-
-
3customer_name - Data - Full Name - -
4customer_type - Select - Type - - -
-Company
-Individual
-
5lead_name - Link - From Lead - - - - - - -Lead - - - -
6column_break0 - Column Break - - -
7customer_group - Link - Customer Group - - - - - - -Customer Group - - - -
8territory - Link - Territory - - - - - - -Territory - - - -
9tax_id - Data - Tax ID - -
10disabled - Check - Disabled - -
11currency_and_price_list - Section Break - - -
12default_currency - Link - Billing Currency - - - - - - -Currency - - - -
13default_price_list - Link - Default Price List - - - - - - -Price List - - - -
14address_contacts - Section Break - Address and Contact - - -
icon-map-marker
-
15address_html - HTML - Address HTML - -
16column_break1 - Column Break - - -
17contact_html - HTML - Contact HTML - -
18default_receivable_accounts - Section Break - Default Receivable Accounts - -
19accounts - Table - Accounts -

- Mention if non-standard receivable account

-
- - - - -Party Account - - - -
20column_break2 - Section Break - Credit Limit - -
21credit_days_based_on - Select - Credit Days Based On - - -
-Fixed Days
-Last Day of the Next Month
-
22credit_days - Int - Credit Days - -
23credit_limit - Currency - Credit Limit - -
24more_info - Section Break - More Information - - -
icon-file-text
-
25customer_details - Text - Customer Details -

- Additional information regarding the customer.

-
26website - Data - Website - -
27is_frozen - Check - Is Frozen - -
28sales_team_section_break - Section Break - Sales Partner and Commission - - -
icon-group
-
29default_sales_partner - Link - Sales Partner - - - - - - -Sales Partner - - - -
30default_commission_rate - Float - Commission Rate - -
31sales_team_section - Section Break - Sales Team - -
32sales_team - Table - Sales Team Details - - - - - - -Sales Team - - - -
- - -
-

Controller

-

erpnext.selling.doctype.customer.customer

- - - - - - - -

Class Customer

- -

Inherits from erpnext.utilities.transaction_base.TransactionBase - -

-
-
- - - - -

- - - after_rename - (self, olddn, newdn, merge=False) -

-

No docs

-
-
- - - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - create_lead_address_contact - (self) -

-

No docs

-
-
- - - - - -

- - - delete_customer_address - (self) -

-

No docs

-
-
- - - - - -

- - - delete_customer_contact - (self) -

-

No docs

-
-
- - - - - -

- - - get_customer_name - (self) -

-

No docs

-
-
- - - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

Load address and contacts in __onload

-
-
- - - - - -

- - - update_address - (self) -

-

No docs

-
-
- - - - - -

- - - update_contact - (self) -

-

No docs

-
-
- - - - - -

- - - update_customer_address - (self, newdn, set_field) -

-

No docs

-
-
- - - - - -

- - - update_lead_status - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_name_with_customer_group - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.selling.doctype.customer.customer.check_credit_limit - (customer, company) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.selling.doctype.customer.customer.get_credit_limit - (customer, company) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.selling.doctype.customer.customer.get_customer_list - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.selling.doctype.customer.customer.get_customer_outstanding - (customer, company) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.selling.doctype.customer.customer.get_dashboard_info -

-

- - - erpnext.selling.doctype.customer.customer.get_dashboard_info - (customer) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/index.html b/erpnext/docs/current/models/selling/index.html deleted file mode 100644 index 996d15c1003..00000000000 --- a/erpnext/docs/current/models/selling/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

DocTypes for selling

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/index.txt b/erpnext/docs/current/models/selling/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/selling/industry_type.html b/erpnext/docs/current/models/selling/industry_type.html deleted file mode 100644 index a9e24b42335..00000000000 --- a/erpnext/docs/current/models/selling/industry_type.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabIndustry Type

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1industry - Data - Industry - -
- - -
-

Controller

-

erpnext.selling.doctype.industry_type.industry_type

- - - - - - - -

Class IndustryType

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/installation_note.html b/erpnext/docs/current/models/selling/installation_note.html deleted file mode 100644 index acb76e32f84..00000000000 --- a/erpnext/docs/current/models/selling/installation_note.html +++ /dev/null @@ -1,622 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabInstallation Note

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1installation_note - Section Break - Installation Note - -
2column_break0 - Column Break - - -
3naming_series - Select - Series - - -
IN-
-
4customer - Link - Customer - - - - - - -Customer - - - -
5customer_address - Link - Customer Address - - - - - - -Address - - - -
6contact_person - Link - Contact Person - - - - - - -Contact - - - -
7customer_name - Data - Name - -
8address_display - Small Text - Address - -
9contact_display - Small Text - Contact - -
10contact_mobile - Small Text - Mobile No - -
11contact_email - Small Text - Contact Email - -
12territory - Link - Territory - - - - - - -Territory - - - -
13customer_group - Link - Customer Group - - - - - - -Customer Group - - - -
14column_break1 - Column Break - - -
15inst_date - Date - Installation Date - -
16inst_time - Time - Installation Time - -
17status - Select - Status - - -
Draft
-Submitted
-Cancelled
-
18company - Link - Company - - - - - - -Company - - - -
19fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
20amended_from - Link - Amended From - - - - - - -Installation Note - - - -
21remarks - Small Text - Remarks - -
22item_details - Section Break - - - -
Simple
-
23items - Table - Items - - - - - - -Installation Note Item - - - -
- - -
-

Controller

-

erpnext.selling.doctype.installation_note.installation_note

- - - - - - - -

Class InstallationNote

- -

Inherits from erpnext.utilities.transaction_base.TransactionBase - -

-
-
- - - - -

- - - __init__ - (self, arg1, arg2=None) -

-

No docs

-
-
- - - - - -

- - - check_item_table - (self) -

-

No docs

-
-
- - - - - -

- - - get_prevdoc_serial_no - (self, prevdoc_detail_docname) -

-

No docs

-
-
- - - - - -

- - - is_serial_no_added - (self, item_code, serial_no) -

-

No docs

-
-
- - - - - -

- - - is_serial_no_exist - (self, item_code, serial_no) -

-

No docs

-
-
- - - - - -

- - - is_serial_no_match - (self, cur_s_no, prevdoc_s_no, prevdoc_docname) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_installation_date - (self) -

-

No docs

-
-
- - - - - -

- - - validate_serial_no - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/installation_note_item.html b/erpnext/docs/current/models/selling/installation_note_item.html deleted file mode 100644 index 2bec3d699dc..00000000000 --- a/erpnext/docs/current/models/selling/installation_note_item.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabInstallation Note Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2description - Data - Description - -
3serial_no - Small Text - Serial No - -
4prevdoc_detail_docname - Data - Against Document Detail No - -
5prevdoc_docname - Data - Against Document No - -
6prevdoc_doctype - Data - Document Type - -
7qty - Float - Installed Qty - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/product_bundle.html b/erpnext/docs/current/models/selling/product_bundle.html deleted file mode 100644 index 6544ad36782..00000000000 --- a/erpnext/docs/current/models/selling/product_bundle.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabProduct Bundle

- - -Aggregate group of **Items** into another **Item**. This is useful if you are bundling a certain **Items** into a package and you maintain stock of the packed **Items** and not the aggregate **Item**. - -The package **Item** will have "Is Stock Item" as "No" and "Is Sales Item" as "Yes". - -For Example: If you are selling Laptops and Backpacks separately and have a special price if the customer buys both, then the Laptop + Backpack will be a new Product Bundle Item. - -Note: BOM = Bill of Materials - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1basic_section - Section Break - - -
2new_item_code - Link - Parent Item - - - - - - -Item - - - -
3item_section - Section Break - -

- List items that form the package.

-
4items - Table - Items - - - - - - -Product Bundle Item - - - -
- - -
-

Controller

-

erpnext.selling.doctype.product_bundle.product_bundle

- - - - - - - -

Class ProductBundle

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_main_item - (self) -

-

Validates, main Item is not a stock item

-
-
- - -
-
- - - - - - - -

- - - erpnext.selling.doctype.product_bundle.product_bundle.get_new_item_code - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/product_bundle_item.html b/erpnext/docs/current/models/selling/product_bundle_item.html deleted file mode 100644 index f3528e0101c..00000000000 --- a/erpnext/docs/current/models/selling/product_bundle_item.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabProduct Bundle Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item - - - - - - -Item - - - -
2qty - Float - Qty - -
3description - Text Editor - Description - -
4rate - Float - Rate - -
5uom - Link - UOM - - - - - - -UOM - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/quotation.html b/erpnext/docs/current/models/selling/quotation.html deleted file mode 100644 index 145e4dbf083..00000000000 --- a/erpnext/docs/current/models/selling/quotation.html +++ /dev/null @@ -1,1514 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabQuotation

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1customer_section - Section Break - - - -
icon-user
-
2column_break0 - Column Break - - -
3title - Data - Title - -
4naming_series - Select - Series - - -
QTN-
-
5quotation_to - Select - Quotation To - - -
-Lead
-Customer
-
6customer - Link - Customer - - - - - - -Customer - - - -
7lead - Link - Lead - - - - - - -Lead - - - -
8customer_name - Data - Customer / Lead Name - -
9address_display - Small Text - Address - -
10contact_display - Small Text - Contact - -
11contact_mobile - Small Text - Mobile No - -
12contact_email - Small Text - Contact Email - -
13column_break1 - Column Break - - -
14amended_from - Link - Amended From - - - - - - -Quotation - - - -
15company - Link - Company - - - - - - -Company - - - -
16transaction_date - Date - Date - -
17order_type - Select - Order Type - - -
-Sales
-Maintenance
-Shopping Cart
-
18currency_and_price_list - Section Break - Currency and Price List - - -
icon-tag
-
19currency - Link - Currency - - - - - - -Currency - - - -
20conversion_rate - Float - Exchange Rate -

- Rate at which customer's currency is converted to company's base currency

-
21column_break2 - Column Break - - -
22selling_price_list - Link - Price List - - - - - - -Price List - - - -
23price_list_currency - Link - Price List Currency - - - - - - -Currency - - - -
24plc_conversion_rate - Float - Price List Exchange Rate -

- Rate at which Price list currency is converted to company's base currency

-
25ignore_pricing_rule - Check - Ignore Pricing Rule - -
26items_section - Section Break - - - -
icon-shopping-cart
-
27items - Table - Items - - - - - - -Quotation Item - - - -
28sec_break23 - Section Break - - -
29base_total - Currency - Total (Company Currency) - - -
Company:company:default_currency
-
30base_net_total - Currency - Net Total (Company Currency) - - -
Company:company:default_currency
-
31column_break_28 - Column Break - - -
32total - Currency - Total - - -
currency
-
33net_total - Currency - Net Total - - -
currency
-
34taxes_section - Section Break - Taxes and Charges - - -
icon-money
-
35taxes_and_charges - Link - Taxes and Charges - - - - - - -Sales Taxes and Charges Template - - - -
36column_break_34 - Column Break - - -
37shipping_rule - Link - Shipping Rule - - - - - - -Shipping Rule - - - -
38section_break_36 - Section Break - - -
39taxes - Table - Sales Taxes and Charges - - - - - - -Sales Taxes and Charges - - - -
40other_charges_calculation - HTML - Taxes and Charges Calculation - -
41section_break_39 - Section Break - - -
42base_total_taxes_and_charges - Currency - Total Taxes and Charges (Company Currency) - - -
Company:company:default_currency
-
43column_break_42 - Column Break - - -
44total_taxes_and_charges - Currency - Total Taxes and Charges - - -
currency
-
45section_break_44 - Section Break - Additional Discount - -
46apply_discount_on - Select - Apply Additional Discount On - - -
-Grand Total
-Net Total
-
47base_discount_amount - Currency - Additional Discount Amount (Company Currency) - - -
Company:company:default_currency
-
48column_break_46 - Column Break - - -
49additional_discount_percentage - Float - Additional Discount Percentage - -
50discount_amount - Currency - Additional Discount Amount - - -
currency
-
51totals - Section Break - - - -
icon-money
-
52base_grand_total - Currency - Grand Total (Company Currency) - - -
Company:company:default_currency
-
53base_rounded_total - Currency - Rounded Total (Company Currency) - - -
Company:company:default_currency
-
54base_in_words - Data - In Words (Company Currency) -

- In Words will be visible once you save the Quotation.

-
55column_break3 - Column Break - - -
56grand_total - Currency - Grand Total - - -
currency
-
57rounded_total - Currency - Rounded Total - - -
currency
-
58in_words - Data - In Words - -
59terms_section_break - Section Break - Terms and Conditions - - -
icon-legal
-
60tc_name - Link - Terms - - - - - - -Terms and Conditions - - - -
61terms - Text Editor - Term Details - -
62contact_section - Section Break - Contact Details - - -
icon-bullhorn
-
63territory - Link - Territory - - - - - - -Territory - - - -
64customer_group - Link - Customer Group - - - - - - -Customer Group - - - -
65shipping_address_name - Link - Shipping Address - - - - - - -Address - - - -
66shipping_address - Small Text - Shipping Address - -
67col_break98 - Column Break - - -
68customer_address - Link - Customer Address - - - - - - -Address - - - -
69contact_person - Link - Contact Person - - - - - - -Contact - - - -
70print_settings - Section Break - Print Settings - -
71letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
72select_print_heading - Link - Print Heading - - - - - - -Print Heading - - - -
73more_info - Section Break - More Information - - -
icon-file-text
-
74campaign - Link - Campaign - - - - - - -Campaign - - - -
75source - Select - Source - - -
-Existing Customer
-Reference
-Advertisement
-Cold Calling
-Exhibition
-Supplier Reference
-Mass Mailing
-Customer's Vendor
-Campaign
-
76order_lost_reason - Small Text - Quotation Lost Reason - -
77column_break4 - Column Break - - -
78status - Select - Status - - -
Draft
-Submitted
-Ordered
-Lost
-Cancelled
-Open
-Replied
-
79fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
80enq_det - Text - Opportunity Item - -
- - -
-

Controller

-

erpnext.selling.doctype.quotation.quotation

- - - - - - - -

Class Quotation

- -

Inherits from erpnext.controllers.selling_controller.SellingController - -

-
-
- - - - -

- - - check_item_table - (self) -

-

No docs

-
-
- - - - - -

- - - declare_order_lost - (self, arg) -

-

No docs

-
-
- - - - - -

- - - has_sales_order - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - print_other_charges - (self, docname) -

-

No docs

-
-
- - - - - -

- - - update_opportunity - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_order_type - (self) -

-

No docs

-
-
- - - - - -

- - - validate_quotation_to - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.selling.doctype.quotation.quotation._make_customer - (source_name, ignore_permissions=False) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.selling.doctype.quotation.quotation._make_sales_order - (source_name, target_doc=None, ignore_permissions=False) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.selling.doctype.quotation.quotation.make_sales_order -

-

- - - erpnext.selling.doctype.quotation.quotation.make_sales_order - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/quotation_item.html b/erpnext/docs/current/models/selling/quotation_item.html deleted file mode 100644 index 84fc3b8026a..00000000000 --- a/erpnext/docs/current/models/selling/quotation_item.html +++ /dev/null @@ -1,557 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabQuotation Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2customer_item_code - Data - Customer's Item Code - -
3col_break1 - Column Break - - -
4item_name - Data - Item Name - -
5section_break_5 - Section Break - - -
6description - Text Editor - Description - -
7column_break_7 - Column Break - - -
8image - Attach - Image - -
9image_view - Image - Image View - - -
image
-
10quantity_and_rate - Section Break - Quantity and Rate - -
11qty - Float - Quantity - -
12price_list_rate - Currency - Price List Rate - - -
currency
-
13discount_percentage - Percent - Discount on Price List Rate (%) - -
14col_break2 - Column Break - - -
15stock_uom - Link - UOM - - - - - - -UOM - - - -
16base_price_list_rate - Currency - Price List Rate (Company Currency) - - -
Company:company:default_currency
-
17section_break1 - Section Break - - -
18rate - Currency - Rate - - -
currency
-
19net_rate - Currency - Net Rate - -
20amount - Currency - Amount - - -
currency
-
21net_amount - Currency - Net Amount - - -
currency
-
22col_break3 - Column Break - - -
23base_rate - Currency - Rate (Company Currency) - - -
Company:company:default_currency
-
24base_net_rate - Currency - Net Rate (Company Currency) - -
25base_amount - Currency - Amount (Company Currency) - - -
Company:company:default_currency
-
26base_net_amount - Currency - Net Amount (Company Currency) - - -
Company:company:default_currency
-
27pricing_rule - Link - Pricing Rule - - - - - - -Pricing Rule - - - -
28reference - Section Break - Reference - -
29prevdoc_doctype - Link - Against Doctype - - - - - - -DocType - - - -
30prevdoc_docname - Dynamic Link - Against Docname - - -
prevdoc_doctype
-
31item_tax_rate - Small Text - Item Tax Rate - -
32col_break4 - Column Break - - -
33page_break - Check - Page Break - -
34item_group - Link - Item Group - - - - - - -Item Group - - - -
35brand - Link - Brand - - - - - - -Brand - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/sales_order.html b/erpnext/docs/current/models/selling/sales_order.html deleted file mode 100644 index 59cfd8febc9..00000000000 --- a/erpnext/docs/current/models/selling/sales_order.html +++ /dev/null @@ -1,2440 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabSales Order

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1customer_section - Section Break - - - -
icon-user
-
2column_break0 - Column Break - - -
3title - Data - Title - -
4naming_series - Select - Series - - -
SO-
-
5customer - Link - Customer - - - - - - -Customer - - - -
6customer_name - Data - Customer Name - -
7address_display - Small Text - Address - -
8contact_display - Small Text - Contact - -
9contact_mobile - Small Text - Mobile No - -
10contact_email - Small Text - Contact Email - -
11order_type - Select - Order Type - - -
-Sales
-Maintenance
-Shopping Cart
-
12column_break1 - Column Break - - -
13amended_from - Link - Amended From - - - - - - -Sales Order - - - -
14company - Link - Company - - - - - - -Company - - - -
15transaction_date - Date - Date - -
16delivery_date - Date - Delivery Date - -
17po_no - Data - Customer's Purchase Order - -
18po_date - Date - Customer's Purchase Order Date - -
19shipping_address_name - Link - Shipping Address Name - - - - - - -Address - - - -
20shipping_address - Small Text - Shipping Address - -
21currency_and_price_list - Section Break - Currency and Price List - - -
icon-tag
-
22currency - Link - Currency - - - - - - -Currency - - - -
23conversion_rate - Float - Exchange Rate -

- Rate at which customer's currency is converted to company's base currency

-
24column_break2 - Column Break - - -
25selling_price_list - Link - Price List - - - - - - -Price List - - - -
26price_list_currency - Link - Price List Currency - - - - - - -Currency - - - -
27plc_conversion_rate - Float - Price List Exchange Rate -

- Rate at which Price list currency is converted to company's base currency

-
28ignore_pricing_rule - Check - Ignore Pricing Rule - -
29items_section - Section Break - - - -
icon-shopping-cart
-
30items - Table - Items - - - - - - -Sales Order Item - - - -
31section_break_31 - Section Break - - -
32column_break_33a - Column Break - - -
33base_total - Currency - Total (Company Currency) - - -
Company:company:default_currency
-
34base_net_total - Currency - Net Total (Company Currency) - - -
Company:company:default_currency
-
35column_break_33 - Column Break - - -
36total - Currency - Total - - -
currency
-
37net_total - Currency - Net Total - - -
currency
-
38taxes_section - Section Break - Taxes and Charges - - -
icon-money
-
39taxes_and_charges - Link - Taxes and Charges - - - - - - -Sales Taxes and Charges Template - - - -
40column_break_38 - Column Break - - -
41shipping_rule - Link - Shipping Rule - - - - - - -Shipping Rule - - - -
42section_break_40 - Section Break - - -
43taxes - Table - Sales Taxes and Charges - - - - - - -Sales Taxes and Charges - - - -
44other_charges_calculation - HTML - Taxes and Charges Calculation - -
45section_break_43 - Section Break - - -
46base_total_taxes_and_charges - Currency - Total Taxes and Charges (Company Currency) - - -
Company:company:default_currency
-
47column_break_46 - Column Break - - -
48total_taxes_and_charges - Currency - Total Taxes and Charges - - -
currency
-
49section_break_48 - Section Break - Additional Discount - -
50apply_discount_on - Select - Apply Additional Discount On - - -
-Grand Total
-Net Total
-
51base_discount_amount - Currency - Additional Discount Amount (Company Currency) - - -
Company:company:default_currency
-
52column_break_50 - Column Break - - -
53additional_discount_percentage - Float - Additional Discount Percentage - -
54discount_amount - Currency - Additional Discount Amount - - -
currency
-
55totals - Section Break - - - -
icon-money
-
56base_grand_total - Currency - Grand Total (Company Currency) - - -
Company:company:default_currency
-
57base_rounded_total - Currency - Rounded Total (Company Currency) - - -
Company:company:default_currency
-
58base_in_words - Data - In Words (Company Currency) -

- In Words will be visible once you save the Sales Order.

-
59column_break3 - Column Break - - -
60grand_total - Currency - Grand Total - - -
currency
-
61rounded_total - Currency - Rounded Total - - -
currency
-
62in_words - Data - In Words - -
63advance_paid - Currency - Advance Paid - - -
party_account_currency
-
64packing_list - Section Break - Packing List - - -
icon-suitcase
-
65packed_items - Table - Packed Items - - - - - - -Packed Item - - - -
66terms_section_break - Section Break - Terms and Conditions - - -
icon-legal
-
67tc_name - Link - Terms - - - - - - -Terms and Conditions - - - -
68terms - Text Editor - Terms and Conditions Details - -
69contact_info - Section Break - Contact Details - - -
icon-bullhorn
-
70col_break45 - Column Break - - -
71territory - Link - Territory - - - - - - -Territory - - - -
72customer_group - Link - Customer Group - - - - - - -Customer Group - - - -
73col_break46 - Column Break - - -
74customer_address - Link - Customer Address - - - - - - -Address - - - -
75contact_person - Link - Contact Person - - - - - - -Contact - - - -
76more_info - Section Break - More Information - - -
icon-file-text
-
77project_name - Link - Project Name -

- Track this Sales Order against any Project

-
- - - - -Project - - - -
78fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
79party_account_currency - Link - Party Account Currency - - - - - - -Currency - - - -
80column_break_77 - Column Break - - -
81source - Select - Source - - -
-Existing Customer
-Reference
-Advertisement
-Cold Calling
-Exhibition
-Supplier Reference
-Mass Mailing
-Customer's Vendor
-Campaign
-
82campaign - Link - Campaign - - - - - - -Campaign - - - -
83printing_details - Section Break - Printing Details - -
84letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
85column_break4 - Column Break - - -
86select_print_heading - Link - Print Heading - - - - - - -Print Heading - - - -
87section_break_78 - Section Break - Billing and Delivery Status - -
88status - Select - Status - - -
-Draft
-To Deliver and Bill
-To Bill
-To Deliver
-Completed
-Stopped
-Cancelled
-Closed
-
89delivery_status - Select - Delivery Status - - -
Not Delivered
-Fully Delivered
-Partly Delivered
-Closed
-Not Applicable
-
90per_delivered - Percent - % Delivered -

- % of materials delivered against this Sales Order

-
91column_break_81 - Column Break - - -
92per_billed - Percent - % Amount Billed -

- % of materials billed against this Sales Order

-
93billing_status - Select - Billing Status - - -
Not Billed
-Fully Billed
-Partly Billed
-Closed
-
94sales_team_section_break - Section Break - Commission - - -
icon-group
-
95sales_partner - Link - Sales Partner - - - - - - -Sales Partner - - - -
96column_break7 - Column Break - - -
97commission_rate - Float - Commission Rate - -
98total_commission - Currency - Total Commission - - -
Company:company:default_currency
-
99section_break1 - Section Break - Sales Team - -
100sales_team - Table - Sales Team1 - - - - - - -Sales Team - - - -
101recurring_order - Section Break - Recurring Order - - -
icon-time
-
102is_recurring - Check - Is Recurring -

- Check if recurring order, uncheck to stop recurring or put proper End Date

-
103recurring_type - Select - Recurring Type -

- Select the period when the invoice will be generated automatically

-
-
-Monthly
-Quarterly
-Half-yearly
-Yearly
-
104from_date - Date - From Date -

- Start date of current order's period

-
105to_date - Date - To Date -

- End date of current order's period

-
106repeat_on_day_of_month - Int - Repeat on Day of Month -

- The day of the month on which auto order will be generated e.g. 05, 28 etc

-
107end_date - Date - End Date -

- The date on which recurring order will be stop

-
108column_break83 - Column Break - - -
109next_date - Date - Next Date -

- The date on which next invoice will be generated. It is generated on submit.

-
110recurring_id - Data - Recurring Id - -
111notification_email_address - Small Text - Notification Email Address -

- Enter email id separated by commas, order will be mailed automatically on particular date

-
112recurring_print_format - Link - Recurring Print Format - - - - - - -Print Format - - - -
- - -
-

Controller

-

erpnext.selling.doctype.sales_order.sales_order

- - - - - - - -

Class SalesOrder

- -

Inherits from erpnext.controllers.selling_controller.SellingController - -

-
-
- - - - -

- - - before_update_after_submit - (self) -

-

No docs

-
-
- - - - - -

- - - check_credit_limit - (self) -

-

No docs

-
-
- - - - - -

- - - check_modified_date - (self) -

-

No docs

-
-
- - - - - -

- - - check_nextdoc_docstatus - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_recurring - (self, reference_doc) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - product_bundle_has_stock_item - (self, product_bundle) -

-

Returns true if product bundle has stock item

-
-
- - - - - -

- - - set_indicator - (self) -

-

Set indicator for portal

-
-
- - - - - -

- - - update_delivery_status - (self) -

-

Update delivery status from Purchase Order for drop shipping

-
-
- - - - - -

- - - update_enquiry_status - (self, prevdoc, flag) -

-

No docs

-
-
- - - - - -

- - - update_prevdoc_status - (self, flag) -

-

No docs

-
-
- - - - - -

- - - update_reserved_qty - (self, so_item_rows=None) -

-

update requested qty (before ordered_qty is updated)

-
-
- - - - - -

- - - update_status - (self, status) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_delivery_date - (self) -

-

No docs

-
-
- - - - - -

- - - validate_drop_ship - (self) -

-

No docs

-
-
- - - - - -

- - - validate_for_items - (self) -

-

No docs

-
-
- - - - - -

- - - validate_mandatory - (self) -

-

No docs

-
-
- - - - - -

- - - validate_order_type - (self) -

-

No docs

-
-
- - - - - -

- - - validate_po - (self) -

-

No docs

-
-
- - - - - -

- - - validate_proj_cust - (self) -

-

No docs

-
-
- - - - - -

- - - validate_sales_mntc_quotation - (self) -

-

No docs

-
-
- - - - - -

- - - validate_supplier_after_submit - (self) -

-

Check that supplier is the same after submit if PO is already made

-
-
- - - - - -

- - - validate_warehouse - (self) -

-

No docs

-
-
- - - - - -

- - - validate_with_previous_doc - (self) -

-

No docs

-
-
- - -
-
- - - - - -

Class WarehouseRequired

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - -

Public API -
/api/method/erpnext.selling.doctype.sales_order.sales_order.get_events -

-

- - - erpnext.selling.doctype.sales_order.sales_order.get_events - (start, end, filters=None) -

-

Returns events for Gantt / Calendar view rendering.

- -

Parameters:

- - -
-
- - - - - - - -

- - - erpnext.selling.doctype.sales_order.sales_order.get_list_context - (context=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.selling.doctype.sales_order.sales_order.get_supplier -

-

- - - erpnext.selling.doctype.sales_order.sales_order.get_supplier - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.selling.doctype.sales_order.sales_order.make_delivery_note -

-

- - - erpnext.selling.doctype.sales_order.sales_order.make_delivery_note - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.selling.doctype.sales_order.sales_order.make_maintenance_schedule -

-

- - - erpnext.selling.doctype.sales_order.sales_order.make_maintenance_schedule - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.selling.doctype.sales_order.sales_order.make_maintenance_visit -

-

- - - erpnext.selling.doctype.sales_order.sales_order.make_maintenance_visit - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.selling.doctype.sales_order.sales_order.make_material_request -

-

- - - erpnext.selling.doctype.sales_order.sales_order.make_material_request - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.selling.doctype.sales_order.sales_order.make_purchase_order_for_drop_shipment -

-

- - - erpnext.selling.doctype.sales_order.sales_order.make_purchase_order_for_drop_shipment - (source_name, for_supplier, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.selling.doctype.sales_order.sales_order.make_sales_invoice -

-

- - - erpnext.selling.doctype.sales_order.sales_order.make_sales_invoice - (source_name, target_doc=None, ignore_permissions=False) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.selling.doctype.sales_order.sales_order.stop_or_unstop_sales_orders -

-

- - - erpnext.selling.doctype.sales_order.sales_order.stop_or_unstop_sales_orders - (names, status) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.selling.doctype.sales_order.sales_order.update_status -

-

- - - erpnext.selling.doctype.sales_order.sales_order.update_status - (status, name) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/sales_order_item.html b/erpnext/docs/current/models/selling/sales_order_item.html deleted file mode 100644 index c3a745fed09..00000000000 --- a/erpnext/docs/current/models/selling/sales_order_item.html +++ /dev/null @@ -1,771 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabSales Order Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2customer_item_code - Data - Customer's Item Code - -
3col_break1 - Column Break - - -
4item_name - Data - Item Name - -
5section_break_5 - Section Break - Description - -
6description - Text Editor - Description - -
7column_break_7 - Column Break - - -
8image - Attach - Image - -
9image_view - Image - Image View - - -
image
-
10quantity_and_rate - Section Break - Quantity and Rate - -
11qty - Float - Quantity - -
12price_list_rate - Currency - Price List Rate - - -
currency
-
13discount_percentage - Percent - Discount on Price List Rate (%) - -
14col_break2 - Column Break - - -
15stock_uom - Link - UOM - - - - - - -UOM - - - -
16base_price_list_rate - Currency - Price List Rate (Company Currency) - - -
Company:company:default_currency
-
17section_break_simple1 - Section Break - - -
18rate - Currency - Rate - - -
currency
-
19amount - Currency - Amount - - -
currency
-
20col_break3 - Column Break - - -
21base_rate - Currency - Basic Rate (Company Currency) - - -
Company:company:default_currency
-
22base_amount - Currency - Amount (Company Currency) - - -
Company:company:default_currency
-
23pricing_rule - Link - Pricing Rule - - - - - - -Pricing Rule - - - -
24section_break_24 - Section Break - - -
25net_rate - Currency - Net Rate - - -
currency
-
26net_amount - Currency - Net Amount - - -
currency
-
27column_break_27 - Column Break - - -
28base_net_rate - Currency - Net Rate (Company Currency) - - -
Company:company:default_currency
-
29base_net_amount - Currency - Net Amount (Company Currency) - - -
Company:company:default_currency
-
30drop_ship_section - Section Break - Drop Ship - -
31delivered_by_supplier - Check - Supplier delivers to Customer - -
32supplier - Link - Supplier - - - - - - -Supplier - - - -
33warehouse_and_reference - Section Break - Warehouse and Reference - -
34warehouse - Link - Delivery Warehouse - - - - - - -Warehouse - - - -
35target_warehouse - Link - Customer Warehouse (Optional) - - - - - - -Warehouse - - - -
36prevdoc_docname - Link - Quotation - - - - - - -Quotation - - - -
37brand - Link - Brand Name - - - - - - -Brand - - - -
38item_group - Link - Item Group - - - - - - -Item Group - - - -
39page_break - Check - Page Break - -
40col_break4 - Column Break - - -
41projected_qty - Float - Projected Qty - -
42actual_qty - Float - Actual Qty - -
43ordered_qty - Float - Ordered Qty - -
44delivered_qty - Float - Delivered Qty - -
45returned_qty - Float - Returned Qty - -
46billed_amt - Currency - Billed Amt - - -
currency
-
47planned_qty - Float - Planned Quantity -

- For Production

-
48produced_qty - Float - Produced Quantity -

- For Production

-
49item_tax_rate - Small Text - Item Tax Rate - -
50transaction_date - Date - Sales Order Date -

- Used for Production Plan

-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/sales_team.html b/erpnext/docs/current/models/selling/sales_team.html deleted file mode 100644 index 2e13caf2c90..00000000000 --- a/erpnext/docs/current/models/selling/sales_team.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabSales Team

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1sales_person - Link - Sales Person - - - - - - -Sales Person - - - -
2contact_no - Data - Contact No. - -
3col_break1 - Column Break - - -
4allocated_percentage - Float - Contribution (%) - -
5allocated_amount - Currency - Contribution to Net Total - - -
Company:company:default_currency
-
6incentives - Currency - Incentives - - -
Company:company:default_currency
-
7parenttype - Data - Parenttype - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/selling_settings.html b/erpnext/docs/current/models/selling/selling_settings.html deleted file mode 100644 index 1913cb63028..00000000000 --- a/erpnext/docs/current/models/selling/selling_settings.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - -Settings for Selling Module - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1cust_master_name - Select - Customer Naming By - - -
Customer Name
-Naming Series
-
2campaign_naming_by - Select - Campaign Naming By - - -
Campaign Name
-Naming Series
-
3customer_group - Link - Default Customer Group - - - - - - -Customer Group - - - -
4territory - Link - Default Territory - - - - - - -Territory - - - -
5selling_price_list - Link - Default Price List - - - - - - -Price List - - - -
6column_break_5 - Column Break - - -
7so_required - Select - Sales Order Required - - -
No
-Yes
-
8dn_required - Select - Delivery Note Required - - -
No
-Yes
-
9maintain_same_sales_rate - Check - Maintain Same Rate Throughout Sales Cycle - -
10editable_price_list_rate - Check - Allow user to edit Price List Rate in transactions - -
11allow_multiple_items - Check - Allow Item to be added multiple times in a transaction - -
12allow_against_multiple_purchase_orders - Check - Allow multiple Sales Orders against a Customer's Purchase Order - -
- - -
-

Controller

-

erpnext.selling.doctype.selling_settings.selling_settings

- - - - - - - -

Class SellingSettings

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/selling/sms_center.html b/erpnext/docs/current/models/selling/sms_center.html deleted file mode 100644 index 410e5b52a25..00000000000 --- a/erpnext/docs/current/models/selling/sms_center.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1column_break1 - Column Break - - -
2send_to - Select - Send To - - -
-All Contact
-All Customer Contact
-All Supplier Contact
-All Sales Partner Contact
-All Lead (Open)
-All Employee (Active)
-All Sales Person
-
3customer - Link - Customer - - - - - - -Customer - - - -
4supplier - Link - Supplier - - - - - - -Supplier - - - -
5sales_partner - Link - Sales Partner - - - - - - -Sales Partner - - - -
6department - Link - Department - - - - - - -Department - - - -
7branch - Link - Branch - - - - - - -Branch - - - -
8create_receiver_list - Button - Create Receiver List - - -
create_receiver_list
-
9receiver_list - Code - Receiver List - -
10column_break9 - Column Break - - -
11message - Text - Message -

- Messages greater than 160 characters will be split into multiple messages

-
12total_characters - Int - Total Characters - -
13total_messages - Int - Total Message(s) - -
14send_sms - Button - Send SMS - - -
send_sms
-
- - -
-

Controller

-

erpnext.selling.doctype.sms_center.sms_center

- - - - - - - -

Class SMSCenter

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - create_receiver_list - (self) -

-

No docs

-
-
- - - - - -

- - - get_receiver_nos - (self) -

-

No docs

-
-
- - - - - -

- - - send_sms - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/authorization_control.html b/erpnext/docs/current/models/setup/authorization_control.html deleted file mode 100644 index c9b44d4a811..00000000000 --- a/erpnext/docs/current/models/setup/authorization_control.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
- - -
-

Controller

-

erpnext.setup.doctype.authorization_control.authorization_control

- - - - - - - -

Class AuthorizationControl

- -

Inherits from erpnext.utilities.transaction_base.TransactionBase - -

-
-
- - - - -

- - - bifurcate_based_on_type - (self, doctype_name, total, av_dis, based_on, doc_obj, val, company) -

-

No docs

-
-
- - - - - -

- - - get_appr_user_role - (self, det, doctype_name, total, based_on, condition, item, company) -

-

No docs

-
-
- - - - - -

- - - get_approver_name - (self, doctype_name, total, doc_obj=) -

-

No docs

-
-
- - - - - -

- - - get_value_based_rule - (self, doctype_name, employee, total_claimed_amount, company) -

-

No docs

-
-
- - - - - -

- - - validate_approving_authority - (self, doctype_name, company, total, doc_obj=) -

-

No docs

-
-
- - - - - -

- - - validate_auth_rule - (self, doctype_name, total, based_on, cond, company, item=) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/authorization_rule.html b/erpnext/docs/current/models/setup/authorization_rule.html deleted file mode 100644 index 03aa1f0462d..00000000000 --- a/erpnext/docs/current/models/setup/authorization_rule.html +++ /dev/null @@ -1,418 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabAuthorization Rule

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1transaction - Select - Transaction - - -
-Sales Order
-Purchase Order
-Quotation
-Delivery Note
-Sales Invoice
-Purchase Invoice
-Purchase Receipt
-Appraisal
-
2based_on - Select - Based On - - -
-Grand Total
-Average Discount
-Customerwise Discount
-Itemwise Discount
-Not Applicable
-
3customer_or_item - Select - Customer or Item - - -
Customer
-Item
-
4master_name - Dynamic Link - Customer / Item Name - - -
customer_or_item
-
5column_break_3 - Column Break - - -
6company - Link - Company - - - - - - -Company - - - -
7section_break_17 - Section Break - - -
8value - Float - Authorized Value - -
9section_break_7 - Section Break - - -
10system_role - Link - Applicable To (Role) - - - - - - -Role - - - -
11to_emp - Link - Applicable To (Employee) - - - - - - -Employee - - - -
12column_break_10 - Column Break - - -
13system_user - Link - Applicable To (User) - - - - - - -User - - - -
14to_designation - Link - Applicable To (Designation) - - - - - - -Designation - - - -
15section_break_13 - Section Break - - -
16approving_role - Link - Approving Role (above authorized value) - - - - - - -Role - - - -
17column_break_15 - Column Break - - -
18approving_user - Link - Approving User (above authorized value) - - - - - - -User - - - -
- - -
-

Controller

-

erpnext.setup.doctype.authorization_rule.authorization_rule

- - - - - - - -

Class AuthorizationRule

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - check_duplicate_entry - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_rule - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/brand.html b/erpnext/docs/current/models/setup/brand.html deleted file mode 100644 index a52f2c1683a..00000000000 --- a/erpnext/docs/current/models/setup/brand.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabBrand

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1brand - Data - Brand Name - -
2description - Text - Description - -
- - -
-

Controller

-

erpnext.setup.doctype.brand.brand

- - - - - - - -

Class Brand

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/company.html b/erpnext/docs/current/models/setup/company.html deleted file mode 100644 index d8a5fe1368c..00000000000 --- a/erpnext/docs/current/models/setup/company.html +++ /dev/null @@ -1,1646 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabCompany

- - -Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1details - Section Break - - -
2company_name - Data - Company - -
3abbr - Data - Abbr - -
4change_abbr - Button - Change Abbreviation - -
5cb0 - Column Break - - -
6domain - Select - Domain - - -
Distribution
-Manufacturing
-Retail
-Services
-Education
-
7charts_section - Section Break - Default Values - -
8default_letter_head - Link - Default Letter Head - - - - - - -Letter Head - - - -
9default_holiday_list - Link - Default Holiday List - - - - - - -Holiday List - - - -
10country - Link - Country - - - - - - -Country - - - -
11column_break_10 - Column Break - - -
12default_currency - Link - Default Currency - - - - - - -Currency - - - -
13chart_of_accounts - Select - Chart of Accounts - -
14default_terms - Link - Default Terms - - - - - - -Terms and Conditions - - - -
15default_settings - Section Break - Accounts Settings - -
16default_bank_account - Link - Default Bank Account - - - - - - -Account - - - -
17default_cash_account - Link - Default Cash Account - - - - - - -Account - - - -
18default_receivable_account - Link - Default Receivable Account - - - - - - -Account - - - -
19round_off_account - Link - Round Off Account - - - - - - -Account - - - -
20column_break0 - Column Break - - -
21default_payable_account - Link - Default Payable Account - - - - - - -Account - - - -
22default_expense_account - Link - Default Cost of Goods Sold Account - - - - - - -Account - - - -
23default_income_account - Link - Default Income Account - - - - - - -Account - - - -
24round_off_cost_center - Link - Round Off Cost Center - - - - - - -Cost Center - - - -
25section_break_22 - Section Break - - -
26cost_center - Link - Cost Center - - - - - - -Cost Center - - - -
27credit_days_based_on - Select - Credit Days Based On - - -
-Fixed Days
-Last Day of the Next Month
-
28credit_days - Int - Credit Days - -
29credit_limit - Currency - Credit Limit - - -
default_currency
-
30column_break_26 - Column Break - - -
31yearly_bgt_flag - Select - If Yearly Budget Exceeded (for expense account) - - -
-Warn
-Ignore
-Stop
-
32monthly_bgt_flag - Select - If Monthly Budget Exceeded (for expense account) - - -
-Warn
-Ignore
-Stop
-
33auto_accounting_for_stock_settings - Section Break - Stock Settings - -
34stock_received_but_not_billed - Link - Stock Received But Not Billed - - - - - - -Account - - - -
35stock_adjustment_account - Link - Stock Adjustment Account - - - - - - -Account - - - -
36column_break_32 - Column Break - - -
37expenses_included_in_valuation - Link - Expenses Included In Valuation - - - - - - -Account - - - -
38company_info - Section Break - Company Info -

- For reference only.

-
39address - Small Text - Address - -
40column_break1 - Column Break - - -
41phone_no - Data - Phone No - - -
Phone
-
42fax - Data - Fax - - -
Phone
-
43email - Data - Email - - -
Email
-
44website - Data - Website - -
45registration_info - Section Break - - -
46registration_details - Code - Registration Details -

- Company registration numbers for your reference. Tax numbers etc.

-
47delete_company_transactions - Button - Delete Company Transactions - -
- - -
-

Controller

-

erpnext.setup.doctype.company.company

- - - - - - - -

Class Company

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - _set_default_account - (self, fieldname, account_type) -

-

No docs

-
-
- - - - - -

- - - abbreviate - (self) -

-

No docs

-
-
- - - - - -

- - - after_rename - (self, olddn, newdn, merge=False) -

-

No docs

-
-
- - - - - -

- - - before_rename - (self, olddn, newdn, merge=False) -

-

No docs

-
-
- - - - - -

- - - check_if_transactions_exist - (self) -

-

No docs

-
-
- - - - - -

- - - create_default_accounts - (self) -

-

No docs

-
-
- - - - - -

- - - create_default_cost_center - (self) -

-

No docs

-
-
- - - - - -

- - - create_default_warehouses - (self) -

-

No docs

-
-
- - - - - -

- - - install_country_fixtures - (self) -

-

No docs

-
-
- - - - - -

- - - on_trash - (self) -

-

Trash accounts and cost centers for this company if no gl entry exists

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

No docs

-
-
- - - - - -

- - - set_default_accounts - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_abbr - (self) -

-

No docs

-
-
- - - - - -

- - - validate_currency - (self) -

-

No docs

-
-
- - - - - -

- - - validate_default_accounts - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.setup.doctype.company.company.get_company_currency - (company) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.doctype.company.company.get_name_with_abbr - (name, company) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.setup.doctype.company.company.replace_abbr -

-

- - - erpnext.setup.doctype.company.company.replace_abbr - (company, old, new) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/currency_exchange.html b/erpnext/docs/current/models/setup/currency_exchange.html deleted file mode 100644 index fb70800cc6c..00000000000 --- a/erpnext/docs/current/models/setup/currency_exchange.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabCurrency Exchange

- - -Specify Exchange Rate to convert one currency into another - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1from_currency - Link - From Currency - - - - - - -Currency - - - -
2to_currency - Link - To Currency - - - - - - -Currency - - - -
3exchange_rate - Float - Exchange Rate - -
- - -
-

Controller

-

erpnext.setup.doctype.currency_exchange.currency_exchange

- - - - - - - -

Class CurrencyExchange

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/customer_group.html b/erpnext/docs/current/models/setup/customer_group.html deleted file mode 100644 index 80bc8034344..00000000000 --- a/erpnext/docs/current/models/setup/customer_group.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabCustomer Group

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1customer_group_name - Data - Customer Group Name - -
2parent_customer_group - Link - Parent Customer Group - - - - - - -Customer Group - - - -
3is_group - Select - Has Child Node -

- Only leaf nodes are allowed in transaction

-
-
-Yes
-No
-
4cb0 - Column Break - - -
5default_price_list - Link - Default Price List - - - - - - -Price List - - - -
6credit_days_based_on - Select - Credit Days Based On - - -
-Fixed Days
-Last Day of the Next Month
-
7credit_days - Int - Credit Days - -
8credit_limit - Currency - Credit Limit - -
9lft - Int - lft - -
10rgt - Int - rgt - -
11old_parent - Link - old_parent - - - - - - -Customer Group - - - -
12default_receivable_account - Section Break - Default Receivable Account - -
13accounts - Table - Accounts -

- Mention if non-standard receivable account applicable

-
- - - - -Party Account - - - -
- - -
-

Controller

-

erpnext.setup.doctype.customer_group.customer_group

- - - - - - - -

Class CustomerGroup

- -

Inherits from frappe.utils.nestedset.NestedSet - -

-
-
- - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - validate_name_with_customer - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/email_digest.html b/erpnext/docs/current/models/setup/email_digest.html deleted file mode 100644 index 3bc4721e521..00000000000 --- a/erpnext/docs/current/models/setup/email_digest.html +++ /dev/null @@ -1,739 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabEmail Digest

- - -Send regular summary reports via Email. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1settings - Section Break - Email Digest Settings - -
2column_break0 - Column Break - - -
3enabled - Check - Enabled - -
4company - Link - For Company - - - - - - -Company - - - -
5frequency - Select - How frequently? - - -
Daily
-Weekly
-Monthly
-
6next_send - Data - Next email will be sent on: - -
7column_break1 - Column Break - - -
8recipient_list - Text - Recipients -

- Note: Email will not be sent to disabled users

-
9addremove_recipients - Button - Add/Remove Recipients - -
10accounts - Section Break - Accounts - -
11accounts_module - Column Break - Income / Expense - -
12income - Check - Income - -
13expenses_booked - Check - Expense - -
14bank_balance - Check - Bank Balance - -
15income_year_to_date - Check - Annual Income - -
16expense_year_to_date - Check - Annual Expense - -
17column_break_16 - Column Break - Receivables / Payables - -
18invoiced_amount - Check - Receivables - -
19payables - Check - Payables - -
20other - Section Break - Other - -
21add_quote - Check - Add Quote - -
- - -
-

Controller

-

erpnext.setup.doctype.email_digest.email_digest

- - - - - - - -

Class EmailDigest

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - __init__ - (self, arg1, arg2=None) -

-

No docs

-
-
- - - - - -

- - - fmt_money - (self, value) -

-

No docs

-
-
- - - - - -

- - - get_bank_balance - (self) -

-

No docs

-
-
- - - - - -

- - - get_calendar_events - (self) -

-

Get calendar events for given user

-
-
- - - - - -

- - - get_expense_year_to_date - (self) -

-

Get income to date

-
-
- - - - - -

- - - get_expenses_booked - (self) -

-

No docs

-
-
- - - - - -

- - - get_from_to_date - (self) -

-

No docs

-
-
- - - - - -

- - - get_income - (self) -

-

Get income for given period

-
-
- - - - - -

- - - get_income_year_to_date - (self) -

-

Get income to date

-
-
- - - - - -

- - - get_invoiced_amount - (self) -

-

No docs

-
-
- - - - - -

- - - get_msg_html - (self) -

-

Build email digest content

-
-
- - - - - -

- - - get_next_sending - (self) -

-

No docs

-
-
- - - - - -

- - - get_notifications - (self) -

-

Get notifications for user

-
-
- - - - - -

- - - get_payables - (self) -

-

No docs

-
-
- - - - - -

- - - get_period_amounts - (self, accounts) -

-

Get amounts for current and past periods

-
-
- - - - - -

- - - get_root_type_accounts - (self, root_type) -

-

No docs

-
-
- - - - - -

- - - get_todo_list - (self, user_id=None) -

-

Get to-do list

-
-
- - - - - -

- - - get_type_balance - (self, fieldname, account_type) -

-

No docs

-
-
- - - - - -

- - - get_users - (self) -

-

get list of users

-
-
- - - - - -

- - - get_year_to_date_balance - (self, root_type) -

-

Get income to date

-
-
- - - - - -

- - - onload - (self) -

-

No docs

-
-
- - - - - -

- - - send - (self) -

-

No docs

-
-
- - - - - -

- - - set_accounting_cards - (self, context) -

-

Create accounting cards if checked

-
-
- - - - - -

- - - set_dates - (self) -

-

No docs

-
-
- - - - - -

- - - set_style - (self, context) -

-

Set standard digest style

-
-
- - - - - -

- - - set_title - (self, context) -

-

Set digest title

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.setup.doctype.email_digest.email_digest.get_digest_msg -

-

- - - erpnext.setup.doctype.email_digest.email_digest.get_digest_msg - (name) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.doctype.email_digest.email_digest.send - () -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/features_setup.html b/erpnext/docs/current/models/setup/features_setup.html deleted file mode 100644 index 95151f781ce..00000000000 --- a/erpnext/docs/current/models/setup/features_setup.html +++ /dev/null @@ -1,466 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1materials - Section Break - Materials - -
2fs_item_serial_nos - Check - Item Serial Nos -

- To track item in sales and purchase documents based on their serial nos. This is can also used to track warranty details of the product.

-
3fs_item_batch_nos - Check - Item Batch Nos -

- To track items in sales and purchase documents with batch nos. "Preferred Industry: Chemicals"

-
4fs_brands - Check - Brands -

- To track brand name in the following documents Delivery Note, Opportunity, Material Request, Item, Purchase Order, Purchase Voucher, Purchaser Receipt, Quotation, Sales Invoice, Product Bundle, Sales Order, Serial No

-
5fs_item_barcode - Check - Item Barcode -

- To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item.

-
6column_break0 - Column Break - - -
7fs_item_advanced - Check - Item Advanced -

- 1. To maintain the customer wise item code and to make them searchable based on their code use this option

-
8fs_item_group_in_details - Check - Item Groups in Details -

- To get Item Group in details table

-
9sales_and_purchase - Section Break - Sales and Purchase - -
10fs_exports - Check - Exports -

- All export related fields like currency, conversion rate, export total, export grand total etc are available in Delivery Note, POS, Quotation, Sales Invoice, Sales Order etc.

-
11fs_imports - Check - Imports -

- All import related fields like currency, conversion rate, import total, import grand total etc are available in Purchase Receipt, Supplier Quotation, Purchase Invoice, Purchase Order etc.

-
12column_break1 - Column Break - - -
13fs_discounts - Check - Sales Discounts -

- Field available in Delivery Note, Quotation, Sales Invoice, Sales Order

-
14fs_purchase_discounts - Check - Purchase Discounts -

- Discount Fields will be available in Purchase Order, Purchase Receipt, Purchase Invoice

-
15fs_after_sales_installations - Check - After Sale Installations -

- To track any installation or commissioning related work after sales

-
16fs_projects - Check - Projects -

- Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet

-
17fs_sales_extras - Check - Sales Extras -

- If you have Sales Team and Sale Partners (Channel Partners) they can be tagged and maintain their contribution in the sales activity

-
18accounts - Section Break - Accounts - -
19fs_recurring_invoice - Check - Recurring Invoice -

- Check if you need automatic recurring invoices. After submitting any sales invoice, Recurring section will be visible.

-
20column_break2 - Column Break - - -
21fs_pos - Check - Point of Sale -

- To enable "Point of Sale" features

-
22fs_pos_view - Check - POS View -

- To enable "Point of Sale" view

-
23production - Section Break - Manufacturing - -
24fs_manufacturing - Check - Manufacturing -

- If you involve in manufacturing activity. Enables Item 'Is Manufactured'

-
25column_break3 - Column Break - - -
26fs_quality - Check - Quality -

- If you follow Quality Inspection. Enables Item QA Required and QA No in Purchase Receipt

-
27miscelleneous - Section Break - Miscelleneous - -
28fs_page_break - Check - Page Break -

- If you have long print formats, this feature can be used to split the page to be printed on multiple pages with all headers and footers on each page

-
29column_break4 - Column Break - - -
30fs_more_info - Check - More Information - -
- - -
-

Controller

-

erpnext.setup.doctype.features_setup.features_setup

- - - - - - - -

Class FeaturesSetup

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - validate - (self) -

-

update settings in defaults

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/global_defaults.html b/erpnext/docs/current/models/setup/global_defaults.html deleted file mode 100644 index 54fc763dcad..00000000000 --- a/erpnext/docs/current/models/setup/global_defaults.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1default_company - Link - Default Company - - - - - - -Company - - - -
2current_fiscal_year - Link - Current Fiscal Year - - - - - - -Fiscal Year - - - -
3country - Link - Country - - - - - - -Country - - - -
4column_break_8 - Column Break - - -
5default_currency - Link - Default Currency - - - - - - -Currency - - - -
6hide_currency_symbol - Select - Hide Currency Symbol -

- Do not show any symbol like $ etc next to currencies.

-
-
-No
-Yes
-
7disable_rounded_total - Check - Disable Rounded Total -

- If disable, 'Rounded Total' field will not be visible in any transaction

-
- - -
-

Controller

-

erpnext.setup.doctype.global_defaults.global_defaults

- - - - - - - -

Class GlobalDefaults

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - get_defaults - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

update defaults

-
-
- - - - - -

- - - toggle_rounded_total - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/index.html b/erpnext/docs/current/models/setup/index.html deleted file mode 100644 index f41e2532584..00000000000 --- a/erpnext/docs/current/models/setup/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

DocTypes for setup

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/index.txt b/erpnext/docs/current/models/setup/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/setup/item_group.html b/erpnext/docs/current/models/setup/item_group.html deleted file mode 100644 index 1c0bea9e1af..00000000000 --- a/erpnext/docs/current/models/setup/item_group.html +++ /dev/null @@ -1,717 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabItem Group

- - -Item Classification - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1gs - Section Break - General Settings - -
2item_group_name - Data - Item Group Name - -
3parent_item_group - Link - Parent Item Group - - - - - - -Item Group - - - -
4is_group - Select - Has Child Node -

- Only leaf nodes are allowed in transaction

-
-
-Yes
-No
-
5column_break_5 - Column Break - - -
6default_income_account - Link - Default Income Account - - - - - - -Account - - - -
7default_expense_account - Link - Default Expense Account - - - - - - -Account - - - -
8default_cost_center - Link - Default Cost Center - - - - - - -Cost Center - - - -
9sb9 - Section Break - Website Settings - -
10show_in_website - Check - Show in Website -

- Check this if you want to show in website

-
11page_name - Data - Page Name - -
12parent_website_route - Read Only - Parent Website Route - -
13slideshow - Link - Slideshow -

- Show this slideshow at the top of the page

-
- - - - -Website Slideshow - - - -
14description - Text Editor - Description -

- HTML / Banner that will show on the top of product list.

-
15website_specifications - Table - Website Specifications - - - - - - -Item Website Specification - - - -
16lft - Int - lft - -
17rgt - Int - rgt - -
18old_parent - Link - old_parent - - - - - - -Item Group - - - -
- - -
-

Controller

-

erpnext.setup.doctype.item_group.item_group

- - - - - - - -

Class ItemGroup

- -

Inherits from frappe.utils.nestedset.NestedSet, frappe.website.website_generator.WebsiteGenerator - -

-
-
- - - - -

- - - after_rename - (self, olddn, newdn, merge=False) -

-

No docs

-
-
- - - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - get_context - (self, context) -

-

No docs

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - set_parent_website_route - (self) -

-

Overwrite parent_website_route from WebsiteGenerator. -Only set parent_website_route if parent is visble.

- -

e.g. If show_in_website is set for Products then url should be /products

-
-
- - - - - -

- - - validate_name_with_item - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.setup.doctype.item_group.item_group.get_child_groups - (item_group_name) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.doctype.item_group.item_group.get_group_item_count - (item_group) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.doctype.item_group.item_group.get_item_for_list_in_html - (context) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.doctype.item_group.item_group.get_parent_item_groups - (item_group_name) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.doctype.item_group.item_group.get_product_list_for_group - (product_group=None, start=0, limit=10) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.doctype.item_group.item_group.invalidate_cache_for - (doc, item_group=None) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/naming_series.html b/erpnext/docs/current/models/setup/naming_series.html deleted file mode 100644 index 8285f511db3..00000000000 --- a/erpnext/docs/current/models/setup/naming_series.html +++ /dev/null @@ -1,386 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - -Set prefix for numbering series on your transactions - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1setup_series - Section Break - Setup Series -

- Set prefix for numbering series on your transactions

-
2select_doc_for_series - Select - Select Transaction - -
3help_html - HTML - Help HTML - -
4set_options - Text - Series List for this Transaction - -
5user_must_always_select - Check - User must always select -

- Check this if you want to force the user to select a series before saving. There will be no default if you check this.

-
6update - Button - Update - -
7update_series - Section Break - Update Series -

- Change the starting / current sequence number of an existing series.

-
8prefix - Select - Prefix - -
9current_value - Int - Current Value -

- This is the number of the last created transaction with this prefix

-
10update_series_start - Button - Update Series Number - - -
update_series_start
-
- - -
-

Controller

-

erpnext.setup.doctype.naming_series.naming_series

- - - - - - - -

Class NamingSeries

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - check_duplicate - (self) -

-

No docs

-
-
- - - - - -

- - - get_current - (self, arg=None) -

-

get series current

-
-
- - - - - -

- - - get_options - (self, arg=None) -

-

No docs

-
-
- - - - - -

- - - get_transactions - (self, arg=None) -

-

No docs

-
-
- - - - - -

- - - insert_series - (self, series) -

-

insert series if missing

-
-
- - - - - -

- - - scrub_options_list - (self, ol) -

-

No docs

-
-
- - - - - -

- - - set_series_for - (self, doctype, ol) -

-

No docs

-
-
- - - - - -

- - - update_series - (self, arg=None) -

-

update series list

-
-
- - - - - -

- - - update_series_start - (self) -

-

No docs

-
-
- - - - - -

- - - validate_series_name - (self, n) -

-

No docs

-
-
- - -
-
- - - - - -

Class NamingSeriesNotSetError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.setup.doctype.naming_series.naming_series.get_default_naming_series - (doctype) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.doctype.naming_series.naming_series.set_by_naming_series - (doctype, fieldname, naming_series, hide_name_field=True) -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/notification_control.html b/erpnext/docs/current/models/setup/notification_control.html deleted file mode 100644 index 0e7349b2432..00000000000 --- a/erpnext/docs/current/models/setup/notification_control.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - -Send automatic emails to Contacts on Submitting transactions. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1send_autonotification_for - Section Break - Prompt for Email on Submission of -

- When any of the checked transactions are "Submitted", an email pop-up automatically opened to send an email to the associated "Contact" in that transaction, with the transaction as an attachment. The user may or may not send the email.

-
2sales - Column Break - Sales - -
3quotation - Check - Quotation - -
4sales_order - Check - Sales Order - -
5delivery_note - Check - Delivery Note - -
6sales_invoice - Check - Sales Invoice - -
7purchase - Column Break - Purchase - -
8purchase_order - Check - Purchase Order - -
9purchase_receipt - Check - Purchase Receipt - -
10expense_claim - Check - Expense Claim - -
11customize_the_notification - Section Break - Customize the Notification -

- Customize the introductory text that goes as a part of that email. Each transaction has a separate introductory text.

-
12select_transaction - Select - Select Transaction - - -
-Quotation
-Sales Order
-Delivery Note
-Sales Invoice
-Purchase Order
-Purchase Receipt
-Expense Claim
-Expense Claim Approved
-Expense Claim Rejected
-
13custom_message - Text Editor - Custom Message - -
14set_message - Button - Update - -
15quotation_message - Text - Quotation Message - -
16sales_order_message - Text - Sales Order Message - -
17delivery_note_message - Text - Delivery Note Message - -
18sales_invoice_message - Text - Sales Invoice Message - -
19purchase_order_message - Text - Purchase Order Message - -
20purchase_receipt_message - Text - Purchase Receipt Message - -
21expense_claim_approved_message - Text - Expense Claim Approved Message - -
22expense_claim_rejected_message - Text - Expense Claim Rejected Message - -
- - -
-

Controller

-

erpnext.setup.doctype.notification_control.notification_control

- - - - - - - -

Class NotificationControl

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/print_heading.html b/erpnext/docs/current/models/setup/print_heading.html deleted file mode 100644 index e533cd32726..00000000000 --- a/erpnext/docs/current/models/setup/print_heading.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabPrint Heading

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1print_heading - Data - Print Heading - -
2description - Small Text - Description - -
- - -
-

Controller

-

erpnext.setup.doctype.print_heading.print_heading

- - - - - - - -

Class PrintHeading

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/quotation_lost_reason.html b/erpnext/docs/current/models/setup/quotation_lost_reason.html deleted file mode 100644 index 9da1f9a6524..00000000000 --- a/erpnext/docs/current/models/setup/quotation_lost_reason.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabQuotation Lost Reason

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1order_lost_reason - Data - Quotation Lost Reason - -
- - -
-

Controller

-

erpnext.setup.doctype.quotation_lost_reason.quotation_lost_reason

- - - - - - - -

Class QuotationLostReason

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/sales_partner.html b/erpnext/docs/current/models/setup/sales_partner.html deleted file mode 100644 index 8773e9b91fc..00000000000 --- a/erpnext/docs/current/models/setup/sales_partner.html +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabSales Partner

- - -A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1partner_name - Data - Sales Partner Name - -
2partner_type - Select - Partner Type - - -
-Channel Partner
-Distributor
-Dealer
-Agent
-Retailer
-Implementation Partner
-Reseller
-
3territory - Link - Territory - - - - - - -Territory - - - -
4column_break0 - Column Break - - -
5commission_rate - Float - Commission Rate - -
6address_contacts - Section Break - Address & Contacts - -
7address_desc - HTML - Address Desc - -
8address_html - HTML - Address HTML - -
9column_break1 - Column Break - - -
10contact_desc - HTML - Contact Desc - -
11contact_html - HTML - Contact HTML - -
12partner_target_details_section_break - Section Break - Sales Partner Target - -
13targets - Table - Targets - - - - - - -Target Detail - - - -
14distribution_id - Link - Target Distribution -

- Select Monthly Distribution to unevenly distribute targets across months.

-
- - - - -Monthly Distribution - - - -
15website - Section Break - Website - -
16show_in_website - Check - Show In Website - -
17section_break_17 - Section Break - - -
18logo - Attach - Logo - -
19partner_website - Data - Partner's Website - -
20column_break_20 - Column Break - - -
21page_name - Data - Page Name - -
22section_break_22 - Section Break - - -
23introduction - Text - Introduction - -
24description - Text Editor - Description - -
25parent_website_route - Read Only - Parent Website Route - -
- - -
-

Controller

-

erpnext.setup.doctype.sales_partner.sales_partner

- - - - - - - -

Class SalesPartner

- -

Inherits from frappe.website.website_generator.WebsiteGenerator - -

-
-
- - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - get_contacts - (self, nm) -

-

No docs

-
-
- - - - - -

- - - get_context - (self, context) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

Load address and contacts in __onload

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/sales_person.html b/erpnext/docs/current/models/setup/sales_person.html deleted file mode 100644 index b7de6b6b501..00000000000 --- a/erpnext/docs/current/models/setup/sales_person.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabSales Person

- - -All Sales Transactions can be tagged against multiple **Sales Persons** so that you can set and monitor targets. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1name_and_employee_id - Section Break - Name and Employee ID - - -
icon-user
-
2sales_person_name - Data - Sales Person Name - -
3parent_sales_person - Link - Parent Sales Person -

- Select company name first.

-
- - - - -Sales Person - - - -
4is_group - Select - Has Child Node - - -
-Yes
-No
-
5cb0 - Column Break - - -
6employee - Link - Employee - - - - - - -Employee - - - -
7lft - Int - lft - -
8rgt - Int - rgt - -
9old_parent - Data - old_parent - -
10target_details_section_break - Section Break - Sales Person Targets -

- Set targets Item Group-wise for this Sales Person.

-
-
icon-bullseye
-
11targets - Table - Targets - - - - - - -Target Detail - - - -
12distribution_id - Link - Target Distribution -

- Select Monthly Distribution to unevenly distribute targets across months.

-
- - - - -Monthly Distribution - - - -
- - -
-

Controller

-

erpnext.setup.doctype.sales_person.sales_person

- - - - - - - -

Class SalesPerson

- -

Inherits from frappe.utils.nestedset.NestedSet - -

-
-
- - - - -

- - - get_email_id - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_employee_id - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/sms_parameter.html b/erpnext/docs/current/models/setup/sms_parameter.html deleted file mode 100644 index 35d6b267518..00000000000 --- a/erpnext/docs/current/models/setup/sms_parameter.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabSMS Parameter

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1parameter - Data - Parameter - -
2value - Data - Value - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/sms_settings.html b/erpnext/docs/current/models/setup/sms_settings.html deleted file mode 100644 index 7aa07634174..00000000000 --- a/erpnext/docs/current/models/setup/sms_settings.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1column_break0 - Column Break - - -
2sms_gateway_url - Data - SMS Gateway URL -

- Eg. smsgateway.com/api/send_sms.cgi

-
3message_parameter - Data - Message Parameter -

- Enter url parameter for message

-
4receiver_parameter - Data - Receiver Parameter -

- Enter url parameter for receiver nos

-
5sms_sender_name - Data - SMS Sender Name - -
6static_parameters_section - Column Break - - -
7parameters - Table - Static Parameters -

- Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)

-
- - - - -SMS Parameter - - - -
- - -
-

Controller

-

erpnext.setup.doctype.sms_settings.sms_settings

- - - - - - - -

Class SMSSettings

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - - -

- - - erpnext.setup.doctype.sms_settings.sms_settings.create_sms_log - (args, sent_to) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.setup.doctype.sms_settings.sms_settings.get_contact_number -

-

- - - erpnext.setup.doctype.sms_settings.sms_settings.get_contact_number - (contact_name, value, key) -

-

returns mobile number of the contact

-
-
- - - - - - - -

- - - erpnext.setup.doctype.sms_settings.sms_settings.get_sender_name - () -

-

returns name as SMS sender

-
-
- - - - - - - -

- - - erpnext.setup.doctype.sms_settings.sms_settings.scrub_gateway_url - (url) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.doctype.sms_settings.sms_settings.send_request - (gateway_url, args) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.setup.doctype.sms_settings.sms_settings.send_sms -

-

- - - erpnext.setup.doctype.sms_settings.sms_settings.send_sms - (receiver_list, msg, sender_name=) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.doctype.sms_settings.sms_settings.send_via_gateway - (arg) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.setup.doctype.sms_settings.sms_settings.validate_receiver_nos - (receiver_list) -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/supplier_type.html b/erpnext/docs/current/models/setup/supplier_type.html deleted file mode 100644 index fc7bf9c1254..00000000000 --- a/erpnext/docs/current/models/setup/supplier_type.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabSupplier Type

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1supplier_type - Data - Supplier Type - -
2section_credit_limit - Section Break - Credit Limit - -
3credit_days_based_on - Select - Credit Days Based On - - -
-Fixed Days
-Last Day of the Next Month
-
4credit_days - Int - Credit Days - -
5default_payable_account - Section Break - Default Payable Account - -
6accounts - Table - Accounts -

- Mention if non-standard receivable account applicable

-
- - - - -Party Account - - - -
- - -
-

Controller

-

erpnext.setup.doctype.supplier_type.supplier_type

- - - - - - - -

Class SupplierType

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/target_detail.html b/erpnext/docs/current/models/setup/target_detail.html deleted file mode 100644 index 9f225a41fa1..00000000000 --- a/erpnext/docs/current/models/setup/target_detail.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabTarget Detail

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_group - Link - Item Group - - - - - - -Item Group - - - -
2fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
3target_qty - Float - Target Qty - -
4target_amount - Float - Target Amount - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/terms_and_conditions.html b/erpnext/docs/current/models/setup/terms_and_conditions.html deleted file mode 100644 index cc3fdeeb511..00000000000 --- a/erpnext/docs/current/models/setup/terms_and_conditions.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabTerms and Conditions

- - -Standard Terms and Conditions that can be added to Sales and Purchases. - -Examples: - -1. Validity of the offer. -1. Payment Terms (In Advance, On Credit, part advance etc). -1. What is extra (or payable by the Customer). -1. Safety / usage warning. -1. Warranty if any. -1. Returns Policy. -1. Terms of shipping, if applicable. -1. Ways of addressing disputes, indemnity, liability, etc. -1. Address and Contact of your Company. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1title - Data - Title - -
2disabled - Check - Disabled - -
3terms - Text Editor - Terms and Conditions - -
- - -
-

Controller

-

erpnext.setup.doctype.terms_and_conditions.terms_and_conditions

- - - - - - - -

Class TermsandConditions

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/territory.html b/erpnext/docs/current/models/setup/territory.html deleted file mode 100644 index 0405819ea80..00000000000 --- a/erpnext/docs/current/models/setup/territory.html +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabTerritory

- - -Classification of Customers by region - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1territory_name - Data - Territory Name - -
2parent_territory - Link - Parent Territory - - - - - - -Territory - - - -
3is_group - Select - Has Child Node -

- Only leaf nodes are allowed in transaction

-
-
-Yes
-No
-
4cb0 - Column Break - - -
5territory_manager - Link - Territory Manager -

- For reference

-
- - - - -Sales Person - - - -
6lft - Int - lft - -
7rgt - Int - rgt - -
8old_parent - Link - old_parent - - - - - - -Territory - - - -
9target_details_section_break - Section Break - Territory Targets -

- Set Item Group-wise budgets on this Territory. You can also include seasonality by setting the Distribution.

-
10targets - Table - Targets - - - - - - -Target Detail - - - -
11distribution_id - Link - Target Distribution -

- Select Monthly Distribution to unevenly distribute targets across months.

-
- - - - -Monthly Distribution - - - -
- - -
-

Controller

-

erpnext.setup.doctype.territory.territory

- - - - - - - -

Class Territory

- -

Inherits from frappe.utils.nestedset.NestedSet - -

-
-
- - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/uom.html b/erpnext/docs/current/models/setup/uom.html deleted file mode 100644 index 2e90bdf8971..00000000000 --- a/erpnext/docs/current/models/setup/uom.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabUOM

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1uom_name - Data - UOM Name - -
2must_be_whole_number - Check - Must be Whole Number -

- Check this to disallow fractions. (for Nos)

-
- - -
-

Controller

-

erpnext.setup.doctype.uom.uom

- - - - - - - -

Class UOM

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/setup/website_item_group.html b/erpnext/docs/current/models/setup/website_item_group.html deleted file mode 100644 index 31fa879ed66..00000000000 --- a/erpnext/docs/current/models/setup/website_item_group.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabWebsite Item Group

- - -Cross Listing of Item in multiple groups - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_group - Link - Item Group - - - - - - -Item Group - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/shopping_cart/index.html b/erpnext/docs/current/models/shopping_cart/index.html deleted file mode 100644 index 3a75236d24d..00000000000 --- a/erpnext/docs/current/models/shopping_cart/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

DocTypes for shopping_cart

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/shopping_cart/index.txt b/erpnext/docs/current/models/shopping_cart/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/shopping_cart/shopping_cart_settings.html b/erpnext/docs/current/models/shopping_cart/shopping_cart_settings.html deleted file mode 100644 index 335d9587da2..00000000000 --- a/erpnext/docs/current/models/shopping_cart/shopping_cart_settings.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - -Default settings for Shopping Cart - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1enabled - Check - Enable Shopping Cart - -
2section_break_2 - Section Break - - -
3company - Link - Company - - - - - - -Company - - - -
4price_list - Link - Price List - - - - - - -Price List - - - -
5column_break_4 - Column Break - - -
6default_customer_group - Link - Default Customer Group - - - - - - -Customer Group - - - -
7quotation_series - Select - Quotation Series - -
- - -
-

Controller

-

erpnext.shopping_cart.doctype.shopping_cart_settings.shopping_cart_settings

- - - - - - - -

Class ShoppingCartSettings

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - get_shipping_rules - (self, shipping_territory) -

-

No docs

-
-
- - - - - -

- - - get_tax_master - (self, billing_territory) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_exchange_rates_exist - (self) -

-

check if exchange rates exist for all Price List currencies (to company's currency)

-
-
- - - - - -

- - - validate_tax_rule - (self) -

-

No docs

-
-
- - -
-
- - - - - -

Class ShoppingCartSetupError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.shopping_cart.doctype.shopping_cart_settings.shopping_cart_settings.check_shopping_cart_enabled - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.doctype.shopping_cart_settings.shopping_cart_settings.get_shopping_cart_settings - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.doctype.shopping_cart_settings.shopping_cart_settings.is_cart_enabled - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.shopping_cart.doctype.shopping_cart_settings.shopping_cart_settings.validate_cart_settings - (doc, method) -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/batch.html b/erpnext/docs/current/models/stock/batch.html deleted file mode 100644 index 3d77150875a..00000000000 --- a/erpnext/docs/current/models/stock/batch.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabBatch

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1batch_id - Data - Batch ID - -
2item - Link - Item - - - - - - -Item - - - -
3column_break_3 - Column Break - - -
4expiry_date - Date - Expiry Date - -
5section_break_7 - Section Break - - -
6description - Small Text - Batch Description - -
- - -
-

Controller

-

erpnext.stock.doctype.batch.batch

- - - - - - - -

Class Batch

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - item_has_batch_enabled - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/bin.html b/erpnext/docs/current/models/stock/bin.html deleted file mode 100644 index a17069a98b0..00000000000 --- a/erpnext/docs/current/models/stock/bin.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabBin

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1warehouse - Link - Warehouse - - - - - - -Warehouse - - - -
2item_code - Link - Item Code - - - - - - -Item - - - -
3reserved_qty - Float - Reserved Quantity - -
4actual_qty - Float - Actual Quantity - -
5ordered_qty - Float - Ordered Quantity - -
6indented_qty - Float - Quantity Requested for Purchase - -
7planned_qty - Float - Planned Qty - -
8projected_qty - Float - Projected Qty - -
9ma_rate - Float - Moving Average Rate - -
10stock_uom - Link - UOM - - - - - - -UOM - - - -
11fcfs_rate - Float - FCFS Rate - -
12valuation_rate - Float - Valuation Rate - -
13stock_value - Float - Stock Value - -
- - -
-

Controller

-

erpnext.stock.doctype.bin.bin

- - - - - - - -

Class Bin

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - get_first_sle - (self) -

-

No docs

-
-
- - - - - -

- - - update_qty - (self, args) -

-

No docs

-
-
- - - - - -

- - - update_stock - (self, args, allow_negative_stock=False, via_landed_cost_voucher=False) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_mandatory - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/delivery_note.html b/erpnext/docs/current/models/stock/delivery_note.html deleted file mode 100644 index 8da39c01dd0..00000000000 --- a/erpnext/docs/current/models/stock/delivery_note.html +++ /dev/null @@ -1,2103 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabDelivery Note

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1delivery_to_section - Section Break - Delivery To - - -
icon-user
-
2column_break0 - Column Break - - -
3title - Data - Title - -
4naming_series - Select - Series - - -
DN-
-DN-RET-
-
5customer - Link - Customer - - - - - - -Customer - - - -
6customer_name - Data - Customer Name - -
7customer_address - Link - Billing Address Name - - - - - - -Address - - - -
8address_display - Small Text - Billing Address - -
9shipping_address_name - Link - Shipping Address - - - - - - -Address - - - -
10shipping_address - Small Text - Shipping Address - -
11contact_display - Small Text - Contact - -
12contact_mobile - Small Text - Mobile No - -
13contact_email - Small Text - Contact Email - -
14column_break1 - Column Break - - -
15amended_from - Link - Amended From - - - - - - -Delivery Note - - - -
16company - Link - Company - - - - - - -Company - - - -
17posting_date - Date - Date - -
18po_no - Data - Customer's Purchase Order No - -
19po_date - Date - Customer's Purchase Order Date - -
20is_return - Check - Is Return - -
21return_against - Link - Return Against Delivery Note - - - - - - -Delivery Note - - - -
22currency_and_price_list - Section Break - Currency and Price List - - -
icon-tag
-
23currency - Link - Currency - - - - - - -Currency - - - -
24conversion_rate - Float - Exchange Rate -

- Rate at which customer's currency is converted to company's base currency

-
25col_break23 - Column Break - - -
26selling_price_list - Link - Price List - - - - - - -Price List - - - -
27price_list_currency - Link - Price List Currency - - - - - - -Currency - - - -
28plc_conversion_rate - Float - Price List Exchange Rate -

- Rate at which Price list currency is converted to company's base currency

-
29ignore_pricing_rule - Check - Ignore Pricing Rule - -
30items_section - Section Break - - - -
icon-shopping-cart
-
31items - Table - Items - - - - - - -Delivery Note Item - - - -
32packing_list - Section Break - Packing List - - -
icon-suitcase
-
33packed_items - Table - Packed Items - - - - - - -Packed Item - - - -
34product_bundle_help - HTML - Product Bundle Help - -
35section_break_31 - Section Break - - -
36base_total - Currency - Total (Company Currency) - - -
Company:company:default_currency
-
37base_net_total - Currency - Net Total (Company Currency) - - -
Company:company:default_currency
-
38column_break_33 - Column Break - - -
39total - Currency - Total - - -
currency
-
40net_total - Currency - Net Total - - -
currency
-
41taxes_section - Section Break - Taxes and Charges - - -
icon-money
-
42taxes_and_charges - Link - Taxes and Charges -

- If you have created a standard template in Sales Taxes and Charges Template, select one and click on the button below.

-
- - - - -Sales Taxes and Charges Template - - - -
43column_break_39 - Column Break - - -
44shipping_rule - Link - Shipping Rule - - - - - - -Shipping Rule - - - -
45section_break_41 - Section Break - - -
46taxes - Table - Sales Taxes and Charges - - - - - - -Sales Taxes and Charges - - - -
47other_charges_calculation - HTML - Taxes and Charges Calculation - -
48section_break_44 - Section Break - - -
49base_total_taxes_and_charges - Currency - Total Taxes and Charges (Company Currency) - - -
Company:company:default_currency
-
50column_break_47 - Column Break - - -
51total_taxes_and_charges - Currency - Total Taxes and Charges - - -
currency
-
52section_break_49 - Section Break - Additional Discount - -
53apply_discount_on - Select - Apply Additional Discount On - - -
-Grand Total
-Net Total
-
54base_discount_amount - Currency - Additional Discount Amount (Company Currency) - - -
Company:company:default_currency
-
55column_break_51 - Column Break - - -
56additional_discount_percentage - Float - Additional Discount Percentage - -
57discount_amount - Currency - Additional Discount Amount - - -
currency
-
58totals - Section Break - - - -
icon-money
-
59base_grand_total - Currency - Grand Total (Company Currency) - - -
Company:company:default_currency
-
60base_rounded_total - Currency - Rounded Total (Company Currency) - - -
Company:company:default_currency
-
61base_in_words - Data - In Words (Company Currency) -

- In Words will be visible once you save the Delivery Note.

-
62column_break3 - Column Break - - -
63grand_total - Currency - Grand Total - - -
currency
-
64rounded_total - Currency - Rounded Total - - -
currency
-
65in_words - Data - In Words -

- In Words (Export) will be visible once you save the Delivery Note.

-
66terms_section_break - Section Break - Terms and Conditions - - -
icon-legal
-
67tc_name - Link - Terms - - - - - - -Terms and Conditions - - - -
68terms - Text Editor - Terms and Conditions Details - -
69transporter_info - Section Break - Transporter Info - - -
icon-truck
-
70transporter_name - Data - Transporter Name - -
71col_break34 - Column Break - - -
72lr_no - Data - Vehicle No - -
73lr_date - Date - Vehicle Dispatch Date - -
74contact_info - Section Break - Contact Details - - -
icon-bullhorn
-
75territory - Link - Territory - - - - - - -Territory - - - -
76customer_group - Link - Customer Group - - - - - - -Customer Group - - - -
77col_break21 - Column Break - - -
78contact_person - Link - Contact Person - - - - - - -Contact - - - -
79more_info - Section Break - More Information - - -
icon-file-text
-
80project_name - Link - Project Name -

- Track this Delivery Note against any Project

-
- - - - -Project - - - -
81campaign - Link - Campaign - - - - - - -Campaign - - - -
82source - Select - Source - - -
-Existing Customer
-Reference
-Advertisement
-Cold Calling
-Exhibition
-Supplier Reference
-Mass Mailing
-Customer's Vendor
-Campaign
-
83column_break5 - Column Break - - -
84posting_time - Time - Posting Time -

- Time at which items were delivered from warehouse

-
85fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
86per_billed - Currency - % Amount Billed - -
87printing_details - Section Break - Printing Details - -
88letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
89select_print_heading - Link - Print Heading - - - - - - -Print Heading - - - -
90column_break_88 - Column Break - - -
91print_without_amount - Check - Print Without Amount - -
92section_break_83 - Section Break - Status - -
93status - Select - Status - - -
-Draft
-To Bill
-Completed
-Cancelled
-Closed
-
94per_installed - Percent - % Installed -

- % of materials delivered against this Delivery Note

-
95installation_status - Select - Installation Status - -
96column_break_89 - Column Break - - -
97to_warehouse - Link - To Warehouse -

- Required only for sample item.

-
- - - - -Warehouse - - - -
98excise_page - Data - Excise Page Number - -
99instructions - Text - Instructions - -
100sales_team_section_break - Section Break - Commission - - -
icon-group
-
101sales_partner - Link - Sales Partner - - - - - - -Sales Partner - - - -
102column_break7 - Column Break - - -
103commission_rate - Float - Commission Rate (%) - -
104total_commission - Currency - Total Commission - - -
Company:company:default_currency
-
105section_break1 - Section Break - Sales Team - -
106sales_team - Table - Sales Team1 - - - - - - -Sales Team - - - -
- - -
-

Controller

-

erpnext.stock.doctype.delivery_note.delivery_note

- - - - - - - -

Class DeliveryNote

- -

Inherits from erpnext.controllers.selling_controller.SellingController - -

-
-
- - - - -

- - - __init__ - (self, arg1, arg2=None) -

-

No docs

-
-
- - - - - -

- - - before_print - (self) -

-

No docs

-
-
- - - - - -

- - - cancel_packing_slips - (self) -

-

Cancel submitted packing slips related to this delivery note

-
-
- - - - - -

- - - check_credit_limit - (self) -

-

No docs

-
-
- - - - - -

- - - check_next_docstatus - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - set_actual_qty - (self) -

-

No docs

-
-
- - - - - -

- - - so_required - (self) -

-

check in manage account if sales order required or not

-
-
- - - - - -

- - - update_billing_status - (self, update_modified=True) -

-

No docs

-
-
- - - - - -

- - - update_current_stock - (self) -

-

No docs

-
-
- - - - - -

- - - update_status - (self, status) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_for_items - (self) -

-

No docs

-
-
- - - - - -

- - - validate_packed_qty - (self) -

-

Validate that if packed qty exists, it should be equal to qty

-
-
- - - - - -

- - - validate_proj_cust - (self) -

-

check for does customer belong to same project as entered..

-
-
- - - - - -

- - - validate_warehouse - (self) -

-

No docs

-
-
- - - - - -

- - - validate_with_previous_doc - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.stock.doctype.delivery_note.delivery_note.get_invoiced_qty_map - (delivery_note) -

-

returns a map: {dndetail: invoicedqty}

-
-
- - - - - - - -

- - - erpnext.stock.doctype.delivery_note.delivery_note.get_list_context - (context=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.delivery_note.delivery_note.make_installation_note -

-

- - - erpnext.stock.doctype.delivery_note.delivery_note.make_installation_note - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.delivery_note.delivery_note.make_packing_slip -

-

- - - erpnext.stock.doctype.delivery_note.delivery_note.make_packing_slip - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.delivery_note.delivery_note.make_sales_invoice -

-

- - - erpnext.stock.doctype.delivery_note.delivery_note.make_sales_invoice - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.delivery_note.delivery_note.make_sales_return -

-

- - - erpnext.stock.doctype.delivery_note.delivery_note.make_sales_return - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.delivery_note.delivery_note.update_billed_amount_based_on_so - (so_detail, update_modified=True) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.delivery_note.delivery_note.update_delivery_note_status -

-

- - - erpnext.stock.doctype.delivery_note.delivery_note.update_delivery_note_status - (docname, status) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/delivery_note_item.html b/erpnext/docs/current/models/stock/delivery_note_item.html deleted file mode 100644 index df205c8f54e..00000000000 --- a/erpnext/docs/current/models/stock/delivery_note_item.html +++ /dev/null @@ -1,795 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabDelivery Note Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1barcode - Data - Barcode - -
2item_code - Link - Item Code - - - - - - -Item - - - -
3item_name - Data - Item Name - -
4col_break1 - Column Break - - -
5customer_item_code - Data - Customer's Item Code - -
6section_break_6 - Section Break - Description - -
7description - Text Editor - Description - -
8column_break_8 - Column Break - - -
9image - Attach - Image - -
10image_view - Image - Image View - - -
image
-
11quantity_and_rate - Section Break - Quantity and Rate - -
12qty - Float - Quantity - -
13price_list_rate - Currency - Price List Rate - - -
currency
-
14discount_percentage - Float - Discount on Price List Rate (%) - -
15col_break2 - Column Break - - -
16stock_uom - Link - UOM - - - - - - -UOM - - - -
17base_price_list_rate - Currency - Price List Rate (Company Currency) - - -
Company:company:default_currency
-
18section_break_1 - Section Break - - -
19rate - Currency - Rate - - -
currency
-
20amount - Currency - Amount - - -
currency
-
21col_break3 - Column Break - - -
22base_rate - Currency - Rate (Company Currency) - - -
Company:company:default_currency
-
23base_amount - Currency - Amount (Company Currency) - - -
Company:company:default_currency
-
24pricing_rule - Link - Pricing Rule - - - - - - -Pricing Rule - - - -
25section_break_25 - Section Break - - -
26net_rate - Currency - Net Rate - - -
currency
-
27net_amount - Currency - Net Amount - - -
currency
-
28column_break_28 - Column Break - - -
29base_net_rate - Currency - Net Rate (Company Currency) - - -
Company:company:default_currency
-
30base_net_amount - Currency - Net Amount (Company Currency) - - -
Company:company:default_currency
-
31warehouse_and_reference - Section Break - Warehouse and Reference - -
32warehouse - Link - From Warehouse - - - - - - -Warehouse - - - -
33target_warehouse - Link - Customer Warehouse (Optional) - - - - - - -Warehouse - - - -
34serial_no - Text - Serial No - -
35batch_no - Link - Batch No - - - - - - -Batch - - - -
36actual_qty - Float - Available Qty at From Warehouse - -
37actual_batch_qty - Float - Available Batch Qty at From Warehouse - -
38item_group - Link - Item Group - - - - - - -Item Group - - - -
39brand - Link - Brand Name - - - - - - -Brand - - - -
40item_tax_rate - Small Text - Item Tax Rate - -
41col_break4 - Column Break - - -
42expense_account - Link - Expense Account - - - - - - -Account - - - -
43cost_center - Link - Cost Center - - - - - - -Cost Center - - - -
44against_sales_order - Link - Against Sales Order - - - - - - -Sales Order - - - -
45against_sales_invoice - Link - Against Sales Invoice - - - - - - -Sales Invoice - - - -
46so_detail - Data - Against Sales Order Item - -
47si_detail - Data - Against Sales Invoice Item - -
48installed_qty - Float - Installed Qty - -
49billed_amt - Currency - Billed Amt - - -
currency
-
50page_break - Check - Page Break - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/index.html b/erpnext/docs/current/models/stock/index.html deleted file mode 100644 index d5cbddb5895..00000000000 --- a/erpnext/docs/current/models/stock/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

DocTypes for stock

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/index.txt b/erpnext/docs/current/models/stock/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/stock/item.html b/erpnext/docs/current/models/stock/item.html deleted file mode 100644 index e159ba9cf9f..00000000000 --- a/erpnext/docs/current/models/stock/item.html +++ /dev/null @@ -1,2408 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabItem

- - -A Product or a Service that is bought, sold or kept in stock. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1name_and_description_section - Section Break - - - -
icon-flag
-
2naming_series - Select - Series - - -
ITEM-
-
3item_code - Data - Item Code - -
4variant_of - Link - Variant Of -

- If item is a variant of another item then description, image, pricing, taxes etc will be set from the template unless explicitly specified

-
- - - - -Item - - - -
5item_name - Data - Item Name - -
6item_group - Link - Item Group - - - - - - -Item Group - - - -
7stock_uom - Link - Default Unit of Measure - - - - - - -UOM - - - -
8column_break0 - Column Break - - -
9is_stock_item - Check - Maintain Stock - -
10disabled - Check - Disabled - -
11image - Attach - Image - - -
image
-
12image_view - Image - Image View - - -
image
-
13section_break_11 - Section Break - Description - -
14brand - Link - Brand - - - - - - -Brand - - - -
15barcode - Data - Barcode - -
16description - Text Editor - Description - -
17inventory - Section Break - Inventory - - -
icon-truck
-
18default_warehouse - Link - Default Warehouse - - - - - - -Warehouse - - - -
19end_of_life - Date - End of Life - -
20has_batch_no - Check - Has Batch No - -
21has_serial_no - Check - Has Serial No -

- Selecting "Yes" will give a unique identity to each entity of this item which can be viewed in the Serial No master.

-
22serial_no_series - Data - Serial Number Series -

- Example: ABCD.##### -If series is set and Serial No is not mentioned in transactions, then automatic serial number will be created based on this series. If you always want to explicitly mention Serial Nos for this item. leave this blank.

-
23is_asset_item - Check - Is Fixed Asset Item - -
24column_break1 - Column Break - - -
25tolerance - Float - Allow over delivery or receipt upto this percent - -
26valuation_method - Select - Valuation Method - - -
-FIFO
-Moving Average
-
27warranty_period - Data - Warranty Period (in days) - -
28net_weight - Float - Net Weight - -
29weight_uom - Link - Weight UOM - - - - - - -UOM - - - -
30reorder_section - Section Break - Auto re-order - - -
icon-rss
-
31re_order_level - Float - Re-order Level -

- Automatically create Material Request if quantity falls below this level

-
32re_order_qty - Float - Re-order Qty - -
33apply_warehouse_wise_reorder_level - Check - Apply Warehouse-wise Reorder Level - -
34section_break_31 - Section Break - Reorder level based on Warehouse - -
35reorder_levels - Table - Reorder level based on Warehouse -

- Will also apply for variants unless overrridden

-
- - - - -Item Reorder - - - -
36variants_section - Section Break - Variants - -
37has_variants - Check - Has Variants -

- If this item has variants, then it cannot be selected in sales orders etc.

-
38attributes - Table - Attributes - - - - - - -Item Variant Attribute - - - -
39purchase_details - Section Break - Purchase Details - - -
icon-shopping-cart
-
40is_purchase_item - Check - Is Purchase Item - -
41min_order_qty - Float - Minimum Order Qty - -
42lead_time_days - Int - Lead Time in days -

- Average time taken by the supplier to deliver

-
43buying_cost_center - Link - Default Buying Cost Center - - - - - - -Cost Center - - - -
44expense_account - Link - Default Expense Account - - - - - - -Account - - - -
45unit_of_measure_conversion - Column Break - Unit of Measure Conversion - -
46uoms - Table - UOMs -

- Will also apply for variants

-
- - - - -UOM Conversion Detail - - - -
47last_purchase_rate - Float - Last Purchase Rate - -
48supplier_details - Section Break - Supplier Details - -
49default_supplier - Link - Default Supplier - - - - - - -Supplier - - - -
50delivered_by_supplier - Check - Delivered by Supplier (Drop Ship) - -
51manufacturer - Link - Manufacturer - - - - - - -Manufacturer - - - -
52manufacturer_part_no - Data - Manufacturer Part Number - -
53column_break2 - Column Break - Item Code for Suppliers - -
54supplier_items - Table - Supplier Items - - - - - - -Item Supplier - - - -
55sales_details - Section Break - Sales Details - - -
icon-tag
-
56is_sales_item - Check - Is Sales Item - -
57publish_in_hub - Check - Publish in Hub -

- Publish Item to hub.erpnext.com

-
58synced_with_hub - Check - Synced With Hub - -
59income_account - Link - Default Income Account - - - - - - -Account - - - -
60selling_cost_center - Link - Default Selling Cost Center - - - - - - -Cost Center - - - -
61column_break3 - Column Break - Customer Item Codes - -
62customer_items - Table - Customer Items - - - - - - -Item Customer Detail - - - -
63max_discount - Float - Max Discount (%) - -
64item_tax_section_break - Section Break - Item Tax - - -
icon-money
-
65taxes - Table - Taxes -

- Will also apply for variants

-
- - - - -Item Tax - - - -
66inspection_criteria - Section Break - Inspection Criteria - - -
icon-search
-
67inspection_required - Check - Inspection Required - -
68quality_parameters - Table - Quality Parameters -

- Will also apply to variants

-
- - - - -Item Quality Inspection Parameter - - - -
69manufacturing - Section Break - Manufacturing - - -
icon-cogs
-
70is_pro_applicable - Check - Allow Production Order - -
71is_sub_contracted_item - Check - Supply Raw Materials for Purchase -

- If subcontracted to a vendor

-
72column_break_74 - Column Break - - -
73default_bom - Link - Default BOM - - - - - - -BOM - - - -
74customer_code - Data - Customer Code - -
75website_section - Section Break - Website - - -
icon-globe
-
76show_in_website - Check - Show in Website - -
77page_name - Data - Page Name -

- website page link

-
78weightage - Int - Weightage -

- Items with higher weightage will be shown higher

-
79slideshow - Link - Slideshow -

- Show a slideshow at the top of the page

-
- - - - -Website Slideshow - - - -
80website_image - Attach - Image -

- Item Image (if not slideshow)

-
81thumbnail - Data - Thumbnail - -
82cb72 - Column Break - - -
83website_warehouse - Link - Website Warehouse -

- Show "In Stock" or "Not in Stock" based on stock available in this warehouse.

-
- - - - -Warehouse - - - -
84website_item_groups - Table - Website Item Groups -

- List this Item in multiple groups on the website.

-
- - - - -Website Item Group - - - -
85sb72 - Section Break - Website Specifications - -
86copy_from_item_group - Button - Copy From Item Group - -
87website_specifications - Table - Website Specifications - - - - - - -Item Website Specification - - - -
88web_long_description - Text Editor - Website Description - -
89parent_website_route - Read Only - Parent Website Route - -
- - -
-

Controller

-

erpnext.stock.doctype.item.item

- - - - - - - -

Class Item

- -

Inherits from frappe.website.website_generator.WebsiteGenerator - -

-
-
- - - - -

- - - add_default_uom_in_conversion_factor_table - (self) -

-

No docs

-
-
- - - - - -

- - - after_rename - (self, olddn, newdn, merge) -

-

No docs

-
-
- - - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - before_insert - (self) -

-

No docs

-
-
- - - - - -

- - - before_rename - (self, olddn, newdn, merge=False) -

-

No docs

-
-
- - - - - -

- - - cant_change - (self) -

-

No docs

-
-
- - - - - -

- - - check_for_active_boms - (self) -

-

No docs

-
-
- - - - - -

- - - check_if_sle_exists - (self) -

-

No docs

-
-
- - - - - -

- - - check_item_tax - (self) -

-

Check whether Tax Rate is not entered twice for same Tax Type

-
-
- - - - - -

- - - check_warehouse_is_set_for_stock_item - (self) -

-

No docs

-
-
- - - - - -

- - - copy_specification_from_item_group - (self) -

-

No docs

-
-
- - - - - -

- - - fill_customer_code - (self) -

-

Append all the customer codes and insert into "customer_code" field of item table

-
-
- - - - - -

- - - get_context - (self, context) -

-

No docs

-
-
- - - - - -

- - - make_thumbnail - (self) -

-

Make a thumbnail of website_image

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

No docs

-
-
- - - - - -

- - - recalculate_bin_qty - (self, newdn) -

-

No docs

-
-
- - - - - -

- - - set_attribute_context - (self, context) -

-

No docs

-
-
- - - - - -

- - - set_disabled_attributes - (self, context) -

-

Disable selection options of attribute combinations that do not result in a variant

-
-
- - - - - -

- - - set_last_purchase_rate - (self, newdn) -

-

No docs

-
-
- - - - - -

- - - set_variant_context - (self, context) -

-

No docs

-
-
- - - - - -

- - - update_item_desc - (self) -

-

No docs

-
-
- - - - - -

- - - update_item_price - (self) -

-

No docs

-
-
- - - - - -

- - - update_template_item - (self) -

-

Set Show in Website for Template Item if True for its Variant

-
-
- - - - - -

- - - update_template_tables - (self) -

-

No docs

-
-
- - - - - -

- - - update_variants - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_attributes - (self) -

-

No docs

-
-
- - - - - -

- - - validate_barcode - (self) -

-

No docs

-
-
- - - - - -

- - - validate_conversion_factor - (self) -

-

No docs

-
-
- - - - - -

- - - validate_has_variants - (self) -

-

No docs

-
-
- - - - - -

- - - validate_item_type - (self) -

-

No docs

-
-
- - - - - -

- - - validate_name_with_item_group - (self) -

-

No docs

-
-
- - - - - -

- - - validate_reorder_level - (self) -

-

No docs

-
-
- - - - - -

- - - validate_uom - (self) -

-

No docs

-
-
- - - - - -

- - - validate_variant_attributes - (self) -

-

No docs

-
-
- - - - - -

- - - validate_warehouse_for_reorder - (self) -

-

No docs

-
-
- - - - - -

- - - validate_website_image - (self) -

-

Validate if the website image is a public file

-
-
- - -
-
- - - - - -

Class WarehouseNotSet

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.stock.doctype.item.item._msgprint - (msg, verbose) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.item.item.check_stock_uom_with_bin - (item, stock_uom) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.item.item.get_last_purchase_details - (item_code, doc_name=None, conversion_rate=1.0) -

-

returns last purchase details in stock uom

-
-
- - - - - - - -

- - - erpnext.stock.doctype.item.item.invalidate_cache_for_item - (doc) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.item.item.validate_cancelled_item - (item_code, docstatus=None, verbose=1) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.item.item.validate_end_of_life - (item_code, end_of_life=None, disabled=None, verbose=1) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.item.item.validate_is_stock_item - (item_code, is_stock_item=None, verbose=1) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/item_attribute.html b/erpnext/docs/current/models/stock/item_attribute.html deleted file mode 100644 index c696e267252..00000000000 --- a/erpnext/docs/current/models/stock/item_attribute.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabItem Attribute

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1attribute_name - Data - Attribute Name - -
2numeric_values - Check - Numeric Values - -
3section_break_4 - Section Break - - -
4from_range - Float - From Range - -
5increment - Float - Increment - -
6column_break_8 - Column Break - - -
7to_range - Float - To Range - -
8section_break_5 - Section Break - - -
9item_attribute_values - Table - Item Attribute Values - - - - - - -Item Attribute Value - - - -
- - -
-

Controller

-

erpnext.stock.doctype.item_attribute.item_attribute

- - - - - - - -

Class ItemAttribute

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_attribute_values - (self) -

-

No docs

-
-
- - - - - -

- - - validate_duplication - (self) -

-

No docs

-
-
- - - - - -

- - - validate_numeric - (self) -

-

No docs

-
-
- - -
-
- - - - - -

Class ItemAttributeIncrementError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/item_attribute_value.html b/erpnext/docs/current/models/stock/item_attribute_value.html deleted file mode 100644 index 81fe2378778..00000000000 --- a/erpnext/docs/current/models/stock/item_attribute_value.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabItem Attribute Value

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1attribute_value - Data - Attribute Value - -
2abbr - Data - Abbreviation -

- This will be appended to the Item Code of the variant. For example, if your abbreviation is "SM", and the item code is "T-SHIRT", the item code of the variant will be "T-SHIRT-SM"

-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/item_customer_detail.html b/erpnext/docs/current/models/stock/item_customer_detail.html deleted file mode 100644 index 9c833a67985..00000000000 --- a/erpnext/docs/current/models/stock/item_customer_detail.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabItem Customer Detail

- - -For the convenience of customers, these codes can be used in print formats like Invoices and Delivery Notes - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1customer_name - Link - Customer Name - - - - - - -Customer - - - -
2ref_code - Data - Ref Code - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/item_price.html b/erpnext/docs/current/models/stock/item_price.html deleted file mode 100644 index a4d3474119a..00000000000 --- a/erpnext/docs/current/models/stock/item_price.html +++ /dev/null @@ -1,363 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabItem Price

- - -Multiple Item prices. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1price_list_details - Section Break - Price List - - -
icon-tags
-
2price_list - Link - Price List - - - - - - -Price List - - - -
3buying - Check - Buying - -
4selling - Check - Selling - -
5item_details - Section Break - - - -
icon-tag
-
6item_code - Link - Item Code - - - - - - -Item - - - -
7price_list_rate - Currency - Rate - - -
currency
-
8currency - Link - Currency - - - - - - -Currency - - - -
9col_br_1 - Column Break - - -
10item_name - Data - Item Name - -
11item_description - Text - Item Description - -
12section_break_12 - Section Break - - -
13bulk_import_help - HTML - Bulk Import Help - -
- - -
-

Controller

-

erpnext.stock.doctype.item_price.item_price

- - - - - - - -

Class ItemPrice

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - check_duplicate_item - (self) -

-

No docs

-
-
- - - - - -

- - - update_item_details - (self) -

-

No docs

-
-
- - - - - -

- - - update_price_list_details - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_item - (self) -

-

No docs

-
-
- - - - - -

- - - validate_price_list - (self) -

-

No docs

-
-
- - -
-
- - - - - -

Class ItemPriceDuplicateItem

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/item_quality_inspection_parameter.html b/erpnext/docs/current/models/stock/item_quality_inspection_parameter.html deleted file mode 100644 index a0c8e4287ab..00000000000 --- a/erpnext/docs/current/models/stock/item_quality_inspection_parameter.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabItem Quality Inspection Parameter

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1specification - Data - Parameter - -
2value - Data - Acceptance Criteria - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/item_reorder.html b/erpnext/docs/current/models/stock/item_reorder.html deleted file mode 100644 index 0362ed40bda..00000000000 --- a/erpnext/docs/current/models/stock/item_reorder.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabItem Reorder

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1warehouse - Link - Warehouse - - - - - - -Warehouse - - - -
2warehouse_reorder_level - Float - Re-order Level - -
3warehouse_reorder_qty - Float - Re-order Qty - -
4material_request_type - Select - Material Request Type - - -
Purchase
-Transfer
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/item_supplier.html b/erpnext/docs/current/models/stock/item_supplier.html deleted file mode 100644 index b8fa06472d5..00000000000 --- a/erpnext/docs/current/models/stock/item_supplier.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabItem Supplier

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1supplier - Link - Supplier - - - - - - -Supplier - - - -
2supplier_part_no - Data - Supplier Part Number - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/item_tax.html b/erpnext/docs/current/models/stock/item_tax.html deleted file mode 100644 index 7b38653d7fd..00000000000 --- a/erpnext/docs/current/models/stock/item_tax.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabItem Tax

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1tax_type - Link - Tax - - - - - - -Account - - - -
2tax_rate - Float - Tax Rate - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/item_variant.html b/erpnext/docs/current/models/stock/item_variant.html deleted file mode 100644 index 8ddb18ca3d1..00000000000 --- a/erpnext/docs/current/models/stock/item_variant.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabItem Variant

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_attribute - Link - Item Attribute - - - - - - -Item Attribute - - - -
2item_attribute_value - Data - Item Attribute Value - -
- - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/item_variant_attribute.html b/erpnext/docs/current/models/stock/item_variant_attribute.html deleted file mode 100644 index a42621477bc..00000000000 --- a/erpnext/docs/current/models/stock/item_variant_attribute.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabItem Variant Attribute

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1attribute - Link - Attribute - - - - - - -Item Attribute - - - -
2column_break_2 - Column Break - - -
3attribute_value - Data - Attribute Value - -
4numeric_values - Check - Numeric Values - -
5section_break_4 - Section Break - - -
6from_range - Float - From Range - -
7increment - Float - Increment - -
8column_break_8 - Column Break - - -
9to_range - Float - To Range - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/item_website_specification.html b/erpnext/docs/current/models/stock/item_website_specification.html deleted file mode 100644 index 10a596a6d05..00000000000 --- a/erpnext/docs/current/models/stock/item_website_specification.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabItem Website Specification

- - -Table for Item that will be shown in Web Site - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1label - Data - Label - -
2description - Text Editor - Description - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/landed_cost_item.html b/erpnext/docs/current/models/stock/landed_cost_item.html deleted file mode 100644 index 0b0d665944e..00000000000 --- a/erpnext/docs/current/models/stock/landed_cost_item.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabLanded Cost Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2description - Text Editor - Description - -
3purchase_receipt - Link - Purchase Receipt - - - - - - -Purchase Receipt - - - -
4col_break2 - Column Break - - -
5qty - Float - Qty - -
6rate - Currency - Rate - - -
Company:company:default_currency
-
7amount - Currency - Amount - - -
Company:company:default_currency
-
8applicable_charges - Currency - Applicable Charges - - -
Company:company:default_currency
-
9purchase_receipt_item - Data - Purchase Receipt Item - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/landed_cost_purchase_receipt.html b/erpnext/docs/current/models/stock/landed_cost_purchase_receipt.html deleted file mode 100644 index 1605b6e19de..00000000000 --- a/erpnext/docs/current/models/stock/landed_cost_purchase_receipt.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabLanded Cost Purchase Receipt

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1purchase_receipt - Link - Purchase Receipt - - - - - - -Purchase Receipt - - - -
2supplier - Link - Supplier - - - - - - -Supplier - - - -
3col_break1 - Column Break - - -
4posting_date - Date - Posting Date - -
5grand_total - Currency - Grand Total - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/landed_cost_taxes_and_charges.html b/erpnext/docs/current/models/stock/landed_cost_taxes_and_charges.html deleted file mode 100644 index 334df62908a..00000000000 --- a/erpnext/docs/current/models/stock/landed_cost_taxes_and_charges.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabLanded Cost Taxes and Charges

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1description - Text Editor - Description - -
2col_break3 - Column Break - - -
3amount - Currency - Amount - - -
Company:company:default_currency
-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/landed_cost_voucher.html b/erpnext/docs/current/models/stock/landed_cost_voucher.html deleted file mode 100644 index 35a3083b69f..00000000000 --- a/erpnext/docs/current/models/stock/landed_cost_voucher.html +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabLanded Cost Voucher

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1company - Link - Company - - - - - - -Company - - - -
2purchase_receipts - Table - Purchase Receipts - - - - - - -Landed Cost Purchase Receipt - - - -
3get_items_from_purchase_receipts - Button - Get Items From Purchase Receipts - -
4items - Table - Purchase Receipt Items - - - - - - -Landed Cost Item - - - -
5taxes - Table - Taxes and Charges - - - - - - -Landed Cost Taxes and Charges - - - -
6sec_break1 - Section Break - - - -
Simple
-
7total_taxes_and_charges - Currency - Total Taxes and Charges - - -
Company:company:default_currency
-
8amended_from - Link - Amended From - - - - - - -Landed Cost Voucher - - - -
9col_break1 - Column Break - - -
10distribute_charges_based_on - Select - Distribute Charges Based On - - -
-Qty
-Amount
-
11sec_break2 - Section Break - - -
12landed_cost_help - HTML - Landed Cost Help - -
- - -
-

Controller

-

erpnext.stock.doctype.landed_cost_voucher.landed_cost_voucher

- - - - - - - -

Class LandedCostVoucher

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - check_mandatory - (self) -

-

No docs

-
-
- - - - - -

- - - get_items_from_purchase_receipts - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - set_applicable_charges_for_item - (self) -

-

No docs

-
-
- - - - - -

- - - set_total_taxes_and_charges - (self) -

-

No docs

-
-
- - - - - -

- - - update_landed_cost - (self) -

-

No docs

-
-
- - - - - -

- - - update_rate_in_serial_no - (self, purchase_receipt) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_purchase_receipts - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/manufacturer.html b/erpnext/docs/current/models/stock/manufacturer.html deleted file mode 100644 index 654875e413b..00000000000 --- a/erpnext/docs/current/models/stock/manufacturer.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabManufacturer

- - -Manufacturers used in Items - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1short_name - Data - Short Name -

- Limited to 12 characters

-
2full_name - Data - Full Name - -
3website - Data - Website - -
4data_6 - Link - Country - - - - - - -Country - - - -
5logo - Attach Image - Logo - -
6notes - Small Text - Notes - -
- - -
-

Controller

-

erpnext.stock.doctype.manufacturer.manufacturer

- - - - - - - -

Class Manufacturer

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/material_request.html b/erpnext/docs/current/models/stock/material_request.html deleted file mode 100644 index e1fc54335bc..00000000000 --- a/erpnext/docs/current/models/stock/material_request.html +++ /dev/null @@ -1,723 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabMaterial Request

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1type_section - Section Break - - - -
icon-pushpin
-
2title - Data - Title - -
3material_request_type - Select - Type - - -
Purchase
-Material Transfer
-Material Issue
-
4column_break_2 - Column Break - - -
5naming_series - Select - Series - - -
MREQ-
-
6amended_from - Link - Amended From - - - - - - -Material Request - - - -
7company - Link - Company - - - - - - -Company - - - -
8items_section - Section Break - - - -
icon-shopping-cart
-
9items - Table - Items - - - - - - -Material Request Item - - - -
10more_info - Section Break - More Information - - -
icon-file-text
-
11requested_by - Data - Requested For - -
12transaction_date - Date - Transaction Date - -
13column_break2 - Column Break - - -
14status - Select - Status - - -
-Draft
-Submitted
-Stopped
-Cancelled
-
15per_ordered - Percent - % Ordered - -
16printing_details - Section Break - Printing Details - -
17letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
18select_print_heading - Link - Print Heading - - - - - - -Print Heading - - - -
19terms_section_break - Section Break - Terms and Conditions - - -
icon-legal
-
20tc_name - Link - Terms - - - - - - -Terms and Conditions - - - -
21terms - Text Editor - Terms and Conditions Content - -
- - -
-

Controller

-

erpnext.stock.doctype.material_request.material_request

- - - - - - - -

Class MaterialRequest

- -

Inherits from erpnext.controllers.buying_controller.BuyingController - -

-
-
- - - - -

- - - check_if_already_pulled - (self) -

-

No docs

-
-
- - - - - -

- - - check_modified_date - (self) -

-

No docs

-
-
- - - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - update_completed_qty - (self, mr_items=None) -

-

No docs

-
-
- - - - - -

- - - update_requested_qty - (self, mr_item_rows=None) -

-

update requested qty (before ordered_qty is updated)

-
-
- - - - - -

- - - update_status - (self, status) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_qty_against_so - (self) -

-

No docs

-
-
- - - - - -

- - - validate_schedule_date - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.stock.doctype.material_request.material_request.get_material_requests_based_on_supplier - (supplier) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.material_request.material_request.make_purchase_order -

-

- - - erpnext.stock.doctype.material_request.material_request.make_purchase_order - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.material_request.material_request.make_purchase_order_based_on_supplier -

-

- - - erpnext.stock.doctype.material_request.material_request.make_purchase_order_based_on_supplier - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.material_request.material_request.make_stock_entry -

-

- - - erpnext.stock.doctype.material_request.material_request.make_stock_entry - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.material_request.material_request.make_supplier_quotation -

-

- - - erpnext.stock.doctype.material_request.material_request.make_supplier_quotation - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.material_request.material_request.set_missing_values - (source, target_doc) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.material_request.material_request.update_completed_and_requested_qty - (stock_entry, method) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.material_request.material_request.update_item - (obj, target, source_parent) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/material_request_item.html b/erpnext/docs/current/models/stock/material_request_item.html deleted file mode 100644 index 6cd1c814033..00000000000 --- a/erpnext/docs/current/models/stock/material_request_item.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabMaterial Request Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2col_break1 - Column Break - - -
3item_name - Data - Item Name - -
4section_break_4 - Section Break - Description - -
5description - Text Editor - Description - -
6column_break_6 - Column Break - - -
7image - Attach - Image - -
8image_view - Image - Image View - - -
image
-
9quantity_and_warehouse - Section Break - Quantity and Warehouse - -
10qty - Float - Quantity - -
11uom - Link - Stock UOM - - - - - - -UOM - - - -
12warehouse - Link - For Warehouse - - - - - - -Warehouse - - - -
13col_break2 - Column Break - - -
14schedule_date - Date - Required Date - -
15more_info - Section Break - More Information - -
16item_group - Link - Item Group - - - - - - -Item Group - - - -
17brand - Link - Brand - - - - - - -Brand - - - -
18lead_time_date - Date - Lead Time Date - -
19sales_order_no - Link - Sales Order No - - - - - - -Sales Order - - - -
20col_break3 - Column Break - - -
21min_order_qty - Float - Min Order Qty - -
22projected_qty - Float - Projected Qty - -
23ordered_qty - Float - Completed Qty - -
24page_break - Check - Page Break - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/packed_item.html b/erpnext/docs/current/models/stock/packed_item.html deleted file mode 100644 index ef20be60f1c..00000000000 --- a/erpnext/docs/current/models/stock/packed_item.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabPacked Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1parent_item - Link - Parent Item - - - - - - -Item - - - -
2item_code - Link - Item Code - - - - - - -Item - - - -
3item_name - Data - Item Name - -
4column_break_5 - Column Break - - -
5description - Text Editor - Description - -
6section_break_6 - Section Break - - -
7warehouse - Link - From Warehouse - - - - - - -Warehouse - - - -
8target_warehouse - Link - To Warehouse (Optional) - - - - - - -Warehouse - - - -
9column_break_9 - Column Break - - -
10qty - Float - Qty - -
11section_break_9 - Section Break - - -
12serial_no - Text - Serial No - -
13column_break_11 - Column Break - - -
14batch_no - Link - Batch No - - - - - - -Batch - - - -
15section_break_13 - Section Break - - -
16actual_qty - Float - Actual Qty - -
17projected_qty - Float - Projected Qty - -
18column_break_16 - Column Break - - -
19uom - Link - UOM - - - - - - -UOM - - - -
20page_break - Check - Page Break - -
21prevdoc_doctype - Data - Prevdoc DocType - -
22parent_detail_docname - Data - Parent Detail docname - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/packing_slip.html b/erpnext/docs/current/models/stock/packing_slip.html deleted file mode 100644 index 88c92b21a85..00000000000 --- a/erpnext/docs/current/models/stock/packing_slip.html +++ /dev/null @@ -1,592 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabPacking Slip

- - -Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1packing_slip_details - Section Break - - -
2column_break0 - Column Break - - -
3delivery_note - Link - Delivery Note -

- Indicates that the package is a part of this delivery (Only Draft)

-
- - - - -Delivery Note - - - -
4column_break1 - Column Break - - -
5naming_series - Select - Series - - -
PS-
-
6section_break0 - Section Break - - -
7column_break2 - Column Break - - -
8from_case_no - Data - From Package No. -

- Identification of the package for the delivery (for print)

-
9column_break3 - Column Break - - -
10to_case_no - Data - To Package No. -

- If more than one package of the same type (for print)

-
11package_item_details - Section Break - - -
12get_items - Button - Get Items - -
13items - Table - Items - - - - - - -Packing Slip Item - - - -
14package_weight_details - Section Break - Package Weight Details - -
15net_weight_pkg - Float - Net Weight -

- The net weight of this package. (calculated automatically as sum of net weight of items)

-
16net_weight_uom - Link - Net Weight UOM - - - - - - -UOM - - - -
17column_break4 - Column Break - - -
18gross_weight_pkg - Float - Gross Weight -

- The gross weight of the package. Usually net weight + packaging material weight. (for print)

-
19gross_weight_uom - Link - Gross Weight UOM - - - - - - -UOM - - - -
20letter_head_details - Section Break - Letter Head - -
21letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
22misc_details - Section Break - - -
23amended_from - Link - Amended From - - - - - - -Packing Slip - - - -
- - -
-

Controller

-

erpnext.stock.doctype.packing_slip.packing_slip

- - - - - - - -

Class PackingSlip

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - get_details_for_packing - (self) -

-

Returns -* 'Delivery Note Items' query result as a list of dict -* Item Quantity dict of current packing slip doc -* No. of Cases of this packing slip

-
-
- - - - - -

- - - get_items - (self) -

-

No docs

-
-
- - - - - -

- - - get_recommended_case_no - (self) -

-

Returns the next case no. for a new packing slip for a delivery -note

-
-
- - - - - -

- - - recommend_new_qty - (self, item, ps_item_qty, no_of_cases) -

-

Recommend a new quantity and raise a validation exception

-
-
- - - - - -

- - - update_item_details - (self) -

-

Fill empty columns in Packing Slip Item

-
-
- - - - - -

- - - validate - (self) -

-
- -

It is necessary to validate case nos before checking quantity

-
-
- - - - - -

- - - validate_case_nos - (self) -

-

Validate if case nos overlap. If they do, recommend next case no.

-
-
- - - - - -

- - - validate_delivery_note - (self) -

-

Validates if delivery note has status as draft

-
-
- - - - - -

- - - validate_items_mandatory - (self) -

-

No docs

-
-
- - - - - -

- - - validate_qty - (self) -

-

Check packed qty across packing slips and delivery note

-
-
- - -
-
- - - - - - - -

- - - erpnext.stock.doctype.packing_slip.packing_slip.item_details - (doctype, txt, searchfield, start, page_len, filters) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/packing_slip_item.html b/erpnext/docs/current/models/stock/packing_slip_item.html deleted file mode 100644 index a20375ce3de..00000000000 --- a/erpnext/docs/current/models/stock/packing_slip_item.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabPacking Slip Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2item_name - Data - Item Name - -
3batch_no - Link - Batch No - - - - - - -Batch - - - -
4description - Text Editor - Description - -
5qty - Float - Quantity - -
6stock_uom - Link - UOM - - - - - - -UOM - - - -
7net_weight - Float - Net Weight - -
8weight_uom - Link - Weight UOM - - - - - - -UOM - - - -
9page_break - Check - Page Break - -
10dn_detail - Data - DN Detail - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/price_list.html b/erpnext/docs/current/models/stock/price_list.html deleted file mode 100644 index 28e2cec31eb..00000000000 --- a/erpnext/docs/current/models/stock/price_list.html +++ /dev/null @@ -1,428 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabPrice List

- - -Price List Master - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1enabled - Check - Enabled - -
2sb_1 - Section Break - - -
3price_list_name - Data - Price List Name - -
4currency - Link - Currency - - - - - - -Currency - - - -
5buying - Check - Buying - -
6selling - Check - Selling - -
7column_break_3 - Column Break - - -
8countries - Table - Applicable for Countries - - - - - - -Price List Country - - - -
- - -
-

Controller

-

erpnext.stock.doctype.price_list.price_list

- - - - - - - -

Class PriceList

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - set_default_if_missing - (self) -

-

No docs

-
-
- - - - - -

- - - update_item_price - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/price_list_country.html b/erpnext/docs/current/models/stock/price_list_country.html deleted file mode 100644 index 5e8f410d8d6..00000000000 --- a/erpnext/docs/current/models/stock/price_list_country.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabPrice List Country

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1country - Link - Country - - - - - - -Country - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/purchase_receipt.html b/erpnext/docs/current/models/stock/purchase_receipt.html deleted file mode 100644 index 5e595062973..00000000000 --- a/erpnext/docs/current/models/stock/purchase_receipt.html +++ /dev/null @@ -1,1866 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabPurchase Receipt

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1supplier_section - Section Break - - - -
icon-user
-
2column_break0 - Column Break - - -
3title - Data - Title - -
4naming_series - Select - Series - - -
PREC-
-PREC-RET-
-
5supplier - Link - Supplier - - - - - - -Supplier - - - -
6supplier_name - Data - Supplier Name - -
7address_display - Small Text - Address - -
8contact_display - Small Text - Contact - -
9contact_mobile - Small Text - Mobile No - -
10contact_email - Small Text - Contact Email - -
11column_break1 - Column Break - - -
12posting_date - Date - Date - -
13posting_time - Time - Posting Time -

- Time at which materials were received

-
14is_return - Check - Is Return - -
15return_against - Link - Return Against Purchase Receipt - - - - - - -Purchase Receipt - - - -
16currency_and_price_list - Section Break - Currency and Price List - - -
icon-tag
-
17currency - Link - Currency - - - - - - -Currency - - - -
18conversion_rate - Float - Exchange Rate -

- Rate at which supplier's currency is converted to company's base currency

-
19column_break2 - Column Break - - -
20buying_price_list - Link - Price List - - - - - - -Price List - - - -
21price_list_currency - Link - Price List Currency - - - - - - -Currency - - - -
22plc_conversion_rate - Float - Price List Exchange Rate - -
23ignore_pricing_rule - Check - Ignore Pricing Rule - -
24items_section - Section Break - - - -
icon-shopping-cart
-
25items - Table - Items - - - - - - -Purchase Receipt Item - - - -
26get_current_stock - Button - Get current stock - - -
get_current_stock
-
27section_break0 - Section Break - - -
28base_total - Currency - Total (Company Currency) - - -
Company:company:default_currency
-
29base_net_total - Currency - Net Total (Company Currency) - - -
Company:company:default_currency
-
30column_break_27 - Column Break - - -
31total - Currency - Total - - -
currency
-
32net_total - Currency - Net Total - - -
currency
-
33taxes_section - Section Break - -

- Add / Edit Taxes and Charges

-
-
icon-money
-
34taxes_and_charges - Link - Taxes and Charges - - - - - - -Purchase Taxes and Charges Template - - - -
35taxes - Table - Purchase Taxes and Charges - - - - - - -Purchase Taxes and Charges - - - -
36other_charges_calculation - HTML - Taxes and Charges Calculation - -
37totals - Section Break - - - -
icon-money
-
38base_taxes_and_charges_added - Currency - Taxes and Charges Added (Company Currency) - - -
Company:company:default_currency
-
39base_taxes_and_charges_deducted - Currency - Taxes and Charges Deducted (Company Currency) - - -
Company:company:default_currency
-
40base_total_taxes_and_charges - Currency - Total Taxes and Charges (Company Currency) - - -
Company:company:default_currency
-
41column_break3 - Column Break - - -
42taxes_and_charges_added - Currency - Taxes and Charges Added - - -
currency
-
43taxes_and_charges_deducted - Currency - Taxes and Charges Deducted - - -
currency
-
44total_taxes_and_charges - Currency - Total Taxes and Charges - - -
currency
-
45section_break_42 - Section Break - Additional Discount - -
46apply_discount_on - Select - Apply Additional Discount On - - -
-Grand Total
-Net Total
-
47base_discount_amount - Currency - Additional Discount Amount (Company Currency) - - -
Company:company:default_currency
-
48column_break_44 - Column Break - - -
49additional_discount_percentage - Float - Additional Discount Percentage - -
50discount_amount - Currency - Additional Discount Amount - - -
currency
-
51section_break_46 - Section Break - - -
52base_grand_total - Currency - Grand Total (Company Currency) - - -
Company:company:default_currency
-
53base_in_words - Data - In Words (Company Currency) - -
54base_rounded_total - Currency - Rounded Total (Company Currency) - - -
Company:company:default_currency
-
55column_break_50 - Column Break - - -
56grand_total - Currency - Grand Total - - -
currency
-
57in_words - Data - In Words - -
58terms_section_break - Section Break - Terms and Conditions - - -
icon-legal
-
59tc_name - Link - Terms - - - - - - -Terms and Conditions - - - -
60terms - Text Editor - Terms and Conditions - -
61contact_section - Section Break - Contact Details - - -
icon-bullhorn
-
62supplier_address - Link - Supplier Address - - - - - - -Address - - - -
63column_break_57 - Column Break - - -
64contact_person - Link - Contact Person - - - - - - -Contact - - - -
65raw_material_details - Section Break - Raw Materials Supplied - - -
icon-table
-
66is_subcontracted - Select - Raw Materials Supplied - - -
No
-Yes
-
67supplier_warehouse - Link - Supplier Warehouse - - - - - - -Warehouse - - - -
68supplied_items - Table - Supplied Items - - - - - - -Purchase Receipt Item Supplied - - - -
69bill_no - Data - Bill No - -
70bill_date - Date - Bill Date - -
71more_info - Section Break - More Information - - -
icon-file-text
-
72status - Select - Status - - -
-Draft
-To Bill
-Completed
-Cancelled
-Closed
-
73rejected_warehouse - Link - Rejected Warehouse -

- Warehouse where you are maintaining stock of rejected items

-
- - - - -Warehouse - - - -
74amended_from - Link - Amended From - - - - - - -Purchase Receipt - - - -
75range - Data - Range - -
76column_break4 - Column Break - - -
77per_billed - Percent - % Amount Billed - -
78company - Link - Company - - - - - - -Company - - - -
79fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
80printing_settings - Section Break - Printing Settings - -
81letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
82select_print_heading - Link - Print Heading - - - - - - -Print Heading - - - -
83other_details - HTML - Other Details - -
84instructions - Small Text - Instructions - -
85remarks - Small Text - Remarks - -
86transporter_info - Section Break - Transporter Details - - -
icon-truck
-
87transporter_name - Data - Transporter Name - -
88column_break5 - Column Break - - -
89lr_no - Data - Vehicle Number - -
90lr_date - Date - Vehicle Date - -
- - -
-

Controller

-

erpnext.stock.doctype.purchase_receipt.purchase_receipt

- - - - - - - -

Class PurchaseReceipt

- -

Inherits from erpnext.controllers.buying_controller.BuyingController - -

-
-
- - - - -

- - - __init__ - (self, arg1, arg2=None) -

-

No docs

-
-
- - - - - -

- - - bk_flush_supp_wh - (self, sl_entries) -

-

No docs

-
-
- - - - - -

- - - check_for_stopped_or_closed_status - (self, pc_obj) -

-

No docs

-
-
- - - - - -

- - - check_next_docstatus - (self) -

-

No docs

-
-
- - - - - -

- - - get_already_received_qty - (self, po, po_detail) -

-

No docs

-
-
- - - - - -

- - - get_current_stock - (self) -

-

No docs

-
-
- - - - - -

- - - get_gl_entries - (self, warehouse_account=None) -

-

No docs

-
-
- - - - - -

- - - get_po_qty_and_warehouse - (self, po_detail) -

-

No docs

-
-
- - - - - -

- - - get_rate - (self, arg) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - po_required - (self) -

-

No docs

-
-
- - - - - -

- - - set_landed_cost_voucher_amount - (self) -

-

No docs

-
-
- - - - - -

- - - update_billing_status - (self, update_modified=True) -

-

No docs

-
-
- - - - - -

- - - update_ordered_qty - (self) -

-

No docs

-
-
- - - - - -

- - - update_status - (self, status) -

-

No docs

-
-
- - - - - -

- - - update_stock_ledger - (self, allow_negative_stock=False, via_landed_cost_voucher=False) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_accepted_rejected_qty - (self) -

-

No docs

-
-
- - - - - -

- - - validate_inspection - (self) -

-

No docs

-
-
- - - - - -

- - - validate_purchase_return - (self) -

-

No docs

-
-
- - - - - -

- - - validate_rejected_warehouse - (self) -

-

No docs

-
-
- - - - - -

- - - validate_with_previous_doc - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.stock.doctype.purchase_receipt.purchase_receipt.get_invoiced_qty_map - (purchase_receipt) -

-

returns a map: {prdetail: invoicedqty}

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.purchase_receipt.purchase_receipt.make_purchase_invoice -

-

- - - erpnext.stock.doctype.purchase_receipt.purchase_receipt.make_purchase_invoice - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.purchase_receipt.purchase_receipt.make_purchase_return -

-

- - - erpnext.stock.doctype.purchase_receipt.purchase_receipt.make_purchase_return - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.purchase_receipt.purchase_receipt.update_billed_amount_based_on_po - (po_detail, update_modified=True) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.purchase_receipt.purchase_receipt.update_purchase_receipt_status -

-

- - - erpnext.stock.doctype.purchase_receipt.purchase_receipt.update_purchase_receipt_status - (docname, status) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/purchase_receipt_item.html b/erpnext/docs/current/models/stock/purchase_receipt_item.html deleted file mode 100644 index 2404597bdf3..00000000000 --- a/erpnext/docs/current/models/stock/purchase_receipt_item.html +++ /dev/null @@ -1,999 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabPurchase Receipt Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1barcode - Data - Barcode - -
2section_break_2 - Section Break - - -
3item_code - Link - Item Code - - - - - - -Item - - - -
4column_break_2 - Column Break - - -
5item_name - Data - Item Name - -
6section_break_4 - Section Break - Description - -
7description - Text Editor - Description - -
8col_break1 - Column Break - - -
9image - Attach - Image - -
10image_view - Image - Image View - - -
image
-
11received_and_accepted - Section Break - Received and Accepted - -
12received_qty - Float - Recd Quantity - -
13qty - Float - Accepted Quantity - -
14rejected_qty - Float - Rejected Quantity - -
15col_break2 - Column Break - - -
16uom - Link - UOM - - - - - - -UOM - - - -
17stock_uom - Link - Stock UOM - - - - - - -UOM - - - -
18conversion_factor - Float - Conversion Factor - -
19rate_and_amount - Section Break - Rate and Amount - -
20price_list_rate - Currency - Price List Rate - - -
currency
-
21discount_percentage - Percent - Discount on Price List Rate (%) - -
22col_break3 - Column Break - - -
23base_price_list_rate - Currency - Price List Rate (Company Currency) - - -
Company:company:default_currency
-
24sec_break1 - Section Break - - -
25rate - Currency - Rate - - -
currency
-
26amount - Currency - Amount - - -
currency
-
27col_break4 - Column Break - - -
28base_rate - Currency - Rate (Company Currency) - - -
Company:company:default_currency
-
29base_amount - Currency - Amount (Company Currency) - - -
Company:company:default_currency
-
30pricing_rule - Link - Pricing Rule - - - - - - -Pricing Rule - - - -
31section_break_29 - Section Break - - -
32net_rate - Currency - Net Rate - - -
currency
-
33net_amount - Currency - Net Amount - - -
currency
-
34column_break_32 - Column Break - - -
35base_net_rate - Currency - Net Rate (Company Currency) - - -
Company:company:default_currency
-
36base_net_amount - Currency - Net Amount (Company Currency) - - -
Company:company:default_currency
-
37warehouse_and_reference - Section Break - Warehouse and Reference - -
38warehouse - Link - Accepted Warehouse - - - - - - -Warehouse - - - -
39rejected_warehouse - Link - Rejected Warehouse - - - - - - -Warehouse - - - -
40qa_no - Link - Quality Inspection - - - - - - -Quality Inspection - - - -
41column_break_40 - Column Break - - -
42prevdoc_docname - Link - Purchase Order - - - - - - -Purchase Order - - - -
43schedule_date - Date - Required By - -
44stock_qty - Float - Qty as per Stock UOM - -
45section_break_45 - Section Break - - -
46serial_no - Text - Serial No - -
47batch_no - Link - Batch No - - - - - - -Batch - - - -
48column_break_48 - Column Break - - -
49rejected_serial_no - Text - Rejected Serial No - -
50section_break_50 - Section Break - - -
51project_name - Link - Project Name - - - - - - -Project - - - -
52cost_center - Link - Cost Center - - - - - - -Cost Center - - - -
53prevdoc_doctype - Data - Prevdoc Doctype - -
54prevdoc_detail_docname - Data - Purchase Order Item No - -
55col_break5 - Column Break - - -
56bom - Link - BOM - - - - - - -BOM - - - -
57billed_amt - Currency - Billed Amt - -
58landed_cost_voucher_amount - Currency - Landed Cost Voucher Amount - -
59brand - Link - Brand - - - - - - -Brand - - - -
60item_group - Link - Item Group - - - - - - -Item Group - - - -
61rm_supp_cost - Currency - Raw Materials Supplied Cost - - -
Company:company:default_currency
-
62item_tax_amount - Currency - Item Tax Amount - - -
Company:company:default_currency
-
63valuation_rate - Currency - Valuation Rate - - -
Company:company:default_currency
-
64item_tax_rate - Small Text - Item Tax Rate -

- Tax detail table fetched from item master as a string and stored in this field. -Used for Taxes and Charges

-
65page_break - Check - Page Break - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/serial_no.html b/erpnext/docs/current/models/stock/serial_no.html deleted file mode 100644 index 27183100894..00000000000 --- a/erpnext/docs/current/models/stock/serial_no.html +++ /dev/null @@ -1,1110 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabSerial No

- - -Distinct unit of an Item - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1details - Section Break - - -
2column_break0 - Column Break - - -
3serial_no - Data - Serial No - -
4item_code - Link - Item Code - - - - - - -Item - - - -
5warehouse - Link - Warehouse -

- Warehouse can only be changed via Stock Entry / Delivery Note / Purchase Receipt

-
- - - - -Warehouse - - - -
6column_break1 - Column Break - - -
7item_name - Data - Item Name - -
8description - Text - Description - -
9item_group - Link - Item Group - - - - - - -Item Group - - - -
10brand - Link - Brand - - - - - - -Brand - - - -
11purchase_details - Section Break - Purchase / Manufacture Details - -
12column_break2 - Column Break - - -
13purchase_document_type - Link - Creation Document Type - - - - - - -DocType - - - -
14purchase_document_no - Dynamic Link - Creation Document No - - -
purchase_document_type
-
15purchase_date - Date - Creation Date - -
16purchase_time - Time - Creation Time - -
17purchase_rate - Currency - Incoming Rate - - -
Company:company:default_currency
-
18column_break3 - Column Break - - -
19supplier - Link - Supplier - - - - - - -Supplier - - - -
20supplier_name - Data - Supplier Name - -
21delivery_details - Section Break - Delivery Details - -
22delivery_document_type - Link - Delivery Document Type - - - - - - -DocType - - - -
23delivery_document_no - Dynamic Link - Delivery Document No - - -
delivery_document_type
-
24delivery_date - Date - Delivery Date - -
25delivery_time - Time - Delivery Time - -
26is_cancelled - Select - Is Cancelled - - -
-Yes
-No
-
27column_break5 - Column Break - - -
28customer - Link - Customer - - - - - - -Customer - - - -
29customer_name - Data - Customer Name - -
30warranty_amc_details - Section Break - Warranty / AMC Details - -
31column_break6 - Column Break - - -
32maintenance_status - Select - Maintenance Status - - -
-Under Warranty
-Out of Warranty
-Under AMC
-Out of AMC
-
33warranty_period - Int - Warranty Period (Days) - -
34column_break7 - Column Break - - -
35warranty_expiry_date - Date - Warranty Expiry Date - -
36amc_expiry_date - Date - AMC Expiry Date - -
37more_info - Section Break - More Information - -
38serial_no_details - Text Editor - Serial No Details - -
39company - Link - Company - - - - - - -Company - - - -
- - -
-

Controller

-

erpnext.stock.doctype.serial_no.serial_no

- - - - - - - -

Class SerialNo

- -

Inherits from erpnext.controllers.stock_controller.StockController - -

-
-
- - - - -

- - - __init__ - (self, arg1, arg2=None) -

-

No docs

-
-
- - - - - -

- - - after_rename - (self, old, new, merge=False) -

-

rename serial_no text fields

-
-
- - - - - -

- - - before_rename - (self, old, new, merge=False) -

-

No docs

-
-
- - - - - -

- - - get_last_sle - (self) -

-

No docs

-
-
- - - - - -

- - - get_stock_ledger_entries - (self) -

-

No docs

-
-
- - - - - -

- - - on_stock_ledger_entry - (self) -

-

No docs

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - set_maintenance_status - (self) -

-

No docs

-
-
- - - - - -

- - - set_purchase_details - (self, purchase_sle) -

-

No docs

-
-
- - - - - -

- - - set_sales_details - (self, delivery_sle) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_item - (self) -

-

Validate whether serial no is required for this item

-
-
- - - - - -

- - - validate_warehouse - (self) -

-

No docs

-
-
- - -
-
- - - - - -

Class SerialNoCannotCannotChangeError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class SerialNoCannotCreateDirectError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class SerialNoDuplicateError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class SerialNoItemError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class SerialNoNotExistsError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class SerialNoNotRequiredError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class SerialNoQtyError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class SerialNoRequiredError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class SerialNoWarehouseError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - - - -

- - - erpnext.stock.doctype.serial_no.serial_no.allow_serial_nos_with_different_item - (sle_serial_no, sle) -

-

Allows same serial nos for raw materials and finished goods -in Manufacture / Repack type Stock Entry

-
-
- - - - - - - -

- - - erpnext.stock.doctype.serial_no.serial_no.get_item_details - (item_code) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.serial_no.serial_no.get_serial_nos - (serial_no) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.serial_no.serial_no.make_serial_no - (serial_no, sle) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.serial_no.serial_no.process_serial_no - (sle) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.serial_no.serial_no.update_serial_nos - (sle, item_det) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.serial_no.serial_no.update_serial_nos_after_submit - (controller, parentfield) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.serial_no.serial_no.validate_serial_no - (sle, item_det) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/stock_entry.html b/erpnext/docs/current/models/stock/stock_entry.html deleted file mode 100644 index 29bc11e7bc3..00000000000 --- a/erpnext/docs/current/models/stock/stock_entry.html +++ /dev/null @@ -1,1617 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabStock Entry

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1items_section - Section Break - - -
2title - Data - Title - -
3naming_series - Select - Series - - -
STE-
-
4purpose - Select - Purpose - - -
Material Issue
-Material Receipt
-Material Transfer
-Material Transfer for Manufacture
-Manufacture
-Repack
-Subcontract
-
5production_order - Link - Production Order - - - - - - -Production Order - - - -
6purchase_order - Link - Purchase Order - - - - - - -Purchase Order - - - -
7delivery_note_no - Link - Delivery Note No - - - - - - -Delivery Note - - - -
8sales_invoice_no - Link - Sales Invoice No - - - - - - -Sales Invoice - - - -
9purchase_receipt_no - Link - Purchase Receipt No - - - - - - -Purchase Receipt - - - -
10from_bom - Check - From BOM - -
11col2 - Column Break - - -
12posting_date - Date - Posting Date - -
13posting_time - Time - Posting Time - -
14sb1 - Section Break - - -
15bom_no - Link - BOM No - - - - - - -BOM - - - -
16fg_completed_qty - Float - For Quantity -

- As per Stock UOM

-
17cb1 - Column Break - - -
18use_multi_level_bom - Check - Use Multi-Level BOM -

- Including items for sub assemblies

-
19get_items - Button - Get Items - -
20section_break_12 - Section Break - - -
21from_warehouse - Link - Default Source Warehouse - - - - - - -Warehouse - - - -
22cb0 - Column Break - - -
23to_warehouse - Link - Default Target Warehouse - - - - - - -Warehouse - - - -
24sb0 - Section Break - - - -
Simple
-
25items - Table - Items - - - - - - -Stock Entry Detail - - - -
26get_stock_and_rate - Button - Update Rate and Availability - - -
get_stock_and_rate
-
27section_break_19 - Section Break - - -
28total_incoming_value - Currency - Total Incoming Value - - -
Company:company:default_currency
-
29column_break_22 - Column Break - - -
30total_outgoing_value - Currency - Total Outgoing Value - - -
Company:company:default_currency
-
31value_difference - Currency - Total Value Difference (Out - In) - - -
Company:company:default_currency
-
32difference_account - Link - Difference Account - - - - - - -Account - - - -
33additional_costs_section - Section Break - Additional Costs - -
34additional_costs - Table - Additional Costs - - - - - - -Landed Cost Taxes and Charges - - - -
35total_additional_costs - Currency - Total Additional Costs - - -
Company:company:default_currency
-
36contact_section - Section Break - Customer or Supplier Details - -
37supplier - Link - Supplier - - - - - - -Supplier - - - -
38supplier_name - Data - Supplier Name - -
39supplier_address - Small Text - Supplier Address - -
40column_break_39 - Column Break - - -
41customer - Link - Customer - - - - - - -Customer - - - -
42customer_name - Data - Customer Name - -
43customer_address - Small Text - Customer Address - -
44printing_settings - Section Break - Printing Settings - -
45select_print_heading - Link - Print Heading - - - - - - -Print Heading - - - -
46letter_head - Link - Letter Head - - - - - - -Letter Head - - - -
47more_info - Section Break - More Information - -
48project_name - Link - Project Name - - - - - - -Project - - - -
49remarks - Text - Remarks - -
50col5 - Column Break - - -
51total_amount - Currency - Total Amount - - -
Company:company:default_currency
-
52company - Link - Company - - - - - - -Company - - - -
53fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
54amended_from - Link - Amended From - - - - - - -Stock Entry - - - -
55credit_note - Link - Credit Note - - - - - - -Journal Entry - - - -
- - -
-

Controller

-

erpnext.stock.doctype.stock_entry.stock_entry

- - - - - - - -

Class DuplicateEntryForProductionOrderError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class IncorrectValuationRateError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class OperationsNotCompleteError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class StockEntry

- -

Inherits from erpnext.controllers.stock_controller.StockController - -

-
-
- - - - -

- - - add_to_stock_entry_detail - (self, item_dict, bom_no=None) -

-

No docs

-
-
- - - - - -

- - - calculate_rate_and_amount - (self, force=False) -

-

No docs

-
-
- - - - - -

- - - check_duplicate_entry_for_production_order - (self) -

-

No docs

-
-
- - - - - -

- - - check_if_operations_completed - (self) -

-

Check if Time Logs are completed against before manufacturing to capture operating costs.

-
-
- - - - - -

- - - distribute_additional_costs - (self) -

-

No docs

-
-
- - - - - -

- - - get_bom_raw_materials - (self, qty) -

-

No docs

-
-
- - - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - get_gl_entries - (self, warehouse_account) -

-

No docs

-
-
- - - - - -

- - - get_issued_qty - (self) -

-

No docs

-
-
- - - - - -

- - - get_item_details - (self, args=None, for_update=False) -

-

No docs

-
-
- - - - - -

- - - get_items - (self) -

-

No docs

-
-
- - - - - -

- - - get_pending_raw_materials - (self) -

-

issue (item quantity) that is pending to issue or desire to transfer, -whichever is less

-
-
- - - - - -

- - - get_stock_and_rate - (self) -

-

No docs

-
-
- - - - - -

- - - get_transfered_raw_materials - (self) -

-

No docs

-
-
- - - - - -

- - - get_uom_details - (self, args) -

-

Returns dict {"conversion_factor": [value], "transfer_qty": qty * [value]}

- -

Parameters:

- - -
-
- - - - - -

- - - load_items_from_bom - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - onload - (self) -

-

No docs

-
-
- - - - - -

- - - set_actual_qty - (self) -

-

No docs

-
-
- - - - - -

- - - set_basic_rate - (self, force=False) -

-

get stock and incoming rate on posting date

-
-
- - - - - -

- - - set_basic_rate_for_finished_goods - (self, raw_material_cost) -

-

No docs

-
-
- - - - - -

- - - set_total_amount - (self) -

-

No docs

-
-
- - - - - -

- - - set_total_incoming_outgoing_value - (self) -

-

No docs

-
-
- - - - - -

- - - set_transfer_qty - (self) -

-

No docs

-
-
- - - - - -

- - - update_production_order - (self) -

-

No docs

-
-
- - - - - -

- - - update_stock_ledger - (self) -

-

No docs

-
-
- - - - - -

- - - update_valuation_rate - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_batch - (self) -

-

No docs

-
-
- - - - - -

- - - validate_bom - (self) -

-

No docs

-
-
- - - - - -

- - - validate_finished_goods - (self) -

-

validation: finished good quantity should be same as manufacturing quantity

-
-
- - - - - -

- - - validate_item - (self) -

-

No docs

-
-
- - - - - -

- - - validate_production_order - (self) -

-

No docs

-
-
- - - - - -

- - - validate_purchase_order - (self) -

-

Throw exception if more raw material is transferred against Purchase Order than in -the raw materials supplied table

-
-
- - - - - -

- - - validate_purpose - (self) -

-

No docs

-
-
- - - - - -

- - - validate_warehouse - (self) -

-

perform various (sometimes conditional) validations on warehouse

-
-
- - - - - -

- - - validate_with_material_request - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.stock.doctype.stock_entry.stock_entry.get_additional_costs - (production_order=None, bom_no=None, fg_qty=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.stock.doctype.stock_entry.stock_entry.get_operating_cost_per_unit - (production_order=None, bom_no=None) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.stock_entry.stock_entry.get_production_order_details -

-

- - - erpnext.stock.doctype.stock_entry.stock_entry.get_production_order_details - (production_order) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.stock_entry.stock_entry.get_warehouse_details -

-

- - - erpnext.stock.doctype.stock_entry.stock_entry.get_warehouse_details - (args) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/stock_entry_detail.html b/erpnext/docs/current/models/stock/stock_entry_detail.html deleted file mode 100644 index a4ef6c0e5c9..00000000000 --- a/erpnext/docs/current/models/stock/stock_entry_detail.html +++ /dev/null @@ -1,656 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabStock Entry Detail

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1barcode - Data - Barcode - -
2section_break_2 - Section Break - - -
3s_warehouse - Link - Source Warehouse - - - - - - -Warehouse - - - -
4col_break1 - Column Break - - -
5t_warehouse - Link - Target Warehouse - - - - - - -Warehouse - - - -
6sec_break1 - Section Break - - -
7item_code - Link - Item Code - - - - - - -Item - - - -
8col_break2 - Column Break - - -
9item_name - Data - Item Name - -
10section_break_8 - Section Break - Description - -
11description - Text Editor - Description - -
12column_break_10 - Column Break - - -
13image - Attach - Image - -
14image_view - Image - Image View - - -
image
-
15quantity_and_rate - Section Break - Quantity and Rate - -
16qty - Float - Qty - -
17basic_rate - Currency - Basic Rate (as per Stock UOM) - - -
Company:company:default_currency
-
18basic_amount - Currency - Basic Amount - - -
Company:company:default_currency
-
19additional_cost - Currency - Additional Cost - - -
Company:company:default_currency
-
20amount - Currency - Amount - - -
Company:company:default_currency
-
21valuation_rate - Currency - Valuation Rate - - -
Company:company:default_currency
-
22col_break3 - Column Break - - -
23uom - Link - UOM - - - - - - -UOM - - - -
24conversion_factor - Float - Conversion Factor - -
25stock_uom - Link - Stock UOM - - - - - - -UOM - - - -
26transfer_qty - Float - Qty as per Stock UOM - -
27serial_no_batch - Section Break - Serial No / Batch - -
28serial_no - Text - Serial No - -
29col_break4 - Column Break - - -
30batch_no - Link - Batch No - - - - - - -Batch - - - -
31accounting - Section Break - Accounting - -
32expense_account - Link - Difference Account - - - - - - -Account - - - -
33col_break5 - Column Break - - -
34cost_center - Link - Cost Center - - - - - - -Cost Center - - - -
35more_info - Section Break - More Information - -
36actual_qty - Float - Actual Qty (at source/target) - -
37bom_no - Link - BOM No -

- BOM No. for a Finished Good Item

-
- - - - -BOM - - - -
38col_break6 - Column Break - - -
39material_request - Link - Material Request -

- Material Request used to make this Stock Entry

-
- - - - -Material Request - - - -
40material_request_item - Link - Material Request Item - - - - - - -Material Request Item - - - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/stock_ledger_entry.html b/erpnext/docs/current/models/stock/stock_ledger_entry.html deleted file mode 100644 index 0ddd997efcc..00000000000 --- a/erpnext/docs/current/models/stock/stock_ledger_entry.html +++ /dev/null @@ -1,552 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabStock Ledger Entry

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2serial_no - Text - Serial No - -
3batch_no - Data - Batch No - -
4warehouse - Link - Warehouse - - - - - - -Warehouse - - - -
5posting_date - Date - Posting Date - -
6posting_time - Time - Posting Time - -
7voucher_type - Link - Voucher Type - - - - - - -DocType - - - -
8voucher_no - Dynamic Link - Voucher No - - -
voucher_type
-
9voucher_detail_no - Data - Voucher Detail No - -
10actual_qty - Float - Actual Quantity - -
11incoming_rate - Currency - Incoming Rate - - -
Company:company:default_currency
-
12outgoing_rate - Currency - Outgoing Rate - - -
Company:company:default_currency
-
13stock_uom - Link - Stock UOM - - - - - - -UOM - - - -
14qty_after_transaction - Float - Actual Qty After Transaction - -
15valuation_rate - Currency - Valuation Rate - - -
Company:company:default_currency
-
16stock_value - Currency - Stock Value - - -
Company:company:default_currency
-
17stock_value_difference - Currency - Stock Value Difference - - -
Company:company:default_currency
-
18stock_queue - Text - Stock Queue (FIFO) - -
19project - Link - Project - - - - - - -Project - - - -
20company - Link - Company - - - - - - -Company - - - -
21fiscal_year - Data - Fiscal Year - -
22is_cancelled - Select - Is Cancelled - - -
-No
-Yes
-
- - -
-

Controller

-

erpnext.stock.doctype.stock_ledger_entry.stock_ledger_entry

- - - - - - - -

Class StockFreezeError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class StockLedgerEntry

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - actual_amt_check - (self) -

-

No docs

-
-
- - - - - -

- - - check_stock_frozen_date - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - scrub_posting_time - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_batch - (self) -

-

No docs

-
-
- - - - - -

- - - validate_item - (self) -

-

No docs

-
-
- - - - - -

- - - validate_mandatory - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.stock.doctype.stock_ledger_entry.stock_ledger_entry.on_doctype_update - () -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/stock_reconciliation.html b/erpnext/docs/current/models/stock/stock_reconciliation.html deleted file mode 100644 index 12be09c2eb1..00000000000 --- a/erpnext/docs/current/models/stock/stock_reconciliation.html +++ /dev/null @@ -1,589 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabStock Reconciliation

- - -This tool helps you to update or fix the quantity and valuation of stock in the system. It is typically used to synchronise the system values and what actually exists in your warehouses. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1posting_date - Date - Posting Date - -
2posting_time - Time - Posting Time - -
3col1 - Column Break - - -
4amended_from - Link - Amended From - - - - - - -Stock Reconciliation - - - -
5company - Link - Company - - - - - - -Company - - - -
6sb9 - Section Break - - -
7items - Table - Items - - - - - - -Stock Reconciliation Item - - - -
8section_break_9 - Section Break - - -
9expense_account - Link - Difference Account - - - - - - -Account - - - -
10cost_center - Link - Cost Center - - - - - - -Cost Center - - - -
11reconciliation_json - Long Text - Reconciliation JSON - -
12column_break_13 - Column Break - - -
13difference_amount - Currency - Difference Amount - -
14fold_15 - Fold - - -
15section_break_16 - Section Break - - -
16fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
- - -
-

Controller

-

erpnext.stock.doctype.stock_reconciliation.stock_reconciliation

- - - - - - - -

Class EmptyStockReconciliationItemsError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class OpeningEntryAccountError

- -

Inherits from frappe.exceptions.ValidationError - -

-
-
- -
-
- - - - - -

Class StockReconciliation

- -

Inherits from erpnext.controllers.stock_controller.StockController - -

-
-
- - - - -

- - - __init__ - (self, arg1, arg2=None) -

-

No docs

-
-
- - - - - -

- - - delete_and_repost_sle - (self) -

-
Delete Stock Ledger Entries related to this voucher
-
- -

and repost future Stock Ledger Entries

-
-
- - - - - -

- - - get_gl_entries - (self, warehouse_account=None) -

-

No docs

-
-
- - - - - -

- - - get_items_for - (self, warehouse) -

-

No docs

-
-
- - - - - -

- - - insert_entries - (self, row) -

-

Insert Stock Ledger Entries

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - remove_items_with_no_change - (self) -

-

Remove items if qty or rate is not changed

-
-
- - - - - -

- - - update_stock_ledger - (self) -

-
find difference between current and expected entries
-
- -

and create stock ledger entries based on the difference

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_data - (self) -

-

No docs

-
-
- - - - - -

- - - validate_expense_account - (self) -

-

No docs

-
-
- - - - - -

- - - validate_item - (self, item_code, row_num) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.stock_reconciliation.stock_reconciliation.get_items -

-

- - - erpnext.stock.doctype.stock_reconciliation.stock_reconciliation.get_items - (warehouse, posting_date, posting_time) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.stock.doctype.stock_reconciliation.stock_reconciliation.get_stock_balance_for -

-

- - - erpnext.stock.doctype.stock_reconciliation.stock_reconciliation.get_stock_balance_for - (item_code, warehouse, posting_date, posting_time) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/stock_reconciliation_item.html b/erpnext/docs/current/models/stock/stock_reconciliation_item.html deleted file mode 100644 index c20d7e4f183..00000000000 --- a/erpnext/docs/current/models/stock/stock_reconciliation_item.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabStock Reconciliation Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2warehouse - Link - Warehouse - - - - - - -Warehouse - - - -
3section_break_3 - Section Break - - -
4qty - Float - Quantity - -
5valuation_rate - Currency - Valuation Rate -

- Do not include symbols (ex. $)

-
6column_break_6 - Column Break - - -
7current_qty - Float - Current Qty -

- Before reconciliation

-
8current_valuation_rate - Read Only - Current Valuation Rate -

- Before reconciliation

-
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/stock_settings.html b/erpnext/docs/current/models/stock/stock_settings.html deleted file mode 100644 index 548ef576859..00000000000 --- a/erpnext/docs/current/models/stock/stock_settings.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - -Settings - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_naming_by - Select - Item Naming By - - -
Item Code
-Naming Series
-
2item_group - Link - Default Item Group - - - - - - -Item Group - - - -
3stock_uom - Link - Default Stock UOM - - - - - - -UOM - - - -
4column_break_4 - Column Break - - -
5valuation_method - Select - Default Valuation Method - - -
FIFO
-Moving Average
-
6tolerance - Float - Allowance Percent -

- Percentage you are allowed to receive or deliver more against the quantity ordered. For example: If you have ordered 100 units. and your Allowance is 10% then you are allowed to receive 110 units.

-
7section_break_7 - Section Break - - -
8auto_insert_price_list_rate_if_missing - Check - Auto insert Price List rate if missing - -
9allow_negative_stock - Check - Allow Negative Stock - -
10column_break_10 - Column Break - - -
11automatically_set_serial_nos_based_on_fifo - Check - Automatically Set Serial Nos based on FIFO - -
12auto_material_request - Section Break - Auto Material Request - -
13auto_indent - Check - Raise Material Request when stock reaches re-order level - -
14reorder_email_notify - Check - Notify by Email on creation of automatic Material Request - -
15freeze_stock_entries - Section Break - Freeze Stock Entries - -
16stock_frozen_upto - Date - Stock Frozen Upto - -
17stock_frozen_upto_days - Int - Freeze Stocks Older Than [Days] - -
18stock_auth_role - Link - Role Allowed to edit frozen stock - - - - - - -Role - - - -
- - -
-

Controller

-

erpnext.stock.doctype.stock_settings.stock_settings

- - - - - - - -

Class StockSettings

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/uom_conversion_detail.html b/erpnext/docs/current/models/stock/uom_conversion_detail.html deleted file mode 100644 index f6c26f85b18..00000000000 --- a/erpnext/docs/current/models/stock/uom_conversion_detail.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabUOM Conversion Detail

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1uom - Link - UOM - - - - - - -UOM - - - -
2conversion_factor - Float - Conversion Factor - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/stock/warehouse.html b/erpnext/docs/current/models/stock/warehouse.html deleted file mode 100644 index 2d7108b2b05..00000000000 --- a/erpnext/docs/current/models/stock/warehouse.html +++ /dev/null @@ -1,684 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabWarehouse

- - -A logical Warehouse against which stock entries are made. - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1warehouse_detail - Section Break - Warehouse Detail - -
2warehouse_name - Data - Warehouse Name - -
3company - Link - Company - - - - - - -Company - - - -
4create_account_under - Link - Parent Account -

- Account for the warehouse (Perpetual Inventory) will be created under this Account.

-
- - - - -Account - - - -
5disabled - Check - Disabled - -
6warehouse_contact_info - Section Break - Warehouse Contact Info -

- For Reference Only.

-
7email_id - Data - Email Id - -
8phone_no - Data - Phone No - - -
Phone
-
9mobile_no - Data - Mobile No - - -
Phone
-
10column_break0 - Column Break - - -
11address_line_1 - Data - Address Line 1 - -
12address_line_2 - Data - Address Line 2 - -
13city - Data - City - -
14state - Data - State - -
15pin - Int - PIN - -
- - -
-

Controller

-

erpnext.stock.doctype.warehouse.warehouse

- - - - - - - -

Class Warehouse

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - add_abbr_if_missing - (self, dn) -

-

No docs

-
-
- - - - - -

- - - after_rename - (self, olddn, newdn, merge=False) -

-

No docs

-
-
- - - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - before_rename - (self, olddn, newdn, merge=False) -

-

No docs

-
-
- - - - - -

- - - create_account_head - (self) -

-

No docs

-
-
- - - - - -

- - - get_account - (self, warehouse) -

-

No docs

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - recalculate_bin_qty - (self, newdn) -

-

No docs

-
-
- - - - - -

- - - rename_account_for - (self, olddn, newdn, merge) -

-

No docs

-
-
- - - - - -

- - - update_parent_account - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_parent_account - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/support/index.html b/erpnext/docs/current/models/support/index.html deleted file mode 100644 index c72134dab58..00000000000 --- a/erpnext/docs/current/models/support/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

DocTypes for support

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/support/index.txt b/erpnext/docs/current/models/support/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/support/issue.html b/erpnext/docs/current/models/support/issue.html deleted file mode 100644 index 82f29b53b56..00000000000 --- a/erpnext/docs/current/models/support/issue.html +++ /dev/null @@ -1,592 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabIssue

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1subject_section - Section Break - Subject - - -
icon-flag
-
2naming_series - Select - Series - - -
ISS-
-
3subject - Data - Subject - -
4cb00 - Column Break - - -
5status - Select - Status - - -
Open
-Replied
-Hold
-Closed
-
6raised_by - Data - Raised By (Email) - - -
Email
-
7fold - Fold - - -
8section_break_7 - Section Break - - -
9description - Text - Description - -
10column_break_9 - Column Break - - -
11resolution_date - Datetime - Resolution Date - -
12first_responded_on - Datetime - First Responded On - -
13additional_info - Section Break - - - -
icon-pushpin
-
14lead - Link - Lead - - - - - - -Lead - - - -
15contact - Link - Contact - - - - - - -Contact - - - -
16column_break_16 - Column Break - - -
17customer - Link - Customer - - - - - - -Customer - - - -
18customer_name - Data - Customer Name - -
19section_break_19 - Section Break - - -
20resolution_details - Small Text - Resolution Details - -
21column_break1 - Column Break - - -
22opening_date - Date - Opening Date - -
23opening_time - Time - Opening Time - -
24company - Link - Company - - - - - - -Company - - - -
25content_type - Data - Content Type - -
26attachment - Attach - Attachment - -
- - -
-

Controller

-

erpnext.support.doctype.issue.issue

- - - - - - - -

Class Issue

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - set_lead_contact - (self, email_id) -

-

No docs

-
-
- - - - - -

- - - update_status - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - - -

- - - erpnext.support.doctype.issue.issue.auto_close_tickets - () -

-

No docs

-
-
- - - - - - - -

- - - erpnext.support.doctype.issue.issue.get_issue_list - (doctype, txt, filters, limit_start, limit_page_length=20) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.support.doctype.issue.issue.get_list_context - (context=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.support.doctype.issue.issue.has_website_permission - (doc, ptype, user, verbose=False) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.support.doctype.issue.issue.set_multiple_status -

-

- - - erpnext.support.doctype.issue.issue.set_multiple_status - (names, status) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.support.doctype.issue.issue.set_status -

-

- - - erpnext.support.doctype.issue.issue.set_status - (name, status) -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/support/maintenance_schedule.html b/erpnext/docs/current/models/support/maintenance_schedule.html deleted file mode 100644 index fd245b09e05..00000000000 --- a/erpnext/docs/current/models/support/maintenance_schedule.html +++ /dev/null @@ -1,685 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabMaintenance Schedule

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1customer_details - Section Break - - - -
icon-user
-
2customer - Link - Customer - - - - - - -Customer - - - -
3column_break0 - Column Break - - -
4status - Select - Status - - -
-Draft
-Submitted
-Cancelled
-
5transaction_date - Date - Transaction Date - -
6items_section - Section Break - - - -
icon-shopping-cart
-
7items - Table - Items - - - - - - -Maintenance Schedule Item - - - -
8schedule - Section Break - Schedule - - -
icon-time
-
9generate_schedule - Button - Generate Schedule - -
10schedules - Table - Schedules - - - - - - -Maintenance Schedule Detail - - - -
11contact_info - Section Break - Contact Info - -
12customer_name - Data - Customer Name - -
13contact_person - Link - Contact Person - - - - - - -Contact - - - -
14contact_mobile - Data - Mobile No - -
15contact_email - Data - Contact Email - -
16contact_display - Small Text - Contact - -
17column_break_17 - Column Break - - -
18customer_address - Link - Customer Address - - - - - - -Address - - - -
19address_display - Small Text - Address - -
20territory - Link - Territory - - - - - - -Territory - - - -
21customer_group - Link - Customer Group - - - - - - -Customer Group - - - -
22company - Link - Company - - - - - - -Company - - - -
23amended_from - Link - Amended From - - - - - - -Maintenance Schedule - - - -
- - -
-

Controller

-

erpnext.support.doctype.maintenance_schedule.maintenance_schedule

- - - - - - - -

Class MaintenanceSchedule

- -

Inherits from erpnext.utilities.transaction_base.TransactionBase - -

-
-
- - - - -

- - - check_serial_no_added - (self) -

-

No docs

-
-
- - - - - -

- - - create_schedule_list - (self, start_date, end_date, no_of_visit, sales_person) -

-

No docs

-
-
- - - - - -

- - - generate_schedule - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - update_amc_date - (self, serial_nos, amc_expiry_date=None) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_dates_with_periodicity - (self) -

-

No docs

-
-
- - - - - -

- - - validate_maintenance_detail - (self) -

-

No docs

-
-
- - - - - -

- - - validate_sales_order - (self) -

-

No docs

-
-
- - - - - -

- - - validate_schedule - (self) -

-

No docs

-
-
- - - - - -

- - - validate_schedule_date_for_holiday_list - (self, schedule_date, sales_person) -

-

No docs

-
-
- - - - - -

- - - validate_serial_no - (self, serial_nos, amc_start_date) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.support.doctype.maintenance_schedule.maintenance_schedule.make_maintenance_visit -

-

- - - erpnext.support.doctype.maintenance_schedule.maintenance_schedule.make_maintenance_visit - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/support/maintenance_schedule_detail.html b/erpnext/docs/current/models/support/maintenance_schedule_detail.html deleted file mode 100644 index 70402e1949a..00000000000 --- a/erpnext/docs/current/models/support/maintenance_schedule_detail.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabMaintenance Schedule Detail

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2item_name - Data - Item Name - -
3scheduled_date - Date - Scheduled Date - -
4actual_date - Date - Actual Date - -
5sales_person - Link - Sales Person - - - - - - -Sales Person - - - -
6serial_no - Small Text - Serial No - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/support/maintenance_schedule_item.html b/erpnext/docs/current/models/support/maintenance_schedule_item.html deleted file mode 100644 index 714bc83286e..00000000000 --- a/erpnext/docs/current/models/support/maintenance_schedule_item.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabMaintenance Schedule Item

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2item_name - Data - Item Name - -
3description - Data - Description - -
4schedule_details - Section Break - - -
5start_date - Date - Start Date - -
6end_date - Date - End Date - -
7periodicity - Select - Periodicity - - -
-Weekly
-Monthly
-Quarterly
-Half Yearly
-Yearly
-Random
-
8no_of_visits - Int - No of Visits - -
9sales_person - Link - Sales Person - - - - - - -Sales Person - - - -
10reference - Section Break - Reference - -
11serial_no - Small Text - Serial No - -
12prevdoc_docname - Data - Against Docname - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/support/maintenance_visit.html b/erpnext/docs/current/models/support/maintenance_visit.html deleted file mode 100644 index d5c4aae28da..00000000000 --- a/erpnext/docs/current/models/support/maintenance_visit.html +++ /dev/null @@ -1,666 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabMaintenance Visit

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1customer_details - Section Break - - - -
icon-user
-
2column_break0 - Column Break - - -
3customer - Link - Customer - - - - - - -Customer - - - -
4customer_name - Data - Customer Name - -
5address_display - Small Text - Address - -
6contact_display - Small Text - Contact - -
7contact_mobile - Data - Mobile No - -
8contact_email - Data - Contact Email - -
9column_break1 - Column Break - - -
10mntc_date - Date - Maintenance Date - -
11mntc_time - Time - Maintenance Time - -
12maintenance_details - Section Break - - - -
icon-wrench
-
13completion_status - Select - Completion Status - - -
-Partially Completed
-Fully Completed
-
14column_break_14 - Column Break - - -
15maintenance_type - Select - Maintenance Type - - -
-Scheduled
-Unscheduled
-Breakdown
-
16section_break0 - Section Break - - - -
icon-wrench
-
17purposes - Table - Purposes - - - - - - -Maintenance Visit Purpose - - - -
18more_info - Section Break - More Information - - -
icon-file-text
-
19customer_feedback - Small Text - Customer Feedback - -
20col_break3 - Column Break - - -
21status - Data - Status - - -
-Draft
-Cancelled
-Submitted
-
22amended_from - Link - Amended From - - - - - - -Maintenance Visit - - - -
23company - Link - Company - - - - - - -Company - - - -
24fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
25contact_info_section - Section Break - Contact Info - - -
icon-bullhorn
-
26customer_address - Link - Customer Address - - - - - - -Address - - - -
27contact_person - Link - Contact Person - - - - - - -Contact - - - -
28col_break4 - Column Break - - -
29territory - Link - Territory - - - - - - -Territory - - - -
30customer_group - Link - Customer Group - - - - - - -Customer Group - - - -
- - -
-

Controller

-

erpnext.support.doctype.maintenance_visit.maintenance_visit

- - - - - - - -

Class MaintenanceVisit

- -

Inherits from erpnext.utilities.transaction_base.TransactionBase - -

-
-
- - - - -

- - - check_if_last_visit - (self) -

-

check if last maintenance visit against same sales order/ Warranty Claim

-
-
- - - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_submit - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - update_customer_issue - (self, flag) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_serial_no - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/support/maintenance_visit_purpose.html b/erpnext/docs/current/models/support/maintenance_visit_purpose.html deleted file mode 100644 index 0dbad3685c8..00000000000 --- a/erpnext/docs/current/models/support/maintenance_visit_purpose.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - -Child Table - - -

Table Name: tabMaintenance Visit Purpose

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1item_code - Link - Item Code - - - - - - -Item - - - -
2item_name - Data - Item Name - -
3serial_no - Small Text - Serial No - -
4description - Text Editor - Description - -
5work_details - Section Break - - -
6service_person - Link - Sales Person - - - - - - -Sales Person - - - -
7work_done - Small Text - Work Done - -
8prevdoc_doctype - Link - Document Type - - - - - - -DocType - - - -
9prevdoc_docname - Dynamic Link - Against Document No - - -
prevdoc_doctype
-
10prevdoc_detail_docname - Data - Against Document Detail No - -
- - - - -

Child Table Of

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/support/warranty_claim.html b/erpnext/docs/current/models/support/warranty_claim.html deleted file mode 100644 index d9c403ed568..00000000000 --- a/erpnext/docs/current/models/support/warranty_claim.html +++ /dev/null @@ -1,780 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabWarranty Claim

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1customer_section - Section Break - - - -
icon-user
-
2naming_series - Select - Series - - -
CI-
-
3status - Select - Status - - -
-Open
-Closed
-Work In Progress
-Cancelled
-
4complaint_date - Date - Issue Date - -
5column_break0 - Column Break - - -
6serial_no - Link - Serial No - - - - - - -Serial No - - - -
7customer - Link - Customer - - - - - - -Customer - - - -
8customer_address - Link - Customer Address - - - - - - -Address - - - -
9contact_person - Link - Contact Person - - - - - - -Contact - - - -
10issue_details - Section Break - - - -
icon-ticket
-
11complaint - Small Text - Issue - -
12item_code - Link - Item Code - - - - - - -Item - - - -
13column_break1 - Column Break - - -
14item_name - Data - Item Name - -
15description - Small Text - Description - -
16warranty_amc_status - Select - Warranty / AMC Status - - -
-Under Warranty
-Out of Warranty
-Under AMC
-Out of AMC
-
17warranty_expiry_date - Date - Warranty Expiry Date - -
18amc_expiry_date - Date - AMC Expiry Date - -
19resolution_section - Section Break - Resolution -

- To assign this issue, use the "Assign" button in the sidebar.

-
-
icon-thumbs-up
-
20resolution_date - Datetime - Resolution Date - -
21resolved_by - Link - Resolved By - - - - - - -User - - - -
22resolution_details - Text - Resolution Details - -
23contact_info - Section Break - Contact Info - - -
icon-bullhorn
-
24col_break3 - Column Break - - -
25customer_name - Data - Customer Name - -
26customer_group - Link - Customer Group - - - - - - -Customer Group - - - -
27territory - Link - Territory - - - - - - -Territory - - - -
28contact_display - Small Text - Contact - -
29contact_mobile - Data - Mobile No - -
30contact_email - Data - Contact Email - -
31col_break4 - Column Break - - -
32service_address - Small Text - Service Address -

- If different than customer address

-
33address_display - Small Text - Address - -
34more_info - Section Break - More Information - - -
icon-file-text
-
35col_break5 - Column Break - - -
36company - Link - Company - - - - - - -Company - - - -
37fiscal_year - Link - Fiscal Year - - - - - - -Fiscal Year - - - -
38col_break6 - Column Break - - -
39complaint_raised_by - Data - Raised By - -
40from_company - Data - From Company - -
41amended_from - Link - Amended From - - - - - - -Warranty Claim - - - -
- - -
-

Controller

-

erpnext.support.doctype.warranty_claim.warranty_claim

- - - - - - - -

Class WarrantyClaim

- -

Inherits from erpnext.utilities.transaction_base.TransactionBase - -

-
-
- - - - -

- - - get_feed - (self) -

-

No docs

-
-
- - - - - -

- - - on_cancel - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.support.doctype.warranty_claim.warranty_claim.make_maintenance_visit -

-

- - - erpnext.support.doctype.warranty_claim.warranty_claim.make_maintenance_visit - (source_name, target_doc=None) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/utilities/address.html b/erpnext/docs/current/models/utilities/address.html deleted file mode 100644 index 533be96b2ca..00000000000 --- a/erpnext/docs/current/models/utilities/address.html +++ /dev/null @@ -1,738 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabAddress

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1address_details - Section Break - - - -
icon-map-marker
-
2address_title - Data - Address Title -

- Name of person or organization that this address belongs to.

-
3address_type - Select - Address Type - - -
Billing
-Shipping
-Office
-Personal
-Plant
-Postal
-Shop
-Subsidiary
-Warehouse
-Other
-
4address_line1 - Data - Address Line 1 - -
5address_line2 - Data - Address Line 2 - -
6city - Data - City/Town - -
7state - Data - State - -
8pincode - Data - Postal Code - -
9country - Link - Country - - - - - - -Country - - - -
10column_break0 - Column Break - - -
11email_id - Data - Email Id - -
12phone - Data - Phone - -
13fax - Data - Fax - -
14is_primary_address - Check - Preferred Billing Address - -
15is_shipping_address - Check - Preferred Shipping Address - -
16linked_with - Section Break - Reference - - -
icon-pushpin
-
17customer - Link - Customer - - - - - - -Customer - - - -
18customer_name - Data - Customer Name - -
19supplier - Link - Supplier - - - - - - -Supplier - - - -
20supplier_name - Data - Supplier Name - -
21sales_partner - Link - Sales Partner - - - - - - -Sales Partner - - - -
22column_break_22 - Column Break - - -
23lead - Link - Lead - - - - - - -Lead - - - -
24lead_name - Data - Lead Name - -
- - -
-

Controller

-

erpnext.utilities.doctype.address.address

- - - - - - - -

Class Address

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - __setup__ - (self) -

-

No docs

-
-
- - - - - -

- - - _unset_other - (self, is_address_type) -

-

No docs

-
-
- - - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - check_if_linked - (self) -

-

No docs

-
-
- - - - - -

- - - get_display - (self) -

-

No docs

-
-
- - - - - -

- - - link_address - (self) -

-

Link address based on owner

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_primary_address - (self) -

-

Validate that there can only be one primary address for particular customer, supplier

-
-
- - - - - -

- - - validate_shipping_address - (self) -

-

Validate that there can only be one shipping address for particular customer, supplier

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.utilities.doctype.address.address.get_address_display -

-

- - - erpnext.utilities.doctype.address.address.get_address_display - (address_dict) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.utilities.doctype.address.address.get_list_context - (context=None) -

-

No docs

-
-
- - - - - - - -

- - - erpnext.utilities.doctype.address.address.get_territory_from_address - (address) -

-

Tries to match city, state and country of address to existing territory

-
-
- - - - - - - -

- - - erpnext.utilities.doctype.address.address.has_website_permission - (doc, ptype, user, verbose=False) -

-

Returns true if customer or lead matches with user

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/utilities/address_template.html b/erpnext/docs/current/models/utilities/address_template.html deleted file mode 100644 index 629989b52b0..00000000000 --- a/erpnext/docs/current/models/utilities/address_template.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabAddress Template

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1country - Link - Country - - - - - - -Country - - - -
2is_default - Check - Is Default -

- This format is used if country specific format is not found

-
3template - Code - Template -

-

Default Template

-

Uses Jinja Templating and all the fields of Address (including Custom Fields if any) will be available

-
{{ address_line1 }}<br>
-{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
-{{ city }}<br>
-{% if state %}{{ state }}<br>{% endif -%}
-{% if pincode %} PIN:  {{ pincode }}<br>{% endif -%}
-{{ country }}<br>
-{% if phone %}Phone: {{ phone }}<br>{% endif -%}
-{% if fax %}Fax: {{ fax }}<br>{% endif -%}
-{% if email_id %}Email: {{ email_id }}<br>{% endif -%}
-

-
- - -
-

Controller

-

erpnext.utilities.doctype.address_template.address_template

- - - - - - - -

Class AddressTemplate

- -

Inherits from frappe.model.document.Document - -

-
-
- - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - on_update - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/utilities/contact.html b/erpnext/docs/current/models/utilities/contact.html deleted file mode 100644 index 187da8037ae..00000000000 --- a/erpnext/docs/current/models/utilities/contact.html +++ /dev/null @@ -1,614 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabContact

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1contact_section - Section Break - - - -
icon-user
-
2first_name - Data - First Name - -
3last_name - Data - Last Name - -
4email_id - Data - Email Id - - -
Email
-
5cb00 - Column Break - - -
6status - Select - Status - - -
Passive
-Open
-Replied
-
7phone - Data - Phone - -
8contact_details - Section Break - Reference - - -
icon-pushpin
-
9user - Link - User Id - - - - - - -User - - - -
10customer - Link - Customer - - - - - - -Customer - - - -
11customer_name - Data - Customer Name - -
12column_break1 - Column Break - - -
13supplier - Link - Supplier - - - - - - -Supplier - - - -
14supplier_name - Data - Supplier Name - -
15sales_partner - Link - Sales Partner - - - - - - -Sales Partner - - - -
16is_primary_contact - Check - Is Primary Contact - -
17more_info - Section Break - More Information - - -
icon-file-text
-
18mobile_no - Data - Mobile No - -
19department - Data - Department -

- Enter department to which this Contact belongs

-
20designation - Data - Designation -

- Enter designation of this Contact

-
21unsubscribed - Check - Unsubscribed - -
- - -
-

Controller

-

erpnext.utilities.doctype.contact.contact

- - - - - - - -

Class Contact

- -

Inherits from erpnext.controllers.status_updater.StatusUpdater - -

-
-
- - - - -

- - - autoname - (self) -

-

No docs

-
-
- - - - - -

- - - on_trash - (self) -

-

No docs

-
-
- - - - - -

- - - set_user - (self) -

-

No docs

-
-
- - - - - -

- - - validate - (self) -

-

No docs

-
-
- - - - - -

- - - validate_primary_contact - (self) -

-

No docs

-
-
- - -
-
- - - - - - -

Public API -
/api/method/erpnext.utilities.doctype.contact.contact.get_contact_details -

-

- - - erpnext.utilities.doctype.contact.contact.get_contact_details - (contact) -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.utilities.doctype.contact.contact.invite_user -

-

- - - erpnext.utilities.doctype.contact.contact.invite_user - (contact) -

-

No docs

-
-
- - - - - - -

Linked In:

- - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/utilities/index.html b/erpnext/docs/current/models/utilities/index.html deleted file mode 100644 index 8c7f74a0f14..00000000000 --- a/erpnext/docs/current/models/utilities/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - Version 6.x.x - - - Source - -
- -

DocTypes for utilities

- -{index} - - \ No newline at end of file diff --git a/erpnext/docs/current/models/utilities/index.txt b/erpnext/docs/current/models/utilities/index.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/docs/current/models/utilities/rename_tool.html b/erpnext/docs/current/models/utilities/rename_tool.html deleted file mode 100644 index 959c074178b..00000000000 --- a/erpnext/docs/current/models/utilities/rename_tool.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- -Single - - - - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1select_doctype - Select - Select DocType -

- Type of document to rename.

-
2file_to_rename - Attach - File to Rename -

- Attach .csv file with two columns, one for the old name and one for the new name

-
3rename_log - HTML - Rename Log - -
- - -
-

Controller

-

erpnext.utilities.doctype.rename_tool.rename_tool

- - - - - - - -

Class RenameTool

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - -

Public API -
/api/method/erpnext.utilities.doctype.rename_tool.rename_tool.get_doctypes -

-

- - - erpnext.utilities.doctype.rename_tool.rename_tool.get_doctypes - () -

-

No docs

-
-
- - - - - - -

Public API -
/api/method/erpnext.utilities.doctype.rename_tool.rename_tool.upload -

-

- - - erpnext.utilities.doctype.rename_tool.rename_tool.upload - (select_doctype=None, rows=None) -

-

No docs

-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/erpnext/docs/current/models/utilities/sms_log.html b/erpnext/docs/current/models/utilities/sms_log.html deleted file mode 100644 index 99fc1256664..00000000000 --- a/erpnext/docs/current/models/utilities/sms_log.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - -
- - - Version 6.x.x - - - Source - -
- - - - - -

Table Name: tabSMS Log

- - - - -

Fields

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SrFieldnameTypeLabelOptions
1sender_name - Data - Sender Name - -
2sent_on - Date - Sent On - -
3column_break0 - Column Break - - -
4message - Small Text - Message - -
5sec_break1 - Section Break - - - -
Simple
-
6no_of_requested_sms - Int - No of Requested SMS - -
7requested_numbers - Small Text - Requested Numbers - -
8column_break1 - Column Break - - -
9no_of_sent_sms - Int - No of Sent SMS - -
10sent_to - Small Text - Sent To - -
- - -
-

Controller

-

erpnext.utilities.doctype.sms_log.sms_log

- - - - - - - -

Class SMSLog

- -

Inherits from frappe.model.document.Document - -

-
-
- -
-
- - - - - - - - - - - \ No newline at end of file