18alantom
|
08cfaa6b68
|
fix: batch filter in stock bal
- allow viewing location if inventory is enabled
|
2023-02-28 11:42:59 +05:30 |
|
18alantom
|
487f0498a8
|
refactor: rename Batch Number to Batch
|
2023-02-28 11:31:04 +05:30 |
|
18alantom
|
71aabec935
|
refactor: shift batch tests to new file
- remove redundant code from batch tests
- update settings show reload toast trigger
|
2023-02-28 11:25:48 +05:30 |
|
18alantom
|
b3e4073bb7
|
feat: batchwise filters in stock ledger and stock balance
|
2023-02-27 19:41:39 +05:30 |
|
18alantom
|
9a8e423b72
|
fix: batch quantity validations
|
2023-02-27 19:16:04 +05:30 |
|
18alantom
|
7029fa79ae
|
fix: valuation calculation when batches
- use InvoiceItem batch on getStockTransfer
|
2023-02-27 18:54:49 +05:30 |
|
18alantom
|
9646580b38
|
incr: make flags readonly once set
- remove redundant validation
|
2023-02-27 18:44:50 +05:30 |
|
18alantom
|
7ae697849e
|
incr: validate if batch no set
|
2023-02-27 18:39:18 +05:30 |
|
18alantom
|
869cdebed7
|
fix: hide UOM conversion and batches behind flags
- add enable uom conversions flag
- add enable batches flag
- remove batch no from table fields and move to quick edit
|
2023-02-27 18:11:35 +05:30 |
|
Alan
|
a6b051ac04
|
Merge pull request #560 from Faridget/patch-1
chore: Update ar.csv
|
2023-02-27 00:06:50 -08:00 |
|
Alan
|
35179ec2eb
|
Merge pull request #525 from wahni-green/batch-wise-item
feat: batch-wise inventory
|
2023-02-27 00:06:05 -08:00 |
|
Faridget
|
fd393ae2d3
|
Update ar.csv
|
2023-02-23 11:29:11 +03:00 |
|
akshayitzme
|
707fb798e7
|
fix: move hasBatchNumber to Inventory Section
|
2023-02-22 14:47:48 +05:30 |
|
akshayitzme
|
7d97e72b92
|
feat: batchNumber in print template
|
2023-02-22 12:35:18 +05:30 |
|
18alantom
|
9864761fe7
|
fix: clear non existing SingleValue links
|
2023-02-21 19:13:41 +05:30 |
|
Akshay
|
56ebc57d76
|
Merge branch 'frappe:master' into batch-wise-item
|
2023-02-21 18:36:15 +05:30 |
|
18alantom
|
d229f514cb
|
fix: failing importer tests due to undefined read
|
2023-02-21 18:24:46 +05:30 |
|
Akshay
|
fafd7aaddd
|
Merge branch 'master' into batch-wise-item
|
2023-02-21 17:59:05 +05:30 |
|
Alan
|
d6a4428d98
|
Merge pull request #557 from frappe/feat-uom-and-conversion-factor
Feat uom and conversion factor
|
2023-02-21 02:47:02 -08:00 |
|
18alantom
|
52bf777d8d
|
fix: update display order, fix formulas
|
2023-02-21 16:10:06 +05:30 |
|
18alantom
|
140b99a401
|
incr: update items hidden
- rebase master add uomConversions
|
2023-02-21 15:25:50 +05:30 |
|
18alantom
|
ff061d21ea
|
fix: unit conversion related model props
|
2023-02-21 15:22:06 +05:30 |
|
18alantom
|
ef073ec770
|
fix: unit conversion related schema names
|
2023-02-21 15:22:03 +05:30 |
|
akshayitzme
|
7a51cef5c3
|
refactor: uom label
|
2023-02-21 15:21:46 +05:30 |
|
akshayitzme
|
a132705545
|
feat: uom conversion factor
|
2023-02-21 15:21:46 +05:30 |
|
akshayitzme
|
da7cd2af55
|
incr: uom conversion child table & schema changes
|
2023-02-21 15:21:45 +05:30 |
|
akshayitzme
|
394332d125
|
feat: UOMConversionFactor Schema & schema changes
|
2023-02-21 15:21:15 +05:30 |
|
Alan
|
14f832dabf
|
Merge pull request #555 from 18alantom/common-form-view
feat: Common form view
|
2023-02-20 22:47:30 -08:00 |
|
18alantom
|
d946c960a0
|
incr: move Shipments and PRec to common form
- remove GeneralForm.vue
|
2023-02-21 12:12:06 +05:30 |
|
akshayitzme
|
a665313e80
|
test: batchNumber transactions
|
2023-02-21 11:55:23 +05:30 |
|
18alantom
|
332307bdd1
|
incr: user common form for journal entries
|
2023-02-21 11:51:32 +05:30 |
|
akshayitzme
|
306372db1c
|
test: batchNumber transactions
|
2023-02-21 11:37:55 +05:30 |
|
18alantom
|
e0141b70d8
|
incr: use CommonForm for a few docs
- show errors
- shit setName to after validation
|
2023-02-21 11:04:35 +05:30 |
|
18alantom
|
0c077f09d2
|
incr: use legible temp name
- fix table borders
- enable edit row
|
2023-02-20 11:22:48 +05:30 |
|
18alantom
|
01e197f439
|
incr: status badge and action buttons
|
2023-02-20 10:22:19 +05:30 |
|
18alantom
|
7cfd0726d6
|
incr: add collapsible sections
- table borders
|
2023-02-17 21:56:54 +05:30 |
|
18alantom
|
1db70dfef6
|
feat: common form view
|
2023-02-17 21:05:06 +05:30 |
|
akshayitzme
|
09591703e4
|
refactor: validateStockAvailability
|
2023-02-17 16:04:46 +05:30 |
|
akshayitzme
|
4fc6c3cf1b
|
refactor: validateBatchWiseStockAvailability
|
2023-02-17 15:45:36 +05:30 |
|
akshayitzme
|
ec31a3ba65
|
refactor: batch-wise stock availability validation
|
2023-02-17 15:30:44 +05:30 |
|
akshayitzme
|
1d188151e8
|
Merge branch 'batch-wise-item' of https://github.com/wahni-green/books into batch-wise-item
|
2023-02-17 15:14:17 +05:30 |
|
akshayitzme
|
7cecf4e8df
|
refactor: removed hasBatchNumber validation
|
2023-02-17 15:09:57 +05:30 |
|
akshayitzme
|
f10399074f
|
refactor: hasBatchNumber validation
|
2023-02-17 14:56:42 +05:30 |
|
akshayitzme
|
261a3df48d
|
chore: remove code comments
|
2023-02-17 12:25:47 +05:30 |
|
akshayitzme
|
f966af5633
|
fix: batchNumber in getSBE
|
2023-02-17 12:16:50 +05:30 |
|
Akshay
|
961ad62a18
|
chore: typo in StockMovementItem validations
|
2023-02-16 21:32:56 -08:00 |
|
Akshay
|
915c1d2e5c
|
Merge branch 'frappe:master' into batch-wise-item
|
2023-02-17 10:58:05 +05:30 |
|
akshayitzme
|
32fdcf72a6
|
chore: batchNumber position in csle
|
2023-02-17 10:53:16 +05:30 |
|
akshayitzme
|
c624024505
|
fix: stockMovementItem keywordFields
|
2023-02-17 10:40:38 +05:30 |
|
akshayitzme
|
12ae65600d
|
fix: removed batch from sidebarConfig
|
2023-02-17 10:32:33 +05:30 |
|