Systematic recording, reporting, and analysis of financial transactions of a business.
Questions tagged [accounting]
357 questions
-1
votes
3 answers
Why doesn't my else statement work when I put only 2 inputs?
Ok so I'm working on my accounting application and heres what i got so far:
public class Accounting {
public static void main(String[] args) {
while(true){
Scanner input = new Scanner(System.in);
String userinput…

Illorum
- 123
- 10
-1
votes
3 answers
JS: How to add, then deduct VAT and arrive back at EXACTLY the same original value?
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:
var vatrate = 12;
IsuppGross = parseInt(suppGross *…

Peter White
- 1,016
- 2
- 14
- 29
-1
votes
2 answers
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 another file named IN-accounting.data. ive managed…

user1819703
- 23
- 3
-1
votes
2 answers
Real world sample of Financial accounting data models
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,
please share.
thanks.
-2
votes
2 answers
How to parse this accounting number format?
KMyMoney (open source personal finance manager) exports to an SQLite database. Dollar amount data is stored in table kmmSplits as several text fields in a strange format based on “value” and “valueFormatted” (see screen shot below). The “value”…

user1526973
- 45
- 1
- 5
-2
votes
1 answer
There was an error when saving... Quickbooks error message: This transaction action is not allowed for this user
Tenant received this error when trying to export an invoice. In this case, it's for invoices, but there was also one for CreditMemo, so this can happen for other exports.
-2
votes
1 answer
How to Obtain Google Quotes in KMyMoney?
In order to retrieve the stock quote from Google Finance in KMyMoney do the following:
Goto https://finance.google.com and obtain the symbol, example "NASDAQ:GOOG"
Open KMyMoney, goto Settings->Configure kMyMoney->Online Quotes
Click on the "New"…

Suresh PB
- 169
- 1
- 2
- 16
-2
votes
1 answer
What is a good approach for an accounting algorithm?
I need to create an accounting algorithm in PHP that computes the following.
I am developing an application for members contributing a fixed amount of money on daily basis. Let's say the daily contributing amount is $200, and members can prepay for…

ELIJAH MWANGI
- 21
- 3
- 6
-3
votes
1 answer
Double Entry System
System has many users belongs to a company. Admin user of the company can entry customers and each customer may have invoices with payment amount. The customer invoice amount need to be paid and should be inserted in double entry system in…

ani0904071
- 362
- 2
- 11
-3
votes
2 answers
Transfer Data from a Master Worksheet to Multiple Worksheets based on Column using VBA
I am brand new to VBA and am trying to take banking information in an excel format and break it down by account per excel spreadsheet. I'm dropping in the bank data (all accounts consolidated in one spreadsheet) on the first sheet. I would like to…

Libby T
- 1
-4
votes
1 answer
Bank Account Application in JAVA
The task is to create different classes using inheritance in creating bank accounts. We then deposit, withdraw and report balances. I have 4 classes:
Superclass: BankAccount
Subclass: Checking Account
Subclass: Savings Account
Method class:…

vs-works
- 13
- 1
- 2
- 6
-4
votes
1 answer
In accounting we know debit what comes in and credit what goes out
In accounting we know debit what comes in and credit what goes out, so if some cash is withdraw from a bank we will get the
message your account has been "debited" with this amount and if we deposit some amount then we will get the message your…

Krishna Prabha
- 1
- 1
- 4