Install Crystal Reports on your PC, When Prompted to enter serial no., refer to Serial.txt file in the same folder
it will look something like this
click Database Menu
Click on "Add Database to Report"
You will be prompted to Select a Database
Click Browse to select the database
You can See Companies12.mdb and a "dao" appear in the list
now Click on "Add"
Click "SQL"
Write
Select * From Printing1
in the box given here
then click ok
Say "YES" to this warning
Notice a Tick mark on dao
Click on Close to Close this box
In Visual Linking Expert,
Click on Clear Links to delete the automatic linking between these tables.
a confirmation message will appear click on "Yes" to clear the link
This step is very crucial and needs to be done carefully in order to avoid any data mismatch or values mismatch in report printing. so be 100% sure in this step
You can simply drag and drop dao_1 fields on your report as we do with dao fields already.
T1 = Party's GST No.
T2 = Party's Adhar Card No.
T3 = Party's State Code
T4 = GetAccountField(GetID(cboPartyName), "ON1")
T5 = HSNCode
T6 = SGST%
T7 = SGST Amt.
T8 = CGST %
T9 = CGST Amt.
T10 = IGST %
T11 = IGST Amt
T12 = Tax Category (Goods / Service)
T13 = Additional Tax %
T14 = Additional Tax On
T15 = Additional Tax % (Divided by GST%)
T16 = Additional Tax Amount
M9 = Amount of GST in Words
T17 = Total Taxable Amount
T18 = Total Additional Tax Amt
T19 = Total GST Amount
N2 = SGST%
N3 = SGST Amt.
N4 = CGST %
N5 = CGST Amt.
N6 = IGST %
N7 = IGST Amt
N8 = Tax Category (Goods / Service)
N9 = Additional Tax %
N10 = Additional Tax On
N11 = Additional Tax Amount