Thanks u so much sir for uploading this video.
My queries in this module get solved and i successfully completed this module.
And also thanks for telling us how to give the name to a file properly so that we can identify it easily.
[Field: VchSpecialDiscAmt]
Use: Amount Field
Set as: ($VchSpecialDiscRate)*($BilledQty)
Storage: VCHSpecialDiscAmt
Width: 15
Align: Center
Format: “NoZero”
Skip: No
;;Finally the invoice value will change with the below code;;(+
[#Field: VCH InvoiceVal]
Skip on: @@IsSales
Set as: ($BilledQty*$Rate)-($VCHDiscFirstAmt+$VCHAddlDiscAmt+$VCHSpecialDiscAmt)
Skip: No
Style: Normal
Read Only: No
Set Always: Yes
Background: Yellow
This part of the TDL not working. In the 3rd discount i have put at discount in Rs. per qty. However however much I tried, it is not calculating.please see and help.
yes
It can work for amount also but it was not the part of the chapter.
You can cretae an a number type field and then use a function $$number or $$amount to convert it and then calculate it. It will work.
Solutions of such issues you have to found on your own. only then you can learn it Becuase in coding no one can get a ready solutions for everything.
If you try and struggle you can make it work for amount also. Max I can give hints how to do it.
Thanks u so much sir for uploading this video.
My queries in this module get solved and i successfully completed this module.
And also thanks for telling us how to give the name to a file properly so that we can identify it easily.
I had Completed Discount Project
Screen short Uploaded in drop box
No issues working perfectly
Very helpful 🙂
Thanks Sir, Discount Module working perfectly
Glad to know. and I am happy that you are able to solve the issues on your own.
[Field: VchSpecialDiscAmt]
Use: Amount Field
Set as: ($VchSpecialDiscRate)*($BilledQty)
Storage: VCHSpecialDiscAmt
Width: 15
Align: Center
Format: “NoZero”
Skip: No
;;Finally the invoice value will change with the below code;;(+
[#Field: VCH InvoiceVal]
Skip on: @@IsSales
Set as: ($BilledQty*$Rate)-($VCHDiscFirstAmt+$VCHAddlDiscAmt+$VCHSpecialDiscAmt)
Skip: No
Style: Normal
Read Only: No
Set Always: Yes
Background: Yellow
This part of the TDL not working. In the 3rd discount i have put at discount in Rs. per qty. However however much I tried, it is not calculating.please see and help.
Discount in Rupee willl not work. It will need a totaly different codes
So, it can only work in percentage?
yes
It can work for amount also but it was not the part of the chapter.
You can cretae an a number type field and then use a function $$number or $$amount to convert it and then calculate it. It will work.
Solutions of such issues you have to found on your own. only then you can learn it Becuase in coding no one can get a ready solutions for everything.
If you try and struggle you can make it work for amount also. Max I can give hints how to do it.
Ok, thank you.