Top "Accounting" questions

Systematic recording, reporting, and analysis of financial transactions of a business.

Database schema design for a double entry accounting system?

Does anybody know or have any links to websites describing details of how to design a database schema for a …

database database-design accounting
Calculate fiscal year in SQL Server

How would you calculate the fiscal year from a date field in a view in SQL Server?

sql-server accounting
Find out which combinations of numbers in a set add up to a given total

I've been tasked with helping some accountants solve a common problem they have - given a list of transactions and …

algorithm math nested-loops accounting
Open-source PHP Accounting/General Ledger Implementation

I'm looking for any open-source accounting module that I can include in my Symfony project. I was thinking of writing …

php open-source accounting
looking for a simple database design for accounts receivable

I am in the process of adding accounts receivable to one of my webapps. Essentially, I want to be able …

sql accounting invoices receipt
SQL: Creating aging buckets based on last payment date for financial reporting

I need to create an aging report of credit balances on the customer-level. Notes: Aging is based on customer's last …

sql sql-server-2008 tsql financial accounting
Accounting System for Winforms / SQL Server applications

If you were going to write a vertical market C# / WinForms / SQL Server application and needed an accounting "engine" for …

c# sql-server winforms accounting
Basic Mysql and PHP accounting application

I am not a programmer, but I have been tasked with making a basic accounting app for a small business. …

php mysql accounting
Why do Excel values in parentheses become negative values?

A colleague and I encountered a behavior in Excel which isn't clear to us. Background: We have a tool which …

excel brackets negative-number accounting
Double-entry accounting libraries for Java?

What double-entry accounting libraries are available for Java?

java accounting