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

65 Commits

Author SHA1 Message Date
akshayitzme
81d84f4220 fix: item-batch validation 2023-01-18 17:32:26 +05:30
akshayitzme
8a4e1e4f41 feat: BatchNumber schema & batch-wise validation 2023-01-14 16:58:16 +05:30
18alantom
7c60b71294 fix: list ordering issues 2023-01-05 11:14:05 +05:30
18alantom
2d54b9904b fix: patch incorrect number series 2023-01-05 10:44:29 +05:30
18alantom
8ae6ae0cca incr: add default location 2022-11-21 12:45:57 +05:30
18alantom
cf37077b6d incr: add Purchase Recipt & Shipment scaffolding 2022-11-14 14:00:11 +05:30
18alantom
2bc0ce2237 incr: validate against negative stock 2022-11-07 13:29:33 +05:30
18alantom
43784984c3 fix: stock movement
- test: stock movement create and cancel
2022-11-07 13:28:35 +05:30
18alantom
2a5686058d incr: add deleteAll
- fix db where clauses
2022-11-07 13:28:35 +05:30
18alantom
6805ebcaba fix: allow location to be common 2022-11-07 13:28:35 +05:30
18alantom
2c0540bfd5 incr: add enable inventory
- add basic inventory schemas
- add basic inventory models
- patch stockmovement number series
2022-11-07 13:28:35 +05:30
18alantom
09e2da3abd refactor: update CoA balance calculation
- update tests
2022-11-06 23:55:22 -08:00
18alantom
c3898e0f1c refactor: database tests 2022-10-31 13:39:02 +05:30
18alantom
2efc2908fc fix: db async issue 2022-10-16 17:07:06 +05:30
18alantom
71a3a45b99 feat: add Attachment type 2022-10-13 16:55:34 +05:30
18alantom
cd234f8826 fix: better error handling on updation fails
- ask user whether to restart post update download
2022-08-31 14:25:25 +05:30
18alantom
a8e681b973 fix: use unlinkIfExists
- handle failed migration copy issue separately
2022-08-30 18:13:42 +05:30
18alantom
5185820a32 fix: add patch to set/unset roundoff 2022-08-16 17:02:35 +05:30
18alantom
5c5dc09d58 fix: purgeCache, close db 2022-07-30 16:33:09 +05:30
18alantom
f05f77e191 incr: ledger posting for discount
- remove invoice wide discount
2022-07-15 13:05:07 +05:30
18alantom
f157ed4240 fix: computed columns issue 2022-07-14 23:30:24 +05:30
18alantom
eb66317dce incr: add computed, update row amount display vals 2022-07-12 15:53:46 +05:30
18alantom
014db554fa feat: add custom UOM support 2022-07-08 23:24:26 +05:30
18alantom
bf2d0192ef incr: use parent and fieldname for SVs
(to prevent dupes)
2022-06-09 14:00:37 +05:30
18alantom
a89627e139 fix: don't create copy if memory 2022-05-31 11:39:45 +05:30
18alantom
3975eb3f64 fix(ux): display can't delete cause link
- update reports on ledger entries
- pull data until .plus({days: 1}) to account for all entries of the day
2022-05-30 17:04:25 +05:30
18alantom
46dbb6348f fix: updateSchemas works now, also proper cleanup 2022-05-25 14:33:36 +05:30
18alantom
6ace4677e7 incr: add patch for v0.4 to v0.5 2022-05-24 17:04:41 +05:30
18alantom
401a86eeeb chore: bump pesa
- fix isPesa impl
2022-05-23 16:18:23 +05:30
18alantom
905829ca20 chore: switch to better-sqlite3 2022-05-23 16:18:23 +05:30
18alantom
969ec5d7cd chore: simple script to create profile log 2022-05-23 16:18:23 +05:30
18alantom
67f35b5f79 incr: get top expenses to display 2022-05-23 16:18:23 +05:30
18alantom
07c923c6b1 incr: remove unused reports/**
- get profit and loss to display
2022-05-23 16:18:23 +05:30
18alantom
1e35635170 incr: get cash flow to display 2022-05-23 16:18:23 +05:30
18alantom
0701c56429 incr: add code to generate a dummy instance 2022-05-23 16:18:23 +05:30
18alantom
a0f812e1a8 incr: add keyword fields, start with doc search 2022-05-23 16:18:22 +05:30
18alantom
eedb4415ce incr: redo duplication (don't sync)
- fix journal entry
2022-05-23 16:18:22 +05:30
18alantom
fefc79024d fix: async issue, transactional deletion cascade
- add db observers
2022-05-23 16:18:22 +05:30
18alantom
20ea214a4b incr: abstract away transactional
- add deletion
- fix reversion
2022-05-23 16:18:22 +05:30
18alantom
8cc46c584c fix: db updation, invoice submit, number series 2022-05-23 16:18:22 +05:30
18alantom
d99591d058 incr: get Invoice form to render 2022-05-23 16:18:22 +05:30
18alantom
ecfae41635 incr: add window controls
- minor fixes
2022-05-23 16:18:22 +05:30
18alantom
a2cd1bac21 incr: fix a bunch of vue files
- no modes in the first pane
2022-05-23 16:18:22 +05:30
18alantom
024687c1b9 fix: get Invoice settings to render and work
- remove "computed"
- fix a few formcontrols
- simplify doc.ts a bit more
2022-05-23 16:18:22 +05:30
18alantom
1b85fee5e6 fix: make setupInstance code work 2022-05-23 16:18:22 +05:30
18alantom
6accde0e17 incr: update DatabaseSelector 2022-05-23 16:18:22 +05:30
18alantom
de7e5ba807 refactor: rename 'frappe' to 'fyo' outside src
- cause now most of it is different from what it was
2022-05-23 16:18:22 +05:30
18alantom
76bf6cfda5 incr: rem singleton from index.ts cause can't test
- update models to not use singleton export
2022-05-23 16:18:22 +05:30
18alantom
9ec004184c refactor: simplify init flow
- add README.md
- move currency to systemsettings
2022-05-23 16:18:22 +05:30
18alantom
8ba8d7a284 refactor: make getCountryCode a static db core function 2022-05-23 16:18:22 +05:30