How to export my orders to show the break down product prices, sales tax, shipping and discounts?

I export my orders in a file .csv (via custom reports in Business Catalyst tool) and need to see separate columns/cells for prices, shipping and discount codes.  Currently, I can only understand how to export the price of the product (which includes the tax and does not say how much tax) as well as the order total.  It is of no use when I need to know what sales, delivery or discounts are applied in this order.  Is there a way to do this?  It seems to be a serious deficiency in the export of data from Business Catalyst, as any good bookkeeper should know gross vs income sales vs shipping rates as well as what to report to the tax due.  Thank you.

Hi Katbat,

I think I * almost * discovered how... Sign up for backups "BC". File synchronization with your dropbox. Open the backup file 'Commands', and it will show the columns below. Maybe you can cross compare it with the BC report to get your other columns?

We use it to see discount codes / report on the value of invoices where the discount codes have been used. It is as a catalyst for the progress reports on steroids. Hope that helps

ID

Command ID

Order name

Workflow ID

ID of Type status

Order type

The invoice number

Date of invoice

Assigned to user ID

Shipping a

Shipping tax rate

Shipping attention

Shipping instructions

ID of the shipping Option

Discount Id Code

Discount rate

Total amount of the order

ID of Type of domiciliation

Days of domiciliation

Is to reproduce

Next billing Date

End return Date

ID of Type of cycle

Date of creation

Date of last update

Deleted

Shipping Street

Delivery Street.2

Shipment of suburbs

Delivery status

Shipping postal code

Shipping country

Billing Street

Billing Street.2

Suburb of billing

The billing status

Billing postal code

Billing country

Street

Street.2

Suburban

State

Zip code

Country

ID of Type of payment method

Description of payment

Amount

Payment status ID

Transaction number

Transaction Auth Code

Date of payment

Tags: Business Catalyst

Similar Questions

  • How to export a form that has the Asian language in to CSV file? Currently the CSV file shows [...] for the characters of Asian languages

    How to export a form that has the Asian language in to CSV file? Currently the CSV file shows [...] for the characters of Asian languages

    If you export as XML instead, it should work because it uses UTF - 8.

  • How to fix windows photo viewer showing the class not regitered error in the local system.

    Dear all,

    Please provide me the solution.

    How to fix windows photo viewer showing the class not regitered error in the local system.

    Thank you best regards &,.

    Amol.

    Hello Amol,

    Were there any changes made on the computer before the show?

    The problem may occur if there is a problem with Java on the computer. I suggest you to check the link and try to update Java:

    http://www.Java.com/en/download/help/download_options.XML

    http://www.Java.com/en/download/index.jsp

    Let us know the results.

  • How to export reliable 708 captions of the premier adobe?

    Hello, I'm TV video recording with 608 and 708 on a blackmagic hyperdeck captions.  I import these files into the timeline of Adobe Premier.  On the timeline, I can easily view the legends of the 608 and 708.  If I export a Quicktime movie ' captions embedded "the final result will have only 608 captions inside.  The last attempt, I did export a .mxf had the same problem.  I try again, but this time I deleted all the other legend titles outside the 708 caption track, but that seems just silly, and something I wouldn't need to do.  If I recorded media with tracks separated from 608 and 708 legend already, how reliable export with embedded captions 708 media?  It is very important for broadcasting and exporting media for broadcasting. What would be truly spectacular, is if someone could please tell me how I can export a HD video file with 708 AND 608 existing legends who are already riding with her anyway, be they in the form of files sidecar or incorporated.  My main concern is now how to export just the media I have with the existing 608 and 708 captions in HD now 708 captioning, 608 as well would be a great bonus.  I would like that they export to 'shipped '.  Thanks in advance.

    Hello there - although the BODY may import streams of legend 608 and 708 in MOV, specification of Apple QuickTime MOV we cannot write 708 captions to the MOV format. That's why you will write only steam 608 out of body to MOV. You can embed captions 608 and 708 in format MXF with body - but I know that maybe it's not a solution for your needs. Take care!

  • How to let lightroom shows the number of files actrual in a card and not a number whose total all submaps?

    How to let lightroom shows the number of files actrual in a card and not a number whose total all submaps?

    If by 'map', you hear directory or folder, in the library menu there is a toggle to "see the pictures in subfolders.

  • I have download an IDM software.there are as many files how can I understand that by running the file IDM will install in my computer and I can use it.

    I have download an IDM software.there are as many files how can I understand that by running the file IDM will install in my computer and I can use it.

    Hello

    Contact the Support of IDM in this regard.

    The link there is a Support tab on the top right > run the mouse cursor over them for the Support Options > 'how to use IDM.

    http://www.internetdownloadmanager.com/download.html

    See you soon.

  • How can I change my taskbar to the side down?

    Original title: taskbar

    How can I change my taskbar to the side down? He was always on the bottom and he switched to the side by itself.

    just drag it down. It must be opened for editing. Right click and open if necessary. block again at the end.

  • How to send emails automatically without showing the list address?

    I often forget to use the BCC field when sending emails to my distribution list. The address list then shows the email of the recipients. I don't want the list to display. How can I avoid this error automatically as I age?
    Scotty84

    Try this add-on:

    https://addons.Mozilla.org/en-us/Thunderbird/addon/use-Bcc-instead/

    http://chrisramsden.vfast.co.UK/3_How_to_install_Add-ons_in_Thunderbird.html

  • How to export a video file of the pdf presentation?

    I have the PDF presentation, when I open it, in the 1st video of slide set. How can I export this video file in the video?

    You should contact the creator of the file and ask for the original video. People tend to integrate things into PDFs to stop during the extraction, so we are not about to help someone get around that.

  • How to make a table to show the movieclips?

    I want a table that takes video clips, a bit like a tile game... I do this thing a little "Badges" on my game, and I want to add with a table, so it makes it a lot easier then adding each of them.

    I want it so that it displays 6 at once, and then you press a button, and it shows the 6. How can I start doing this? Thank you

    This is a really good photo to get the idea (the places are the tiles)

    http://i378.photobucket.com/albums/oo230/Brod8212/PicForTiles.jpg

    use:

    var squareA:Array = ["square1", "square2", etc...];

    var columnNum:Number = 3;

    var xGap:Number = 20;

    var yGap:Number = 20;

    var startX:Number = - 11;

    var startY: Number = - 25;

    for (var i: Number = 0; i<>

    var mc:MovieClip is this.attachMovie (squareA [i], "square" + i, i);.

    XGap = MC._x * (I % columnNum) + startX;

    MC._y = yGap * Math.floor (i/columnNum) + startY;

    }

    p.s. Please mark this thread as answered.

  • Some how my address book is only showing the personal address list and not list collected and the list of groups. How can I restore these

    I don't know what happened, but the display of my address book has changed for visible group names and also a visible tab to show the collected addresses. I see now are the personal address list

    Open the address book
    In the Menu bar select view-page-directory pane

    No menu bar? Press the ALT key.

  • HOW to export to a folder on the desktop - after watermark?

    now, click on export and images come up on office. Don't see a exploded to export to a folder or create a new folder for it. Thank you.

    Export destination is selected in the export dialog under the export location section. You can choose from a variety of destinations using the export to: drop-down menu.

  • How to get video files to show the image instead of the icon?

    When I open a folder to view the video files, many extensions, such as .wmv and .mp4 will display an image of the file instead of the default file for this extension icon.  But other extensions of video files, such as .flv and .mov, does not display an image from the file, but only the default file icon. Is it possible that I can get these other extensions to display an image rather than the icon?

    Hello

    This is normal. There is no way taken in charge to activate thumbnails for .flv and .mov files.

  • How to export info 'Medical ID' of iPhone 4S 'health' App, so I can save and print?

    How to export 'Medical ID' (medical history, medications, etc.) of iPhone 4S 'health' App, so I can save & print?  It is a way to recover when I back up my iPhone to iTunes back to top/iCloud back up/MacBook Air 2013 back up/iPad Mini 2?  Worse comes to worse, is it possible to take a picture of medical identity with the same phone?  If so, I have to take a photo, scroll down, and take more pictures to capture information. I spent over 2 hours of research on this.  Thank you in advance.

    I'm not aware of a method to print this information. Also, if you do an iTunes backup, the only way to ensure that your medical information are saved is to encrypt the backup. About backups in iTunes - Apple Support encrypted backups iCloud are already encrypted.

    You could make the screenshots as you mention. Take a screenshot with the iPhone we hold the sleep/wake and the 'home' button and click on the home button. This should be done quickly. The screen starts flashing and you look in the camera roll to make sure that the photo was taken. You need to scroll as you said for all the information.

  • my external cd will not appear in the finder or on the desktop.  I went into preferences for the finder and intended to show the CD, I can load a blank cd and iTunes says and I burn on it then the cd will appear on the desktop.

    I don't see my external cd in the finder under devices, I can load a blank cd and iTunes says it's white and I can burn songs, then the cd icon appears on the desktop, went into preferences for the finder and ticked the box show the cd.  Help please?  CD has been disconnected and placed back started loading but no show, iMac says he had an attached cd when I search.

    CD/DVD players don't appear that a disk is inserted. It's normal.

Maybe you are looking for