The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
34 views

Account balance - Google Spreadsheet SQL Query

A B C D E F G date from to amount account 5/5/2013 bank food 200 bank 5/5/2013 work bank 1200 food 5/5/2013 bank ...
0
votes
1answer
38 views

Calculate hours needed to balance account?

I have an accounts excel sheet where you input all your expenses, all your incomes (gst inclusive), and it calculates how you are placed (E.G. -$717.75 for the month). I It also gives you the gst ...
0
votes
1answer
40 views

Database Design: How to track airline ticket sales in Access Database?

I'm working on my final project for an intro to Access DB class. My assignment is a general "Create a DB with at least 3 tables, of which 2 are linked," with some specific requirements for types of ...
0
votes
0answers
9 views

is there any way to transfer data from tally to quickbooks

My company is moving the tally use to Quickbooks. So many years data should be transferred from tally to Quickbooks. Anybody got idea. thank you.
1
vote
0answers
54 views

Handling financial transactions without building a full accounting system

I am building a Rails app where movement of money needs to be tracked and I'm not sure how best to do this without building out a full accounting system, which I think may be overkill. Let's presume ...
0
votes
1answer
14 views

Safe value transfer between databases

I done some search but can't find proper terms to search. There is two completely separated, but trusted databases. They have unreliable (but safe) connection. Both databases run on different servers ...
0
votes
0answers
81 views

what can I do? freeradius accounting not updating radacct table

I'm using freeradius 2.1.8 with NAS to be Chillispot web server is Apache2 running on Linux-Ubuntu database is Mysql As the title says I run the freeradius in debug mode then the client logs in, ...
0
votes
1answer
44 views

Supplier invoices and account types

i succeeded in generating a supplier invoice. The problem i have now is that i can not pay the invoice i create (by code). It seems it is due to the incorrect account being used for payment ? The ...
0
votes
0answers
18 views

Patient Billing Process

Since i'm developing a hospital management system over one year, currently I'm reconstructing the methods of billing the patients especially inpatients. my idea is to make it semi-auto for accountant, ...
0
votes
0answers
93 views

How CUPS printer accounting works?

About cups, from the book UNIX and Linux System Administration: If someone else adds a printer and one or more CUPS servers running on the network know about it, your CUPS server will learn of ...
-1
votes
3answers
86 views

JS: How to add, then deduct VAT and arrive back at EXACTLY the same original value? [closed]

I allow users to enter prices of products into an inventory, in either NET or Gross. If they enter the price in Gross, the NET is computed for them before being stored and uses the following code: ...
1
vote
0answers
47 views

Is there any way to use MapReduce to replay a sequential financial transaction log?

I'm working on a project that requires GAAP accounting conformance for deferred revenue collection. Cash is converted to a proprietary "currency" or credits. These credits may have different values ...
0
votes
0answers
65 views

accounting tools/software for small to medium sized business, and e-retailers like amazon

We have implemented custom accounting scripts and tables for our open source based platform to manage our invoices, payments, accounts receivable and accounts payable. As we have become more and more ...
0
votes
1answer
97 views

Database design for Reporting purposes from existing system

I'm used to generate reports based on my database tables record and don't have any problem presenting it. But now, some presentation requirements coming up that seemed to be much complicated to ...
0
votes
0answers
29 views

Reporting : having General Totals on Individual grouped totals : Accounting

I just want a general recommendation or best way on how to process data before displaying. I can generate all the Journal Entries (Sum of all Dr Less Cr) group by Account Classification (i.e Current ...
0
votes
1answer
138 views

Calculating a final payment when rounding down monthly charges

Here is the situation: Monthly charges are applied to an account, and are rounded down to the nearest dollar. This creates a final payment that is higher than the other payments if there is any ...
0
votes
2answers
40 views

recursive batch reconciliation of a subset of credit card charges

I found a solution, see answer below and/or Github Gist, which has newer optimizations. I've got an array of credit card charges and a batch total... sometimes the SUM() of the amounts = the batch ...
0
votes
0answers
11 views

How to prevent page numbers in footer of bill (Elite Document Studio)

I am using Elite Document Studio version 5.7.0 to generate bills. How can I prevent page numbers from appearing in the footer of the output document (Word format)? I know that when I add an ...
1
vote
1answer
131 views

xbrl us gaap contextRef standard?

Please tell me this is standardized, or at least there is some way to decipher it. I'm looking at these 3 random 10-Qs and Ks from 2012Q4. ...
1
vote
2answers
95 views

build accounting trail balance report performance issue

suppose we have journal entries table as follow create table jour_entries (jseq number, j_date date, Eseq number, account_no varchar2(32), debit number, credit number, note ...
0
votes
0answers
37 views

Is Payee description on accounting database still good to use as label? [closed]

I created a table Payee in my database (w/c also be use as a label) where the possible records will be: Vendor, Supplier, Buyer, Agent, broker, walk-in agent The top records are all Payables in ...
0
votes
0answers
127 views

Database Schema for Journal Entries and Individual Transaction

Here is my sample scenario Journal Entries for Accounts Receivables Journal_Entry table --------------------------- Reference Account | Dr Cr | Amount ...
0
votes
1answer
63 views

Monitor process creation in FreeBSD

I'm looking to monitor all the commands that are executed on a FreeBSD system. I already looked at lastcomm which uses process accounting facilities in BSD. Unfortunately, it stores only the first ten ...
0
votes
1answer
203 views

Accounting Payables/ Receivables database schema

I searched for this topic and there are lots of explanation to collect. Mostly to do separate tables for a/p and a/r. I'm thinking of another approach from where to combine the two tables into 1 ...
-2
votes
1answer
134 views

credit sales accounting in php mysql? [closed]

I have an online bus ticket booking system. Currently there are only two types of user groups The "bus operator" and the "sales agent". On each sales of a ticket by agent, the agent deducts it's ...
1
vote
4answers
148 views

Update all subsequent rows on deleting a row in SQL

I have built an accounting system, where in a SQL Table, two of the columns are : Amount and Balance Left in the following manner : ID Amount Balance Left 101 20 100 102 20 ...
-1
votes
2answers
79 views

perl user log-in then print their paycheck data

Im working on an assignment where i have to have a user log in (check their username/password against a file) if they log in successfully i then need to print their paycheck data which is stored in ...
0
votes
0answers
230 views

Accounting: Fetching Closing Balance as Opening Balance

Here is our whole bunch of code. We are developing a Ledger-like thing. So, this can be the view: CASH MONTH: OCTOBER ...
4
votes
3answers
170 views

How to convert in OpenERP from one chart of account to another?

I have installed chart of accounts A for company1. This chart was used couple months for accounting. How can I convert into chart of accounts B and keep old data for accounts (debit, credit, etc.)? In ...
0
votes
1answer
226 views

Database schema design for financial forecasting

I need to develop a web app that allows companies to forecast financials. the app has different screens, one for defining employee salaries, another for sales projections etc.. basically turn an ...
1
vote
2answers
104 views

How to echo specific data in loop with a condition specific to the last row

For an accounting system, I'm using PHP & MySQL. I've two tables "GROUP" and "ACHEADS". In the GROUP table, I have: --------------------- | id (AI) | group | --------------------- | 1 | ...
0
votes
0answers
90 views

Extract “item 1a risk factors” section from annual financial report using python [closed]

I want to extract the "item 1a risk factors" section from annual financial report (10k). It is standard in annual reports of US Companies. I have limited Python knowledge. So, I am looking for ...
0
votes
0answers
75 views

linux LAN accounting [closed]

Is there any open source LAN accounting for fedora ? to have bandwidth shaping . Or I should start writing it by myself ? would you please help me or lead me to the correct decision ? thank you ...
0
votes
3answers
252 views

Handling empty cells in DataGridView

How do I handle empty cell values in a DataGridView where I have 3 columns(Account Title, Debit, Credit), the first column the user chooses an account, then inputs either the Debit or Credit column, ...
1
vote
1answer
193 views

How to update balance in a accounting app with django ?

I'm learning Django, trying to do an accounting app for keeping track of my expenses, etc.. I created the database with two models, one for accounts and one for operations. But i have no idea how to ...
1
vote
2answers
107 views

OpenERP : Saving field value (amount) into an account

I'm new to OpenERP and python and I need some help saving an amount into a particular account. I have created a field in the invoice form that calculates a specific amount based on some code and ...
1
vote
3answers
515 views

Database Design for Debit / Credit / Payout service

I have a webservice that I am designing which pays users to complete certain tasks. For example, if a user clicks a link, they are paid, say, $0.10 to their account. A user could perform any one of ...
0
votes
0answers
105 views

Accounting AR aging report

Hi I have a transaction table where I store Charges and Payments for condo property owner accounts. In this table I can record charges or payments for Fee Association, Repairs, Utilities, and so on. ...
2
votes
0answers
217 views

Accounting table design for outstanding balances by due days (0-30,31-60, etc)

I have an accounting transaction table with the following fields: transactionid date transactiontype (charge,payment,credit,etc) debitaccount creditaccount amount And I have the following ...
0
votes
1answer
1k views

How to perform running sum (balance) in SQL

I have 2 SQL Tables unit_transaction unit_detail_transactions (tables schema here: http://sqlfiddle.com/#!3/e3204/2 ) What I need is to perform an SQL Query in order to generate a table with ...
0
votes
0answers
24 views

What is the best way to manage in a property common area gas expense

I would like to know what is the best way to manage a property common area gas expenses. Right now I have all the property units registered. For every unit I record its gas meter reading and then I ...
3
votes
2answers
587 views

Double-Entry Accrual Accounting Concept [closed]

I have an accounting question regarding property management. Step 1: Residential Owner: Peter I charge Peter $200 for month management fee. So: Type Name Debit Account Credit ...
1
vote
1answer
654 views

Accounting transaction table design

I have the following accounting tables: http://sqlfiddle.com/#!3/b93f3/2 My transaction details table has the following fields: [transdetailid] [int] IDENTITY(1,1) NOT NULL, [transid] [int] NOT ...
2
votes
3answers
1k views

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 payment date. A customer can have multiple accounts, and there are sometimes ...
1
vote
3answers
696 views

Getting into High Frequency Trading field [closed]

I have over 20 years working experience as a qualified accountant. Before that I have a II(ii) degree in Accounting / Computer Science degree and writing programs was my favorite subject. I have ...
0
votes
0answers
128 views

account software recommendation that would integrate paypal and stripe seamlessly [closed]

is there an accounting software(webbased or standalone, free, freemium or paid) that would integrate paypal and stripe transactions? I would to be able to sync with paypal accounts and stripe ...
0
votes
1answer
144 views

Excel - Formula is guessing wrong in Fill Down command

I know this should be simple but I can't work it out. I have a column that is calculated with the sum of the 3 columns to the left of it. E.g. SUM(C1-C3). When I fill that down, each cell correctly ...
0
votes
1answer
522 views

maintaning opening and closing balance for each row in a ledger table

I know there are multiple variations of this question here, but not in this form. My Ledger table, in a basic form have the following columns. TransactionID | DateOfEntrydate | TransactionDate | ...
-1
votes
2answers
732 views

Real world sample of Financial accounting data models [closed]

i am going to develop financial accounting software. But i am not experienced at accounting software data models. if anyone has real world samples of data models of financial accounting software, ...
0
votes
1answer
34 views

Data Storage / Querying on the Mac

I am studying Cocoa. I have gotten familiar with the basics. I would like to know what things must I focus on to be able to write an accounting software. SQL allows queries to data in Windows. What is ...

1 2 3