2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00
Commit Graph

209 Commits

Author SHA1 Message Date
Mildred Ki'Lya
4dfeb98e4a chore: validate and lint typescript 2024-01-08 21:56:03 +01:00
Mildred Ki'Lya
c10edc7132 feat: #151 Add quote object and allow create invoice from it
Also allow changing a print template type, necessary to create a custom
print template for this.
2024-01-08 21:56:03 +01:00
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
akshayitzme
a76953776b fix(ux): disable Pay, Submit buttons on conditions 2023-12-04 14:38:13 +05:30
akshayitzme
8186f12548 feat: pos settings 2023-12-04 14:38:13 +05:30
akshayitzme
ebaf110ff2 chore: remove POSSettings as its redundant for now 2023-12-04 14:38:13 +05:30
akshayitzme
b9b2f3d49e fix: added closingAmounts in posShift 2023-12-04 14:38:12 +05:30
akshayitzme
9cf3ee0626 feat: isPOS field to identify inv created in pos 2023-12-04 14:38:12 +05:30
akshayitzme
0172551290 fix: enabled create for pos default customer 2023-12-04 14:38:12 +05:30
akshayitzme
65018bd750 refactor: pos shift & pos settings schemas 2023-12-04 14:38:12 +05:30
akshayitzme
e4907165bb feat: pos shift closing schemas 2023-12-04 14:38:12 +05:30
akshayitzme
7ce556b8eb feat: pos shift opening schemas 2023-12-04 14:38:12 +05:30
akshayitzme
ad9401e244 chore: fix code format 2023-12-04 14:38:12 +05:30
akshayitzme
22b32cbc41 feat: pos schemas 2023-12-04 14:38:12 +05:30
akshayitzme
2d52ce8a25 fix: revert referenceType as required 2023-12-03 12:37:51 +05:30
Mildred Ki'Lya
f946ce82ae
Merge pull request #769 from digitalentity/de_add_swiss_regional_settings
Add regional schema for Switzerland
2023-12-02 18:34:27 +01:00
Konstantin Sharlaimov
6ec7a1b9a1 Add regional schemas for Switzerland. 2023-11-28 22:14:35 +01:00
Akshay
f5304b1331
Merge pull request #743 from akshayitzme/invoice-return
feat: invoice return
2023-11-18 15:21:14 +05:30
akshayitzme
67f9232160 fix: show return payments in the belonged list 2023-10-11 11:43:43 +05:30
18alantom
034d612d29 fix: remove valuation selection
- book COGS according to FIFO valuation on Shipment
2023-09-25 23:59:34 -07:00
akshayitzme
3199121432 feat: invoice returns schema 2023-09-23 15:56:24 +05:30
18alantom
316f052c53 fix: isRequired handling
- add support for default value in fields
2023-09-20 23:33:48 -07:00
18alantom
f91e2e89df fix: order in address quick view 2023-08-28 12:48:11 +05:30
18alantom
ad05ca7466 fix(ux): rename item for to Purpose
- contextual indep naems for stock not transf
2023-08-28 11:50:15 +05:30
18alantom
d86cd90d6f fix(ux): rename party to context based
- move country before state
- rename track item to track inventory
2023-08-25 12:37:02 +05:30
18alantom
d485bf46d7 fix(ui): rename Tax label to Tax Template 2023-08-24 17:13:44 +05:30
18alantom
29a2aced94 fix: set target and references in custom fields 2023-08-22 12:15:12 +05:30
Alan
1a93ab04a5
Merge pull request #682 from akshayitzme/feat-stock-return
feat: stock return
2023-08-18 03:11:25 -07:00
18alantom
ef5b1c80e4 fix: show Is Required
- show Custom Form in search only if enabled
2023-08-09 12:02:15 +05:30
18alantom
93ad5d6a9a incr: use common form for now
- fix custom field type
2023-08-09 10:26:45 +05:30
18alantom
bf10927be9 feat: enable custom fields
- fix date issue in setup test
2023-08-03 13:18:14 +05:30
akshayitzme
8f95e9098c fix: move enable stock returns to inventory 2023-07-31 17:51:59 +05:30
18alantom
e840b5bb7c incr: add customization schemas and models 2023-07-31 12:38:32 +05:30
18alantom
202612b57a incr: add feature flag for custom fields
- also add page and sidebar item
2023-07-28 12:32:27 +05:30
18alantom
823739f564 fix: create backup on migrate or patch 2023-07-12 14:58:14 +05:30
akshayitzme
c5cc916127 feat: stock return schema 2023-07-01 12:57:44 +05:30
18alantom
8c9d81d298 chore: format files using prettier 2023-06-27 13:11:15 +05:30
Abdallah A. Zaqout
c1649b11db make Tax Rate and Tax Amount readOnly 2023-06-26 03:43:40 -07:00
18alantom
d0571a2450 chore: fix all fixable eslint errors in remaining non vue files
- update files to ignore
- delete babel.config.js
2023-06-22 14:22:54 +05:30
18alantom
89e45c604c fix: price list table visiblity
- make price list searchable
- remove row edit from price list
2023-06-07 11:58:15 +05:30
18alantom
9a53e9c648 fix: update and fix failing tests 2023-06-06 22:11:54 -07:00
18alantom
7d10951316 fix: ItemPrice -> PriceListItem
- update and remove fields
2023-06-06 22:11:54 -07:00
akshayitzme
3862fe1006 feat: price list 2023-06-06 14:29:08 +05:30
akshayitzme
2a82b021fb feat: price list schema 2023-06-06 14:28:48 +05:30
18alantom
ce4481b609 feat: add auto stock transfer 2023-06-06 13:14:26 +05:30
18alantom
e3b6d30608 incr: update schemas for auto stock transfer 2023-06-06 12:33:58 +05:30
18alantom
b3209b8083 feat: create invoice from stock transfer 2023-06-05 11:39:40 +05:30
18alantom
5ec0270540 feat: modal to selct print size 2023-06-02 16:21:27 +05:30
18alantom
4581d1d089 feat: add button to toggle form width 2023-05-31 11:12:09 +05:30
18alantom
2007e4339d fix: Print View sync issue
- hide multi currency fields cause widget is sufficient
- exchange rate update issue
2023-05-08 12:00:14 +05:30