Receipts 1 9 3 – Smart Document Collection Center

broken image


SPECIAL INFORMATION FOR ACTIVE DUTY/LINE OF DUTY SURVIVING SPOUSES WHO ELECTED THE OPTIONAL ANNUITY FOR DEPENDENT CHILDREN The National Defense Authorization Act for Fiscal Year 2020 directed that as of January 1, 2023, the Optional Annuity for Dependent Children will be eliminated and the SBP annuity payment must revert to the surviving spouse (if the spouse submits documentation and is.

With a new year comes a new budget and a chance to take control of your money. Whether you want to remodel your home or just want to keep on top of your personal or family budget, Money in Excel makes it easy to stay on track and reach your financial goals. Commercial invoice. Billing statement. Invoice (Timeless design). Additional details regarding Oracle's collection and use of your personal information, including information about access, retention, rectification.

Developer: Dirk Holtwick

Receipts lets you collect receipts for expenses, taxes, or accounting. Organize documents by automatically recognized values such as dates, amounts, payment details, and more.

Get detailed info about your financial situation. Data is stored locally, providing strong privacy. Sitesucker 3 14.

Features
  • Recognize: Receipts recognizes gross invoice amount, slip date, declared sales tax, currency, and bank account details automatically and, thus enables the busy user to speed up his incoming receipts management.
  • Classify: Receipts' smart character recognition identifies once recorded providers automatically, and thus is able to capture recurring documents correctly and assign to the right category.
  • Analyze: Apart from bar graphs and pie chats in the dashboard giving a quick glance at expenditures by periods, providers and categories, export function enables you to analyze recorded data individually and to enhance your tax declaration.

What's new in Receipts

Version 1.9.10:
  • Support for Apple Silicon (M1) and Big Sur (macOS 11.0)
  • OCR: More languages, resilient download, language names localized for German
  • Improved database stability
  • New app icon 🙂

Information

Size 13.8 MB
Compatibility OS X 10.11 or later, 64-bit processor
Age Rating Rated 4+
Price $84.99
-->

Adaptive, hero, list, Office 365 Connector, receipt, signin, and thumbnail cards and card collections are supported in bots for Microsoft Teams. They are based on cards defined by the Bot Framework, but Teams does not support all Bot Framework cards and has added some of its own.

Before you identify the different card types, understand how to create a a hero card, thumbnail card, or Adaptive Card.

Create a hero card, thumbnail card, or Adaptive Card

To create a hero card, thumbnail card, or Adaptive Card from App Studio

  1. Go to App Studio from Teams.

  2. Select Card editor.

  3. Select Create a new card.

  4. Select Create for one of the cards from Hero Card, Thumbnail Card, or Adaptive Card. The metadata details, buttons, and json, csharp, and node code examples are shown for that card.

  5. Select Send me this card. The card is sent to you as a chat message.

Card examples

You can find additional information on how to use cards in the documentation for the Bot Builder SDK v3. Code samples are also available in the Microsoft/BotBuilder-Samples repository on GitHub. Following are a few card examples:

  • .NET

    • Add cards as attachments to messages.
    • Cards sample code Bot Builder v4.
  • Node.js

    • Add cards as attachments to messages.
    • Cards sample code Bot Builder v4.

Card types

Document

You can identify and use different types of cards based on your application requirements. The following table shows the types of cards available to you:

Card typeDescription
Adaptive CardThis card is highly customizable and can contain any combination of text, speech, images, buttons, and input fields.
Hero cardThis card typically contains a single large image, one or more buttons, and a small amount of text.
List cardThis card contains a scrolling list of items.
Office 365 Connector cardThis card has a flexible layout with multiple sections, fields, images, and actions.
Receipt cardThis card provides a receipt to the user.
Signin cardThis card enables a bot to request that a user signs in.
Thumbnail cardThis card typically contains a single thumbnail image, some short text, and one or more buttons.
Card collectionsThis card collection is used to return multiple items in a single response.

Features that support different card types

Card typeBotsMessage extension previewsMessage extension resultsTask modulesOutgoing WebhooksIncoming WebhooksOffice 365 Connectors
Adaptive Card
Office 365 Connector card
Hero card
Thumbnail card
List card
Receipt card
Signin card

Note

For Adaptive Cards in Incoming Webhooks, all native Adaptive Card schema elements, except Action.Submit, are fully supported. The supported actions are Action.OpenURL, Action.ShowCard, Action.ToggleVisibility, and Action.Execute.

Common properties for all cards

You can go through some common properties that are applicable to all cards.

Note

Hero and thumbnail cards with multiple actions are automatically split into multiple cards in a carousel layout.

Inline card images

The card can contain an inline image by including a link to the publicly available image. For performance purposes, it is highly recommended you host the image on a public Content Delivery Network (CDN).

Images are scaled up or down in size to maintain the aspect ratio for covering the image area. Images are then cropped from center to achieve the appropriate aspect ratio for the card.

Images must be at most 1024×1024 and in PNG, JPEG, or GIF format. Animated GIF is not supported.

The following table provides the properties of inline card images:

PropertyTypeDescription
urlURLHTTPS URL to the image.
altStringAccessible description of the image.

Note

If a card includes an image URL that is redirected before the final image, the redirect in image URL is not supported. This occurs for images shared on the public cloud.

Buttons

Buttons are shown stacked at the bottom of the card. Button text is always on a single line and is truncated if the text exceeds the button width. Any additional buttons beyond the maximum number supported by the card are not shown.

For more information, see card actions.

Card formatting

For more information on text formatting in cards, see card formatting.

After identifying the common properties for all cards, you can now work with Adaptive Cards, which help you increase engagement and efficiency by adding your actionable content directly into the apps you use.

Adaptive Card

An Adaptive Card is a customizable card that can contain any combination of text, speech, images, buttons, and input fields. For more information, see Adaptive Cards.

Support for Adaptive Cards

The following table provides the features that support Adaptive Cards:

Bots in TeamsMessaging extensionsConnectorsBot Framework

Note

  • Teams platform supports v1.4 or earlier of Adaptive Card features for bot sent cards and action based messaging extensions.
  • Teams platform supports v1.3 or earlier of Adaptive Card features for other capabilities, such as cards sent by user (search based messaging extensions and link unfurling), tabs, and task modules.
  • Positive or destructive action styling is not supported in Adaptive Cards on the Teams platform.
  • Media elements are currently not supported in Adaptive Card on the Teams platform.

Example of Adaptive Card

The following code shows an example of an Adaptive Card:

Additional information on Adaptive Cards

Bot Framework reference:

You can now work with a hero card, which is a multipurpose card used to visually highlight a potential user selection.

Hero card

A card that typically contains a single large image, one or more buttons, and text.

Support for hero cards

The following table provides the features that support hero cards:

Bots in TeamsMessaging extensionsConnectorsBot Framework

Properties of a hero card

The following table provides the properties of a hero card:

PropertyTypeDescription
titleRich textTitle of the card. Maximum two lines.
subtitleRich textSubtitle of the card. Maximum two lines.
textRich textText appears under the subtitle. For formatting options, see card formatting.
imagesArray of imagesImage displayed at the top of the card. Aspect ratio 16:9.
buttonsArray of action objectsSet of actions applicable to the current card. Maximum six.
tapAction objectActivated when the user taps on the card itself.

Example of a hero card

The following code shows an example of a hero card:

Additional information on hero cards

Bot Framework reference:

List card

The list card has been added by Teams to provide functions beyond what the list collection can provide. The list card provides a scrolling list of items.

Support for list cards

The following table provides the features that support list cards:

Bots in TeamsMessaging extensionsConnectorsBot Framework

Properties of a list card

The following table provides the properties of a list card:

PropertyTypeDescription
titleRich textTitle of the card. Maximum 2 lines.
itemsArray of list itemsSet of items applicable to the card.
buttonsArray of action objectsSet of actions applicable to the current card. Maximum 6.

Example of a list card

The following code shows an example of a list card:

Office 365 connector card

You can work with an Office 365 Connector card that provides a flexible layout and is a great way to get useful information. The Office 365 connector card is supported in Teams, not in Bot Framework. This card provides a flexible layout with multiple sections, fields, images, and actions. This card contains a connector card so that it can be used by bots. For differences between connector cards and the Office 365 Connector card, see Additional information on the Office 365 Connector card.

Collection

You can identify and use different types of cards based on your application requirements. The following table shows the types of cards available to you:

Card typeDescription
Adaptive CardThis card is highly customizable and can contain any combination of text, speech, images, buttons, and input fields.
Hero cardThis card typically contains a single large image, one or more buttons, and a small amount of text.
List cardThis card contains a scrolling list of items.
Office 365 Connector cardThis card has a flexible layout with multiple sections, fields, images, and actions.
Receipt cardThis card provides a receipt to the user.
Signin cardThis card enables a bot to request that a user signs in.
Thumbnail cardThis card typically contains a single thumbnail image, some short text, and one or more buttons.
Card collectionsThis card collection is used to return multiple items in a single response.

Features that support different card types

Card typeBotsMessage extension previewsMessage extension resultsTask modulesOutgoing WebhooksIncoming WebhooksOffice 365 Connectors
Adaptive Card
Office 365 Connector card
Hero card
Thumbnail card
List card
Receipt card
Signin card

Note

For Adaptive Cards in Incoming Webhooks, all native Adaptive Card schema elements, except Action.Submit, are fully supported. The supported actions are Action.OpenURL, Action.ShowCard, Action.ToggleVisibility, and Action.Execute.

Common properties for all cards

You can go through some common properties that are applicable to all cards.

Note

Hero and thumbnail cards with multiple actions are automatically split into multiple cards in a carousel layout.

Inline card images

The card can contain an inline image by including a link to the publicly available image. For performance purposes, it is highly recommended you host the image on a public Content Delivery Network (CDN).

Images are scaled up or down in size to maintain the aspect ratio for covering the image area. Images are then cropped from center to achieve the appropriate aspect ratio for the card.

Images must be at most 1024×1024 and in PNG, JPEG, or GIF format. Animated GIF is not supported.

The following table provides the properties of inline card images:

PropertyTypeDescription
urlURLHTTPS URL to the image.
altStringAccessible description of the image.

Note

If a card includes an image URL that is redirected before the final image, the redirect in image URL is not supported. This occurs for images shared on the public cloud.

Buttons

Buttons are shown stacked at the bottom of the card. Button text is always on a single line and is truncated if the text exceeds the button width. Any additional buttons beyond the maximum number supported by the card are not shown.

For more information, see card actions.

Card formatting

For more information on text formatting in cards, see card formatting.

After identifying the common properties for all cards, you can now work with Adaptive Cards, which help you increase engagement and efficiency by adding your actionable content directly into the apps you use.

Adaptive Card

An Adaptive Card is a customizable card that can contain any combination of text, speech, images, buttons, and input fields. For more information, see Adaptive Cards.

Support for Adaptive Cards

The following table provides the features that support Adaptive Cards:

Bots in TeamsMessaging extensionsConnectorsBot Framework

Note

  • Teams platform supports v1.4 or earlier of Adaptive Card features for bot sent cards and action based messaging extensions.
  • Teams platform supports v1.3 or earlier of Adaptive Card features for other capabilities, such as cards sent by user (search based messaging extensions and link unfurling), tabs, and task modules.
  • Positive or destructive action styling is not supported in Adaptive Cards on the Teams platform.
  • Media elements are currently not supported in Adaptive Card on the Teams platform.

Example of Adaptive Card

The following code shows an example of an Adaptive Card:

Additional information on Adaptive Cards

Bot Framework reference:

You can now work with a hero card, which is a multipurpose card used to visually highlight a potential user selection.

Hero card

A card that typically contains a single large image, one or more buttons, and text.

Support for hero cards

The following table provides the features that support hero cards:

Bots in TeamsMessaging extensionsConnectorsBot Framework

Properties of a hero card

The following table provides the properties of a hero card:

PropertyTypeDescription
titleRich textTitle of the card. Maximum two lines.
subtitleRich textSubtitle of the card. Maximum two lines.
textRich textText appears under the subtitle. For formatting options, see card formatting.
imagesArray of imagesImage displayed at the top of the card. Aspect ratio 16:9.
buttonsArray of action objectsSet of actions applicable to the current card. Maximum six.
tapAction objectActivated when the user taps on the card itself.

Example of a hero card

The following code shows an example of a hero card:

Additional information on hero cards

Bot Framework reference:

List card

The list card has been added by Teams to provide functions beyond what the list collection can provide. The list card provides a scrolling list of items.

Support for list cards

The following table provides the features that support list cards:

Bots in TeamsMessaging extensionsConnectorsBot Framework

Properties of a list card

The following table provides the properties of a list card:

PropertyTypeDescription
titleRich textTitle of the card. Maximum 2 lines.
itemsArray of list itemsSet of items applicable to the card.
buttonsArray of action objectsSet of actions applicable to the current card. Maximum 6.

Example of a list card

The following code shows an example of a list card:

Office 365 connector card

You can work with an Office 365 Connector card that provides a flexible layout and is a great way to get useful information. The Office 365 connector card is supported in Teams, not in Bot Framework. This card provides a flexible layout with multiple sections, fields, images, and actions. This card contains a connector card so that it can be used by bots. For differences between connector cards and the Office 365 Connector card, see Additional information on the Office 365 Connector card.

Support for Office 365 Connector cards

The following table provides the features that support Office 365 Connector cards:

Bots in TeamsMessaging extensionsConnectorsBot Framework

Properties of the Office 365 Connector card

The following table provides the properties of the Office 365 connector card:

PropertyTypeDescription
titleRich textTitle of the card. Maximum two lines.
summaryRich textSummary of the card. Maximum two lines.
textRich textText appears under the subtitle. For formatting options, see card formatting.
themeColorHEX stringColor that overrides the accentColor provided from the application manifest.

Additional information on the Office 365 Connector card

Office 365 Connector cards function properly in Microsoft Teams, including ActionCard actions.

Receipts 1 9 3 – Smart Document Collection Center Victoria Island

The important difference between using connector cards from a connector and using connector cards in your bot is the handling of card actions. The following table lists the difference:

ConnectorBot
The endpoint receives the card payload through HTTP POST.The HttpPOST action triggers an invoke activity that sends only the action ID and body to the bot.

Each connector card can display a maximum of ten sections, and each section can contain a maximum of five images and five actions.

Note

Any additional sections, images, or actions in a message do not appear.

Whatsapp and telegram in one app. All text fields support Markdown and HTML. You can control which sections use Markdown or HTML by setting the markdown property in a message. By default, markdown is set to true. If you want to use HTML instead, set markdown to false.

If you specify the themeColor property, it overrides the accentColor property in the app manifest.

To specify the rendering style for activityImage, you can set activityImageType as shown in the following table:

ValueDescription
avatarDefault, activityImage is cropped as a circle.
articleactivityImage is displayed as a rectangle and retains its aspect ratio.

For all other details about connector card properties, see actionable message card reference. The only connector card properties that Teams does not currently support are as follows:

  • heroImage
  • hideOriginalBody
  • startGroup always treated as true in Teams
  • originator
  • correlationId

Example of an Office 365 Connector card

The following code shows an example of an Office 365 Connector card:

Receipt card

Teams supports receipt card. It is a card that enables a bot to provide a receipt to the user. It typically contains the list of items to include on the receipt, such as tax and total information.

Support for receipt cards

The following table provides the features that support receipt cards:

Bots in TeamsMessaging extensionsConnectorsBot Framework

Example of a receipt card

Disk doctor 3 8 – free up disk space software. The following code shows an example of a receipt card:

Additional information on receipt cards

Bot Framework reference:

Signin card

The signin card in Teams is similar to the signin card in the Bot Framework except that the signin card in Teams only supports two actions signin and openUrl.

The signin action can be used from any card in Teams, not just the signin card. For more information, see Teams authentication flow for bots.

Support for signin cards

The following table provides the features that support signin cards:

Bots in TeamsMessaging extensionsConnectorsBot Framework

Additional information on signin cards

Bot Framework reference:

Thumbnail card

You can work with a thumbnail card that is used for sending a simple actionable message. A card that typically contains a single thumbnail image, one or more buttons, and text.

Support for thumbnail cards

The following table provides the features that support thumbnail cards:

Bots in TeamsMessaging extensionsConnectorsBot Framework

Properties of a thumbnail card

The following table provides the properties of a thumbnail card:

Receipts 1 9 3 – Smart Document Collection Center Dallas Tx

PropertyTypeDescription
titleRich textTitle of the card. Maximum 2 lines.
subtitleRich textSubtitle of the card. Maximum 2 lines.
textRich textText appears under the subtitle. For formatting options, see card formatting.
imagesArray of imagesImage displayed at the top of the card. Aspect ratio 1:1 square.
buttonsArray of action objectsSet of actions applicable to the current card. Maximum 6.
tapAction objectActivated when the user taps on the card itself.

Example of a thumbnail card

The following code shows an example of a thumbnail card:

Additional information

Bot Framework reference:

Card collections

You can work with card collections that include carousel and list collections. Teams supports card collections. Card collections include builder.AttachmentLayout.carousel and builder.AttachmentLayout.list. These collections contain Adaptive, hero, or thumbnail cards.

Carousel collection

The carousel layout shows a carousel of cards, optionally with associated action buttons.

Support for carousel collections

The following table provides the features that support carousel collections:

Bots in TeamsMessaging extensionsConnectorsBot Framework

Note

A carousel can display a maximum of ten cards per message.

Properties of a carousel card

Properties of a carousel card are same as the hero and thumbnail cards.

Example of a carousel collection

The following code shows an example of a carousel collection:

Receipts 1 9 3 – Smart Document Collection Center Address

Syntax for carousel collections

builder.AttachmentLayoutTypes.Carousel is the syntax for carousel collections.

List collection

The list layout shows a vertically stacked list of cards, optionally with associated action buttons.

Support for list collections

The following table provides the features that support list collections:

Bots in TeamsMessaging extensionsConnectorsBot Framework

Example of a list collection

Properties of list collections are same as the hero or thumbnail cards.

Receipts 1 9 3 – Smart Document Collection Center Near Me

A list can display a maximum of ten cards per message.

Note

Receipts 1 9 3 – Smart Document Collection Center Chicago

Some combinations of list cards are not yet supported on iOS and Android.

Syntax for list collections

builder.AttachmentLayout.list is the syntax for list collections.

Cards not supported in Teams

The following cards are implemented by the Bot Framework, but are not supported by Teams:

  • Animation cards
  • Audio cards
  • Video cards

See also





broken image