You are on page 1of 6

Using C# language, we created our simple accounting system.

The system
features a ledger where users can input their entries and search entries where they
can input the PR number and display all entries under it. One client can only use the
system we created. If another client wants to use the system, they must reinstall the
software separately. This feature ensures that the information our clients is only
exclusive to them. Another security feature is an exclusive account, meaning one
account, one client, and the other client cannot log in to their account on the other
client's account. This feature also ensures that no data can be breached, especially in
accounting which involves money and private transactions. Our clients can use our
system freely. They can maximize all the features our system can offer, namely, a
ledger system where the user can input all their entries. A print function that allows
them to print the ledger directly and an excel export where they can export all their
entries to a Microsoft Excel file. This simple system will help them to improve
significantly their accounting process and can focus more on their business process.
User Login Flowchart
User Input Flowchart
User Display Table Flowchart
User Print Table Flowchart
USER CONVERT ENTRIES TO EXCEL
USER SORT ENTIRES FLOWCHART

You might also like