2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 14:50:56 +00:00
Commit Graph

535 Commits

Author SHA1 Message Date
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
d3d5d56f09 feat: report to pdf 2023-06-13 13:37:39 +05:30
Abdallah A. Zaqout
494e25e3d6 if item has discount use it as amount
its help wen add item first time and discount is zero
2023-06-11 23:46:21 -07:00
akshayitzme
bef87b0afa chore: remove redundant console.log 2023-06-11 23:44:56 -07:00
18alantom
9a53e9c648 fix: update and fix failing tests 2023-06-06 22:11:54 -07:00
18alantom
b97bbc293d fix: item rate fetch logic 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
zaqoutabed
bed66cb67a add enabeld state in listview 2023-06-06 20:46:30 -07:00
zaqoutabed
ff61e1b4c7 make it translatable 2023-06-06 20:46:30 -07:00
zaqoutabed
d84a531c96 fix: getItemPrice logic 2023-06-06 20:46:30 -07:00
akshayitzme
fd0fba6ed7 test: price list 2023-06-06 14:29:19 +05:30
akshayitzme
3862fe1006 feat: price list 2023-06-06 14:29:08 +05:30
18alantom
96cad8a3d5 incr: fix default fieldname
- fix passed date
2023-06-06 13:49:59 +05:30
18alantom
ce4481b609 feat: add auto stock transfer 2023-06-06 13:14:26 +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
fba3fb76c6 fix: prevent cannot read prop rootType 2023-05-30 05:04:08 -07:00
18alantom
5ea8a09615 fix: stock validation issue
- future stock check was incorrect
2023-05-10 22:46:01 -07:00
18alantom
f7bd588a02 chore(test): add status change tests 2023-05-09 00:01:18 -07:00
akshayitzme
f2bbe5479e fix: serial number validation 2023-05-09 00:01:18 -07:00
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
18alantom
6a73bf4745 chore(test): check quantity after serial number issued 2023-05-05 11:56:41 +05:30
18alantom
41ed88742f fix: use Delivered as unusable status
- fix and add status change tests
2023-05-05 11:55:09 +05:30
18alantom
6869ca9652 fix: shift serial number creation to Transfer 2023-05-05 11:13:04 +05:30
18alantom
4384e32706 fix: serial number validation
- add serial number creation for strictly incoming
2023-05-05 10:37:00 +05:30
18alantom
0d80548c36 fix issues in e5a854c 2023-05-04 16:15:12 +05:30
akshayitzme
dbddd73cf3 test: serial number 2023-04-25 12:38:05 +05:30
akshayitzme
17c36f9adb feat: serialNo 2023-04-25 12:37:29 +05:30
18alantom
19aa0d949a chore: rename Quick Payment to Auto Payment
- ∵ more semantically correct
2023-04-20 13:12:29 +05:30
18alantom
759bedf764 incr: complete quick payment function
- fix quick view display update
2023-04-20 11:55:48 +05:30
18alantom
bc909f630a feat: add default fields for Quick Payments
- fix punctuation
- improve submit dialog if quick payment
2023-04-20 11:40:23 +05:30
18alantom
ef3f23bf2b fix: make payment flow 2023-04-19 13:13:46 +05:30
18alantom
0c369309e3 fix(ux): use CommonForm for all entries
- update search routing, listConfigs
2023-04-14 13:22:13 +05:30
18alantom
202ddf829b incr: add shortcuts for linked entries
- fix quickedit shortcut
- most settings to tab
- fix coa auto select in SetupWizard
- remove sections and tabs if empty
2023-04-14 10:43:18 +05:30
18alantom
f0a6e7bf9e fix(ui): propagate row changes
- type ExchangeRate.vue
- add BarCode and ExchangeRate widgets to CommonForm
- create (not complete) with LinkedEntries.vue
2023-04-13 11:46:51 +05:30
18alantom
95e5447d79 refactor: simplify and improve #591 2023-04-10 17:09:07 +05:30
Abdallah A. Zaqout
920d97e52e handle currency for AutoComplete 2023-04-10 02:28:37 -07:00
18alantom
754a1a8e50 fix: capture patch fail errors
- dont notify user
- catch uncaught promise in migration
- prevent unable to acquire conn error
2023-04-04 22:10:32 -07:00
18alantom
b460e96c97 fix: StockTransfer item filter 2023-04-04 22:10:32 -07:00
18alantom
4e22ac1d8c fix: backReference filter
- test manual setting of backReference
2023-03-29 12:15:47 +05:30
18alantom
0ce9507a4a fix(ux): allow setting of Stock Transfer backref 2023-03-29 11:44:59 +05:30
18alantom
708d172f7c fix(ux): toasts on sync, submit, delete and cancel
- dont route back on cancel
- dont show dialog on duplicate
- simplify two column form
2023-03-15 14:03:22 +05:30
18alantom
8ff4a97790 incr: remove redudant print settings 2023-03-13 21:14:10 +05:30
18alantom
dced1ed559 fix(ux): display template compilation errors
- fix failing tests due vue imports on ts-node compile
- prevent fyo access in templates
- update default template
- change outline colour
2023-03-13 15:42:19 +05:30
18alantom
f061108565 fix(ui): transition for hints
- remove fix scrollbar jump on edit toggle
- remove toggle edit toast
- (unrelated) add formula for root type
2023-03-11 10:31:40 +05:30
18alantom
dabcbcd2ce fix: PrintTemplate list view
- type ListCell
- improve ListViewConfig types, update where required
2023-03-07 12:39:49 +05:30
18alantom
f9fbefad0e incr: add Print button to common form
- remove template setting from print settings
- allow setting default templates
2023-03-06 15:13:54 +05:30
18alantom
0d3541fcb7 fix: templatebuilder readonly
- rename variable in evaluateFieldMeta
- add action to templatebuilder
2023-03-06 14:35:13 +05:30
18alantom
be999269e2 incr: rebase master
- clearout PrintView
- move doc status and barcode to the left
- fix color field display
2023-03-06 11:56:54 +05:30
18alantom
44f172316f incr: convert other templates to template.html files
- delete old invoice template files
2023-03-06 10:42:55 +05:30