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

2231 Commits

Author SHA1 Message Date
dependabot[bot]
e1755d75fe
chore(deps-dev): bump electron from 18.2.4 to 18.3.7
Bumps [electron](https://github.com/electron/electron) from 18.2.4 to 18.3.7.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v18.2.4...v18.3.7)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01 08:57:58 +00:00
Alan
78e13db385
Merge pull request #474 from 18alantom/inventory
feat: base inventory features
2022-12-01 00:57:11 -08:00
18alantom
eaaa4caa9e fix(ux): minor ux fixes 2022-12-01 14:01:23 +05:30
18alantom
a879f04ad5 incr: add stock indicator text
- move inventory reports to Inventory
2022-11-30 20:16:20 +05:30
18alantom
bea9d86b91 feat: add view transfer/payments on invoices 2022-11-30 19:05:49 +05:30
18alantom
1f259524b9 incr: grouped action dropdowns 2022-11-30 12:29:52 +05:30
18alantom
332bf93a1e incr: change inventory enable trigger 2022-11-30 11:24:05 +05:30
18alantom
1d61a870a5 feat: add stock balance report 2022-11-25 14:51:58 +05:30
18alantom
a3f96a90e1 test: invoice linked stock transfers
- update invoice cancel and delete
2022-11-23 13:47:23 +05:30
18alantom
ab2d2f8975 incr: add make stock transfer 2022-11-22 14:42:49 +05:30
18alantom
f9a95a7c9b incr: update accounts
- rename account fields on item
- change valuation method in stock ledger
2022-11-21 15:27:59 +05:30
18alantom
46d84a38fc incr: update search 2022-11-21 12:56:13 +05:30
18alantom
8ae6ae0cca incr: add default location 2022-11-21 12:45:57 +05:30
18alantom
5d732844fb incr: add ledger links
- fix sidebar issue
- show grand total
2022-11-21 12:05:05 +05:30
18alantom
9a510f1a63 feat: add shipment and purchase receipt 2022-11-18 23:01:50 +05:30
18alantom
14138967c1 incr: add inventory settings 2022-11-18 14:14:29 +05:30
18alantom
b5f8e49299 incr: improve stockmovement ux
- hide inventory defaults until enabled
2022-11-16 14:05:38 +05:30
18alantom
8b04b5b2ab incr: update defaults for inventory 2022-11-16 12:14:00 +05:30
18alantom
cf37077b6d incr: add Purchase Recipt & Shipment scaffolding 2022-11-14 14:00:11 +05:30
18alantom
a9fd590512 incr: complete stock ledger 2022-11-10 00:12:00 +05:30
18alantom
a277c748fb incr: add StockQueue manager class 2022-11-09 19:18:03 +05:30
18alantom
e1123ecc3a incr: add basic stock ledger (w.i.p) 2022-11-07 13:29:35 +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
d394db817e incr: stateless stock-ledger, remove stock queue 2022-11-07 13:28:35 +05:30
18alantom
82e67a8874 incr: add dummy inventory test
- add test boiler plate
- fix import error
2022-11-07 13:28:35 +05:30
18alantom
40f2aa8444 refactor: move test to sh script
- this allows passing globs as args
2022-11-07 13:28:35 +05:30
18alantom
eba755dd11 refactor: move init code out of initFyo
- initFyo just contains the global fyo object
2022-11-07 13:28:35 +05:30
18alantom
2ad80001ee incr: group Stock Manager entries 2022-11-07 13:28:35 +05:30
18alantom
d9f47c01e3 incr: use Stock Manager in Stock Queue 2022-11-07 13:28:35 +05:30
18alantom
daaf56da48 incr: add Stock Manager 2022-11-07 13:28:35 +05:30
18alantom
a8b5884929 incr: wire up stock movement
- prevent erroneous setting of track item
- fix table UI
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
afcc5fb2b2 incr: add inventory icon 2022-11-07 13:28:35 +05:30
18alantom
36e6988abe fix: allow purpose of item and party to be changed 2022-11-07 13:28:35 +05:30
18alantom
6af3e1e8c7 v0.7.1 2022-11-07 13:28:22 +05:30
18alantom
09e2da3abd refactor: update CoA balance calculation
- update tests
2022-11-06 23:55:22 -08:00
18alantom
d73d331a87 refactor: use NaN safe Number parsing where applicable 2022-11-06 23:55:22 -08:00
18alantom
2bc3df90a1 refactor: remove account balance field 2022-11-06 23:55:22 -08:00
Alan
d844cc6816
Merge pull request #477 from wcxu21/master
Add Simplified Chinese translation
2022-11-05 10:43:24 -07:00
18alantom
2c0ee8b0a9 fix: simplified chinese characters
- add to languages
- update README
2022-11-05 23:09:58 +05:30
18alantom
57699009bf fix: duplication issue, convert child rows to doc values 2022-11-05 22:52:52 +05:30
Alan
f281c891e8
Merge pull request #491 from 18alantom/update-tests
refactor: mocha → tape
2022-10-31 01:38:26 -07:00
18alantom
8f9eb4cae7 chore: rename job, steps 2022-10-31 13:51:52 +05:30
18alantom
c9ac100bc1 ci: add test script 2022-10-31 13:44:27 +05:30
18alantom
70d164d18d chore: remove mocha 2022-10-31 13:39:59 +05:30
18alantom
c3898e0f1c refactor: database tests 2022-10-31 13:39:02 +05:30
18alantom
9c8077f8cd refactor: schema builder tests 2022-10-31 13:20:41 +05:30