mardtendebakker / nsk

Nexxus Stock Keeping - Organise Purchase Orders, Sales Orders and stock.
GNU General Public License v3.0
1 stars 1 forks source link

introduce tax system #976

Open mardtendebakker opened 3 months ago

mardtendebakker commented 3 months ago

there is a lot of confusion about the price. Convenient will be an endprice including taxes, but we should see all three entries. Price ex btw, btw, price incl btw.

We have several tax codes 2 = 21% (100 euro; Tax 21 euro; Sales Price 121 euro) 5 = BTW verlegd (recycling products, it means 0% tax) 6 = No BTW because customer is outside Europe

Perhaps we should arrange the tax code per company/customer with ability to change it in the PO or SO with a dropdown to choose between tax codes.

we should keep it similar to our accounting software

Image

luxferoo commented 3 months ago

Hi @shayank @mardtendebakker, should the current price include tax or be without tax then we do the maths when we want to display price including tax ?

mardtendebakker commented 3 months ago

we should have it like the example. Nett price (excl tax) tax code + % and the gross price (incl. tax) Which ever amount is filled in. The nett price is determined by the tax code.

(nett) €100 (code) 2 (tax) 21% (gross) €121 Does this make sense?

luxferoo commented 3 months ago

yes for me 👍