commit e8edb1a8944c8abbcc14202e49cc3de75823672a parent 6afae331c2f37f9f20539e05ee620ee278368db9 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 25 Dec 2025 20:00:38 +0100 net/gross flag needed Diffstat:
| M | design-documents/078-taxes.rst | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/design-documents/078-taxes.rst b/design-documents/078-taxes.rst @@ -79,11 +79,15 @@ for taxes/accounting with a feature for user-interfaces of sales people. * Expand ``inventory_products`` table with: (1) product group serial number (foreign key), allow NULL for default - + (2) price_is_net boolean flag to indicate if the given price is the net + price and all taxes should be added on top of it, or if it is a + fixed retail price and the merchant covers all applicable taxes, + at the expense of profits if taxes vary (for example, to preserve + the price structure even if taxes vary between dine-in and take-out). Phase 2: Money pots --------------------- +------------------- This is inspired by ERPnext's "accounts".