Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/POP10360
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: Purchasing Tax Group Display Name: Purchasing Transactions
Physical Name: POP10360
Technical Name: POP_Tax
Group Technical Name: Purchasing Transactions
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | POPRCTNM | POP Receipt Number | String | STR17_POP_Number | 17 | |
2 | RCPTLNNM | Receipt Line Number | Long Integer | LI_Sequence_Number | 10 | |
3 | TAXDTLID | Tax Detail ID | String | STR15_Tax_Detail_ID | 15 | |
Key to the Sales/Purchases Tax Master (TX00201).
Click to show/hideSELECT
['Purchasing Tax'].TAXDTLID AS 'Purchasing Tax-Tax Detail ID'
,['Sales/Purchases Tax Master'].TAXDTLID AS 'Sales/Purchases Tax Master-Tax Detail ID'
FROM
POP10360 AS ['Purchasing Tax']
INNER JOIN
TX00201 AS ['Sales/Purchases Tax Master']
ON
['Purchasing Tax'].TAXDTLID = ['Sales/Purchases Tax Master'].TAXDTLID | ||||||
4 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Purchasing Tax'].ACTINDX AS 'Purchasing Tax-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
POP10360 AS ['Purchasing Tax']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Purchasing Tax'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
5 | BKOUTTAX | Backout Tax | Boolean | YN | 0 | |
6 | TAXAMNT | Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
7 | ORTAXAMT | Originating Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
8 | TAXPURCH | Taxable Purchases | Currency | DLR19_RBS0_UTR$ | 19 | |
9 | ORGTXPCH | Originating Taxable Purchases | Currency | DLR19_RBS0_UTR$ | 19 | |
10 | TOTPURCH | Total Purchases | Currency | DLR19_RBS0_UTR$ | 19 | |
11 | ORTOTPUR | Originating Total Purchases | Currency | DLR19_RBSO_UTR$ | 19 | |
12 | FRTTXAMT | Freight Tax Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
13 | ORFRTTAX | Originating Freight Tax Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
14 | MSCTXAMT | Misc Tax Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
15 | ORMSCTAX | Originating Misc Tax Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
16 | TXDTOTTX | Tax Detail Total Tax Potential | Currency | DLR17_RBS0_UTR$ | 17 | |
17 | OTTAXPON | Originating Total Tax Potential | Currency | DLR17_RBS0_UTR$ | 17 | |
18 | TRXSORCE | TRX Source | String | STR13 | 13 | |
19 | POP_Tax_Note_ID_Array | POP Tax Note ID Array | DLR14 | Currency | 14 | |
20 | POP_Tax_Note_ID_Array_1 | POP Tax Note ID Array[1] | Currency | DLR14 | 14 | |
21 | POP_Tax_Note_ID_Array_2 | POP Tax Note ID Array[2] | Currency | DLR14 | 14 | |
22 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Purchasing Tax'].CURRNIDX AS 'Purchasing Tax-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
POP10360 AS ['Purchasing Tax']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Purchasing Tax'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
23 | DELETE1 | Delete | Boolean | YN | 0 |