Show labels for Amount (and 2 of my custom fields) in the Kanban view of Opportunity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Calvino2000
    Junior Member
    • Jan 2024
    • 2

    #1

    Show labels for Amount (and 2 of my custom fields) in the Kanban view of Opportunity

    Hello,
    I'm trying to find a way to show labels (f.e. "Amount:") before the amount itself or the same for 2 other custom fields, in the Kanban view.
    I tried everything from trying to configure it through an Enum field as label up to configuration options or custom code that did not work in the end.

    Thank you
  • yuri
    Member
    • Mar 2014
    • 9039

    #2
    Hi, There's no such an ability.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • ChrisSka83
      Senior Member
      • Apr 2023
      • 232

      #3
      Hi Calvino2000 ,
      try my solution. Can also be used in the Kanban view.​

      Hello, I use the record list dashlet to display records by created at and modified at, so that the user can see on the Home page, which records had been updated recently. It is working as desired, but I would like to be able to add the respective labels "created at" and "modified at" in front of the record

      Comment


      • rabii
        rabii commented
        Editing a comment
        That is a nice solution but it comes with the cost of having to add more fields to contains the info. I am currently working on an extension to allow the user to display labels on the kanban card. It will have other features, like adding a custom label - adding an icon and control of style.
    • Calvino2000
      Junior Member
      • Jan 2024
      • 2

      #4
      Thank you all - then I will try to find another solution instead of using Kanban.

      ChrisSka83 - I will see but not really sure but thanks

      Comment

      • ChrisSka83
        Senior Member
        • Apr 2023
        • 232

        #5
        Calvino2000

        Here you can see 2 examples of what it looks like for me.
        Example 1:
        I have created 2 text fields here. These are filled with formulas.
        This gets the data from 3 different date fields.

        Example 2:
        A text field filled with a formula that is made up of 3 currency fields. The third currency field also consists of a formula.

        It should therefore work very well, as in your example with an amount.​

        Comment

        • rabii
          Active Community Member
          • Jun 2016
          • 1301

          #6
          Originally posted by Calvino2000
          Hello,
          I'm trying to find a way to show labels (f.e. "Amount:") before the amount itself or the same for 2 other custom fields, in the Kanban view.
          I tried everything from trying to configure it through an Enum field as label up to configuration options or custom code that did not work in the end.

          Thank you
          I am currently working on an extension to allow the admin to display labels of the fields on the kanban card. It will have other features, like adding a custom label, adding an icon and control style of the text including font size and colour.
          Rabii
          Here to help :)

          Comment

          • Triggerz
            Member
            • May 2024
            • 99

            #7
            Hi rabii,

            When will the extension be available? This is a great feature.

            Thanks

            Comment


            • rabii
              rabii commented
              Editing a comment
              next week

            • ChrisSka83
              ChrisSka83 commented
              Editing a comment
              Just wanted to ask about the status.
          • rabii
            Active Community Member
            • Jun 2016
            • 1301

            #8
            Triggerz ChrisSka83

            Completed working on documentation. Will upload to a digital selling platform and share link for those interested.

            Click image for larger version

Name:	kanban.png
Views:	176
Size:	72.5 KB
ID:	116347
            Rabii
            Here to help :)

            Comment


            • rabii
              rabii commented
              Editing a comment
              Been caught on other things. Come across some use case and started implementing - also added global config for things like color and space. should be out son (documentation is done).

            • Triggerz
              Triggerz commented
              Editing a comment
              Hi rabii, hope you can incorporate features like:

              1. a menu to add related records
              2. progress bar on the status header representing the count of cards base from another field that can be clicked to quickly filter the cards of the specific status

              I got these ideas from the odoo fleet application. They have a very good UI functionalities.

            • rabii
              rabii commented
              Editing a comment
              Hi @Triggerz

              Thanks for your input.

              I will tinker about the two features although both are challenging, below my notes on both:

              1 - a menu to add related records => Adding related record could be confusing hence entity could be linked to many other entities e.g account on kanban - the account might be linked to different entities and therefore creating a related record is challenging design wise as the user would need to click on create related record then display a modal to choose with foreign entity than show the create modal. also an issue with creating a related one to one. I will think about it of course.

              2 - This one is more about the kanban not only the item kanban - but this is something i always wanted to add - will definitely start working on it. The challenge is design, an admin can select which field to display and then maybe some functions like SUM - AVG etc in this case different interface should be used progress indicates progress of something e.g a financial goal etc

              will think about this and check if i can implement something.

              Thanks for sharing this.
          • rabii
            Active Community Member
            • Jun 2016
            • 1301

            #9
            Here is the link for anyone interested in this extension.

            Tired of plain Kanban cards in EspoCRM? Espo Kanban Labels lets admins display field labels, custom labels, icons, and styled blocks directly on Kanban items - making your workflow more visual and organized at a glance!💡 Perfect For: Teams who want faster, clearer task tracking in Kanban. Admins who need to highlight critical fields (e.g., status, priority, due dates). Anyone who loves customizable, visually rich Kanban views! 🎯 Works with EspoCRM’s default Kanban—no extra modules required!
            Rabii
            Here to help :)

            Comment


            • Kharg
              Kharg commented
              Editing a comment
              Congrats on the release
          Working...