Results 1 to 5 of 5

Thread: Model db for easy accounting database

  1. #1
    Join Date
    May 2011
    Posts
    80

    Model db for easy accounting database

    I have a question that rather no one has asked till now , well here goes my question In the simplest I use that word very insecurely of cases, how would you guys form a database in which refunds and overpayments be permitted at the same time as keeping the original charge ,payment transactions just as there are , in view of the fact that most of these entities or transactions have a many-to-many connection, things are seeming a bit more complicated than I previously thought so please help me according .

  2. #2
    Join Date
    May 2009
    Posts
    543

    Re: Model db for easy accounting database

    Well, I need to say that this thread made me seriously think for an 1 hour before I reply you but , as far as I have understood the question I have been able make out an solution for it , so how about adding a new table/row to it as that might help you to gain a better control over it , as that extra row/column would be named as credit = payment done by member and the charges that are paid by them ., so that would just auto –calculate the things .

  3. #3
    Join Date
    May 2009
    Posts
    527

    Re: Model db for easy accounting database

    In my opinion I don ‘ think storing that high values would be an better option for you as that might just miss all the normalization which need to be done when you are on it ,as the I have a analogous application in progress and I recalculate it every time when I input an value in it . The concern with storing the rate is that it constantly desires to be accurate. If you at one spot you overlook to modify the value, you'll have a massive mess and it will be tough to fix the wrong numbers.

  4. #4
    Join Date
    May 2009
    Posts
    511

    Re: Model db for easy accounting database

    This is what I can recall from the last accountant software that I made for an shopkeeper to keep an detailed trap on it , I made a new table called table 1 and they had all the necessary filed in to that table ( mind you I am using SQL ) here and then give each table an unique id to it and then I used an sql command to
    Code:
    Select Sum (Credit)-Sum (Debit) from table1 Where Account Number ='134323' And Type='labor’
    While the other fields may vary according to your requirements .

  5. #5
    Join Date
    May 2011
    Posts
    80

    Re: Model db for easy accounting database

    Thanks for the replies all. Because a bit of an update, we're officially having a "back to the drawing board" gathering late this week (or early next). After the preceding tries and it has been unwavering that this purpose is much more multifaceted than the characteristic creep made obvious. That supposed, the whole thing is back on the table, together with growth framework, etc.

Similar Threads

  1. Replies: 8
    Last Post: 05-12-2011, 09:20 PM
  2. CAR MAKE & MODEL database
    By karv in forum Software Development
    Replies: 2
    Last Post: 07-10-2011, 02:19 PM
  3. Export Database Model to SQL
    By Nakul2 in forum Software Development
    Replies: 5
    Last Post: 01-12-2010, 07:42 AM
  4. Replies: 6
    Last Post: 31-08-2010, 05:50 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,715,636,440.96442 seconds with 17 queries