Search found 68 matches

by bandorganman
Thu Sep 09, 2021 8:39 pm
Forum: Shell (User Interface)
Topic: HUD Section 1200
Replies: 25
Views: 23315

Re: HUD Section 1200

There seems to be a fees collection incorporated into line 1202. How do I populate the collection?
by bandorganman
Thu Sep 09, 2021 5:28 pm
Forum: Shell (User Interface)
Topic: HUD Section 1200
Replies: 25
Views: 23315

HUD Section 1200

How do I code different fees for line 1202? Looks like there is a collection of fees for this line. I am coding in C# using the lines collection. As an example IOrderItem line1113 = (IOrderItem)lines[1113]; line1113.SetProperty("SellerAmount", hs2.Hud1113); How do I use this format to addr...
by bandorganman
Sat Apr 03, 2021 3:17 pm
Forum: Shell (User Interface)
Topic: Entering tax information for city/town and county
Replies: 11
Views: 7834

Re: Entering tax information for city/town and county

I am not trying to create additional charges, just need to set the amount of the charge that is there. How do I do this?
by bandorganman
Thu Apr 01, 2021 10:37 pm
Forum: Shell (User Interface)
Topic: Entering tax information for city/town and county
Replies: 11
Views: 7834

Re: Entering tax information for city/town and county

Sure. Lines 106, 107, 108 210, 211, 212, 406, 407, 408, 510, 511, 512, and 700, 701, 702 and 703 all say 'No additional charges may be added to this line'. Where and how do I enter this?
by bandorganman
Wed Mar 31, 2021 5:49 pm
Forum: Shell (User Interface)
Topic: Entering tax information for city/town and county
Replies: 11
Views: 7834

Re: Entering tax information for city/town and county

Hi, I needed to take several months off for personal business. Now I have questions about entering taxes. How is the proration date entered? Sellers non-prorated personal tax?

Same question for section 700 of HUD page 2. How do lines in this section get populated?

Thank you.
by bandorganman
Mon Dec 21, 2020 9:27 pm
Forum: Shell (User Interface)
Topic: Entering tax information for city/town and county
Replies: 11
Views: 7834

Re: Entering tax information for city/town and county

Thanks, Bob, sorry to bug you guys, but I could not find any info on this in the sdk. Happy holidays!
by bandorganman
Fri Dec 18, 2020 3:27 pm
Forum: Shell (User Interface)
Topic: Entering tax information for city/town and county
Replies: 11
Views: 7834

Entering tax information for city/town and county

I cannot find any information in the sdk about entering taxes. It can not be done in the HUD line. Is it directly entered into the order properties such as: o.SetProperty("Taxes.BuyerTax.Tax.Amount", value); o.SetProperty("Taxes.BuyerTax.SellerTax.PeriodFrom", date); or is this a...
by bandorganman
Thu Dec 17, 2020 3:44 pm
Forum: Shell (User Interface)
Topic: Entering multiple looans per order
Replies: 14
Views: 2134

Re: Entering multiple looans per order

I can never find the New Topic button, so I am sending this as a reply to an old topic. I cannot find any information in the sdk about entering taxes. It can not be done in the HUD line. Is it directly entered into the order properties such as: o.SetProperty("Taxes.BuyerTax.Tax.Amount", va...
by bandorganman
Wed Dec 16, 2020 7:19 pm
Forum: ReadyDoc Development
Topic: Order.Properties.Taxes.BuyerTax.Amount
Replies: 9
Views: 7955

Re: Order.Properties.Taxes.BuyerTax.Amount

Thanks, Bob, I was wondering what that strange looking language was! I did not realize there were different forums. Now I know.
by bandorganman
Tue Dec 15, 2020 6:22 pm
Forum: ReadyDoc Development
Topic: Order.Properties.Taxes.BuyerTax.Amount
Replies: 9
Views: 7955

Re: Order.Properties.Taxes.BuyerTax.Amount

Hi, I am working on this now for my client. Shouldn't the index into the taxes start at [0]? That would make it [0] for city / town, [1] for county and [2]for assessments. If i am missing something? I am coding in C#.