Templates for Tasks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emillod
    Active Community Member
    • Apr 2017
    • 1577

    #1

    Templates for Tasks

    Hello i want to create templates for tasks. Is there any chance for dev help in this subject ?
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    Go to Template entity (if you can't find a link go to {yourEspoUrl}/#Template) and create it

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1577

      #3
      Wooow :O
      I don't know about this entity! Great thing!
      But how i can use those templates in modules?

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        It uses for pdf print, if you develop it. You can meet it in Invoices and Quotes in Advanced Pack.
        If you need Email Templates, you can find it in Administration, Email section

        Comment

        • emillod
          Active Community Member
          • Apr 2017
          • 1577

          #5
          Wooooow ! Great! Hmm how can i "print pdf" based on template?
          I already find email templates - it's great, but i want to have something like this for tasks. For example someone want to create new task "Update ESPO", and He'll choose from list template "Update ESPO Template". After that, espo write to field Description steps, for example:
          1. Create backup files and mysql
          2. Download package from espo website
          3. Open Update website

          Comment

          • tanya
            Senior Member
            • Jun 2014
            • 4308

            #6
            Hi, Im trying to implement some custom action (like massAction) on elements selected in Entity list view I my case during debugging this.recordView.checkedLis


            For this you need workflows (from advanced pack) or set your rules in formula

            Comment

            • emillod
              Active Community Member
              • Apr 2017
              • 1577

              #7
              OK! I already create PDF from task! ESPO IS THE BEST CRM!!!!
              Know tell me, how can i add to menu of entity menu "Print to PDF" like in demo: http://i.imgur.com/PJJgdDc.png ??

              Comment

              • emillod
                Active Community Member
                • Apr 2017
                • 1577

                #8
                I create template PDF and have one problem. In field Description we are using markdown tags, and when i get those fields in template, on PDF i see "**1. Create backup**<br />" and etc.

                Comment

                • emillod
                  Active Community Member
                  • Apr 2017
                  • 1577

                  #9
                  Any ideas how can i generate pdf without markdown marks like <br /> and etc?

                  Comment

                  • tanya
                    Senior Member
                    • Jun 2014
                    • 4308

                    #10
                    Hello
                    use {{{description}}} instead of {{description}}

                    Comment

                    • emillod
                      Active Community Member
                      • Apr 2017
                      • 1577

                      #11
                      WOW! GREAT!!!!
                      Can you tell me something about tags? For example in DEMO ADVANCED i saw in PDF template for invoices in footer number of page. Do you know some page with other tags? Or maybe you know some tags

                      And also i need back to question about "Print PDF". I saw post which you post in last reply, but i don't know how to use it. Can you help me? Or maybe there is another way to list all templates for entity?

                      i'm very grateful for your help! I hope that i'll can contribute in some way in creating better script

                      Comment

                      • emillod
                        Active Community Member
                        • Apr 2017
                        • 1577

                        #12
                        Originally posted by emillod
                        WOW! GREAT!!!!
                        Can you tell me something about tags? For example in DEMO ADVANCED i saw in PDF template for invoices in footer number of page. Do you know some page with other tags? Or maybe you know some tags

                        And also i need back to question about "Print PDF". I saw post which you post in last reply, but i don't know how to use it. Can you help me? Or maybe there is another way to list all templates for entity?

                        i'm very grateful for your help! I hope that i'll can contribute in some way in creating better script
                        And also, is there any way to create barcode based on ID ? TCPDF provide those functions, but i don't know how to use this in ESPO.

                        Comment

                        • tanya
                          Senior Member
                          • Jun 2014
                          • 4308

                          #13

                          application/Espo/Core/Pdf/Tcpdf.php
                          application/Espo/Services/Pdf.php

                          Comment

                          • CatyInndata
                            Junior Member
                            • Dec 2018
                            • 2

                            #14
                            how can I insert a barcode generated by the value of a field in a template?

                            Comment

                            Working...