Announcement

Collapse
No announcement yet.

Bug export quotes itemList

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bug export quotes itemList

    Hello,
    I'm trying to export the quote information, export works fine except that the itemList field is always empty!
    I tried on the demo site and it does the same behavior

  • #2
    Hi,

    Item List export is not supported.

    Comment


    • #3
      Hello,
      Thanks for you replay ! So how do I import quotes in espcrm ?

      Comment


      • #4
        Hello,
        with API only. Or develop own import script

        Comment


        • #5
          It will be exportable in json format in the next version.

          Comment


          • #6

            Hello, @tanya Currently I'm working on the cloud demo version of the coup I do not know how to use the API ?! @yurikuzn Do you have a date for the kind of the next version? Thanks you

            Comment


            • #7
              Hello,
              Hello, I'm still stuck for the import. It's a shame that this feature does not exist because everything works very well in espocrm. But unfortunately this point is blocking for me. Do you think this feature will be implemented quickly? Thanks you

              Comment


              • #8
                Hello,

                Must be working in the latest advanced pack release.

                Comment


                • #9
                  Hello,
                  I am trying to import quotes and quote items from the API. so i created an api key and i gave all the rights possible but when i check the tab accés. I see that the Import Quotes is deactivated (see the attachment)! If not, can I find a sample code to import quotes and quotes items via the API please? thank you in advance

                  Comment


                  • #10
                    Hi,

                    I check and quote access worked well for API users.

                    Comment


                    • #11
                      Hello
                      Is there documentation that shows how to create quotes via API please? I am stuck on this point

                      Comment


                      • #12
                        Hi,

                        No. Click F12 in browser, open Network tab and see what request is sent when you create a quote. Replicate this request in your API call.

                        Comment


                        • #13
                          Hello thanks for your replay,


                          I wanted to make a simple test of creation of a quote via the API and I send the name of the quote for the moment. I work in php and I use the API client https://github.com/espocrm/documenta...-client-php.md below the code I made

                          PHP Code:

                          include 'espocrm.php' ;
                          $client = new EspoApiClient('mycloudcrmurl');
                          $client->setApiKey('myapikey');
                          $response $client->request('POST''Quote', [
                              
                          'name'=> 'testt'
                          ]);

                          var_dump$response); 
                          Response :

                          PHP Code:
                          PHP Fatal error:espocrm.php:138
                          Stack trace
                          :
                          #0 testEspoAPI.php(11): EspoApiClient->request('POST', 'Quote', Array)
                          #1 {main}
                            
                          thrown in espocrm.php on line 138 

                          I did the same test to create a lead and it works without problems and also to create an account. Something escapes me for creating quotes?

                          Comment


                          • #14
                            Check data/logs for error

                            Must be acl issue.

                            Comment


                            • #15
                              Hi
                              I'm working on the demo cloud version
                              EspoCRM is Open Source CRM application. Increase profitability through customer loyalty!

                              how can i see logs please?

                              Comment

                              Working...
                              X