2
0
mirror of https://github.com/frappe/books.git synced 2024-11-15 01:44:04 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Mildred Ki'Lya
2bffcda8ff feat: #755 Accounting for taxes on payments
When defining taxes, it is possible to define an additional payment
account that will be used during payments to move taxes from the
original tax account to this new payment tax account. This allows to
account for taxes only when payment is received.

Now payments can reference tax summary objects that will reference the
two accounts to move funds between when the payment is committed. Reuse
some of the Invoice code to generate these tax summary objects.
2023-12-22 10:07:47 +01:00
Abdallah A. Zaqout
c1649b11db make Tax Rate and Tax Amount readOnly 2023-06-26 03:43:40 -07:00
18alantom
28158e5add incr: update invoice schema with sections
- hide name from transactional schemas
2023-04-12 14:35:38 +05:30
18alantom
cd09d31b9b incr: remove redundant fields
- complete the feature
2022-10-03 11:48:14 +05:30
18alantom
879b677b3b incr: cleanup and import schemas 2022-05-23 16:18:21 +05:30
18alantom
02cacd5697 incr: add schemas 2022-05-23 16:18:21 +05:30