brotherton-erpnext/erpnext/buying
Ankush Menat dd11f26eba
fix: dont update RM items table if not required (#31408)
Currently on PO update RM item table is auto computed again and again,
if there was any transfer/consumption against that then it will be lost.

This change:
1. Disables updating RM table if no change in qty of FG was made. Since
   RM table can't possibly be different with same FG qty.
2. Blocks update completely if qty is changed and RM items are already
   transferred.
2022-06-27 15:55:08 +05:30
..
buying_dashboard/buying chore: Export Buying Dashboard (#22767) 2020-07-23 11:08:49 +05:30
dashboard_chart chore: Export Buying Dashboard (#22767) 2020-07-23 11:08:49 +05:30
doctype fix: dont update RM items table if not required (#31408) 2022-06-27 15:55:08 +05:30
form_tour refactor: updated onboarding cards and tours 2021-10-05 13:24:22 +05:30
module_onboarding/buying refactor: updated onboarding cards and tours 2021-10-05 13:24:22 +05:30
number_card chore: Export Buying Dashboard (#22767) 2020-07-23 11:08:49 +05:30
onboarding_step refactor: updated onboarding cards and tours 2021-10-05 13:24:22 +05:30
page chore: remove utf-8 compat code 2021-11-05 11:16:29 +05:30
print_format fix: change print_format_type from Server to Jinja (#26374) 2021-08-17 18:45:55 +05:30
print_format_field_template feat: Taxes template for selling/buying doctypes 2021-10-21 12:06:02 +05:30
report fix: translation for filter status on report 2022-06-21 15:10:19 -03:00
workspace/buying fix: fixed card for buying workspace 2022-01-13 20:19:49 +05:30
__init__.py chore: remove utf-8 compat code 2021-11-05 11:16:29 +05:30
README.md moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
utils.py fix: Add non-existent Item check and cleanup in validate_for_items 2022-03-31 11:47:20 +05:30

Manage buying (purchasing).

Transactions include:

  • Material Request
  • Supplier Quotation
  • Purchase Order
  • Quality Inspection