Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PM80700
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: PM Reprint Tax Group Display Name: Payables Reprint Journals Logical File
Physical Name: PM80700
Technical Name: PM_Reprint_Tax
Group Technical Name: PM_Reprint_Journals_Logical_File
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | VENDORID | Vendor ID | String | STR_15_Vendor_ID | 15 | |
Key to the PM Vendor Master File (PM00200).
Click to show/hideSELECT
['PM Reprint Tax'].VENDORID AS 'PM Reprint Tax-Vendor ID'
,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
PM80700 AS ['PM Reprint Tax']
INNER JOIN
PM00200 AS ['PM Vendor Master File']
ON
['PM Reprint Tax'].VENDORID = ['PM Vendor Master File'].VENDORID | ||||||
2 | VCHRNMBR | Voucher Number | String | STR20_LBAU | 20 | |
Partial key to the PM Key Master File (PM00400).
Click to show/hideSELECT
['PM Reprint Tax'].VCHRNMBR AS 'PM Reprint Tax-Voucher Number'
,['PM Key Master File'].CNTRLNUM AS 'PM Key Master File-Control Number'
FROM
PM80700 AS ['PM Reprint Tax']
INNER JOIN
PM00400 AS ['PM Key Master File']
ON
['PM Reprint Tax'].VCHRNMBR = ['PM Key Master File'].CNTRLNUM
AND
['PM Reprint Tax'].DOCTYPE = ['PM Key Master File'].DOCTYPE | ||||||
3 | BACHNUMB | Batch Number | String | STR15_LBAU | 15 | |
4 | TAXDTLID | Tax Detail ID | String | STR15_Tax_Detail_ID | 15 | |
Key to the Sales/Purchases Tax Master (TX00201).
Click to show/hideSELECT
['PM Reprint Tax'].TAXDTLID AS 'PM Reprint Tax-Tax Detail ID'
,['Sales/Purchases Tax Master'].TAXDTLID AS 'Sales/Purchases Tax Master-Tax Detail ID'
FROM
PM80700 AS ['PM Reprint Tax']
INNER JOIN
TX00201 AS ['Sales/Purchases Tax Master']
ON
['PM Reprint Tax'].TAXDTLID = ['Sales/Purchases Tax Master'].TAXDTLID | ||||||
5 | TAXAMNT | Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
6 | ORTAXAMT | Originating Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
7 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['PM Reprint Tax'].ACTINDX AS 'PM Reprint Tax-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
PM80700 AS ['PM Reprint Tax']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['PM Reprint Tax'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
8 | TRXSORCE | TRX Source | String | STR13 | 13 | |
9 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['PM Reprint Tax'].CURNCYID AS 'PM Reprint Tax-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
PM80700 AS ['PM Reprint Tax']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['PM Reprint Tax'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
10 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['PM Reprint Tax'].CURRNIDX AS 'PM Reprint Tax-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
PM80700 AS ['PM Reprint Tax']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['PM Reprint Tax'].CURRNIDX = ['Currency Setup'].CURRNIDX |