Sales Person Management System
- Make the Collect Goal doctype as a tree
- Writing the traversing tree functionality on Collecting doctype events(
on_submit, on_cancel
)
- 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
)
- 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
- Generals refactors
- Cleaning the code & formatting
- Rename general functions
- Remove unnecessary functions and imports
MIT