General tips on accounting software
-
I'm going to start a new project - a small (but very user friendly) accounting software. I'm looking for some general tips, advices and experience - mostly technical. Can you point me to some articles, e-books? btw. I'm not a noob, I just want to go with the best practice I can find. Thank you.
-
I'm going to start a new project - a small (but very user friendly) accounting software. I'm looking for some general tips, advices and experience - mostly technical. Can you point me to some articles, e-books? btw. I'm not a noob, I just want to go with the best practice I can find. Thank you.
Lju2 wrote:
I'm going to start a new project - a small (but very user friendly) accounting software. I'm looking for some general tips, advices and experience - mostly technical. Can you point me to some articles, e-books?
This forum is for people to request or suggest ideas for articles. It's not for programming questions. Your question would be better placed in the 'General Discussions' forum.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
-
I'm going to start a new project - a small (but very user friendly) accounting software. I'm looking for some general tips, advices and experience - mostly technical. Can you point me to some articles, e-books? btw. I'm not a noob, I just want to go with the best practice I can find. Thank you.
You asked the perfect question and I have the exact program you are looking for. However, because I am using the program/code in a National programming competition I can't release anything :(. The one I wrote: -8,000 lines of code -300 hours to create -handles vendors->POs->Invoices->Check Register->Reporting->User Management->Check sheet printing, etc I am bummed that I cant share more of the program, but if you need assistance just post back. I might be able to help a tiny bit.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios[^]
-
You asked the perfect question and I have the exact program you are looking for. However, because I am using the program/code in a National programming competition I can't release anything :(. The one I wrote: -8,000 lines of code -300 hours to create -handles vendors->POs->Invoices->Check Register->Reporting->User Management->Check sheet printing, etc I am bummed that I cant share more of the program, but if you need assistance just post back. I might be able to help a tiny bit.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios[^]
-
Have you consulted any books, articles before developing your application? Followed any other design, already made? Thanks
My accouting program uses WPF and as such I looked at various reference books on WPF including: Pro WPF, Pro C# with .NET 3.5 Framework, and a few others. As for the accounting aspect, the entire program was written from scratch with only my ideas to work from. I did not consult any reference material for the creation of this program. I did however get more fine-tuned accounting details with regards to the accounting requirements for the program from other people. As for the design, my application is one of a kind, and I have not seen another application similar to it in the market.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios[^]