Announcement

Collapse
No announcement yet.

Exporting Actinic Prices

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

    Exporting Actinic Prices

    I've created a system for our website allowing customers to assemble a certain product. However; it would be useful if I could export some of the prices from Actinic.. I want to use the simplest way possible for my successor to understand it.

    Cheers.
    Richard Smith
    www.hamradio.co.uk

    #2
    Richard,

    Can you expand on this a bit please, is it the prices for the products in the application you wish to export?

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      Yes, got a selection of products in the same section which the prices need to be exported.
      Richard Smith
      www.hamradio.co.uk

      Comment


        #4
        Hello World?

        Any help.. please?
        Richard Smith
        www.hamradio.co.uk

        Comment


          #5
          You can only do this by exporting the whole catalog (file / export) and extracting the bits you need.

          Regards,
          Jan Strassen, Mole End

          Comment


            #6
            meh. - word of the day!

            that means every time we update a set of product with new prices the database exported then extract just the prices and then put back into a MySQL database to allow a system to work. FUN!

            Why can Actinic just be easy sometimes!
            Richard Smith
            www.hamradio.co.uk

            Comment


              #7
              Actinic uses an access database, you could try using SQL to extract the data from access into the form you need it in MsSQL or into an intermediate form.

              Regards,
              Jan Strassen, Mole End

              Comment


                #8
                Next question.. the prices are located in which table in the actinic database.
                Richard Smith
                www.hamradio.co.uk

                Comment


                  #9
                  "Products" table >> "Price" field. It's in pence - divide by 100 to translate into ££.pp
                  Cheers!
                  Marci - <a href="http://www.Over-Clock.co.uk" target="_blank">www.Over-Clock.co.uk</a>

                  Comment


                    #10
                    Those are the prices for the main products - you have also prices for components and customer based pricing in the productproperties table.

                    Regards,
                    Jan Strassen, Mole End

                    Comment

                    Working...
                    X