Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 927 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 927 Bytes

Sales Person Management System

Sales Person Management System

0.1.3 - 2023-01-31

Features and Changes in 0.1.3

New Features

  • Make the Collect Goal doctype as a tree
  • Writing the traversing tree functionality on Collecting doctype events(on_submit, on_cancel)

Bug Fixes

  • Refactor code on visiting doctype
  • Make event on_cancel that do the reverse of the on_submit event
  • Edit events on sales invoice to update the target on both way adding and subtracting(on_submit, on_cancel)

Breaking Changes

  • Change the custom events directory from single file in methods to structured directory in events folder
  • breaks all big block of code into smaller functions and add it to the utils.py file

Miscellaneous

  • Generals refactors
  • Cleaning the code & formatting
  • Rename general functions
  • Remove unnecessary functions and imports

License

MIT