RE: Contracting to a single company

2010-04-29 Thread Trevor Andrew
HI Michael, The things you need to ask an account about is "How familiar are you with Personal Services Income workers". That's the ATO term for contractors who earn 100% or nearly 100% of their income from a single source. If you don't have multiple clients then the Tax Office wants you to

Re: Contracting to a single company

2010-04-29 Thread David Burstin
As mentioned, there are a lot of factors involved. Things to look at include (but not limited to): - Are you contracting to produce a specific outcome (eg a single project) or are you available to work on anything they want you to? The latter implies employee. - Do you supply your own

Re: Contracting to a single company

2010-04-29 Thread David Burstin
On Thu, Apr 29, 2010 at 5:03 PM, Trevor Andrew wrote: > What they don’t want to see is your company earns X, and you pay a salary > of X/2 to you and X/2 to your wife for “doing the books”. > > > Unless your wife really is doing the books, has timesheets to prove it, and is just paid for her actu

RE: Contracting to a single company

2010-04-29 Thread Trevor Andrew
Hi Dave, Absolutely! I guess I was trying to convey that direct 50/50 income splitting is what proliferated in the 90's and that's what they're trying to stamp out with PSI ... After all, doing the books of a 1 (oh that's right 2) person company hardly constitutes a full-time job does it J

Re: Contracting to a single company

2010-04-29 Thread David Burstin
Hey Trevor, I agree. My point is that if you actually treat your company like a company that could employ a lot of people, just doesn't yet, then you are more likely to be treated as such. If you treat your company as a sham/front then you are likely to be treated as such too. Keep everything comm

RE: Empower Program being terminated / new Microsoft Action Pack Development and Design - thoughts?

2010-04-29 Thread Jorke Odolphi
More info will be available closer to the 24th May but this is what we have right now - If you have questions I won't answer them before then - but you can try our support line https://partner.microsoft.com/Australia/supportsecurity/contactus or check out the blog - http://blogs.msdn.com/auspar

Re: Contracting to a single company

2010-04-29 Thread Stephen Price
My wife is doing my books. You should hear her complain about it. And I have to really pay her to do it. The ATO understand. On Thu, Apr 29, 2010 at 3:12 PM, David Burstin wrote: > > > On Thu, Apr 29, 2010 at 5:03 PM, Trevor Andrew wrote: > >> What they don’t want to see is your company earns X,

RE: Empower Program being terminated / new Microsoft Action Pack Development and Design - thoughts?

2010-04-29 Thread Paul Keen
Thanks for the summary on the Action Pack. The qualifications for getting it include a small online test. What is the thrust of this test? Having spent all my time on studying software development subjects, the thought of providing answers to sales and marketing questions does raise a shud

How to declare a class refrence as an argument type?

2010-04-29 Thread Arjang Assadi
I need to have method with a a signature looking like this RegisterForm( typeof(Form) formType) where the forn type is actually a class refrence ( Delphi parlance, what are class refrences are called in C#?). so I would be able to call it like this : RegiterForm( typeOf(Form1) ); Any further r

Re: How to declare a class refrence as an argument type?

2010-04-29 Thread Preet Sangha
Do you mean Type? On 30 April 2010 11:45, Arjang Assadi wrote: > I need to have method with a a signature looking like this > > RegisterForm( typeof(Form) formType) > > where the forn type is actually a class refrence ( Delphi parlance, > what are class refrences are called in C#?). > > so I wou

Re: How to declare a class refrence as an argument type?

2010-04-29 Thread Joseph Clark
Use System.Type :-) On Fri, Apr 30, 2010 at 9:45 AM, Arjang Assadi wrote: > I need to have method with a a signature looking like this > > RegisterForm( typeof(Form) formType) > > where the forn type is actually a class refrence ( Delphi

Re: How to declare a class refrence as an argument type?

2010-04-29 Thread Michael Minutillo
if you need to limit the range of types passed in I tend to use generics with a constraint and typeof() i.e. void RegisterForm() where T : Form { var type = typeof(T); // ... } It also really depends on what you are using the type for I guess. On Fri, Apr 30, 2010 at 7:45 AM, Arjang Assadi

Re: How to declare a class refrence as an argument type?

2010-04-29 Thread Arjang Assadi
Thank you Preet and Joseph, I was trying to avoid using Type, I wanted to see if there is something closer to FormType rather than the generic Type. Same way that that people would avoid using "object" and instead use some type of constraint as is used in genereics. On 30 April 2010 09:48, Josep

RE: How to declare a class refrence as an argument type?

2010-04-29 Thread Ben.Robbins
Michael Minutillo's answer is exactly what you want. -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Arjang Assadi Sent: Friday, 30 April 2010 8:06 AM To: ozDotNet Subject: Re: How to declare a class refrence as an argument type?

RE: Contracting to a single company

2010-04-29 Thread James Chapman-Smith
Hi folks, You simply can't get away with PSI without serious implications from the ATO. You must earn at least 20% of your income from an independent source - ie no more than 80% from one company (or related company). You can NOT pay your spouse to do "secondary" tasks relating to your

RE: Contracting to a single company

2010-04-29 Thread Trevor Andrew
Hi James, But if you are a "one-man company", and you do only have a single client and hence a single source of income, you can simply accept that you are a PSI entity. The only ramification to satisfy the ATO is that you pay the vast majority of your company's income as a single salary (to

RE: Contracting to a single company

2010-04-29 Thread James Chapman-Smith
Hi Trevor, I'm not sure I understand what you mean by "plan how you distribute the income that PSI entity receives"? The entity doesn't get the PSI, you do. You don't have a choice but to "distribute" it to yourself. Apart from the legitimate expenses that the company has it is as if you earnt

Re: Contracting to a single company

2010-04-29 Thread Preet Sangha
Can I make the following observation. I'm from the UK and we had similar legislation (IR39). From what you say personal tool and insurances are covered as legit expenses. Doesn't that cover most thing that you'd claim for anyway. Yes I understand that you cannot distribute profits other than as tax

AddNew and BindingSource

2010-04-29 Thread Anthony
I have recently started to use control binding to object which appears to work fine. Question...I have some controls bound to an Entity(actually using LLBLGEN entity) A user enter values into these controls and then i save the BindingSource.Current to database...works fine! Now do i execute

Visual Studio crash warning

2010-04-29 Thread Greg Keogh
Folks, just a heads up about a strange problem that I just solved. Over the last several weeks I've had random fatal crashes in Visual Studio 2008. I could find no reliable pattern to the cause. I suspected it was a certain part of a large project, but recoding it made no difference. I uninstal

RE: Contracting to a single company

2010-04-29 Thread Trevor Andrew
Hi James, I'm speaking from experience of operating a Pty Ltd company with a single employee (me), with (usually) a single client at a time, and hence a single income stream. By using the term "PSI entity", I mean the company declares that it's income is derived from PSI sources, which changes

Re: Contracting to a single company

2010-04-29 Thread David Connors
On 30 April 2010 14:19, Trevor Andrew wrote: > I guess the reason I responded originally was that the original poster > (Michael) thought that working in this way was no longer possible, or that > you were in some way in breach of ATO laws and regulations. > The complexity of this thread and the

RE: Contracting to a single company

2010-04-29 Thread Trevor Andrew
Agreed, but ask them if they know anything about PSI first, not all do! From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Connors Sent: Friday, 30 April 2010 2:34 PM To: ozDotNet Subject: Re: Contracting to a single company On 30 April 2010 14:19

ASP.NET SecurityException, global asax handling

2010-04-29 Thread Winston Pang
Hey guys, Has anyone got any ideas why my Application_Error handler isn't getting called when a SecurityException is raised? I've got an assumption that SystemException's aren't routed to that handler. Is there anyway to enable this? Cheers, Winston

Re: ASP.NET SecurityException, global asax handling

2010-04-29 Thread noonie
Greetings, These two guys believe that SecurityException(s) do get routed to your error handler... http://blog.maartenballiauw.be/category/aspnet.aspx?page=10 http://dotnetaddict.dotnetdevelopersjournal.com/aspnet_mvc_security.htm -- Regards, noonie On 30 April 2010 15:31, Winston Pang wr

Re: ASP.NET SecurityException, global asax handling

2010-04-29 Thread Jason Finch
There was a post on so that says CustomErrors needs to be "on" > On 30 April 2010 15:31, Winston Pang wrote: > >> Hey guys, >> >> Has anyone got any ideas why my Application_Error handler isn't getting >> called when a SecurityException is raised? I've got an assumption that >> SystemException'