Could this be a solution and not that complicated to develop?
1) Make an A/Receivable account Liabilities:Tax:Sales:Tax Receivable
2) Make an A/Receivable account Assets:Accounts Reveivable (What most people will have already)
3) Set up a Tax Table with account Liabilities:Tax:Sales:Tax Receivable
4) When making an invoice use account Assets:Accounts Reveivable for the income excl tax (as usual)
5) When doing a payment on an invoice, select the account where you want to transfer your income from sales to.
6) TO DEVELOP - Select an account where you want to transfer your income tax to - if(accountTax == AReceivable){ taxTransferAccount(); }
This is just for sales tax and will do if you don't use bills.
Manual solution:
6) When you register a payment on an invoice, do a transfer from the Tax Receivable to Tax Received
Could this be a solution and not that complicated to develop?
1) Make an A/Receivable account Liabilities:Tax:Sales:Tax Receivable
2) Make an A/Receivable account Assets:Accounts Reveivable (What most people will have already)
3) Set up a Tax Table with account Liabilities:Tax:Sales:Tax Receivable
4) When making an invoice use account Assets:Accounts Reveivable for the income excl tax (as usual)
5) When doing a payment on an invoice, select the account where you want to transfer your income from sales to.
6) TO DEVELOP - Select an account where you want to transfer your income tax to - if(accountTax == AReceivable){ taxTransferAccount(); }
This is just for sales tax and will do if you don't use bills.
Manual solution:
6) When you register a payment on an invoice, do a transfer from the Tax Receivable to Tax Received