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. I was looking at pbooks, but I am not sure this is customizable enough for my needs. I need to be able to count each day how many food items are sold, how many drink items, how many guests, and then tie orders of food and drinks to gu...

Making a custom PHP form by using a custom API

I am trying to make a simple module for phpBMS. It is mostly straightforward, and it is quite easy to make a form and define a table to add, remove or modify records. Here is the sample provided by the project, which is what I have been following so far. Now, I have a more complex need than simplifying adding or modifying records. I ...

Accounting Online

I am a new freelancer and I need an online accounting stuff comparable to Quik Book Software. Any recommendation of what is good and cheap to use? ...

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 get from the database with: Decimal(str(myval)) Before I go crazy adding that to all of my code, is there a better way? I'm new to Pytho...

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 custom in-house or integrate with some type of accounting system API. I know basically everyone needs to use a merchant account to process cred...

Double-entry accounting libraries for Java?

What double-entry accounting libraries are available for Java? ...

Divide entire column in excel (accounting) in 2 separate column (symbol + value)

how to divide excel field with format accounting omitted, for example: $ 220 € 140 $ 220 € 140 $ 220 € 140 $ 220 € 140 etc...etc... So, from one field-column A, to get 2 column A (for accounting symbol) and B (for value)? ...

Calculate Age of Debt in SQL Server

I have three tables: Charges Payments Adjustments Each has a value, called Amount. There are no allocations done on this data, we are assuming the oldest Payments are paying the oldest Charges or Adjustments. Each Amount could be +ve or -ve. I need to produce a report which shows the age of the debt, based on the current balance bein...

Per user network traffic accounting under Linux

I have several users on a computer running Linux (Ubuntu Lucid to be more specific). I need to see how much network traffic they generate on a specific interface. Iptables can match outgoing packages, so I could create chains for every user to be able to count outgoing network traffic. However, incoming traffic is significant too. I h...

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 this list of numbers: 1.00 2.50 3.75 8.00 And I know that my total deposit is 10.50, I can easily see that it's made up of the 8.00 and ...

Is “Analysis Patterns: Reusable Object Models” Still A Good Book To Use For Its Subject Matter Today?

Is "Analysis Patterns: Reusable Object Models" by Martin Fowler (published 1996) still a good book to use for the content it covers? Are there other good books that cover the same content? Are there more up-to-date books? P.S. Would like answers explaining why it is a good book, or why the alternative or additional books are good books...

Open Source PHP accounting/inventory module/script

Hi, i m working on a shopping cart in Zend Framework and looking to integrate some open source accounting/inventory module in it. Please suggest which will suite with Zend Framework best. ...