invoice dummy gst removed
This commit is contained in:
parent
975f266640
commit
4052f3fe1f
@ -392,7 +392,7 @@ export class PWCIntegrationService {
|
||||
|
||||
const payload = [
|
||||
{
|
||||
User_GSTIN: '27AAAPI3182M002', // Portal User ID (Dealer's own GST)
|
||||
User_GSTIN: dealerGst, // Portal User ID (Dealer's own GST)
|
||||
Version: "1.01",
|
||||
IRN: "",
|
||||
SourceSystem: "RE_WORKFLOW",
|
||||
@ -422,13 +422,13 @@ export class PWCIntegrationService {
|
||||
Dt: new Date().toLocaleDateString('en-GB') // DD/MM/YYYY
|
||||
},
|
||||
SellerDtls: {
|
||||
Gstin: '27AAAPI3182M002', // Actual dealer GST from local table
|
||||
Gstin: dealerGst, // Actual dealer GST from local table
|
||||
LglNm: dealer?.dealerName || 'Dealer',
|
||||
TrdNm: dealer?.dealerName || 'Dealer',
|
||||
Addr1: dealer?.city || "Address Line 1",
|
||||
Loc: dealer?.city || "Location",
|
||||
Pin: 400001,
|
||||
Stcd: '27',
|
||||
Pin: Number(dealer?.pincode || 600001),
|
||||
Stcd: dealerStateCode,
|
||||
Ph: dealer?.phone || "9998887776",
|
||||
Em: dealer?.email || "Supplier@inv.com"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user