Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

api - Programmatically pushing data to Quickbooks Online? -


our company uses quickbooks online track our books. when our application bills customer, nice have information recorded automatically in qb rather logging in qb online fill in info.

is there way accomplish using quickbook's apis? intuit developer information confusing; oriented towards extending desktop version of quickbooks or developing apps publish in intuit's app store.

have created web or other service-side app able pull data or qb online?

if you're building one-off application, quickbooks online qbxml gateway way go. it's pretty simple post-your-xml-requests-over-http sort of interface gives access large chunk (but not all) of functionality within quickbooks online.

if you're building saas application, should looking @ intuit partner platform instead. sounds you're building one-off app company, we'll focus on that:

if on my quickbooks integration wiki there example qbxml requests show how sign on, , how post qbxml requests quickbooks servers.

you don't specify language, if you're using php, try out open-source quickbooks php devkit (look @ docs/example_online_edition.php , docs/example_raw_online_edition.php in .zip nightly builds).

you'll want use quickbooks osr qbxml reference. quickbooks sdk has 40+ pages specifically quickbooks online edition should review.

the intuit developer forums resource.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -