Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

33
votes
24answers
11k views

Use Float or Decimal for Accounting Application Dollar Amount?

We are rewriting our legacy Accounting System in VB.NET and SQL Server. We brought in a new team of .NET/ SQL Programmers to do the rewrite. Most of the system is already completed with the Dollar ...
19
votes
6answers
5k views

Accounting Software Design Patterns

Are there any good resources (books, authoritative guides, etc.) for design patterns or other best practices for software that includes financial accounting features? Specifically, where is good ...
13
votes
8answers
2k views

Recommend open source accounting / erp?

Can anyone recommend an open source accounting/erp solution? Ideally I'm looking for something web-based that can handle both standard and non-profit accounting. But there's not a lot out there, so ...
12
votes
6answers
1k views

Rehash: Accounting Software Design Patterns

Back in October, Kristopher Johnson asked about Accounting Software Design Patterns He received several answers, but they were all basically the same, pointing to Martin Fowlers Accounting Patterns. ...
9
votes
4answers
890 views

Double-entry accounting libraries for Java?

What double-entry accounting libraries are available for Java?
9
votes
4answers
11k views

Sample Database Design for Financial Accounting

Could someone please lead me to a sample database for a financial accounting system?
7
votes
13answers
2k views

Which open source database is the best option for an accounting-related system?

I am in the early stages of planning and designing a custom accounting application for my firm. My goal is to utilize an open source relational database for the data storage portion and I'm aware of ...
7
votes
7answers
12k views

PHP + Quickbooks integration (API)

Has anyone found a working PHP API/framework for syncing my custom built ecommerce web site back to Quickbook for accounting? Update: I've looked into using the framework found at: ...
6
votes
11answers
1k views

Writing a web application in excel? Why not?

Before you start flaming, I'm going to tell you that I am trying to convince myself that this is a bad idea. Basically, I'm trying to create a website with some basic accounting functions. My friend, ...
6
votes
11answers
271 views

How do people create re-usable databases?

How do people make reusable databases that can be used for many products? For example,if we have a database designed for a school...Can it be easily modified to be given to a college? What is the ...
6
votes
6answers
3k views

Integrating QuickBooks with your e-commerce site

I've recently been tasked with integrating QuickBooks with a custom built e-commerce site. What is the most painless way to go about integrating QuickBooks with my code? Are there any F/OSS or ...
5
votes
1answer
299 views

any Java libraries or frameworks providing double-entry accounting and ledger functionality?

I would like to be able to do CRUD operations on the following types Bank Accounts Transactions Clients Invoices Suppliers and particularly I would like to be able to calculate UK VAT I am ...
5
votes
29answers
563 views

Year end budget - what development software should be considered? [closed]

My department, and I assume many others, have an unusual year end problem: they haven't consumed all their budget. If they don't spend it all, then next year the budget will be reduced. We've ...
4
votes
2answers
707 views

Accounting Database - storing credit and debit?

When you store a transaction into a database 1) Do you store Credit and debit in the same record under two different columns? (without the positive or the negative sign) Example 1A TABLENAME ... ...
4
votes
5answers
982 views

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 a total deposit, which transactions are part of the deposit? For example, say I have ...
4
votes
1answer
198 views

Java - Which accounting module is best to embed in my JAVA application?

I am developing a java application. I want to integrated some accounting module in my app. I don't want any feature-rich accounting module. I just want to maintain salaries expenses generating ...
4
votes
8answers
2k views

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 it, what software package would you chose ? By vertical market, I mean the ...
3
votes
2answers
656 views

Best practices for doing accounting in Python

I am writing a web2py application that requires summing dollar amounts without losing precision. I realize I need to use Decimals for this, but I've found myself having to wrap every single number I ...
3
votes
3answers
4k views

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 double entry accounting system ??. I did find a bunch of articles but non were very ...
3
votes
1answer
299 views

Multi-Country Accounting System Default currency

We are developing an enterprise-size accounting system and we have logical design problem which we couldn't solve so far. according to the GAAP standards all the financial transactions have to be ...
3
votes
8answers
1k views

Evenly divide a dollar amount (decimal) by an integer

I need to write an accounting routine for a program I am building that will give me an even division of a decimal by an integer. So that for example: $143.13 / 5 = 28.62 28.62 28.63 28.63 28.63 I ...
3
votes
1answer
248 views

Financial Account pattern implementation in Clojure: ref or agent?

I'm working my way through Fowler's Analysis Patterns and programming examples for myself in Clojure as way of developing a better understanding of both. Putting persistence/durability issues to the ...
2
votes
1answer
178 views

Account Balance verification with Java and Hibernate HQL

I have following properties in my current Account Balance object: long id; // Database ID Date date; // date when this balance object was created boolean ...
2
votes
1answer
313 views

What's the best way to ensure balanced transactions in a double-entry accounting app?

What's the best way to ensure that transactions are always balanced in double-entry accounting? I'm creating a double-entry accounting app in Django. I have these models: class ...
2
votes
4answers
1k views

Database Design for a double entry accounting system

Should journal entries be recorded in a database design? In the real world it makes sense to keep a daily entry book, then later transfer the daily entry book into double entry accounts. but in the ...
2
votes
2answers
644 views

is there a general accounting system database schema which i can use?

i require a generic accounting system database schema is there any sites which provide this ?
2
votes
2answers
543 views

Anyone have experience integrating with MYOB?

Looking to integrate a web application with MYOB. There's not much in terms of documentation out there. I've found a couple of companies that provide middleware, but nothing promising. Just thought ...
2
votes
5answers
2k views

Calculate fiscal year in SQL Server

How would you calculate the fiscal year from a date field in a view in SQL Server?
2
votes
1answer
188 views

Anyone got a nifty credit expiry algorithm?

Our website uses a credit system to allow users to purchase inexpensive digital goods (eg. photos). We use credits, rather than asking the user to pay for items individually, because the items are ...
2
votes
3answers
156 views

Financial tracking for software projects

The team I'm part of manage a number of software projects - and most of the stuff we do is end to end, from requirements tracking, to project management to purchasing and setup - a big pain is ...
2
votes
4answers
584 views

Building a rudimentary accounting app

I'm building a simple accounting app to be used for personal finance. A user might keep track of purchases, upcoming bills, recurring deposits, etc. It will be verrrrry simple. Two questions: 1) ...
2
votes
3answers
314 views

What technology should I use to create a distributed Accounting Software?

Here are my current options. .Net : Using WPF, Visual C#, SQLServer Java : Using Spring, Hibernate, Enterprise DB, web-based Can you suggest which one is better?, especially with regards to ...
1
vote
0answers
20 views

CFO's Expectations and Scrum Development [migrated]

When it comes to financial topics, I'm admittedly not well versed. I'm trying to lead my organization in our software development effort using a Scrum based development life-cycle. I am often ...
1
vote
2answers
205 views

MySQL Double Entry Accounting System Database Design?

i am going to create a database for double-entry accounting system in MySQL. i recently read the article: http://homepages.tcp.co.uk/~m-wigley/gc_wp_ded.html i found in this article that it would be ...
1
vote
1answer
184 views

General Ledger Account Code Format

I have added a general ledger account table to my database to store account codes and their descriptions. I have asked three potential clients, two use a 4 digit numeric code the other a 3 digit ...
1
vote
1answer
115 views

online credit system table layout for transaction destinations foreign key

I'm trying to figure out how to properly store foreign keys when the key points to a different table based on a type. I searched but nothing I found seemed to help at all. There is a single ...
1
vote
1answer
47 views

generate a sql query for the following output

I have a table account(ID,TransDate,amount,isDebit,balance). Obviously this is a trimmed down version of my table for sake of clarity. TransDate is the date for which the entry will be made, isDebit ...
1
vote
1answer
395 views

Linking payables and general ledger in the database schema

A December 13, 2010 a question was asked: I am looking for industry standard logical data model of general ledger and accounts >payable. Are there any readily available accounting data models? ...
1
vote
0answers
210 views

Best accounting/invoicing/project mgmt tool for freelancers? [closed]

Right now I use several different programs, but it's getting clunky. So I have been researching different tools to manage my freelance business more effectively. MavenLink - project management, ...
1
vote
0answers
44 views

Need to reconcile accounts on a poorly designed system

I have a bit of an accounting question. I can calculate the delta for brightness in a star field, but I can't seem to reconcile a simple ledger. Go figure. Perhaps this question belongs more under ...
1
vote
1answer
247 views

Account System using mysql/php good idea?

I have a good deal of knowledge to make a complete php script to manage all kinds of transactions and databases. I've seen that most people use vb, foxpro, and MS access to make such accounting ...
1
vote
2answers
657 views

Accounting Database - storing a transaction

You make a gaming website where the user can buy gaming credits and the funds are deposited/credited into the user's virtual account to play some game etc...etc.. 1 If you got an accountant to ...
1
vote
1answer
343 views

PHP Accounting and Transaction System (Buy/Open Source or Build?)

I'm trying to integrate an accounting solution into a web app I am developing. I need to be able to post recurring transactions, one time transactions, invoice people, etc. Do most sites do this ...
1
vote
4answers
789 views

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. I was looking at pbooks, but I am not sure this is customizable enough for my needs. I need to ...
1
vote
2answers
317 views

Gaussian/Banker's Rounding in Javascript

I have been using Math.Round(myNumber, MidpointRounding.ToEven) in c# to do my server-side rounding, however, the user needs to know 'live' what the result of the server-side operation will be which ...
1
vote
2answers
4k views

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 my own & releasing a plugin, but then I came across 2 solutions: ...
1
vote
1answer
246 views

Informix: Fifo valuation with SQL/Stored procedures

I am using IDS 10 and I have a simple transaction table with the inventory changes with product ID, transaction time, volume, quantity and price. Is it possible to determine the FIFO valuation solely ...
1
vote
2answers
1k views

How to integrate Java with Tally application

I need to integrate my java web application with Tally software. Is it possible? Please provide some idea.
1
vote
1answer
355 views

How to record transactions for money flowing into an acounting system?

I've been reading about accounting patterns described by Martin Fowler in his book "Analysis Patterns - Reusable Object Models". I understood the basic concepts: account, entry, transaction, etc; but ...
0
votes
0answers
35 views

ERP System : Build from scratch Or Develop on top of one?

Our startup want to get the way of erp systems, Actually we are experienced in business solutions. should we build an ERP system from scratch ? or We can use some engines/system to build on top ...

1 2