ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Accounting Software Source Code C
    카테고리 없음 2020. 2. 17. 22:25
    1. Source Code Software

    PostBooks is an accounting software and business management system. PostBooks has the standard accounting modules, which includes general ledger, accounts receivable, accounts payable, and financial reporting. However, PostBooks has additional features that include customer resource management (CRM), purchasing and light manufacturing.

    Source Code Software

    Accounting software source code

    PostBooks also has OpenRPT, which is an open source report writer so that you can customize its reports to meet your business’ specific needs.Operating System Compatibility: Windows, Mac, and Linux.

    Hi,I am making an accounting software. In accounting, each record has two or more lines/rows such as:-Sales 500,000 Cash -500,000 -There are two rows in above accounting. Similarly another accounting record my contain four rows such as:-Sales 500,000 Discount -100,000 Cash -400,000 -My problem is, how to give a unique id to a particular accounting record such as:-1 Sales 500,000 1 Cash -500,000 2 Sales 500,000 2 Discount -100,000 2 Cash -400,000 -THAT I CAN DISTINGUISH BETWEEN TWO ACCOUNTING RECORDSand when user saves a new accounting record with 2 or more rows. Mysql automatically give '3' to all those two or more rows.IS IT POSSIBLE? You will need sequence generation package which will return unique sequence number for each sequence-key.A) RecordKeyB) JournalKeyBefore insert you will have to write logic to insert these 2 generated keys into the record. RecordKey sequence has to be fetched every time an insert into the accounting table is done.

    Journalkey to be fetched every time the accounting legs are identified for insert. In your case 1 and 2 are JournalKey and recordkey can be a primary key for your accounting table. When answering a question please:. Read the question carefully.

    Understand that English isn't everyone's first language so be lenient of badspelling and grammar. If a question is poorly phrased then either ask for clarification, ignore it, oredit the question and fix the problem. Insults are not welcome. Don't tell someone to read the manual. Chances are they have and don't get it.Provide an answer or move on to the next question.Let's work to help developers, not make them feel stupid.

Designed by Tistory.