Sales Invoice

sapan24sapan24 Member Posts: 29
edited 2012-11-30 in NAV Three Tier
Hi,

One of our client has a requirement that when they print or preview the sales invoice they want to have an option to select which bank they want the amount to be remitted to. So then depending on the selection the report footer should show the details of the bank selected. Please help

Thanks

Regards,
Sapan

Comments

  • ChinmoyChinmoy Member Posts: 359
    Sapan,

    You have to customize this calling an intermediate form and getting the selection of Bank from the user. There is no option in base NAV for such a functionality.

    Chn
  • vijay_gvijay_g Member Posts: 884
    You can also put the selection on the request page of the report.
  • ChinmoyChinmoy Member Posts: 359
    I suggested an intermediate form, because it looks like that the input given by the user needs to be saved somewhere with the sales invoice.
  • clauslclausl Member Posts: 455
    I would add an option on the Request Page or use the visibility toogle so the end user dynamically can change this in the report.

    /Claus Lundstrøm
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
  • abhi1901abhi1901 Member Posts: 102
    sapan24 wrote:
    Hi,

    One of our client has a requirement that when they print or preview the sales invoice they want to have an option to select which bank they want the amount to be remitted to. So then depending on the selection the report footer should show the details of the bank selected. Please help

    Thanks

    Regards,
    Sapan


    Be clear that do you want to save this bank detail or the user will always select the bank every time before preview the report.
    In that case, he can select different bank for a single document. For this just provide a field in request form and set relation to bank account table.

    Or if you want that same bank account should be print every time for the same invoice no then give him a selection at Posted invoice form. This will be more correct way to do this.
Sign In or Register to comment.