4/29/2015
Production
4/29/2015
Supported Browsers
Java Settings
Java 7.0
Screen Resolution
1024 x 768 or higher
New Coupon Groups Module and Enhanced Discount Rule Module (DEV-4692)
A new Coupon Groups module has been added to Aria6 which allows you to create and manage coupon groups (Marketing > Coupon Groups). The Discount Rule module (Marketing > Discount Rules) has also been enhanced to allow the ability to control whether a discount is applied on the net or gross amount of a charge.
New Coupon Groups Module
Previously, coupons in Aria were applied in the order that they were assigned. Through the new Coupon Groups module, you are able to add coupons to coupon groups and define the precedence of each coupon group. When two or more coupons are applied to an account, the order in which the coupons are applied is decided by the precedence of the coupon group mapped to it.
For intuitive navigation, the Coupon Groups page displays records in the order of their precedence (higher precedence at the top).
From the Coupon Groups page, you can create new, and manage existing, coupon groups.
With this new feature, you can add or remove a coupon from a coupon group at any time, even if the associated coupon is already assigned to an account. Likewise, deleting a coupon group only deletes the mapping between the coupon group and the coupon, and not the actual coupons.
Note: A new itemCouponGroupName replacement string has also been implemented to support statements, preview statements, and Aria XML statement templates.
For more information on coupon groups, refer to the Create a Coupon Group article.
Enhanced Discount Rules Module
To further support this new functionality, the Discount Rules module has also been enhanced to allow you to specify whether the coupon code discount should be applied on the gross amount or net amount, when multiple discounts are applied to the same line item.
Now, if you select the Add a separate discount line item toggle under the Invoice Display Method field, additional options display, allowing you to specify the scope of the coupon application.
If you select Add a separate discount line item, you must now choose the discount behavior, then choose whether you would like to use the same service code as the “charge” line item, or use a specific service code. If you choose to use a specific service code, you will be prompted to select the service.
For more information on discount rules, refer to the Create a Discount Rule article.
Please refer to the Aria API Release 6.33 for related API changes.
Enhanced Coupon Ordering and Discount Rule Logic (DEV-4840)
In conjunction with the new Coupon Groups module, the Coupons tab (Accounts > Payments & Credits > Coupons) has been enhanced to list coupons in ascending order of the coupon group’s precedence.
The order in which coupons are applied to an invoice has also been modified to apply in ascending order of the coupon group’s precedence.
Note: If a coupon has not been assigned to a coupon group, or the coupon has been assigned to a coupon group with no set precedence, then this new logic will not apply.
Additionally, when discount rules are created in a separate line item with the discount behavior as “net amount,” the associated coupons will now be applied to the net amount instead of the gross amount.
New Invoice Reviewing and Posting Capabilities (DEV-4666)
New functionality has been introduced that allows you to review a subset of your generated final invoices (i.e. not pending) and either post these invoices to a General Ledger/external finance system or void them. To implement this feature, you must first specify whether manual posting of invoices is required at the client and account levels.
Implementing this Feature at the Client Level
You can specify whether invoices need to be manually posted to a General Ledger/external finance system by setting the Invoice Posting Method client parameter.
Getting Here: Click Configuration > Billing > Invoice Settings
Note: The setting selected here can be overridden at the account level for specific accounts. Refer to the "Implementing this Feature at the Account Level" section below.
Additional Client Level Invoice Setting Parameters
Three additional client parameters have also been implemented under Configuration > Billing > Invoice Settings for additional configuration:
Note: The default setting for the above parameters is Yes.
Implementing this Feature at the Account Level
Note: Before you can implement this feature at the account level, you must first speak with your Aria Customer Support Representative to have the Invoice Posting Method module enabled.
Getting Here: Click Accounts > search for an account > Account Overview > Invoice Posting Method
Note: The account level setting overrides the standard client setting for the specified account.
Enhanced Invoice Details Screen
A new Posting Status field has been added to the Invoice Details screen (Accounts > Statements & Invoices > Invoices > select an invoice). This new Posting Status field will either display as Posted (shown below) and list the date, time, and user that posted the invoice, or it will display as a drop-down with a default value of Unposted.
When an invoice is in a posting status of “Unposted,” you can choose to post the status by selecting Posted from the drop-down.
Note: Once this field is marked as “Posted,” this status cannot be changed.
Any invoice with a posting status of “Posted” will be extracted from Aria to be sent to the General Ledger/external finance system in the next scheduled batch job.
Enhanced Invoices Screen
Three new columns have also been added to the Invoices screen (Accounts > Statements & Invoices > Invoices) to display the posting status, posting date, and which user posted the status for each invoice.
Note: The Posted By column displays a value of “System” when the invoice has been automatically posted. If a user manually posts the invoice, his or her name displays.
Refer to the Invoices Screen article for additional instruction on invoice management.
New Invoice Posted Event
Additionally, a new Invoice Posted event has been implemented within Configuration > Notifications > Events > Financial Transactions. This event will only be triggered when an invoice is manually changed from a posting status of “Unposted” to “Posted.”
Refer to the Events in the Financial Transactions Class article to see the full list of events associated with the creation of financial transactions on accounts, as well as the associated XSD and DTD files.