Ankush Menat

Results 311 comments of Ankush Menat

> Currently item dashboard allows creating inventory out of thin air with 2 clicks 🪄 (against stock adjustment account) which is often not desired by many (with exception of devs...

> Can still see section costing & billing and margin. Should we be adding role-based perm levels in the core? This is specific to individual organizations and should ideally be...

@dj12djdjs we can add an option in selling settings. The default behavior should be consistent with current behavior.

Another alternative is to use `on_chage` which is fired on db_set too, but you'll have to modify code to check docstatus too.

(hotfix label is to avoid auto-closure of PRs by stale bot, looks weird but eh...)

> isort error is due to merging develop branch in this PR It's not from the merge. You removed an unused import, so it now fits on a single line....

This isn't an issue right? The flag is supposed to be used with other commands. example: `watson --no-color log` works as intended.

> For example, I'm serving a slideshow on a frappe-based website. The images will be loaded again and again, every time I visit the site. I don't think this is...

To avoid pandas build use Python 3.7 This is fixed now as v13 uses newer version and doesn't pin exact version anymore.

Not a solution but use SSH keys man, using user/pass is very tiring 😄