Working with AstroScribe


Introduction


AstroScribe is a report writing tool that allows you to take notes and create highly customizable reports on the fly.


AstroScribe features include:

  1. Managing contents and taking consultation session notes
  2. Viewing and Editing Reports
  3. Sharing Reports on Social Networks
  4. Sharing Reports with your Clients
  5. Using reports on your personal web site
  6. Printing reports
  7. AstroScribe and AstroApp APIs integration

Working with AstroScribe

To start working with AstroScribe you need to start it first. Expand the Reports menu and select the New AstroScribe menu option. AstroScribe window will appear and scribing session will start.

From this point onwards you can keep adding information such as charts, calculation details, notes, and so on to it. You don't have to keep the AstroScribe window open, even when it's closed or minimized it will still keep track of everything that is being added to the AstroScribe.

Don't forget to click the Save button to save the newly created report.

  1. Start AstroScribe session by navigating to the Reports/AstroScribe menu.
  2. Enter report name. Note: the name cannot contain blank spaces.
  3. Click the Save button.

In order to add the currently selected chart's image to AstroScribe report, right mouse click on the image and select the Append to AstroScribe menu option. The image will be added to your AstroScribe report.

There are 3 ways to add details from AstroApp tables to your AstroScribe reports:
  1. In order to add the entire table, right mouse click on it and select the Entire table menu option. The table and its title will be added to the AstroScribe report.
  2. If you want to add just a single value from a table, right mouse click on a cell and select the Add menu option. Only the value from the selected cell will be added to AstroScribe.
  3. Alternatively, you can add a single value along with its title. For that, right mouse click on the cell and select the Add with Title menu option. The value from the selected cell will be added along with the column title.
  1. Go to the Utilities/Interpretation editor... menu. The list of user-created Interpretations will open.
  2. Highlight an Interpretation file you want to use and click the Select button. Alternatively, you can create a new Interpretation report by clicking the Add New button.
  3. In the Interpretation report form select the Type and conditions (when applicable).
  4. Enter text and click the Save button. This step is optional if interpretation texts already exist.
  5. Click the Append to AstroScribe button. The currently opened text will be appended to your AstroScribe report. All the formatting will be preserved.
  1. Open a chart.
  2. Start AstroScribe.
  3. Go to the Details/Stats menu and select the Stats graph you want to add to AstroScribe.
  4. In the Stats window click on the Append to AstroScribe button. The Stats chart will be added to AstroScribe.
  1. Make sure that Compliments information is available.
  2. Go to the Utilities/Compliments... menu.
  3. Click on the Append to AstroScribe button. The Compliments information will be appended to the current AstroScribe report.


Sharing AstroScribe reports with Clients

  1. Create a new AstroScribe report or open existing one by selecting the Reports/Saved Reports... menu option.
  2. At the bottom of the screen you will see the Clients field. Start typing a name of the client you want report to share with. If a matching client is found, his or her name will be populated automatically in this field as you type. Refer to this article on how to create and manage your clients.
  3. Click the Save button.

Using reports on your web site

  1. Go to the Reports/Saved Reports... menu.
  2. Select a report you would like to share on your web site.
  3. Click the link icon in order to obtain a path (URL) to the report.
  4. Alternatively, click the link snippet icon to get the HTML snippet that you can add anywhere in your HTML source code.


Integrating AstroScribe reports with AstroApp APIs. [Advanced]

  1. Obtain the API key. You can find instructions on how to do it here.
  2. Use the following code to integrate your AstroScribe report with AstroApp APIs: <iframe src="http://astroapp.com/astro/astroapi?key=YOUR_API_KEY&reportFile=YOUR_REPORT_NAME"></iframe>