Consolidated billing

Hi All,
We have requirement to consolidate billing based on Partner Function,
We have new Partner function like RD,
we need consolidation billing for those partner(sales order to invoice)...
suggest idea's...
Regards,
DS Kumar

yes..you are right..i implimented routine using VOFM,
and created routine and written code in include "RV60C900"..
code:
DATA : BEGIN OF ZUK,
       MODUL(3) VALUE '001',
       VTWEG   LIKE VBAK-VTWEG,
       SPART   LIKE VBAK-SPART,
       WERKS  LIKE  LIPS-WERKS,
       VBELN  LIKE VBAK-VBELN,
       END OF ZUK.
ZUK-SPART  = VBAK-SPART.
ZUK-VTWEG  = VBAK-VTWEG.
ZUK-WERKS  = VBAP-WERKS.
IF  VBPA-KATR1 is initial'.
    ZUK-VBLEN = VBPA-VBELN.
ENDIF.
VBRK-ZUKRI = ZUK.
But this code is not working..
Requrment:
VF04 allows collective invoice creation for a customer. The split criteria of Different Header Partners which is a standard SAP delivery should not be applicable for Referral Doctor Partner function(new Partner Function"RD").
Regards,
DSK
Edited by: ds kumar on Jan 25, 2010 7:43 AM

Similar Messages

  • Can Receivables Consolidated billing with AR Invoice installments ?

    Hi,
    Can AR invoice installments functionality be used with Consolidated billing to generate the invoices for the customers? If so, how can it be done?
    Apps version 11.5.10.2
    Thanks!

    Hello.
    Tax Code on Invoice:
    Allocate the net portion using the Expense/Revenue accounts specified by the tax code on the invoice. If Tax Source Code is set to None, allocate the gross amount to these accounts. You can only choose this option if the activity type is Adjustment, Earned Dis count, or Unearned Disc ount.
    In the event of an adjustment to an invoice with zero amount revenue distributions, the adjustment activity's GL Account Source must not be set to Revenue on Invoice or Tax code on Invoice.
    Octavio

  • Oracle Apps 11i AR,Consolidated Billing

    Hi All,
    I have a question related to Consolidated Billing in ERP 11.5.9
    For a customers under consolidated Billing how to know if a particular order has been invoiced or not ?
    There would be say 10 orders, invoiced for a customer at once at the end of the month so how to know if a particular order (21113556) has been invoiced or not.
    Below query returns nothing.
    select * from apps.ra_customer_trx_all where interface_header_attribute1='21113556';
    Your help is appreciated.
    Thanks,

    Got it.
    Check the ar lines table specifically , interface_line_attribute1
    select rct.trx_number, interface_line_attribute1,rctl.sales_order_line ,sales_order_source ,interface_header_attribute1 ,rct .trx_date ,rct .* ,rctl .* 
    from apps. ra_customer_trx_all rct,apps.ra_customer_trx_lines_all rctl where rct. CUSTOMER_TRX_ID=rctl.CUSTOMER_TRX_ID
    and interface_line_attribute1 = '21113556' --SC# / SO#
    order by rct. trx_date desc --order by desc to get the latest line at the top for that consolidated invoice

  • Payments for Consolidated billing

    how receipts are applied to the Consolidated billing number?
    Thanks,
    Prudhvi.
    www.erpschools.com

    Hi
    Hope you know the set up for Consolidation Billing. If you enable the Show Billing Number check box in system options form in AR, then while creating Sales Invoices you will find the Transaction number field split into two. One for Consolidated Billing and the other field for Transaction Number.
    When you create a Receipt and apply to an Invoice also, you will find the same two fields for Transaction number. You can choose the Consolidated billing number and the Transaction Number to whcih you want to apply the receipt
    Hope this helps
    Regards
    Sivakumar

  • AR Consolidated Billing Process - Receipt Write Off

    Hi,
    1. How are the begining ane ending balances are calculated in AR_CONS_INV table ?
    2. Are Receipt Write Off transactions included in the Consolidated Billing process? If not what all AR transactions are included in the Consolidated process?
    Thanks!

    Hi,
    You can do it in Receivable Activities. Please read user guide for further info.
    Regards,
    Sridhar

  • Business Catalyst Help | Using consolidated billing to manage client invoices

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner-portal/using-consolidated-billing-client- invoices.html

    A lot of the images are not rendering on this page.
    Tried it in Safari and Chrome on a Mac.

  • Invoice print supression for consolidated billing customers

    Is there a way to tag a customer identified as eligible for consolidated billing to not print invoices other than consolidated bills.
    I would like to identify by customer site rather than by transaction type.

    Hi,
    I am not losing any details or neither losing a location of a particular text but my problem is in PRoduction when i randomly printpreview multiple page invoices for the first time the details are jumbled up,for instance certain fields are outputted correctly like PO number price etc,but certain fields like material,description,quantity are all jumbled up.Parallely when i open a print preview of the same invoice in other screen or i try to take a hard copy the details are all displayed properly.
    This error does not occur subsequently and is very sporadic in nature.Any idea why this error could be occuring? I  have also check with basis regarding different printers he has eliminated this.
    Regards
    Mohammed Roshan

  • A report to see the consolidated invoices

    Hi,
    Are there any standard reports which would display the consolidated invoices for a customer who can carry out consolidated billing?
    Appreciate your help.
    Thank you.

    Hi,
    List of standard report available related to billing/customer balance:-
    VF05 - List Billing Documents .
    VF25 - List of Invoice Lists
    VF04 - Process Billing Due List
    S_ALR_87012197 - List of Customer Line Items
    S_ALR_87012178 - Customer Open Item Analysis by Balance of Overdue Items
    S_ALR_87012168 - Due Date Analysis for Open Items
    S_ALR_87012186 - Customer Sales
    S_ALR_87012172 - Customer Balances in Local Currency
    S_ALR_87012169 - Transaction Figures: Account Balance
    S_ALR_87012171 - Transaction Figures: Sales
    would this help?
    regards
    Vivek.

  • Consolidated Customer Invoice

    Hi Dina,
    My client's requirement is to generate AR invoices such that all projects belonging to one customer be grouped as a single consolidated invoice with lines representing each project and its corresponding amount. We are on 11.5.10.2.
    I have this solution in mind:
    Let's say we have 5 customers and 15 projects shared across them.
    I would run the invoice generation process for all projects and then run 'Interface Invoices to Receivables' to move the invoices to AR Interface tables.
    I would now customize the 'Auto Invoice Import Program' such that it creates only 5 invoices (one for each customer). Each invoice created will have lines such that one line represents the project and its corresponding amount specific to the cusotmer.
    Please advise if this solution would work and also let me know if there will be any implications on the 'Tieback Invoices from Receivables' process.
    Thanks,
    Chandu
    Edited by: user13405365 on Jul 2, 2012 5:02 PM

    Hi
    Your understanding is correct.
    You may want to review the AR user guide for further details. Here is the quated text from the User Guide.
    Imported Billing Number_
    The Imported Billing Number feature provides you with an alternative way to group
    your imported invoices at the site level for consolidated presentation of billing. You
    supply the value for the billing number and then create your own custom consolidated
    bill formats.
    AutoInvoice has been enhanced to accept the billing number when you use this
    alternative method. You can use existing receipt application functionality which allows
    you to match your customer to their payments using this billing number.
    When the Imported Billing Number feature is activated, AutoInvoice validates all of the
    invoices imported under a single bill. For all invoices grouped under one bill,
    AutoInvoice checks each invoice to ensure that:
    • all invoices have the same customer bill-to address. (If any single invoice from the
    group fails the validation, then all of the invoices belonging to this bill will be
    rejected.)
    • the Imported Billing Number is unique for the given operating unit.
    To use the Imported Billing Number feature:
    1. Set up the customer profile to enable Balance Forward Billing. Select Imported as the format.
    Important: The Imported format is available only if you select site as the Bill Level.
    2. Run AutoInvoice to populate the CONS_BILLING_NUMBER column in the RA_INTERFACE_LINES table.
    Note: This lets you group invoices under one bill even if the invoices have different payment terms, receipt methods, payment
    details, PO numbers, or invoicing rules, as long as they are all addressed to the same customer bill-to address.
    3. Generate custom invoices.
    Dina

  • July 2nd Release

    Cristinel Anastasoaie
    July release - New admin user interface updates, additional customer reports and bug fixes
    We are announcing a new Business Catalyst release, scheduled to go live on Monday, July 2nd.
    With this release, we have focused on improving the new user interface and make it ready for prime time, added additional reports and continued updating the new file manager. Additionally, we  started to deliver on a series of fixes and product improvements that have been requested by our partners during the last few months.
    Infrastructure updates
    To ensure the highest security and performance levels for our services, we're applying a software update on all our database servers. For more details about the update, read our Business Catalyst Service Maintenance, June 2012 - Updated blog post.
    Features and enhancements
    New admin interface is now the default interface for new users
    With this release, the new admin user interface will become the default interface for new users and customers, regardless of when the website has been created. To ensure a smooth transition to the new interface, we will continue to allow  customers use the interface of their choice and the system will remember their selection the next time they login to admin.
    Customers and secure zones report
    Secure zones are a great way of creating membership websites which were lacking some basic reporting features that would have enabled customers to view detailed information about their subscribers or send them email campaigns related to their subscription.
    With this release, we are enhancing our reporting system by allowing customers to create and save reports of customers and secure zone subscriptions. This report will automate many of the manual tasks a site owner has to do today to extract actionable reports for customers subscribed to secure zones. Additionally, once such a report is created it can be used in the email marketing system to send email campaigns to these customers.
    For the next release we are looking into exposing the opt-in status so that customers can view their subscribers communication preferences and act based on this information.
    Redirect system domain and URLs to default domain for better SEO performance
    Starting with this release, we are allowing users to redirect system domains and URLs to the default site domain or corresponding URL using 301 redirects. This will help customers achieve better SEO performance and avoid duplicate content penalties from search engines. To enable this redirect, users will have to edit the system domain and check the Redirect to default domain check box.
    With the July release, we are going to enable the same functionality for secure URL as well, with the exception of payment pages and POST requests, which will remain on the secure domain.
    Note: when admin user is logged in admin using the system domain, the system will not redirect front-end pages while session is still active; user must log out of admin for the redirect to work.
    User interface consistency for renamed modules
    The new admin user interface  has been updated to consistently use  new names for these modules:
    Media downloads (former Literature)
    News (former Announcements)
    Events (former Bookings)
    There are still two  areas where the old naming is being used:
    Module & tag names (e.g. { module_announcement }, { tag_announcementurl_value })
    FTP folder names (e.g. /Layouts/Announcement)
    These will take a significant engineering effort to update, as we need to support  existing sites that could be already checked out to local file systems, or replicating existing sites. Together with some of the partners that are using this features intensively, we decided to leave these areas with the old naming for now, and redirect the engineering effort in two larger projects currently under way: handling partner enhancement requests and a better web apps engine.
    Offline payment security improvements
    The security of the current offline payment workflow has been improved in order to meet international security standards for offline payments:
    A new, additional “Offline payment password” must be set, and updated every 90 days
    Pass phrases are now unique to each order. You can no longer use the one pass phrase to access every secure PDF 
    This will help transactions be more secure and protect business owners from potential attacks. Here's a more detailed view of this feature.
    Delete paid and Creative Cloud sites from the Admin Console
    We moved the "Delete Site" functionality to the Admin Console of the website in order to help Creative Cloud users and beginners cancel an existing paid website that they don't need anymore. Here's a snapshot of this new feature.
    Other changes
    Invite Partner user: starting with the release, partners can add other partners as site admins through the Site Details screen in the Partner Portal. This functionality has been moved from the User Management interface and it is enabling partners to collaborate on developing a site without impacting the site admin limit
    File Manager alpha: drag'n'drop can be used to move one file at a time between different folders
    File Manager alpha:  expired sessions will prompt you to re-enter your password and resume your work on already opened files
    Billing Settings admin menu is hidden for all users of trial or Creative Cloud redeemed  sites
    MetaWeblogAPI switch to https - Starting with this release, we will push a security update for the MetaWeblogAPI of Business Catalyst to disallow use of an unsecured connection (http) as that sends login credentials in plain text.
    Updated time zone for CRM entities: we have updated several CRM screens so that they display entities based on site's time zone instead of the Asia Pacific datacenter time. The following lists have been updated: Customers, Orders, Cases, Event Bookings, Opportunities and Modules>Comments
    Updated free trial sign-up: Free trial sign up with an existing Business Catalyst or Adobe ID user now creates an additional trial site and places it under the user's partner portal
    Deprecated functionality
    CRM User Passwords will no longer be exposed through API and custom reports - with this release we are completing our security policy update for CRM passwords and will stop delivering CRM user passwords through API and Custom Reports. For more details about the security update, read our Important Security Policy Updates for CRM Users - Effective February 8th announcement
    Blog trackbacks, not present in new user interface, have been removed from the new sites templates as well. While existing trackbacks will continue to work, we recommend to remove them from your sites due to spam issues, and use instead social modules for significantly more effective content sharing
    Triangle Dreamweaver extension for versions CS3 and CS4 will stop functioning after July 30th. Please use these newer alternatives.
    Separate menu visibility setting has been dropped from the new admin user interface and replaced with a more granular permission system that also control the menu visibility. More details about the new permissions system on our February release notes blog post
    Issues fixed by May release
    Updated caching engine to refresh cache when resizing images under 52 KB
    Added single sign-on between Creative Could and Business Catalyst
    Dreamweaver: the free partner site for standard and premium partners appears in sites listing
    Issue 3085538 - Fixed an issue that caused a blank page to be displayed when  trying to download a literature item that does not have a physical file on the disk
    Issue 3186843 - Fixed an issue that was causing changes to the template to not propagate to the pages
    Issue 3188096 - fixed an incorrect logic in template caching mechanism causing preventing users from seeing the changes in the template
    Issue 3189902 - Updated the system limit recipients list to remove the email only users
    Issue 3192349 - Removed search/new case from old PP support
    Issue 3192268 - Updated the "Syndicate this Blog RSS" option tooltip from the Blog details page to specify that only new blog post will be added to the feed once the setting is activated
    Issue 3201622 - Fixed a Creative Cloud integration problem forcing users to purchase an website when they still had available entitlement sites
    Issue 3199468 - Fixed an issue preventing new business owner users that on sites created by  free partners  to post cases
    Issue 3120761 - Fixed a bug causing 'An error occurred' message to be displayed when trying to add a Hyperlink in a Message from a Case
    Issue 2991429 - Fixed a bug causing deleted field in a Web Form from a Template site  to be carried on a new site when replicating sites from a template site
    Different internationalization small bugs for French and Japanese
    Business Catalyst new admin interface updates
    Removed Advertising Group permission from user roles permission selection screen
    Updated permissions to stop requiring Administer system permission for creating email accounts
    Changed the corresponding permissions for import screens so that users can import entities if they have permissions to edit or delete
    Updated the CRM>Customers>Customer Detail>Subscriptions screen stop displaying an "ERROR: You do not have any catalogs. Please create one." error message when site has no catalogs
    Updated the generate the XML feed screen behavior to display the resulting URL clearly and allow users to copy and paste it
    Updated invite user email content to include links to the site admin so that invited users can use the email to retrieve the admin URL
    Fixed a push site live issue resulting in a crash when used by admin users that were also partners
    Updated the edit web app item screen to have a single default action
    Fixed an issue causing a Java Script error when trying to open link manager from within radTree link picker
    Fixed an issue preventing users from resending the invitation email for an email account right after adding it as admin user
    Fixed an issue causing the "Lost your password" link to open the "Retrieve Password" dialog with in the old interface when used in a  "Sign-In" dialog triggered by 401 exception
    Added e-commerce & website reports in the recent items menu
    Fixed an issue causing the CRM search results to be displayed over the search field
    Fixed an issue preventing users from adding catalogs using the quick actions menu, right after adding another catalog
    Fixed an issue preventing users from adding web apps using the quick actions menu, right after adding another web app
    Fixed an issue preventing users from creating or updating blog posts when the interface language wasn't set to English
    Removed delete action for system and secure domains
    Updated email campaign wizard to open the email preview in the new browser window
    Updated an error message displayed in the domain management user interfaces when trying to add a domain that exists on another site
    Added workflow approval process link in page details
    Removed sales quota from forecast report
    Updated "Add Domain" link behavior in webBasics sites to display the "Push Site Live" button when trying to add a domain on a trial site
    Updated the new File Manager to prevent users from removing the "{tag_pagecontent}" from a template; starting with this release, the system will display an warning and will not save the template
    Fixed a bug preventing the system from saving a web app when users were selecting a template and moved to the next step
    Fixed a a bug causing web app fields to not be saved when creating a new web app
    Fixed an issue causing the left navigation menu to break when switching between the File Manager and the admin dashboard
    Fixed a bug in the client site validation in the "My Details" screen that was generating a Java Script error
    Fixed the scrolling in email marketing reports on the Mac OSX/Safari configuration
    Fixed an issue causing the  link manager to stop working when loaded in a pop-up window
    Fixed an icon rendering issue on the recent items menu
    Fixed several issues generating Java Script errors when managing users and email accounts
    Fixed an issue in the File Manager making the "[See Details]" buttons to open the image manager in the old admin interface
    Fixed an issue on Internet Explorer causing the admin interface to remain in a loading state after downloading the import template
    Fixed an issue causing quick actions menu to stop working when trying to add a page after editing and saving a page
    Fixed an issue making the breadcrumb info to change in the current displayed page after subsequent clicks on a selected web app entry in the menu
    Updated the Websites Report interface to correct a design issue
    Updated the  Customer Reports>New Customer Report>Fields interface behavior to stop forcing users to  select a data field when trying to go back to report type selection step
    Fixed a bug generating a error when trying to insert an image with the Image Manager when editing a page
    Fixed an issue in website reports causing an error when trying to export   as PDF
    Added the "Upgrade" button for sites under consolidated billing
    Updated error messages for TOU management, billing management, sign-in dialogs, API errors
    Fixed an issue causing the system to send the password recovery email when pressing ENTER in the "Edit Admin" user screen
    Fixed a Java Script error preventing users to access the File Manager
    Fixed a rendering issue with the File Manager on Internet Explorer 9
    Updated File Manager to allow customers upload files in site root
    Increased the indentation depth level to enable file list indenting to work for level 4+ folders; we should increase the depth level of indentation
    Fixed several issues causing interface to freeze or crash after moving files or folders
    What's next
    Setting page and template properties from new File Manager (mockups)
    Consistent Save & related action buttons in the new user interface (mockups)
    Redirect secure domain to default domain
    Other smaller improvements including use of absolute links in the email marketing editor, display email address in events subscribers list, random display web app items by category
    For up to date and more detailed information about near term improvements, join us in one of our June Partner Townhall meetings.
    Thank you,
    Cristinel Anastasoaie
    Adobe Business Catalyst Product Manager

    ok mate, first off please, layoff the pissed off giant block of text posting style, it makes it hard to read your post lol.
    second, the flexijack only supports line in, microphone in and optical out on this card thats why the option was greyed out/ removed
    its not needed with this card.
    and, just to make sure, you are pluging your mic into the white jack with red light coming out right?
    after that, you are selecting microphone as your audio input on the recording settings of windows volume control right?

  • R182 System Update - scheduled to go live December 4th, 2012

    We are announcing a new Business Catalyst release, scheduled to go live on Tuesday, December 4th, between 1AM - 6AM PST.
    Please see the blog post for an overview of all major changes.
    Minor enhancements
    Programmatically creating thumbnails from full size images now accepts a single dimension (width or height) and it always does proportional resize based on the dimension provided. (docs to be updated soon)
    Bounce management updates - with this release, we are going to automatically unsubscribe and opt-out customers whose email addresses have hard bounced. Additionally, we have renamed the Invalid Email Addresses report into Hard Bounces and merged it with the Bounce report.
    Import progress indicator - the import has been updated so that it now shows the import progress
    Partner Portal updates: invoice list and comissions are now ordered descendent by date; additionally, the Billing tab now shows the Site ID next to each customer name
    All charts are now rendered using a different library, leading to slightly different looks. There are no changes in chart data or functionality.
    Issues fixed
    Bug #
    Description
    2873659
    Change customer's Secure Zone Subscriptions    date interval from 1920-2020 to 2000-2100
    3078126
    {module_title} displays the title ID instead of the customer's title e.g.    Mr, Mrs, etc
    Note: this bug fix was reverted, and addressed in a future release
    3156116
    when using the import loyalty campaign template the customer anniversary    dates are pre-filled with 1-1-9999 date instead of empty
    3176084
    Total order amount wrong calculation for Netherlands, Espanol and Deutsch
    3282902
    Wholesaler price with volume discount: The quantity threshold value will    be updated with '.00' decimals after the first save and after a second save,    an error will be triggered
    3323767
    Company name is not displayed when a customer has more than one    relationship to a company, and one of the relationships has been deleted
    3330266
    Using a discount code for free shipping with a minimum total condition    ignores it and recomputes the total based on item prices only
    3338670
    The home address fields  associated    to a customer are lost when clicking Enter in the CRM contact detail panel
    3341625
    If you are using custom templates to render a product the default    "list" template will appear after pressing the Add to cart button
    3348888
    CRM entries are created when comments are set to "Must be logged    in" in order to post, and one comments as Anonymous
    3348939
    When creating a campaign where the list of customers is over 2000, at the    last step "Preview and Send", the number of recipients remains on    "Calculating..."
    3349824
    BR tags are commented from menu items tooltip on Save
    3350859
    Sites with old no longer offered site plans cannot access FTP
    3352094
    Wholesale price always saved as zero
    3355847
    Viewing/editing a campaign, contentHolder or template file through the    File Manager logs the siteID as if it's the userID in the audit log
    3353726
    Large literature items over 10 Mb cannot be uploaded. It should work for    files up to 100mb
    3354064
    Cannot forward a non-WWW domain to a domain using the DNS tool once the    domain is already added in the admin panel
    3354541
    Backup layout is not displayed when the web app items are inserted    through the new toolbox
    3359256
    Disabled sites are not enabled if upgraded via Consolidated Billing    invoice on account
    3359585
    Cannot re-add a non-WWW domain if the DNS zone is created and you have    removed it from your site
    3362275
    Product template restored to default when using product grouping    functionality in site frontend e.g. module_product,CatID,ProdID    template="" - functionality broken
    3362972
    Cannot create subdomains with more than one level after the first domain.
    2599509
    {tag_capacitydescription} rendering "Full" even though there is    1 seat available in the booking
    2638884
    Secure zone 'Frequency of Membership Renewal' option failing when    selecting 'once' with non recurring Payment gateway
    2732950
    Change the Norwegian word “laurdag” into “lørdag”
    2814482
    Sorting literature items doesn't work properly in Admin when filtering by    one letter
    3000564
    Unclassified web app items are imported as classified with previous item    classification
    3090411
    Campaigns are sent even though the site has been marked as deleted
    3110319
    Pressing the Back button to return to the checkout form will load the    default engilsh version of the checkout form
    3189476
    Campaign emails do not respect the standard for the Message-Id field
    2567870
    Moving dynamic menu items using the ‘right click > Move up/down’    seems to intermittently skip a few places
    2758568
    The tax is not recorded against the order if the initial payment fails    and the second payment is successful
    2832245
    Exporting to PDF bounced reports for email campaign throws system error
    2842411
    The webapp import hangs when having a large amount of custom fields
    2841512
    [Reports] If you create a Customer and Order and use both "Product    Purchased with Details" and "Products Purchased" options you    will get the "An error occurred" message
    2952394
    Checkout form on the Cadac template is unusable
    3225813
    Newly created sites from templates, scratch or replicated sites shouldn't    have a sitemap.xml file, even if the original site has it
    3301285
    SEO friendly URL column when importing a catalog is marked in admin panel    as optional, but this information is mandatory
    3311966
    Static file cache invalidation fails occasionally, causing old file    version to be served even though it has been modified

    Thanks for this Jackson.  Looks like my client was hit by [2758568].   Please could you clarify if "Issues fixed" mean the fix is currenly live on the system or if it will be fixed on the 4 December roll out. 

  • Is there a way for EDI 820 (remittance advice) to identify proforma invoice

    Hi,
      We have certain customers who pay by proforma invoices. These customers send remittances through EDI 820 which we create as payment advice in SAP. When the cash comes in, the payment advice is not being applied since the document number has the proforma invoice and in FI, the proforma invoice is not stored anywhere.
       Proforma invoice in our case is a consolidated billing document that is not passed onto FI. Any thoughts to have the payment advice apply when the cash comes in even though the customer pays by proforma?

    Hi,
      We have certain customers who pay by proforma invoices. These customers send remittances through EDI 820 which we create as payment advice in SAP. When the cash comes in, the payment advice is not being applied since the document number has the proforma invoice and in FI, the proforma invoice is not stored anywhere.
       Proforma invoice in our case is a consolidated billing document that is not passed onto FI. Any thoughts to have the payment advice apply when the cash comes in even though the customer pays by proforma?

  • R184 System Update - Scheduled to go live March 26th, 2013

    We are announcing a new Business Catalyst release, scheduled to go live on Tuesday, March 26th, between 1AM - 6AM PST.
    Please refer to our blog post for an overview of all major changes.
    Minor enhancements and cosmetic improvements
    When disabling the web app item detail page a web app, the system will now hide the web app item URL, web app item preview, web app detail templates
    Fixed some Internet Explorer 10 issues, impacting the WYSIWYG editor and the lists from the admin  interface
    Email campaigns wizard will now display the time zone to offer a better indication on when the campaign is scheduled to be sent
    Page redirect protection will be enabled for all sites; if  you plan to redirect users to external sites using PageID parameter, than you should whitelist the URL through the Secure Domain Redirect interface
    New InContext editing  interface
    We're working on a new and improved replacement for our  existing InContext Editing feature (ie. "Edit" mode), and are opening  it up for public beta testing on your sites.
    The new editing experience no longer relies on Flash/Flex  and is written purely in HTML5/JavaScript. You can enable the new editing  experience under Site Settings > Beta Features.
    Issues fixed by May release
    Issue #
    Description
    2792792
    Products export will now save CSV files to allow HTML content being correctly read by Excel when opening the export file on Mac computers
    2876636
    Customers can now create Customer Reports on CRM Forms that include a + sign in the list of available values
    2892073
    Updated "Visits by source" report to exclude the site domain
    2978194
    Updated the ADORA template to remove an absolute link from the registration page
    3078126
    Updated {module_title} to add the "output" parameter which control what information will the module display: ID or Value;Available options for the parameters are: id and value; default value is id for backwards compatibility;
    3318286
    Fixed an issue in the Payment Gateway user interface that was blocking users from deselecting an Offline Payment method and use PayPal standard   instead
    3329461
    Updated {module_productresults} to add the "Hide Secure Items" parameter that will allow users to hide products in secured catalogs. The parameter supports two values True and False; By default the module is set to false so that it preserves backwards compatibility.
    3329489
    Fixed an issue causing blog comment notifications to be sent to the wrong role
    3055119
    Fixed an issue causing the webapp role responsible to receive the comment notifications instead of   the comment role selected
    3334627
    We've made the /ModulesTemplates folder available in webBasics and webBasics+ plan types so that partner can update the social media module layouts
    3349030
    Fixed an issue causing the Close button from CRM > Type Manager panel to not work on Internet Explorer 9
    3316248
    Fixed an issue that was causing invoice to be printed as a screenshot on Internet Explorer 9
    3347303
    Updated currency for South Georgia & South Sandwich Islands
    3352869
    Fixed an issue causing the delivery date to be moved to the next day when editing an email campaign
    3359498
    Removed references to Business Catalyst from the Java_DynMenusSelectedCSS.js script file for better white label support
    3489941
    Removed site plan and details link for webBasics and webBasics+ sites that are under consolidated billing
    3506753
    Getting started videos have been removed from Partner Portal
    3513631
    Fixed a bug in the new email editor that was removing spaces between words when creating links
    3491721
    Updated the Image Picker in the new email campaign editor to display image preview for images that contain spaces in their names
    3514304
    Fixed an issue that was blocking users from replicating a site for with product variations enabled
    2591940
    Improved performance on the old file manager so that it will compute and display  dimensions for a larger number of images.
    2736799
    Fixed a bug that caused incorrect add to cart link to be generated by {tag_relatedproducts}
    3101268
    Updated the Tribecca template to make the My Cart link relative instead of absolute
    3045069
    Removed "Show more feeds" link from Weekly reports emails
    3044175
    Updated {module_pageaddress} so that it outputs the SEO friendly URL
    3367788
    Fixed an issue causing secure zone subscriptions to expire 1 day too early under certain cases
    3488788
    Fixed an issue causing secure pages to be listed multiple times in Pages list user interface
    3487829
    Fixed an issue that was generating an error in the Overall Summary chart for loyalty  email campaigns
    3363891
    Fixed an issue that was causing the web app name to not be displayed in the Site Manager > Secure Zones > Secure Content when securing web app items
    3489830
    Updated SEO migration tool so that it will also migrate pages that only have SEO description defined
    3502202
    Updated database index to fix an incorrect attribute options ordering when outputted by  {tag_attributes}
    3107736
    Updated email campaigns to prevent emails from being sent twice to the same email address, when the address was used simultaneously by a contact and a company
    3433145
    SEO - updated the web apps rendering so that it will display the web app item title, if defined in the page or detailed layout instead of the web app name
    2968068
    Fixed an issue on CRM > Orders interface that was causing the Print button to not be displayed right after creating a new order from admin
    3475527
    Updated the online editor to also display styles defined using IDs in the Apply CSS drop-down
    Note: This bug fix was reverted
    3487847
    Fixed an issue preventing the WYSIWYG editor from inheriting CSS styles from templates
    3434250
    Fixed an issue where affilitate commisions were not recorded properly when using PayPal Standard as payment gateway
    Message was edited by: Florin Carlig on April 29th, 2013

    Hi Jack,
    Let me help explain what tags we have presently that provides details about webapp A and B.  It seems you might be slightly confused on the purpose of some of these tags and what they intend to output.
    Here's a screen cast of an example located on my test site: http://test0101.testsuite.biz/test/test1
    This is pretty much how it'll work based on the tags that we have available at this stage.  If you are looking to set something up a bit differently let us know so we can possibly help you further. 
    In the meanwhile, many of these tags where just recently introduced in our March release.  More details under "web app improvements".
    - http://www.businesscatalyst.com/_blog/BC_Blog/post/Announcing_our_March_2013_system_update /
    Let me know if you have any further questions or concerns. 
    Thanks,
    -Sidney

  • Client Payment Overdue: Take Site Down?

    Greetings,
    I have consolidated billing turned on. One of my clients is overdue on his annual BC payment. Unfortunately, this was automatically charged to me.  Since he is taking his sweet time paying up, I need to put the squeeze on.  What is the best way to pull his site offline until he pays? Qualifier: he has control of the URL externally, I can't change that so I need a solution which doesn't involve me pointing his URL.
    Thanks for any tips!
    Brian

    Hi there,
    There was a discussion about this issue in this thread http://forums.adobe.com/message/4468772. There are some suggestions from other partners facing the same problem.
    Cheers,
    -mario

  • Oracle Payables - Proxima Payments Terms

    Hi
    Could anybody please explain me the relevance of Proxima Payment Terms and where is it used ?
    Regards
    Siva

    Hi
    Proxima Payment terms are used for Consolidated Billing in Oracle Receivables to determine the Payment due date when you create consolidated Invoice for the deliveries made in different dates
    Refer Metalink note #374260.1
    hope this helps
    Regards
    Sivakumar

Maybe you are looking for

  • Ipad continues to use my old Apple ID and password.  I can't remember the password. I have created a new Apple ID but icloud is still locked up with the old one. Help.

    Last week I changed my Apple ID.  I was having some problems with getting "incorrect ID or password" message.  sometimes it would accept my info and sometimes it wouldn't.  I got tired with messing with it and decided to just create a new Apple ID an

  • Error in loading package in the application

    Hi all, We are getting an error in loading packages in our application.We are using oc4j. The following is the error message we got. Not Found The requested URL /credit/pls/cnhcalms/add_new_customer.handleAction was not found on this server. Thanks i

  • Pack Handling Units on Shipment

    Hi Experts, We have a requirement to Pack the Bundles (SUB - HU's) onto TRUCKs (HU's) in Shipment. I have been trying various FM's and also gone through the links with little success. In one of the links, friend Christopher has suggested to use 3 FMs

  • Getting to LOM ?

    Hi, I am trying to access a T2000 via a serial port. There is no monitor, keyboard etc. As far as I know, Solaris has been removed from the box. When the machine starts up I get the following output. It asks for a username and password. I don't know

  • Renewed Cert on ASA, Upgraded from AnyConnect 2.5 to 3.1

    We had been running AnyConnect 2.5 against our ASA and the Cert on our ASA Expired. the 2.5 Client  (and all of the iPad Clients) had a way of saying, its cool, connect anyway if the Cert is not valid. I finially got around to renewing the cert on th