Results 1 to 3 of 3

Thread: How to create a leadger system in c#

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2020
    Posts
    19

    How to create a leadger system in c#

    Hi dear how are you
    My question is how to create a leadger system in c# when i have column in db sale and purchase

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: How to create a leadger system in c#

    We're not here to teach you how to program from scratch. What have you done and where are you stuck? If you want to create such a system then presumably you know how it works so put something into the logic that your application needs to implement and then make an effort to implement it. When you have broken it down into smaller parts then you can research them each independently and then, if an when you encounter an actual issue, you can ask us about that specifically.

  3. #3
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,532

    Re: How to create a leadger system in c#

    First thing to do is read up on Accounting Principles and decide how you want to track things: Do you want to use a double entry system? This would be using credits and debits and look like a traditional accountants book system. Or a single entry system? This is a simpler ystem and looks like a traditional checkbook tracking where deposits are positive and payments as negatives and a running balance. Once you know what kind of system you want, then you can design the database or datastorage around that, then finally build the UI around that.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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