Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/POP10600
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: Purchasing Shipment Invoice Apply Group Display Name: Purchasing Transactions
Physical Name: POP10600
Technical Name: POP_ShipIvcApply
Group Technical Name: Purchasing Transactions
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | POPIVCNO | POP Invoice Number | String | STR17_POP_Number | 17 | |
2 | IVCLINNO | Invoice Line Number | Long Integer | LI_Sequence_Number | 10 | |
3 | POPRCTNM | POP Receipt Number | String | STR17_POP_Number | 17 | |
4 | RCPTLNNM | Receipt Line Number | Long Integer | LI_Sequence_Number | 10 | |
5 | LCLINENUMBER | LC Line Number | Long Integer | LI_Sequence_Number | 10 | |
6 | Status | Status | Integer | INT | 0 | |
7 | QTYINVCD | QTY Invoiced | Currency | DLR17_QTY_RBS0_UTR | 17 | |
8 | QTYINVRESERVE | QTY Invoice Reserve | Currency | DLR17_QTY_RBS0_UTR | 17 | |
9 | ORUNTCST | Originating Unit Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
10 | RCPTCOST | Receipt Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
11 | ORCPTCOST | Originating Receipt Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
12 | ACPURTOT | Accrued Purchases Total | Currency | DLR19_RBS0_STR$ | 19 | |
13 | UPPVTOTL | Unrealized Purchase Price Variance Total | Currency | DLR19_RBS0_STR$ | 19 | |
14 | PURPVIDX | Purchase Price Variance Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Purchasing Shipment Invoice Apply'].PURPVIDX AS 'Purchasing Shipment Invoice Apply-Purchase Price Variance Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
POP10600 AS ['Purchasing Shipment Invoice Apply']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Purchasing Shipment Invoice Apply'].PURPVIDX = ['Account Index Master'].ACTINDX | ||||||
15 | PCHRPTCT | Purchase Receipt Cost | Currency | DLR17_RBSO_UTR$ | 17 | |
16 | SPRCPTCT | Split Receipt Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
17 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Purchasing Shipment Invoice Apply'].CURNCYID AS 'Purchasing Shipment Invoice Apply-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
POP10600 AS ['Purchasing Shipment Invoice Apply']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Purchasing Shipment Invoice Apply'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
18 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Purchasing Shipment Invoice Apply'].CURRNIDX AS 'Purchasing Shipment Invoice Apply-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
POP10600 AS ['Purchasing Shipment Invoice Apply']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Purchasing Shipment Invoice Apply'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
19 | XCHGRATE | Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
20 | RATECALC | Rate Calc Method | Integer | INT | 0 | |
Rate Calc Method of the transaction. For non multi-currency transactions, this field will be blank.
Click to show/hide Rate Calc Methods0 Multiply
1 Divide | ||||||
21 | DENXRATE | Denomination Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
22 | Revalue_Inventory | Revalue Inventory | Boolean | CB_Revalue_Inventory | 0 | |
23 | PPVTotal | Purchase Price Variance Total | Currency | DLR17_RBS0_STR$ | 17 | |
24 | INVINDX | Inventory Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Purchasing Shipment Invoice Apply'].INVINDX AS 'Purchasing Shipment Invoice Apply-Inventory Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
POP10600 AS ['Purchasing Shipment Invoice Apply']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Purchasing Shipment Invoice Apply'].INVINDX = ['Account Index Master'].ACTINDX | ||||||
25 | BCKTXAMT | Backout Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
26 | OBTAXAMT | Originating Backout Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
27 | PRCNTOFTTL | Percent of Total | Currency | DLR1_4 | 6 |