1. 1473a37 Merge pull request #11395 from jay-parikh/develop by rohitwaghchaure · 7 years ago
  2. 0ad2cc3 Merge pull request #11403 from tundebabzy/issue-11402 by Saurabh · 7 years ago
  3. 00f6c2d Merge pull request #11417 from rohitwaghchaure/issue_not_save_v9 by Saurabh · 7 years ago
  4. 38008f8 Merge pull request #11406 from rohitwaghchaure/payment_entry_differnece_amount_issue by Saurabh · 7 years ago
  5. afb63af Merge pull request #11397 from rohitwaghchaure/delivery_note_issue_from_so by Saurabh · 7 years ago
  6. 816ce33 [Fix] Customer is manadatory even if customer has selected in the Issue by Rohit Waghchaure · 7 years ago
  7. 99748db [Fix] Wrong difference amount in the payment entry for the internal transfer type by Rohit Waghchaure · 7 years ago
  8. 31287b0 call get_employee_loan_application only when appropriate by tunde · 7 years ago
  9. 3d59179 Load default pos profile if not found by Faris Ansari · 7 years ago
  10. a941a39 set the naming series and independent dob validation by Manas Solanki · 7 years ago
  11. 5ec9f69 [Fix] Getting an error while making delivery note from sales order and sales order has no item code by Rohit Waghchaure · 7 years ago
  12. 96f1675 POS - Add % to the Discount Field #9749 by Jay Parikh · 7 years ago
  13. 6d41a9a Converting Task to a Tree structure (#11117) by Zarrar · 7 years ago
  14. 160e710 set bank account only if there is single bank type account (#11363) by Manas Solanki · 7 years ago
  15. 40611e4 [fix] hub get_item_details (#11383) by Faris Ansari · 7 years ago
  16. 21f946f [Minor] Source Warehouse should be filtered by Company in Production Order (#11376) by KanchanChauhan · 7 years ago
  17. 6b26e39 use the new frappe charts :D (#11391) by Prateeksha Singh · 7 years ago
  18. 895aa7b fix codacy by Faris Ansari · 7 years ago
  19. 7095de0 Merge branch 'develop' into multiple-users-pos-profile by Faris Ansari · 7 years ago
  20. 79be8f9 Add to patches.txt by Faris Ansari · 7 years ago
  21. e741b91 Update issue.js (#11381) by ci2014 · 7 years ago
  22. 5ea10a7 Merge branch 'develop' into payment-terms by tunde · 7 years ago
  23. 638e3f9 Merge pull request #11154 from netchampfaris/hub-item-image by Faris Ansari · 7 years ago
  24. 1bc8e32 Merge pull request #11360 from manassolanki/fix-fee-patch by Saurabh · 7 years ago
  25. 8c1099d Add POS Profile User DocType by Faris Ansari · 7 years ago
  26. 8637e52 fix the fee patch by Manas Solanki · 7 years ago
  27. b883e4e customer.py -- get_credit_limit function which gets called by the above customer_credit_balance report is updated to deduct the amount of sales order for which credit limit bypass flag is set. cint function is added. by ashish · 7 years ago
  28. ca2250c sales_invoice.py -- Check credit limit when make delivery is done from sales invoice.We need to check the credit limit as there could be multiple partially paid sales order(note we are bypassing credit check at sales order) so we need to recheck credit balance of customer to avoid any delivery crossing credit limit from sales invoice.cint function is added. by ashish · 7 years ago
  29. 751b05f sales_order.py -- Three changes are done (a) if bypass credit limit check is enabled we should not check customer credit on submit of sales order (b.1/b.2) There is provision to make delivery note and sales invoice from sales order. Since credit limit is bypassed at sales order level we need to check credit of customer on make of (b.1)delivery note or (b.2)sales invoice. cint function is added. by ashish · 7 years ago
  30. 9dfc0f3 customer.json -- a checkbox field is added which gives user ability to bypass credit limit check at sales order level for a customer. It is default to 0. Also patch is added to update value of new field to 0 after migrate. by ashish · 7 years ago
  31. bbce7b7 get attribute with get method by tunde · 7 years ago
  32. 6575a61 get attribute with get method by tunde · 7 years ago
  33. 14e97ce Merge branch 'develop' into payment-terms by tunde · 7 years ago
  34. c834131 Merge pull request #11294 from revant/map_field_docs by Faris Ansari · 7 years ago
  35. c799a22 Merge branch 'master' into staging by Nabin Hait · 7 years ago
  36. edef981 Merge branch 'master' into develop by Nabin Hait · 7 years ago
  37. 819c50c bumped to version 9.2.2 by Nabin Hait · 7 years ago
  38. 6887ced [fix] item qty trigger (#11349) by Faris Ansari · 7 years ago
  39. aa7896f [test] Fixed physician test cases (#11347) by Nabin Hait · 7 years ago
  40. 52909b7 [test] Fixed advance jv cancellation (#11333) by Nabin Hait · 7 years ago
  41. b445633 Merge branch 'master' into staging by Saurabh · 7 years ago
  42. 0d597ce Merge branch 'master' into develop by Saurabh · 7 years ago
  43. d013176 bumped to version 9.2.1 by Saurabh · 7 years ago
  44. 92a6155 [fix] translate domain by Saurabh · 7 years ago
  45. 33d74ce Merge branch 'develop' into hub-item-image by Faris Ansari · 7 years ago
  46. d6e67ce [fix] check for null date fields (#11334) by Saurabh · 7 years ago
  47. 6a4e230 [fix] Status of Item (#11326) by Nabin Hait · 7 years ago
  48. c65f1d7 Search item using name instead of item code (#11327) by rohitwaghchaure · 7 years ago
  49. e02ee89 [Fix] Production order not displaying in the calendar view, if po has no operations (#11328) by rohitwaghchaure · 7 years ago
  50. 2e6f6d6 [minor] cleanup code (#11331) by rohitwaghchaure · 7 years ago
  51. 8fbf10f New test case files added.(a)test_sales_order_with_bypass_credit_limit_check.js -- New feature: i.e. bypass credit limit check at sales order.(b)test_sales_order_without_bypass_credit_limit_check.js --Regression test case : the existing default flow is checked i.e. credit limit check happens at sales order level by ashish · 7 years ago
  52. fb364df customer_credit_balance.py -- Credit limit should now reflect outstanding amount for each customer based on value of flage bypass credit limit check at sales order level. A new column is added to show the value of this flag. customer.py -- get_credit_limit function which gets called by the above customer_credit_balance report is updated to deduct the amount of sales order for which credit limit bypass flag is set by ashish · 7 years ago
  53. ff20182 sales_invoice.py -- Check credit limit when make delivery is done from sales invoice.We need to check the credit limit as there could be multiple partially paid sales order(note we are bypassing credit check at sales order) so we need to recheck credit balance of customer to avoid any delivery crossing credit limit from sales invoice by ashish · 7 years ago
  54. 8ad4efe sales_order.py -- Three changes are done (a) if bypass credit limit check is enabled we should not check customer credit on submit of sales order (b.1/b.2) There is provision to make delivery note and sales invoice from sales order. Since credit limit is bypassed at sales order level we need to check credit of customer on make of (b.1)delivery note or (b.2)sales invoice by ashish · 7 years ago
  55. 06e6a82 customer.json -- a checkbox field is added which gives user ability to bypass credit limit check at sales order level for a customer. test_customer.js : auto generated file as customer.json is modified by ashish · 7 years ago
  56. fb73497 Removed appintment field from Invoice, it should be a custom field and will be added from domain settings by Nabin Hait · 7 years ago
  57. 8f25000 Merge branch 'master' into develop by Nabin Hait · 7 years ago
  58. e146143 bumped to version 9.2.0 by Nabin Hait · 7 years ago
  59. 4d22b6d Fixed Merge Conflict by Nabin Hait · 7 years ago
  60. cd3dbcb Fixed Merge Conflict by Nabin Hait · 7 years ago
  61. c7bd771 bumped to version 9.1.8 by Nabin Hait · 7 years ago
  62. 4a60554 Green indicator in the cart for non stock item (#11325) by rohitwaghchaure · 7 years ago
  63. 3dc21b0 [Fix] Translation issue (#11323) by rohitwaghchaure · 7 years ago
  64. 40a0276 Error in the Address fetched in Sales Order.(#11129) (#11145) by tundebabzy · 7 years ago
  65. bafcd74 Add Bundle Description Field To Product Bundle (#11122) by tundebabzy · 7 years ago
  66. 085b484 [minor] minor fixes in get_company_details for Hub page (#11168) by Makarand Bauskar · 7 years ago
  67. e6712c1 [hotfix] fixed Permissions Error while fetching allow_stale field value from Accounts Settings (#11182) by Makarand Bauskar · 7 years ago
  68. 49a7bde [minor] Label for Training Event in Training Program Dashboard (#11280) by Doridel Cahanap · 7 years ago
  69. 464289b copy the older total amount field and corrsp. changes in report (#11322) by Manas Solanki · 7 years ago
  70. 1c12375 Subscription fixes (#11292) by Nabin Hait · 7 years ago
  71. b7483f6 Update item.json by Nabin Hait · 7 years ago
  72. cba7a11 Make Variant does not copy UOM properties (#10887) (#11261) by tundebabzy · 7 years ago
  73. 07ab462 [fix] #9824 - Calculate costing amount even if billable is unchecked (#11310) by Pawan Mehta · 7 years ago
  74. 47caf51 [docs] Translate the Projects section of the Manual to Spanish (#11319) by Narciso E. Núñez Arias · 7 years ago
  75. 2672c33 Validation for duplicate offline pos (#11281) by rohitwaghchaure · 7 years ago
  76. f4283a3 Moved company field to the top in BOM (#11283) by Nabin Hait · 7 years ago
  77. 8a0943e Unlink reference doc on Journal Cancellation only if advance (#11285) by Nabin Hait · 7 years ago
  78. 82c9352 Update variant description based on attribute if not already there (#11302) by Nabin Hait · 7 years ago
  79. 311823a Validate stock exists against template item (#11305) by rohitwaghchaure · 7 years ago
  80. 7862eb4 [Hotfix] Addition of an empty tax group in the french CoA (#11306) by Charles-Henri Decultot · 7 years ago
  81. 1f99bea Pass sender as contact email in Opportunity (#11308) by Neil Trini Lasrado · 7 years ago
  82. a5eee46 Fix UI tests (#11309) by Manas Solanki · 7 years ago
  83. 6c06e70 [Fix] Unallocated amount considering deductions (#11314) by Nabin Hait · 7 years ago
  84. f8006b1 [Docs] Map field renamed to Geolocation by Revant Nandgaonkar · 7 years ago
  85. c8d2361 Merge branch 'develop' into payment-terms by tunde · 7 years ago
  86. 010f619 [Docs] added field for storing map by Revant Nandgaonkar · 7 years ago
  87. 5c5a853 Update customer_group.py (#11270) by vishalseshagiri · 7 years ago
  88. b06f155 [minor] Set Quick Entry to False in Training Event (#11279) by Doridel Cahanap · 7 years ago
  89. 7533101 Merge branch 'master' into develop by Nabin Hait · 7 years ago
  90. e7eda65 bumped to version 9.1.7 by Nabin Hait · 7 years ago
  91. 5fdd26f [fix] Discount amount not reset for new order in offline pos (#11258) by rohitwaghchaure · 7 years ago
  92. c442909 Minor fix in patches (#11268) by Nabin Hait · 7 years ago
  93. 4825ecc UI test fixed for supplier quotation (#11260) by Nabin Hait · 7 years ago
  94. 5a4d5bf Add Training Program DocType, Script, Path and Doc (#11181) by Doridel Cahanap · 7 years ago
  95. b4f5f14 Timeout increased for setting __newname (#11252) by Nabin Hait · 7 years ago
  96. 09ce68e Merge branch 'develop' into payment-terms by tunde · 7 years ago
  97. bb60a59 Fixed asset test cases due to tax rule (#11247) by Nabin Hait · 7 years ago
  98. eb662b5 Added Test Cases by Neil Trini Lasrado · 7 years ago
  99. 7935d18 Auto set warehouses in Production Order if default warehouses are set in Manufacturing Settings and not mentioned in Production Order by Neil Lasrado · 7 years ago
  100. af091ac [BUG] Map Production Order with the exact Sales Order line item by Neil Lasrado · 7 years ago