0% found this document useful (0 votes)
20K views2 pages

GST & HSN Display in Sales/Purchase

This document describes modifications to add fields to display GST percentage and HSN code on sales and purchase entry screens. Fields are added to display GST% and HSN code after the item name. The fields are populated from the item master and GST details table. Additional fields are formatted and configured for alignment and borders.

Uploaded by

razvi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20K views2 pages

GST & HSN Display in Sales/Purchase

This document describes modifications to add fields to display GST percentage and HSN code on sales and purchase entry screens. Fields are added to display GST% and HSN code after the item name. The fields are populated from the item master and GST details table. Additional fields are formatted and configured for alignment and borders.

Uploaded by

razvi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

;Objective

;Watch GST (%) with Item name on Sales & Purchase entry Screen
;Author:GYAN AMRIT
;******************************************************************
[System:UDF]
dpk:String:2017

[#Line: EI ColumnOne]
Add:Field:After:VCH ItemTitle:vchdrateA

[Field:vchdrateA]
Width : 5
SubTitle : Yes
Setas : $$LocaleString:"GST (%)"
Style : Small Bold
Align : Center
Border : Double Sub Column Titles : If @@IsJobOrdersOn OR
@@IsExciseSupplementaryInv Then No Else $DiffActualQty AND NOT $
$IsPhysStock:##SVVoucherType AND NOT $$IsStockJrnl:##SVVoucherType
Skip : Yes
Fixed : Yes

[#Field: VCH ItemTitle]


Width : 36

[#Part: EI InvInfo]

Lines : EI InvDetails, EI InvSubTotal


Repeat : EI InvDetails : Inventory Entries
BreakOn : $$IsEnd:$StockItemName
Total : VCH Value

[#Line: EI InvInfo]
Add:Field:After:VCH StockItem:VCH Stockrate
Local : Field : Stockrate : Width : 10

[Field:VCH Stockrate]
Use:short prompt
Set as:$(Stockitem,$stockitem).GSTIGSTRate
Alignment:Center

[#Field: GSTTaxHistoryHSN]
Use : Name Field
Storage : GST (%)
Storage : dpk
Width : 10
Border : Thin Right
Inactive: $$IsEmpty:$ApplicableFrom
Skip : $$IsSysNameEqual:Undefined:#GSTTaxHistoryTypeofSupply

Border : Thin Right


Inactive: $$IsEmpty:$ApplicableFrom
Skip : $$IsSysNameEqual:Undefined:#GSTTaxHistoryTypeofSupply

;Objective
;Watch HSN code with Item name on Sales & Purchase entry Screen
;Author:GYAN AMRIT
;******************************************************************
[System:UDF]
dpk:String:2017

[#Line: EI ColumnOne]
Add:Field:After:VCH ItemTitle:VchdhsnA

[Field:vchdhsnA]
Width : 5
SubTitle : Yes
Setas : $$LocaleString:"HSN/SAC"
Style : Small Bold
Align : Center
Border : Double Sub Column Titles : If @@IsJobOrdersOn OR
@@IsExciseSupplementaryInv Then No Else $DiffActualQty AND NOT $
$IsPhysStock:##SVVoucherType AND NOT $$IsStockJrnl:##SVVoucherType
Skip : Yes
Fixed : Yes

[#Field: VCH ItemTitle]


Width : 36

[#Part: EI InvInfo]

Lines : EI InvDetails, EI InvSubTotal


Repeat : EI InvDetails : Inventory Entries
BreakOn : $$IsEnd:$StockItemName
Total : VCH Value

[#Line: EI InvInfo]
Add:Field:After:VCH StockItem:VCH Stockhsn
Local : Field : Stockhsn : Width : 10

[Field:VCH Stockhsn]
Use:short prompt
Set as:$(Stockitem,$stockitem).GstDetails[Last].hsncode
Alignment:Right

[#Field: GSTTaxHistoryHSN]
Use : Name Field
Storage : HSNCode
Storage : dpk
Width : 10
Border : Thin Right
Inactive: $$IsEmpty:$ApplicableFrom
Skip : $$IsSysNameEqual:Undefined:#GSTTaxHistoryTypeofSupply

Border : Thin Right


Inactive: $$IsEmpty:$ApplicableFrom
Skip : $$IsSysNameEqual:Undefined:#GSTTaxHistoryTypeofSupply

You might also like