Results 1 to 31 of 31

Thread: An accountancy software

  1. #1

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Question An accountancy software

    I will make an accountancy software which will write/read datas to/from MySQL DB. It will only use one table and will make some mathematical count with these datas. For example it will count the taxes etc...

    How much price shall I demand for such a software's source codes? ( user will get all codes for the software)
    and
    How much price shall I demand for such a software's setup? ( user will only have the compiled version and a serial key for the software)
    Dim Me As Coder

  2. #2
    New Member
    Join Date
    Jan 2007
    Posts
    4

    Re: An accountancy software

    erm well it depends how good the software is, your best bet would be to get a beta tester to test it all for you and ask them how much they would pay for it.

  3. #3

  4. #4
    Frenzied Member
    Join Date
    Oct 2003
    Posts
    1,301

    Re: An accountancy software

    Depends.
    What will it do?
    How much support can I expect?

  5. #5
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: An accountancy software

    An accounting package that uses a single table can't be very vigorous.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  6. #6

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Re: An accountancy software

    it will use MySQL database and it will make some counts. Maybe more if costumer wants. I will check errors and give them with a messagebox.
    what do you think?
    Dim Me As Coder

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: An accountancy software

    One of the first rules of marketing is to know your competition.

    What does your software package do that other accouting software packages does not do?

    What do comparible accounting software packages sell for?

    Why should I buy yours instead of someone else's?

  8. #8

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Re: An accountancy software

    you are right but my costumer is my friend so he wants from me software wnd he will exactly tell me what he wants. So he wants a special software I havent spoken with him but i think it will be a simple software. 1 more thing software will check some conditions for datas, which has been read from database.
    ??
    Dim Me As Coder

  9. #9
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: An accountancy software

    Quote Originally Posted by Hack
    Why should I buy yours instead of someone else's?
    In this case I think it would be... price...

    Genom, how much time did you spend on it ?

    And if you did not start on it yet, then tell the person that you will work for say $30 per hour, and you will give him/her an approximate of total time. This way your customer will have an idea on how much it will be, and when it's all done, you can charge him/her accordingly by how much time you spent on it...

  10. #10
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: An accountancy software

    Quote Originally Posted by CVMichael
    In this case I think it would be... price...
    That would depend on who I am. If I'm a "mom and pop" whatever store that currently does accounting via yellowed lined pad and paper then perhaps price would be a consideration.

  11. #11
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: An accountancy software

    Quote Originally Posted by CVMichael
    In this case I think it would be... price...
    For a budget package perhaps but people will still be looking for a functionality first.
    I have been envolved in the software evaluation more than once and these are basically how you do it:

    - you're looking for the best with no budget limitation
    - you're looking to buy for a moderate price but it must offer most of functionality from the best category
    - you're looking for cheap temporary solution but it must do (or be very close) what you need

    You do research and fill every group with 5-6 packages. Then you try to get a demo ... and so and so forth ...

    I also share Al's sentiments about accounting package having only one table... It just doesn't sound right at all.

  12. #12
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: An accountancy software

    Quote Originally Posted by Hack
    That would depend on who I am. If I'm a "mom and pop" whatever store that currently does accounting via yellowed lined pad and paper then perhaps price would be a consideration.
    They will drive you nuts for $100 package ...

  13. #13

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Re: An accountancy software

    Quote Originally Posted by RhinoBull
    I also share Al's sentiments about accounting package having only one table... It just doesn't sound right at all.
    Sorry about my bad english but I havent understood your sentence...
    and thanks for your help. I will use these tips in my professional projects which I will begin this year I think...
    Dim Me As Coder

  14. #14
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: An accountancy software

    Quote Originally Posted by Genom
    ... I havent understood your sentence...
    Well, an accounting software package is usually complex program (or even system if you will) that cannot be based on the database containg only one data table - the number of tables required to write more or less comprehensive application could be anywhere from a dozen (or two) to a few hundred.

  15. #15
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: An accountancy software

    A decent database design will have just one table only if there is just 'simple' data to store, and there is no repeating of data. (apart from a Data Warehouse, which is not relevant to you!)

    By using a single table for anything more complex (you almost certainly will in this case) you make the program much more awkward to write/modify, more prone to error, and probably harder to use too.

    See this article on Normalisation for an explanation of the "proper" method.

  16. #16
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: An accountancy software

    Quote Originally Posted by RhinoBull
    They will drive you nuts for $100 package ...
    I see you have been there as well!

  17. #17
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: An accountancy software

    I don't think normalization is as important anymore - it does take care of redundancy but that's about it...
    However, you may need to have a dozen or so what I call "look-up" tables for country/state/city/zip codes - just to make sure you're applying correct taxes... Not to mention that those tables along need to be part of some financial service that supplies with such information. There is lots of other information that needs to be stored in your other config/look-up tables - you name it...
    So, how can one design such package with only one table remains a mystery to me. Someone must be a Genius I guess.

  18. #18

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Re: An accountancy software

    I have understood now what you tell but my friend told me that it is enough to save datas to one table. I think it is true because he hasnt a company or a business. He needs something simpe. I have seen some accounting softwares which were complex and very detailed. It's price was more then 1000 $. But I tink that 80$ is enough for my application. If you are interested in I can tell the functions of the software, when I talk with my friend?
    Dim Me As Coder

  19. #19
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: An accountancy software

    Quote Originally Posted by RhinoBull
    I don't think normalization is as important anymore
    You want to see the customer name, address, etc., for every ledger entry?

    And keeping the program in line with the country's accounting standards is a must - outputs from programs that don't adhere to the standards will not be used by accountants, and government tax offices won't look at them, so you'll have to rewrite the books every year into a form that can be used.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  20. #20
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: An accountancy software

    Al,

    you don't have to explain the basics to me - notrmalization is one way of doing things and by far not the best (it was perhaps 10 years ago).
    I have system comprised of 100+ tables which are normalized upto 4th normal form I think - it's almost unmanageable.
    We are in process of redesigning the entire thing and will definitely flatten database down for more simple processing and maintenance.
    Second normal form is ok but beyond that it becomes really disgusting and stupid - especially when you need to write endless joins...

  21. #21
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: An accountancy software

    We aren't saying that Genom should go to extremes, just that a degree of normalisation (in addition to lookup tables) is a good thing... that may simply be having a 'Customer' table in addition to the 'main' table, or it may mean having 10+ tables... it all depends on the data requirements.

  22. #22

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Re: An accountancy software

    yes si_the_geek this is exactly what I think actually I won't need more then 10 tables. and it would be very hard to use and server would be very slow
    Dim Me As Coder

  23. #23
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: An accountancy software

    10 tables? I doubt very much. Think of some "right off the shelf" software like "Quick Books" - nice an lovely interface and tons of ready-to-go functionality (even printing checks included). And you can have all that for about $40 US. Can you match it with only 10 tables? I seriously doubt.

    Good luck anyway.

  24. #24
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: An accountancy software

    Have you looked at or tried MS Small Business Acounting 2006? Its very powerful and only $79.99

    http://www.bestbuy.com/site/olspage....&ref=16&loc=01

    Its very hard to create your own product when the competition is so powerful and yet priced so inexpensive.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  25. #25

  26. #26
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: An accountancy software

    I just installed it over the weekend and its really nice. Great dashboard, reports, templates, integration with other office apps etc. I wouldnt be able to compete with it at all. Its going to take a piece of the market from Quick Books. QB sucks and its tech supports sucks too as its all routed to India. I'm glad I dont have to support it anymore at any client locations
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  27. #27
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: An accountancy software

    Quote Originally Posted by Genom
    I have understood now what you tell but my friend told me that it is enough to save datas to one table. I think it is true because he hasnt a company or a business. He needs something simpe. I have seen some accounting softwares which were complex and very detailed. It's price was more then 1000 $. But I tink that 80$ is enough for my application. If you are interested in I can tell the functions of the software, when I talk with my friend?
    Genom...

    Forget everything everyone has said in this post

    If you think that you can get $80 or $100 from someone to write some code that they might find useful...

    And you think that is enough money to give your time and effort...

    Then it's worth it's price in gold - getting the experience of working with a user - putting a simple application together - debugging it - modifying it - that had great value to you.

    Do it for free if you need the experience!!

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  28. #28

  29. #29
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: An accountancy software

    I agree but mostly was pointing out how feirce the competition is that he would be up against. Allot of big name software companies have their own accounting software that is really cheap and of high quality.

    But as Steve posted, if you can do all that work and it be justifiable to spend all that time on then by all means do it. It may pay off in other respects with that client with other jobs etc.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  30. #30
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: An accountancy software

    Genom, if you really want to build a good accounting software then you should start with the core... general ledger (and inventory, prioritize, if business deals with product sale or assembly). Then just build the other modules around the core. The design should be very modular and flexible. Otherwise when conditions change (eg. new taxes) and you hardcoded everything then you'd obviously run into problems updating the software and the client will realize he paid too much.

    A single table accounting software is no good. The client would be better off just maintaining an Excel spreadsheet (which has rows and cols just like a table).
    Last edited by leinad31; Jan 15th, 2007 at 11:40 PM.

  31. #31
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: An accountancy software

    If you look at the competition like previously suggested, you can see what features they offer so you can offer some othe the same ones and get an idea of whats good/popular.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width