Hi
I want to give dropdown parameter
Original
Duplicate
Triplicate
I want if user selects Original,Triplicate then 2 invoices will Original & Duplicate should get printed
Thanks
Hi
I want to give dropdown parameter
Original
Duplicate
Triplicate
I want if user selects Original,Triplicate then 2 invoices will Original & Duplicate should get printed
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ramco RamcoPosted Aug 20, 2023, 5:26 AM
Hi Mohanty
Can u pls provide some sample code
Thanks
Tasadduq BurneyPosted Aug 19, 2023, 6:23 PM
Here's an example of how you might implement the dropdown parameter and logic using HTML and C
Tasadduq BurneyPosted Aug 17, 2023, 8:02 AM
To achieve this, you would typically need to use some programming or scripting language to handle the logic. Here's a basic example using JavaScript for a web-based interface:
Amit MohantyPosted Aug 17, 2023, 6:51 AM
Hey Ramco, you have to call your PrintInvoice function (If you don't have then create a PrintInvoice function which will print your invoice.) two times when the user select "Original" and "Triplicate" with labeled as "Original" and "Duplicate".
Ramco RamcoPosted Aug 17, 2023, 6:32 AM
Hi
How it will generate 2 copies. Original & Duplicate
Thanks
Saravanan GanesanPosted Aug 16, 2023, 5:27 PM
You can create a dropdown parameter with options: "Original," "Duplicate," and "Triplicate." If a user selects "Original" and "Triplicate," you can programmatically generate and print two invoices, one labeled as "Original" and the other as "Duplicate." This selection will generate the desired outcome of having both an "Original" and a "Duplicate" invoice printed. This approach ensures that the user's selections are used to trigger the appropriate invoice generation and printing, streamlining the process and ensuring accurate documentation.