creecros / MetaMagik

Custom Fields for Kanboard - Plugin MetaMagik
MIT License
98 stars 16 forks source link

Sales pipeline, amounts and percentages #83

Closed DFF-fred closed 1 year ago

DFF-fred commented 2 years ago

Hi! I'm trying to find a replacement for Zurmo and struggling. Anyway I'm now off with Kanboard and it's goimg rather ok. We're a small team and have "simple" requirements. Among those we'd like to enter amounts which we can thanks to MetaMagik (we're ok with the things we don't need appearing on the cards...), and also eventually chances of success based on the various stages. I've looked into "Automatic actions" to see if i could set a percentage value per stage (column) and eventually... have a value x percent somewhere in a report. Well it does not seem to apply to MetaMagik, so I was wondering if it is possible to do that and how?

Not a big/urgent/I'm gonna die question... but thank you to let me know. Fred

creecros commented 2 years ago

anything is possible with math and knowledge. you know what you want in your mind, but currently in my mind, I'm not exactly following. So it's hard to tell you how to get there.

creecros commented 2 years ago

although, now re reading and thinking about it, it sounds like you want to set values in metamagiks custom fields using automatic actions.

If so, yes, you can do this. it's going to require you to write your own action to do this, but its very doable and really not that difficult. I've been going through a rough time with my head at the moment, and have had a constant headache for over a month, if I can get a handle on that I may be able to concentrate enough to help you out. not today tho.

DFF-fred commented 2 years ago

Yes! Kanboard doesn't have a few fields which I find useful in a pipeline, (project) amount and chances of closing the deal are at least 2 of those. Thanks to MetaMagik I can easily have those 2 on each card.

Now thank you for telling me it's possible to add those little features and I am sorry to hear about your headaches. I am also not asking you to write those for me, but eventually to point me in the right direction :-)

I can do a bit of php if needed, is that what "writing your own action" means, or is it totally something else?

Anyway as I mentioned no rush, I just wanted to thank you for answering so fast.

So ..thank you!

creecros commented 1 year ago

for reference https://github.com/eSkiSo/Subtaskdate

see api procedures I wrote here, should be a good guide.

creecros commented 1 year ago

Added an Action that will update a Custom Field to a specific Value when a Task moves to a Specific Column. Consider it a guide and Example on how to create your own actions using custom fields.

DFF-fred commented 1 year ago

Thank you so much, really appreciate.