ID | Name | Description | |
---|---|---|---|
AP0001 | APP01 | Company Options | View |
AP0002 | APP02 | Invoicing Options | View |
AP0003 | APP03 | Payment and Aging Options | View |
AP0004 | APP04 | Integration Options | View |
AP0005 | APRDC | Distribution Codes | View |
AP0006 | APRAS | Account Sets | View |
AP0007 | APCLX | 1099 / CPRS Codes | View |
AP0008 | APDSD | Distribution Set Details | View |
AP0009 | APDSH | Distribution Sets | View |
AP0010 | APPTP | Payment Codes | View |
AP0011 | APRTB | Terms Payment Schedule | View |
AP0012 | APRTA | Terms | View |
AP0013 | APCCS | 1099 / CPRS Amounts | View |
AP0014 | APVCM | Vendor Comments | View |
AP0015 | APVEN | Vendors | View |
AP0016 | APVGR | Vendor Groups | View |
AP0017 | APVGS | Vendor Group Statistics | View |
AP0018 | APVNR | Remit-To Locations | View |
AP0019 | APVSM | Vendor Statistics | View |
AP0020 | APIBC | Invoice Batches | View |
AP0021 | APIBH | Invoices | View |
AP0022 | APIBD | Invoice Details | View |
AP0023 | APIBS | Invoice Payment Schedules | View |
AP0024 | APIBT | Invoice Detail Comments | View |
AP0025 | APOBL | Documents | View |
AP0026 | APOBS | Document Sched. Payments | View |
AP0027 | APOBP | Document Payments | View |
AP0029 | APPYM | Posted Payments | View |
AP0030 | APBTA | Payment and Adjustment Batches | View |
AP0031 | APTCR | Payments/Adjustments | View |
AP0032 | APTCN | Miscellaneous Payments | View |
AP0033 | APTCP | Applied Payments | View |
AP0034 | APTCU | Adjustment G/L Distributions | View |
AP0035 | APSLH | Selection Criteria Header | View |
AP0036 | APSLD | Selection Criteria Details | View |
AP0037 | APTRK | Payment G/L Distributions | View |
AP0038 | APPTER | Posting Error Messages | View |
AP0039 | APIVPT | Post Invoices | View |
AP0040 | APPYPT | Post Payments and Adjustments | View |
AP0041 | APUNGL | Revaluation | View |
AP0042 | APGLTR | Create G/L Batch | View |
AP0043 | APAGE | Age Documents | View |
AP0044 | APYREN | Process Year End | View |
AP0045 | APINTCK | Integrity Checker | View |
AP0047 | APSTAT | Update Statistics | View |
AP0048 | APPOOP | Create Open Document List | View |
AP0049 | APPREN | Clear Fully Paid Documents | View |
AP0050 | APPGCM | Clear Vendor Comments | View |
AP0051 | APPGST | Clear Statistics | View |
AP0052 | APPGIA | Delete Inactive Records | View |
using (HuAPConnection Connection = new HuAPConnection())
using (HuView POIRCPV = Connection.GetView("PO0468"))
using (HuView POIRCPH = Connection.GetView("PO0462"))
using (HuView POIRCPL = Connection.GetView("PO0464"))
using (HuView PORCPL = Connection.GetView("PO0710"))
using (HuView PORCPH = Connection.GetView("PO0700"))
using (HuView PORCPC = Connection.GetView("PO0695"))
using (HuView PORCPV = Connection.GetView("PO0718"))
using (HuView PORCPS = Connection.GetView("PO0714"))
using (HuView PORCPG = Connection.GetView("PO0699"))
using (HuView PORCPR = Connection.GetView("PO0705"))
using (HuView PORCPD = Connection.GetView("PO0696"))
using (HuView PORCPE = Connection.GetView("PO0697"))
using (HuView PORCPI = Connection.GetView("PO0701"))
using (HuView PORCPM = Connection.GetView("PO0711"))
using (HuView POPORH = Connection.GetView("PO0620"))
using (HuView POPORC = Connection.GetView("PO0610"))
using (HuView POPORL = Connection.GetView("PO0630"))
using (HuView POPORG = Connection.GetView("PO0619"))
using (HuView POPORR = Connection.GetView("PO0632"))
using (HuView POPORI = Connection.GetView("PO0621"))
using (HuView POPORM = Connection.GetView("PO0631"))
using (HuView PORQNH = Connection.GetView("PO0760"))
using (HuView PORQNC = Connection.GetView("PO0750"))
using (HuView PORQNL = Connection.GetView("PO0770"))
using (HuView PORQNG = Connection.GetView("PO0759"))
using (HuView PORQNLV = Connection.GetView("PO0777"))
using (HuView PORQNLO = Connection.GetView("PO0773"))
using (HuView PORQNHO = Connection.GetView("PO0763"))
using (HuView POPORLO = Connection.GetView("PO0633"))
using (HuView POPORHO = Connection.GetView("PO0623"))
using (HuView PORCPT = Connection.GetView("PO0715"))
using (HuView PORCPML = Connection.GetView("PO0781"))
using (HuView PORCPMS = Connection.GetView("PO0788"))
using (HuView PORCPSO = Connection.GetView("PO0719"))
using (HuView PORCPVO = Connection.GetView("PO0721"))
using (HuView PORCPHO = Connection.GetView("PO0703"))
using (HuView PORCPLO = Connection.GetView("PO0717"))
using (HuView PORCPLL = Connection.GetView("PO0789"))
using (HuView PORCPLS = Connection.GetView("PO0780"))
using (HuView POIRCLO = Connection.GetView("PO0456"))
using (HuView POIRCLL = Connection.GetView("PO0463"))
using (HuView POIRCLS = Connection.GetView("PO0465"))
using (HuView POIRCPC = Connection.GetView("PO0460"))
using (HuView POIRCPS = Connection.GetView("PO0466"))
using (HuView POIRCSO = Connection.GetView("PO0457"))
using (HuView POIRCPD = Connection.GetView("PO0461"))
using (HuView POIRCHO = Connection.GetView("PO0455"))
using (HuView POIRCVO = Connection.GetView("PO0458"))
{
POIRCPV.Compose(POIRCPH, PORCPV, POIRCVO);
POIRCPH.Compose(POIRCPL, POIRCPC, POIRCPV, POIRCPS, POIRCHO);
POIRCPL.Compose(POIRCPH, PORCPL, POIRCLO, POIRCLL, POIRCLS);
PORCPL.Compose(PORCPH, PORCPC, PORCPG, PORCPI, PORCPM, PORCPLO, PORCPLL, PORCPLS);
PORCPH.Compose(PORCPC, PORCPL, PORCPV, PORCPS, PORCPG, PORCPR, PORCPHO, PORCPD);
PORCPC.Compose(PORCPH, PORCPL);
PORCPV.Compose(PORCPH, PORCPS, PORCPG, PORCPVO);
PORCPS.Compose(PORCPV, PORCPG, PORCPH, PORCPI, PORCPT, PORCPSO, PORCPD);
PORCPG.Compose(PORCPH, PORCPC, PORCPL, PORCPS, PORCPV, PORCPR, PORCPD);
PORCPR.Compose(PORCPH, PORCPG);
PORCPD.Compose(PORCPS, PORCPV, PORCPH, PORCPG, PORCPE);
PORCPE.Compose(PORCPI, PORCPD, PORCPS);
PORCPI.Compose(PORCPM, PORCPT, POPORG, POPORH, POPORL, PORCPG, PORCPH, PORCPL, PORCPS, PORCPV, PORCPE, PORCPML, PORCPMS);
PORCPM.Compose(PORCPI, POPORH, POPORL, PORCPH, PORCPL, PORCPG, POPORG);
POPORH.Compose(POPORC, POPORL, POPORR, POPORG, POPORHO);
POPORC.Compose(POPORH, POPORL);
POPORL.Compose(POPORH, POPORC, POPORG, POPORI, POPORM, POPORLO);
POPORG.Compose(POPORH, POPORC, POPORL, POPORR);
POPORR.Compose(POPORH, POPORG);
POPORI.Compose(POPORM, POPORG, POPORH, PORQNC, PORQNG, PORQNH, PORQNL, PORQNLV);
POPORM.Compose(POPORI, POPORG, POPORH, POPORL, PORQNH, PORQNL);
PORQNH.Compose(PORQNC, PORQNL, PORQNG, PORQNHO, PORQNLV);
PORQNC.Compose(PORQNH, PORQNL);
PORQNL.Compose(PORQNH, PORQNC, PORQNG, PORQNLO, PORQNLV);
PORQNG.Compose(PORQNH, PORQNC, PORQNL, PORQNLV);
PORQNLV.Compose(PORQNH, PORQNG, PORQNL);
PORQNLO.Compose(PORQNL);
PORQNHO.Compose(PORQNH);
POPORLO.Compose(POPORL);
POPORHO.Compose(POPORH);
PORCPT.Compose(PORCPI, PORCPH, PORCPS, PORCPV);
PORCPML.Compose(PORCPI);
PORCPMS.Compose(PORCPI);
PORCPSO.Compose(PORCPS);
PORCPVO.Compose(PORCPV);
PORCPHO.Compose(PORCPH);
PORCPLO.Compose(PORCPL);
PORCPLL.Compose(PORCPL, PORCPM, PORCPML);
PORCPLS.Compose(PORCPL, PORCPM, PORCPMS);
POIRCLO.Compose(POIRCPL, PORCPLO);
POIRCLL.Compose(POIRCPL, PORCPLL);
POIRCLS.Compose(POIRCPL, PORCPLS);
POIRCPC.Compose(POIRCPH, PORCPC);
POIRCPS.Compose(POIRCPH, PORCPS, POIRCSO, POIRCPD);
POIRCSO.Compose(POIRCPS, PORCPSO);
POIRCPD.Compose(POIRCPS, PORCPD);
POIRCHO.Compose(POIRCPH, PORCPHO);
POIRCVO.Compose(POIRCPV, PORCPVO);
// Code Here
}
Field Name | Type | Size | Precision | Description | Mask | Index | Attribute |
---|---|---|---|---|---|---|---|
RCPHSEQ | Decimal | 10 | 0 | Receipt Sequence Key | 1 | RKEA | |
VDCODE | Char | 12 | 0 | Vendor | %-12C | 2 | RKEA |
COSTS | Long | 4 | 0 | Costs | 3 | EA | |
COSTSPRORA | Long | 4 | 0 | Number of Costs Prorated | 4 | EA | |
COSTSCMPL | Long | 4 | 0 | Costs Complete | 5 | EA | |
INDBTABLE | Bool | 2 | 0 |
Stored in Database Table
False - No True - Yes |
6 | EA | |
TAXAUTOCAL | Bool | 2 | 0 |
Auto. tax calculation on save
False - No True - Yes |
7 | EA | |
ISINVOICED | Bool | 2 | 0 |
Invoiced
False - No True - Yes |
8 | EA | |
INVNUMBER | Char | 22 | 0 | Invoice Number | %-22C | 9 | EA |
VDEXISTS | Bool | 2 | 0 |
Vendor Exists
False - No True - Yes |
10 | EA | |
VDNAME | Char | 60 | 0 | Name | 11 | EA | |
VDADDRESS1 | Char | 60 | 0 | Address 1 | 12 | EA | |
VDADDRESS2 | Char | 60 | 0 | Address 2 | 13 | EA | |
VDADDRESS3 | Char | 60 | 0 | Address 3 | 14 | EA | |
VDADDRESS4 | Char | 60 | 0 | Address 4 | 15 | EA | |
VDCITY | Char | 30 | 0 | City | 16 | EA | |
VDSTATE | Char | 30 | 0 | State/Province | 17 | EA | |
VDZIP | Char | 20 | 0 | Zip/Postal Code | 18 | EA | |
VDCOUNTRY | Char | 30 | 0 | Country | 19 | EA | |
VDPHONE | Char | 30 | 0 | Phone Number | (%-3C) %-3C-%-24C | 20 | EA |
VDFAX | Char | 30 | 0 | Fax Number | (%-3C) %-3C-%-24C | 21 | EA |
VDCONTACT | Char | 60 | 0 | Contact | 22 | EA | |
TERMSCODE | Char | 6 | 0 | Terms Code | %-6N | 23 | EA |
CURRENCY | Char | 3 | 0 | Currency | %-3N | 24 | EA |
RATE | Decimal | 8 | 7 | Exchange Rate | 25 | EA | |
SPREAD | Decimal | 8 | 7 | Rate Spread | 26 | EA | |
RATETYPE | Char | 2 | 0 | Rate Type | %-2N | 27 | EA |
RATEMATCH | Int | 2 | 0 | Rate Match Type | 28 | EA | |
RATEDATE | Date | 5 | 0 | Rate Date | 29 | EA | |
RATEOPER | Int | 2 | 0 |
Rate Operation
1 - Multiply 2 - Divide |
30 | EA | |
RATEOVER | Bool | 2 | 0 |
Rate Overridden
False - No True - Yes |
31 | EA | |
SCURNDECML | Int | 2 | 0 | Decimal Places | 32 | EA | |
DOCTOTAL | Decimal | 10 | 3 | Total | 33 | EA | |
AMOUNT | Decimal | 10 | 3 | Amount | 34 | EA | |
TAXGROUP | Char | 12 | 0 | Tax Group | %-12N | 35 | EA |
TAXAUTH1 | Char | 12 | 0 | Tax Authority 1 | 36 | EA | |
TAXAUTH2 | Char | 12 | 0 | Tax Authority 2 | 37 | EA | |
TAXAUTH3 | Char | 12 | 0 | Tax Authority 3 | 38 | EA | |
TAXAUTH4 | Char | 12 | 0 | Tax Authority 4 | 39 | EA | |
TAXAUTH5 | Char | 12 | 0 | Tax Authority 5 | 40 | EA | |
TAXCLASS1 | Int | 2 | 0 | Tax Class 1 | 41 | EA | |
TAXCLASS2 | Int | 2 | 0 | Tax Class 2 | 42 | EA | |
TAXCLASS3 | Int | 2 | 0 | Tax Class 3 | 43 | EA | |
TAXCLASS4 | Int | 2 | 0 | Tax Class 4 | 44 | EA | |
TAXCLASS5 | Int | 2 | 0 | Tax Class 5 | 45 | EA | |
TAXBASE1 | Decimal | 10 | 3 | Tax Base 1 | 46 | EA | |
TAXBASE2 | Decimal | 10 | 3 | Tax Base 2 | 47 | EA | |
TAXBASE3 | Decimal | 10 | 3 | Tax Base 3 | 48 | EA | |
TAXBASE4 | Decimal | 10 | 3 | Tax Base 4 | 49 | EA | |
TAXBASE5 | Decimal | 10 | 3 | Tax Base 5 | 50 | EA | |
TXINCLUDE1 | Decimal | 10 | 3 | Included Tax Amount 1 | 51 | EA | |
TXINCLUDE2 | Decimal | 10 | 3 | Included Tax Amount 2 | 52 | EA | |
TXINCLUDE3 | Decimal | 10 | 3 | Included Tax Amount 3 | 53 | EA | |
TXINCLUDE4 | Decimal | 10 | 3 | Included Tax Amount 4 | 54 | EA | |
TXINCLUDE5 | Decimal | 10 | 3 | Included Tax Amount 5 | 55 | EA | |
TXEXCLUDE1 | Decimal | 10 | 3 | Excluded Tax Amount 1 | 56 | EA | |
TXEXCLUDE2 | Decimal | 10 | 3 | Excluded Tax Amount 2 | 57 | EA | |
TXEXCLUDE3 | Decimal | 10 | 3 | Excluded Tax Amount 3 | 58 | EA | |
TXEXCLUDE4 | Decimal | 10 | 3 | Excluded Tax Amount 4 | 59 | EA | |
TXEXCLUDE5 | Decimal | 10 | 3 | Excluded Tax Amount 5 | 60 | EA | |
TAXAMOUNT1 | Decimal | 10 | 3 | Tax Amount 1 | 61 | EA | |
TAXAMOUNT2 | Decimal | 10 | 3 | Tax Amount 2 | 62 | EA | |
TAXAMOUNT3 | Decimal | 10 | 3 | Tax Amount 3 | 63 | EA | |
TAXAMOUNT4 | Decimal | 10 | 3 | Tax Amount 4 | 64 | EA | |
TAXAMOUNT5 | Decimal | 10 | 3 | Tax Amount 5 | 65 | EA | |
TXALLOAMT1 | Decimal | 10 | 3 | Tax Allocated Amount 1 | 66 | EA | |
TXALLOAMT2 | Decimal | 10 | 3 | Tax Allocated Amount 2 | 67 | EA | |
TXALLOAMT3 | Decimal | 10 | 3 | Tax Allocated Amount 3 | 68 | EA | |
TXALLOAMT4 | Decimal | 10 | 3 | Tax Allocated Amount 4 | 69 | EA | |
TXALLOAMT5 | Decimal | 10 | 3 | Tax Allocated Amount 5 | 70 | EA | |
TXRECVAMT1 | Decimal | 10 | 3 | Tax Recoverable Amount 1 | 71 | EA | |
TXRECVAMT2 | Decimal | 10 | 3 | Tax Recoverable Amount 2 | 72 | EA | |
TXRECVAMT3 | Decimal | 10 | 3 | Tax Recoverable Amount 3 | 73 | EA | |
TXRECVAMT4 | Decimal | 10 | 3 | Tax Recoverable Amount 4 | 74 | EA | |
TXRECVAMT5 | Decimal | 10 | 3 | Tax Recoverable Amount 5 | 75 | EA | |
TXEXPSAMT1 | Decimal | 10 | 3 | Tax Expense Amount 1 | 76 | EA | |
TXEXPSAMT2 | Decimal | 10 | 3 | Tax Expense Amount 2 | 77 | EA | |
TXEXPSAMT3 | Decimal | 10 | 3 | Tax Expense Amount 3 | 78 | EA | |
TXEXPSAMT4 | Decimal | 10 | 3 | Tax Expense Amount 4 | 79 | EA | |
TXEXPSAMT5 | Decimal | 10 | 3 | Tax Expense Amount 5 | 80 | EA | |
TXBASEALLO | Decimal | 10 | 3 | Net of Tax | 81 | EA | |
TXINCLUDED | Decimal | 10 | 3 | Tax Included | 82 | EA | |
TXEXCLUDED | Decimal | 10 | 3 | Tax Excluded | 83 | EA | |
TAXAMOUNT | Decimal | 10 | 3 | Total Tax | 84 | EA | |
TXRECVAMT | Decimal | 10 | 3 | Total Tax Recoverable | 85 | EA | |
TXEXPSAMT | Decimal | 10 | 3 | Total Tax Expensed | 86 | EA | |
TXALLOAMT | Decimal | 10 | 3 | Total Tax Allocated | 87 | EA | |
SCAMOUNT | Decimal | 10 | 3 | Conversion Source Amount | 88 | EA | |
FCAMOUNT | Decimal | 10 | 3 | Conversion Functional Amount | 89 | EA | |
MTOPRORATE | Decimal | 10 | 3 | Manual To Prorate | 90 | EA | |
TAXLINES | Long | 4 | 0 | Lines Tax Calculation Sees | 91 | EA | |
ISCOMPLETE | Bool | 2 | 0 |
Completed
False - No True - Yes |
92 | EA | |
DTCOMPLETE | Date | 5 | 0 | Date Completed | 93 | EA | |
VDEMAIL | Char | 50 | 0 | 94 | EA | ||
VDPHONEC | Char | 30 | 0 | Contact Phone | (%-3C) %-3C-%-24C | 95 | EA |
VDFAXC | Char | 30 | 0 | Contact Fax | (%-3C) %-3C-%-24C | 96 | EA |
VDEMAILC | Char | 50 | 0 | Contact E-mail | 97 | EA | |
VALUES | Long | 4 | 0 | Optional Fields | 98 | CEA | |
JOBCOSTS | Long | 4 | 0 | Job Related Costs | 99 | EA | |
COSTSBLPRO | Long | 4 | 0 | Cost Billing Rates Prorated | 100 | EA | |
HASRTG | Bool | 2 | 0 |
Has Retainage
False - No True - Yes |
101 | EA | |
RTGRATE | Int | 2 | 0 |
Retainage Exchange Rate
0 - Use Original Document Exchange Rate 1 - Use Current Exchange Rate |
102 | EA | |
RTGTERMS | Char | 6 | 0 | Retainage Terms Code | %-6N | 103 | EA |
RTGAMOUNT | Decimal | 10 | 3 | Retainage Amount | 104 | EA | |
TRCURRENCY | Char | 3 | 0 | Tax Reporting Currency | %-3N | 105 | EA |
RATERC | Decimal | 8 | 7 | Tax Reporting Exchange Rate | 106 | EA | |
SPREADRC | Decimal | 8 | 7 | Tax Reporting Rate Spread | 107 | EA | |
RATETYPERC | Char | 2 | 0 | Tax Reporting Rate Type | %-2N | 108 | EA |
RATEMTCHRC | Int | 2 | 0 | Tax Reporting Rate Match Type | 109 | EA | |
RATEDATERC | Date | 5 | 0 | Tax Reporting Rate Date | 110 | EA | |
RATEOPERRC | Int | 2 | 0 |
Tax Reporting Rate Operation
1 - Multiply 2 - Divide |
111 | EA | |
RATERCOVER | Bool | 2 | 0 |
Tax Reporting Rate Overridden
False - No True - Yes |
112 | EA | |
RCURNDECML | Int | 2 | 0 | Tax Reporting Decimal Places | 113 | EA | |
TARAMOUNT1 | Decimal | 10 | 3 | Tax Reporting Amount 1 | 114 | EA | |
TARAMOUNT2 | Decimal | 10 | 3 | Tax Reporting Amount 2 | 115 | EA | |
TARAMOUNT3 | Decimal | 10 | 3 | Tax Reporting Amount 3 | 116 | EA | |
TARAMOUNT4 | Decimal | 10 | 3 | Tax Reporting Amount 4 | 117 | EA | |
TARAMOUNT5 | Decimal | 10 | 3 | Tax Reporting Amount 5 | 118 | EA | |
TRINCLUDE1 | Decimal | 10 | 3 | Tax Reporting Included Amount 1 | 119 | EA | |
TRINCLUDE2 | Decimal | 10 | 3 | Tax Reporting Included Amount 2 | 120 | EA | |
TRINCLUDE3 | Decimal | 10 | 3 | Tax Reporting Included Amount 3 | 121 | EA | |
TRINCLUDE4 | Decimal | 10 | 3 | Tax Reporting Included Amount 4 | 122 | EA | |
TRINCLUDE5 | Decimal | 10 | 3 | Tax Reporting Included Amount 5 | 123 | EA | |
TREXCLUDE1 | Decimal | 10 | 3 | Tax Reporting Excluded Amount 1 | 124 | EA | |
TREXCLUDE2 | Decimal | 10 | 3 | Tax Reporting Excluded Amount 2 | 125 | EA | |
TREXCLUDE3 | Decimal | 10 | 3 | Tax Reporting Excluded Amount 3 | 126 | EA | |
TREXCLUDE4 | Decimal | 10 | 3 | Tax Reporting Excluded Amount 4 | 127 | EA | |
TREXCLUDE5 | Decimal | 10 | 3 | Tax Reporting Excluded Amount 5 | 128 | EA | |
CURRENCYD | Char | 60 | 0 | Currency Description | 141 | EA | |
TERMSCODED | Char | 60 | 0 | Terms Code Description | 142 | EA | |
RATETYPED | Char | 60 | 0 | Rate Type Description | 143 | EA | |
TAXGROUPD | Char | 60 | 0 | Tax Group Description | 144 | EA | |
TAXCLASS1D | Char | 60 | 0 | Tax Class 1 Description | 145 | EA | |
TAXCLASS2D | Char | 60 | 0 | Tax Class 2 Description | 146 | EA | |
TAXCLASS3D | Char | 60 | 0 | Tax Class 3 Description | 147 | EA | |
TAXCLASS4D | Char | 60 | 0 | Tax Class 4 Description | 148 | EA | |
TAXCLASS5D | Char | 60 | 0 | Tax Class 5 Description | 149 | EA | |
TAXAUTH1D | Char | 60 | 0 | Tax Authority 1 Description | 150 | EA | |
TAXAUTH2D | Char | 60 | 0 | Tax Authority 2 Description | 151 | EA | |
TAXAUTH3D | Char | 60 | 0 | Tax Authority 3 Description | 152 | EA | |
TAXAUTH4D | Char | 60 | 0 | Tax Authority 4 Description | 153 | EA | |
TAXAUTH5D | Char | 60 | 0 | Tax Authority 5 Description | 154 | EA | |
TCBASEALLO | Decimal | 10 | 3 | Net of Tax Sum | 155 | EA | |
TCINCLUDE1 | Decimal | 10 | 3 | Tax Included 1 Sum | 156 | EA | |
TCINCLUDE2 | Decimal | 10 | 3 | Tax Included 2 Sum | 157 | EA | |
TCINCLUDE3 | Decimal | 10 | 3 | Tax Included 3 Sum | 158 | EA | |
TCINCLUDE4 | Decimal | 10 | 3 | Tax Included 4 Sum | 159 | EA | |
TCINCLUDE5 | Decimal | 10 | 3 | Tax Included 5 Sum | 160 | EA | |
TCALLOAMT1 | Decimal | 10 | 3 | Tax Allocated Amount 1 Sum | 161 | EA | |
TCALLOAMT2 | Decimal | 10 | 3 | Tax Allocated Amount 2 Sum | 162 | EA | |
TCALLOAMT3 | Decimal | 10 | 3 | Tax Allocated Amount 3 Sum | 163 | EA | |
TCALLOAMT4 | Decimal | 10 | 3 | Tax Allocated Amount 4 Sum | 164 | EA | |
TCALLOAMT5 | Decimal | 10 | 3 | Tax Allocated Amount 5 Sum | 165 | EA | |
TCRECVAMT1 | Decimal | 10 | 3 | Tax Recoverable Amount 1 Sum | 166 | EA | |
TCRECVAMT2 | Decimal | 10 | 3 | Tax Recoverable Amount 2 Sum | 167 | EA | |
TCRECVAMT3 | Decimal | 10 | 3 | Tax Recoverable Amount 3 Sum | 168 | EA | |
TCRECVAMT4 | Decimal | 10 | 3 | Tax Recoverable Amount 4 Sum | 169 | EA | |
TCRECVAMT5 | Decimal | 10 | 3 | Tax Recoverable Amount 5 Sum | 170 | EA | |
TCEXPSAMT1 | Decimal | 10 | 3 | Tax Expense Amount 1 Sum | 171 | EA | |
TCEXPSAMT2 | Decimal | 10 | 3 | Tax Expense Amount 2 Sum | 172 | EA | |
TCEXPSAMT3 | Decimal | 10 | 3 | Tax Expense Amount 3 Sum | 173 | EA | |
TCEXPSAMT4 | Decimal | 10 | 3 | Tax Expense Amount 4 Sum | 174 | EA | |
TCEXPSAMT5 | Decimal | 10 | 3 | Tax Expense Amount 5 Sum | 175 | EA | |
TCALLOAMT | Decimal | 10 | 3 | Total Tax Allocated | 176 | EA | |
TCINCLUDED | Decimal | 10 | 3 | Tax Included | 177 | EA | |
TCEXCLUDED | Decimal | 10 | 3 | Tax Excluded | 178 | EA | |
UBALTAXAMT | Decimal | 10 | 3 | Total Unbalanced Tax | 179 | EA | |
UBALTXALLO | Decimal | 10 | 3 | Total Unbalanced Allocated Tax | 180 | EA | |
TPBASEALLO | Decimal | 10 | 3 | Primary Net of Tax | 181 | EA | |
TPINCLUDE1 | Decimal | 10 | 3 | Primary Included Tax Amount 1 | 182 | EA | |
TPINCLUDE2 | Decimal | 10 | 3 | Primary Included Tax Amount 2 | 183 | EA | |
TPINCLUDE3 | Decimal | 10 | 3 | Primary Included Tax Amount 3 | 184 | EA | |
TPINCLUDE4 | Decimal | 10 | 3 | Primary Included Tax Amount 4 | 185 | EA | |
TPINCLUDE5 | Decimal | 10 | 3 | Primary Included Tax Amount 5 | 186 | EA | |
TPALLOAMT1 | Decimal | 10 | 3 | Primary Tax Allocated Amount 1 | 187 | EA | |
TPALLOAMT2 | Decimal | 10 | 3 | Primary Tax Allocated Amount 2 | 188 | EA | |
TPALLOAMT3 | Decimal | 10 | 3 | Primary Tax Allocated Amount 3 | 189 | EA | |
TPALLOAMT4 | Decimal | 10 | 3 | Primary Tax Allocated Amount 4 | 190 | EA | |
TPALLOAMT5 | Decimal | 10 | 3 | Primary Tax Allocated Amount 5 | 191 | EA | |
TPRECVAMT1 | Decimal | 10 | 3 | Primary Tax Recoverable Amount 1 | 192 | EA | |
TPRECVAMT2 | Decimal | 10 | 3 | Primary Tax Recoverable Amount 2 | 193 | EA | |
TPRECVAMT3 | Decimal | 10 | 3 | Primary Tax Recoverable Amount 3 | 194 | EA | |
TPRECVAMT4 | Decimal | 10 | 3 | Primary Tax Recoverable Amount 4 | 195 | EA | |
TPRECVAMT5 | Decimal | 10 | 3 | Primary Tax Recoverable Amount 5 | 196 | EA | |
TPEXPSAMT1 | Decimal | 10 | 3 | Primary Tax Expense Amount 1 | 197 | EA | |
TPEXPSAMT2 | Decimal | 10 | 3 | Primary Tax Expense Amount 2 | 198 | EA | |
TPEXPSAMT3 | Decimal | 10 | 3 | Primary Tax Expense Amount 3 | 199 | EA | |
TPEXPSAMT4 | Decimal | 10 | 3 | Primary Tax Expense Amount 4 | 200 | EA | |
TPEXPSAMT5 | Decimal | 10 | 3 | Primary Tax Expense Amount 5 | 201 | EA | |
PAMOUNT | Decimal | 10 | 3 | Amount | 202 | EA | |
SUBTOTAL | Decimal | 10 | 3 | Subtotal | 203 | EA | |
VEND | Long | 4 | 0 | Vendors | 204 | EA | |
VENDCMPL | Long | 4 | 0 | Vendors Completed | 205 | EA | |
VENDINVC | Long | 4 | 0 | Vendors Invoiced | 206 | EA | |
PENDINGCAL | Bool | 2 | 0 |
Tax calculation is pending
False - No True - Yes |
207 | EA | |
LOCKED | Bool | 2 | 0 |
Document Locked
False - No True - Yes |
208 | EA | |
RATEEXISTS | Bool | 2 | 0 |
Exchange Rate Exists
False - No True - Yes |
209 | EA | |
ISPRIMARY | Bool | 2 | 0 |
Is This Vendor Primary?
False - No True - Yes |
210 | EA | |
HASDETAILS | Bool | 2 | 0 |
Has Details
False - No True - Yes |
211 | EA | |
PTAXLINES | Long | 4 | 0 | Lines Tax Calculation Sees | 212 | EA | |
PROCESSCMD | Int | 2 | 0 |
Command
0 - Nothing to Process 1 - Insert Optional Fields 2 - Default and Tranfer Optional Fields 3 - Default Opt. Fields During Record Generation 4 - Remove Optional Fields 5 - Transfer Opt. Fields from Standing Document 6 - Insert Item Serial Optional Fields 7 - Insert Item Lot Optional Fields 21 - Auto-generate Serials 22 - Auto-generate Lots 23 - Auto-allocate Serials 24 - Auto-allocate Lots 25 - Clear Serials 26 - Clear Lots 27 - Auto-assign Serials 28 - Auto-assign Lots 29 - Create Serials/Lots List 31 - Post Serials/Lots to IC Inventory |
213 | CEA | |
RTGTERMSD | Char | 60 | 0 | Retainage Terms Code Description | 214 | EA | |
PRTGAMOUNT | Decimal | 10 | 3 | Primary Retainage Amount | 215 | EA | |
URTDTOTAL | Decimal | 10 | 3 | Unretained Total | 216 | CEA | |
TRRECVAMT1 | Decimal | 10 | 3 | Tax Reporting Recoverable Amt. 1 | 217 | EA | |
TRRECVAMT2 | Decimal | 10 | 3 | Tax Reporting Recoverable Amt. 2 | 218 | EA | |
TRRECVAMT3 | Decimal | 10 | 3 | Tax Reporting Recoverable Amt. 3 | 219 | EA | |
TRRECVAMT4 | Decimal | 10 | 3 | Tax Reporting Recoverable Amt. 4 | 220 | EA | |
TRRECVAMT5 | Decimal | 10 | 3 | Tax Reporting Recoverable Amt. 5 | 221 | EA | |
TREXPSAMT1 | Decimal | 10 | 3 | Tax Reporting Expense Amount 1 | 222 | EA | |
TREXPSAMT2 | Decimal | 10 | 3 | Tax Reporting Expense Amount 2 | 223 | EA | |
TREXPSAMT3 | Decimal | 10 | 3 | Tax Reporting Expense Amount 3 | 224 | EA | |
TREXPSAMT4 | Decimal | 10 | 3 | Tax Reporting Expense Amount 4 | 225 | EA | |
TREXPSAMT5 | Decimal | 10 | 3 | Tax Reporting Expense Amount 5 | 226 | EA | |
TRALLOAMT1 | Decimal | 10 | 3 | Tax Reporting Allocated Amount 1 | 227 | EA | |
TRALLOAMT2 | Decimal | 10 | 3 | Tax Reporting Allocated Amount 2 | 228 | EA | |
TRALLOAMT3 | Decimal | 10 | 3 | Tax Reporting Allocated Amount 3 | 229 | EA | |
TRALLOAMT4 | Decimal | 10 | 3 | Tax Reporting Allocated Amount 4 | 230 | EA | |
TRALLOAMT5 | Decimal | 10 | 3 | Tax Reporting Allocated Amount 5 | 231 | EA | |
RATERCEXST | Bool | 2 | 0 |
Tax Reporting Exch. Rate Exists
False - No True - Yes |
232 | EA | |
RATERCC | Decimal | 8 | 7 | Derived Tax Reporting Exch. Rate | 233 | EA | |
TRCURRDESC | Char | 60 | 0 | Tax Reporting Currency Desc. | 234 | EA | |
RATETYPRCD | Char | 60 | 0 | Tax Reporting Rate Type Desc. | 235 | EA | |
TARAMOUNT | Decimal | 10 | 3 | Tax Reporting Total Amount | 236 | EA | |
TRINCLUDED | Decimal | 10 | 3 | Tax Reporting Included Amount | 237 | EA | |
TREXCLUDED | Decimal | 10 | 3 | Tax Reporting Excluded Amount | 238 | EA | |
TRRECVAMT | Decimal | 10 | 3 | Tax Reporting Recoverable Amount | 239 | EA | |
TREXPSAMT | Decimal | 10 | 3 | Tax Reporting Expensed Amount | 240 | EA | |
TRALLOAMT | Decimal | 10 | 3 | Tax Reporting Allocated Amount | 241 | EA | |
TACBASE1 | Decimal | 10 | 3 | Tax Base 1 Sum | 242 | EA | |
TACBASE2 | Decimal | 10 | 3 | Tax Base 2 Sum | 243 | EA | |
TACBASE3 | Decimal | 10 | 3 | Tax Base 3 Sum | 244 | EA | |
TACBASE4 | Decimal | 10 | 3 | Tax Base 4 Sum | 245 | EA | |
TACBASE5 | Decimal | 10 | 3 | Tax Base 5 Sum | 246 | EA | |
TACAMOUNT1 | Decimal | 10 | 3 | Tax Amount 1 Sum | 247 | EA | |
TACAMOUNT2 | Decimal | 10 | 3 | Tax Amount 2 Sum | 248 | EA | |
TACAMOUNT3 | Decimal | 10 | 3 | Tax Amount 3 Sum | 249 | EA | |
TACAMOUNT4 | Decimal | 10 | 3 | Tax Amount 4 Sum | 250 | EA | |
TACAMOUNT5 | Decimal | 10 | 3 | Tax Amount 5 Sum | 251 | EA | |
TCEXCLUDE1 | Decimal | 10 | 3 | Tax Excluded 1 Sum | 252 | EA | |
TCEXCLUDE2 | Decimal | 10 | 3 | Tax Excluded 2 Sum | 253 | EA | |
TCEXCLUDE3 | Decimal | 10 | 3 | Tax Excluded 3 Sum | 254 | EA | |
TCEXCLUDE4 | Decimal | 10 | 3 | Tax Excluded 4 Sum | 255 | EA | |
TCEXCLUDE5 | Decimal | 10 | 3 | Tax Excluded 5 Sum | 256 | EA | |
TALAMOUNT1 | Decimal | 10 | 3 | Tax Reporting Amount 1 Sum | 257 | EA | |
TALAMOUNT2 | Decimal | 10 | 3 | Tax Reporting Amount 2 Sum | 258 | EA | |
TALAMOUNT3 | Decimal | 10 | 3 | Tax Reporting Amount 3 Sum | 259 | EA | |
TALAMOUNT4 | Decimal | 10 | 3 | Tax Reporting Amount 4 Sum | 260 | EA | |
TALAMOUNT5 | Decimal | 10 | 3 | Tax Reporting Amount 5 Sum | 261 | EA | |
TLINCLUDE1 | Decimal | 10 | 3 | Tax Reporting Included 1 Sum | 262 | EA | |
TLINCLUDE2 | Decimal | 10 | 3 | Tax Reporting Included 2 Sum | 263 | EA | |
TLINCLUDE3 | Decimal | 10 | 3 | Tax Reporting Included 3 Sum | 264 | EA | |
TLINCLUDE4 | Decimal | 10 | 3 | Tax Reporting Included 4 Sum | 265 | EA | |
TLINCLUDE5 | Decimal | 10 | 3 | Tax Reporting Included 5 Sum | 266 | EA | |
TLEXCLUDE1 | Decimal | 10 | 3 | Tax Reporting Excluded 1 Sum | 267 | EA | |
TLEXCLUDE2 | Decimal | 10 | 3 | Tax Reporting Excluded 2 Sum | 268 | EA | |
TLEXCLUDE3 | Decimal | 10 | 3 | Tax Reporting Excluded 3 Sum | 269 | EA | |
TLEXCLUDE4 | Decimal | 10 | 3 | Tax Reporting Excluded 4 Sum | 270 | EA | |
TLEXCLUDE5 | Decimal | 10 | 3 | Tax Reporting Excluded 5 Sum | 271 | EA | |
TLALLOAMT1 | Decimal | 10 | 3 | Tax Rep. Allocated Amount 1 Sum | 272 | EA | |
TLALLOAMT2 | Decimal | 10 | 3 | Tax Rep. Allocated Amount 2 Sum | 273 | EA | |
TLALLOAMT3 | Decimal | 10 | 3 | Tax Rep. Allocated Amount 3 Sum | 274 | EA | |
TLALLOAMT4 | Decimal | 10 | 3 | Tax Rep. Allocated Amount 4 Sum | 275 | EA | |
TLALLOAMT5 | Decimal | 10 | 3 | Tax Rep. Allocated Amount 5 Sum | 276 | EA | |
TLRECVAMT1 | Decimal | 10 | 3 | Tax Rep. Recoverable Amt. 1 Sum | 277 | EA | |
TLRECVAMT2 | Decimal | 10 | 3 | Tax Rep. Recoverable Amt. 2 Sum | 278 | EA | |
TLRECVAMT3 | Decimal | 10 | 3 | Tax Rep. Recoverable Amt. 3 Sum | 279 | EA | |
TLRECVAMT4 | Decimal | 10 | 3 | Tax Rep. Recoverable Amt. 4 Sum | 280 | EA | |
TLRECVAMT5 | Decimal | 10 | 3 | Tax Rep. Recoverable Amt. 5 Sum | 281 | EA | |
TLEXPSAMT1 | Decimal | 10 | 3 | Tax Rep. Expense Amount 1 Sum | 282 | EA | |
TLEXPSAMT2 | Decimal | 10 | 3 | Tax Rep. Expense Amount 2 Sum | 283 | EA | |
TLEXPSAMT3 | Decimal | 10 | 3 | Tax Rep. Expense Amount 3 Sum | 284 | EA | |
TLEXPSAMT4 | Decimal | 10 | 3 | Tax Rep. Expense Amount 4 Sum | 285 | EA | |
TLEXPSAMT5 | Decimal | 10 | 3 | Tax Rep. Expense Amount 5 Sum | 286 | EA | |
TAPBASE1 | Decimal | 10 | 3 | Primary Tax Base 1 | 287 | EA | |
TAPBASE2 | Decimal | 10 | 3 | Primary Tax Base 2 | 288 | EA | |
TAPBASE3 | Decimal | 10 | 3 | Primary Tax Base 3 | 289 | EA | |
TAPBASE4 | Decimal | 10 | 3 | Primary Tax Base 4 | 290 | EA | |
TAPBASE5 | Decimal | 10 | 3 | Primary Tax Base 5 | 291 | EA | |
TAPAMOUNT1 | Decimal | 10 | 3 | Primary Tax Amount 1 | 292 | EA | |
TAPAMOUNT2 | Decimal | 10 | 3 | Primary Tax Amount 2 | 293 | EA | |
TAPAMOUNT3 | Decimal | 10 | 3 | Primary Tax Amount 3 | 294 | EA | |
TAPAMOUNT4 | Decimal | 10 | 3 | Primary Tax Amount 4 | 295 | EA | |
TAPAMOUNT5 | Decimal | 10 | 3 | Primary Tax Amount 5 | 296 | EA | |
TPEXCLUDE1 | Decimal | 10 | 3 | Primary Excluded Tax Amount 1 | 297 | EA | |
TPEXCLUDE2 | Decimal | 10 | 3 | Primary Excluded Tax Amount 2 | 298 | EA | |
TPEXCLUDE3 | Decimal | 10 | 3 | Primary Excluded Tax Amount 3 | 299 | EA | |
TPEXCLUDE4 | Decimal | 10 | 3 | Primary Excluded Tax Amount 4 | 300 | EA | |
TPEXCLUDE5 | Decimal | 10 | 3 | Primary Excluded Tax Amount 5 | 301 | EA | |
TAMAMOUNT1 | Decimal | 10 | 3 | Prm. Tax Rep. Amount 1 | 302 | EA | |
TAMAMOUNT2 | Decimal | 10 | 3 | Prm. Tax Rep. Amount 2 | 303 | EA | |
TAMAMOUNT3 | Decimal | 10 | 3 | Prm. Tax Rep. Amount 3 | 304 | EA | |
TAMAMOUNT4 | Decimal | 10 | 3 | Prm. Tax Rep. Amount 4 | 305 | EA | |
TAMAMOUNT5 | Decimal | 10 | 3 | Prm. Tax Rep. Amount 5 | 306 | EA | |
TMINCLUDE1 | Decimal | 10 | 3 | Prm. Tax Rep. Included Amount 1 | 307 | EA | |
TMINCLUDE2 | Decimal | 10 | 3 | Prm. Tax Rep. Included Amount 2 | 308 | EA | |
TMINCLUDE3 | Decimal | 10 | 3 | Prm. Tax Rep. Included Amount 3 | 309 | EA | |
TMINCLUDE4 | Decimal | 10 | 3 | Prm. Tax Rep. Included Amount 4 | 310 | EA | |
TMINCLUDE5 | Decimal | 10 | 3 | Prm. Tax Rep. Included Amount 5 | 311 | EA | |
TMEXCLUDE1 | Decimal | 10 | 3 | Prm. Tax Rep. Excluded Amount 1 | 312 | EA | |
TMEXCLUDE2 | Decimal | 10 | 3 | Prm. Tax Rep. Excluded Amount 2 | 313 | EA | |
TMEXCLUDE3 | Decimal | 10 | 3 | Prm. Tax Rep. Excluded Amount 3 | 314 | EA | |
TMEXCLUDE4 | Decimal | 10 | 3 | Prm. Tax Rep. Excluded Amount 4 | 315 | EA | |
TMEXCLUDE5 | Decimal | 10 | 3 | Prm. Tax Rep. Excluded Amount 5 | 316 | EA | |
TMALLOAMT1 | Decimal | 10 | 3 | Prm. Tax Rep. Allocated Amount 1 | 317 | EA | |
TMALLOAMT2 | Decimal | 10 | 3 | Prm. Tax Rep. Allocated Amount 2 | 318 | EA | |
TMALLOAMT3 | Decimal | 10 | 3 | Prm. Tax Rep. Allocated Amount 3 | 319 | EA | |
TMALLOAMT4 | Decimal | 10 | 3 | Prm. Tax Rep. Allocated Amount 4 | 320 | EA | |
TMALLOAMT5 | Decimal | 10 | 3 | Prm. Tax Rep. Allocated Amount 5 | 321 | EA | |
TMRECVAMT1 | Decimal | 10 | 3 | Prm. Tax Rep. Recoverable Amt. 1 | 322 | EA | |
TMRECVAMT2 | Decimal | 10 | 3 | Prm. Tax Rep. Recoverable Amt. 2 | 323 | EA | |
TMRECVAMT3 | Decimal | 10 | 3 | Prm. Tax Rep. Recoverable Amt. 3 | 324 | EA | |
TMRECVAMT4 | Decimal | 10 | 3 | Prm. Tax Rep. Recoverable Amt. 4 | 325 | EA | |
TMRECVAMT5 | Decimal | 10 | 3 | Prm. Tax Rep. Recoverable Amt. 5 | 326 | EA | |
TMEXPSAMT1 | Decimal | 10 | 3 | Prm. Tax Rep. Expense Amount 1 | 327 | EA | |
TMEXPSAMT2 | Decimal | 10 | 3 | Prm. Tax Rep. Expense Amount 2 | 328 | EA | |
TMEXPSAMT3 | Decimal | 10 | 3 | Prm. Tax Rep. Expense Amount 3 | 329 | EA | |
TMEXPSAMT4 | Decimal | 10 | 3 | Prm. Tax Rep. Expense Amount 4 | 330 | EA | |
TMEXPSAMT5 | Decimal | 10 | 3 | Prm. Tax Rep. Expense Amount 5 | 331 | EA | |
RAXBASE1 | Decimal | 10 | 3 | Retainage Tax Base 1 | 332 | EA | |
RAXBASE2 | Decimal | 10 | 3 | Retainage Tax Base 2 | 333 | EA | |
RAXBASE3 | Decimal | 10 | 3 | Retainage Tax Base 3 | 334 | EA | |
RAXBASE4 | Decimal | 10 | 3 | Retainage Tax Base 4 | 335 | EA | |
RAXBASE5 | Decimal | 10 | 3 | Retainage Tax Base 5 | 336 | EA | |
RAXAMOUNT1 | Decimal | 10 | 3 | Retainage Tax Amount 1 | 337 | EA | |
RAXAMOUNT2 | Decimal | 10 | 3 | Retainage Tax Amount 2 | 338 | EA | |
RAXAMOUNT3 | Decimal | 10 | 3 | Retainage Tax Amount 3 | 339 | EA | |
RAXAMOUNT4 | Decimal | 10 | 3 | Retainage Tax Amount 4 | 340 | EA | |
RAXAMOUNT5 | Decimal | 10 | 3 | Retainage Tax Amount 5 | 341 | EA | |
RXRECVAMT1 | Decimal | 10 | 3 | Retainage Tax Recoverable Amt. 1 | 342 | EA | |
RXRECVAMT2 | Decimal | 10 | 3 | Retainage Tax Recoverable Amt. 2 | 343 | EA | |
RXRECVAMT3 | Decimal | 10 | 3 | Retainage Tax Recoverable Amt. 3 | 344 | EA | |
RXRECVAMT4 | Decimal | 10 | 3 | Retainage Tax Recoverable Amt. 4 | 345 | EA | |
RXRECVAMT5 | Decimal | 10 | 3 | Retainage Tax Recoverable Amt. 5 | 346 | EA | |
RXEXPSAMT1 | Decimal | 10 | 3 | Retainage Tax Expense Amount 1 | 347 | EA | |
RXEXPSAMT2 | Decimal | 10 | 3 | Retainage Tax Expense Amount 2 | 348 | EA | |
RXEXPSAMT3 | Decimal | 10 | 3 | Retainage Tax Expense Amount 3 | 349 | EA | |
RXEXPSAMT4 | Decimal | 10 | 3 | Retainage Tax Expense Amount 4 | 350 | EA | |
RXEXPSAMT5 | Decimal | 10 | 3 | Retainage Tax Expense Amount 5 | 351 | EA | |
RXALLOAMT1 | Decimal | 10 | 3 | Retainage Tax Allocated Amount 1 | 352 | EA | |
RXALLOAMT2 | Decimal | 10 | 3 | Retainage Tax Allocated Amount 2 | 353 | EA | |
RXALLOAMT3 | Decimal | 10 | 3 | Retainage Tax Allocated Amount 3 | 354 | EA | |
RXALLOAMT4 | Decimal | 10 | 3 | Retainage Tax Allocated Amount 4 | 355 | EA | |
RXALLOAMT5 | Decimal | 10 | 3 | Retainage Tax Allocated Amount 5 | 356 | EA | |
RTGTXSHIFT | Bool | 2 | 0 |
Warn On Retainage Tax Shift
False - No True - Yes |
357 | CA | |
RAXAMOUNT | Decimal | 10 | 3 | Retainage Tax Total Amount | 358 | EA | |
TXRXAMT1 | Decimal | 10 | 3 | Tax Amount Plus Rtg. Tax Amt. 1 | 359 | EA | |
TXRXAMT2 | Decimal | 10 | 3 | Tax Amount Plus Rtg. Tax Amt. 2 | 360 | EA | |
TXRXAMT3 | Decimal | 10 | 3 | Tax Amount Plus Rtg. Tax Amt. 3 | 361 | EA | |
TXRXAMT4 | Decimal | 10 | 3 | Tax Amount Plus Rtg. Tax Amt. 4 | 362 | EA | |
TXRXAMT5 | Decimal | 10 | 3 | Tax Amount Plus Rtg. Tax Amt. 5 | 363 | EA | |
RACBASE1 | Decimal | 10 | 3 | Retainage Tax Base 1 Sum | 364 | CA | |
RACBASE2 | Decimal | 10 | 3 | Retainage Tax Base 2 Sum | 365 | CA | |
RACBASE3 | Decimal | 10 | 3 | Retainage Tax Base 3 Sum | 366 | CA | |
RACBASE4 | Decimal | 10 | 3 | Retainage Tax Base 4 Sum | 367 | CA | |
RACBASE5 | Decimal | 10 | 3 | Retainage Tax Base 5 Sum | 368 | CA | |
RACAMOUNT1 | Decimal | 10 | 3 | Retainage Tax Amount 1 Sum | 369 | CA | |
RACAMOUNT2 | Decimal | 10 | 3 | Retainage Tax Amount 2 Sum | 370 | CA | |
RACAMOUNT3 | Decimal | 10 | 3 | Retainage Tax Amount 3 Sum | 371 | CA | |
RACAMOUNT4 | Decimal | 10 | 3 | Retainage Tax Amount 4 Sum | 372 | CA | |
RACAMOUNT5 | Decimal | 10 | 3 | Retainage Tax Amount 5 Sum | 373 | CA | |
RCRECVAMT1 | Decimal | 10 | 3 | Rtg. Tax Recoverable Amt. 1 Sum | 374 | CA | |
RCRECVAMT2 | Decimal | 10 | 3 | Rtg. Tax Recoverable Amt. 2 Sum | 375 | CA | |
RCRECVAMT3 | Decimal | 10 | 3 | Rtg. Tax Recoverable Amt. 3 Sum | 376 | CA | |
RCRECVAMT4 | Decimal | 10 | 3 | Rtg. Tax Recoverable Amt. 4 Sum | 377 | CA | |
RCRECVAMT5 | Decimal | 10 | 3 | Rtg. Tax Recoverable Amt. 5 Sum | 378 | CA | |
RCEXPSAMT1 | Decimal | 10 | 3 | Rtg. Tax Expense Amount 1 Sum | 379 | CA | |
RCEXPSAMT2 | Decimal | 10 | 3 | Rtg. Tax Expense Amount 2 Sum | 380 | CA | |
RCEXPSAMT3 | Decimal | 10 | 3 | Rtg. Tax Expense Amount 3 Sum | 381 | CA | |
RCEXPSAMT4 | Decimal | 10 | 3 | Rtg. Tax Expense Amount 4 Sum | 382 | CA | |
RCEXPSAMT5 | Decimal | 10 | 3 | Rtg. Tax Expense Amount 5 Sum | 383 | CA | |
RCALLOAMT1 | Decimal | 10 | 3 | Rtg. Tax Allocated Amount 1 Sum | 384 | CA | |
RCALLOAMT2 | Decimal | 10 | 3 | Rtg. Tax Allocated Amount 2 Sum | 385 | CA | |
RCALLOAMT3 | Decimal | 10 | 3 | Rtg. Tax Allocated Amount 3 Sum | 386 | CA | |
RCALLOAMT4 | Decimal | 10 | 3 | Rtg. Tax Allocated Amount 4 Sum | 387 | CA | |
RCALLOAMT5 | Decimal | 10 | 3 | Rtg. Tax Allocated Amount 5 Sum | 388 | CA | |
RAPBASE1 | Decimal | 10 | 3 | Primary Retainage Tax Base 1 | 389 | CA | |
RAPBASE2 | Decimal | 10 | 3 | Primary Retainage Tax Base 2 | 390 | CA | |
RAPBASE3 | Decimal | 10 | 3 | Primary Retainage Tax Base 3 | 391 | CA | |
RAPBASE4 | Decimal | 10 | 3 | Primary Retainage Tax Base 4 | 392 | CA | |
RAPBASE5 | Decimal | 10 | 3 | Primary Retainage Tax Base 5 | 393 | CA | |
RAPAMOUNT1 | Decimal | 10 | 3 | Primary Retainage Tax Amount 1 | 394 | CA | |
RAPAMOUNT2 | Decimal | 10 | 3 | Primary Retainage Tax Amount 2 | 395 | CA | |
RAPAMOUNT3 | Decimal | 10 | 3 | Primary Retainage Tax Amount 3 | 396 | CA | |
RAPAMOUNT4 | Decimal | 10 | 3 | Primary Retainage Tax Amount 4 | 397 | CA | |
RAPAMOUNT5 | Decimal | 10 | 3 | Primary Retainage Tax Amount 5 | 398 | CA | |
RPRECVAMT1 | Decimal | 10 | 3 | Prm. Rtg. Tax Recoverable Amt. 1 | 399 | CA | |
RPRECVAMT2 | Decimal | 10 | 3 | Prm. Rtg. Tax Recoverable Amt. 2 | 400 | CA | |
RPRECVAMT3 | Decimal | 10 | 3 | Prm. Rtg. Tax Recoverable Amt. 3 | 401 | CA | |
RPRECVAMT4 | Decimal | 10 | 3 | Prm. Rtg. Tax Recoverable Amt. 4 | 402 | CA | |
RPRECVAMT5 | Decimal | 10 | 3 | Prm. Rtg. Tax Recoverable Amt. 5 | 403 | CA | |
RPEXPSAMT1 | Decimal | 10 | 3 | Prm. Rtg. Tax Expense Amount 1 | 404 | CA | |
RPEXPSAMT2 | Decimal | 10 | 3 | Prm. Rtg. Tax Expense Amount 2 | 405 | CA | |
RPEXPSAMT3 | Decimal | 10 | 3 | Prm. Rtg. Tax Expense Amount 3 | 406 | CA | |
RPEXPSAMT4 | Decimal | 10 | 3 | Prm. Rtg. Tax Expense Amount 4 | 407 | CA | |
RPEXPSAMT5 | Decimal | 10 | 3 | Prm. Rtg. Tax Expense Amount 5 | 408 | CA | |
RPALLOAMT1 | Decimal | 10 | 3 | Prm. Rtg. Tax Allocated Amount 1 | 409 | CA | |
RPALLOAMT2 | Decimal | 10 | 3 | Prm. Rtg. Tax Allocated Amount 2 | 410 | CA | |
RPALLOAMT3 | Decimal | 10 | 3 | Prm. Rtg. Tax Allocated Amount 3 | 411 | CA | |
RPALLOAMT4 | Decimal | 10 | 3 | Prm. Rtg. Tax Allocated Amount 4 | 412 | CA | |
RPALLOAMT5 | Decimal | 10 | 3 | Prm. Rtg. Tax Allocated Amount 5 | 413 | CA | |
VDACCTSET | Char | 6 | 0 | Vendor Account Set | %-6N | 414 | EA |
VDACCTDESC | Char | 60 | 0 | Vendor Account Set Description | 415 | EA |