GangaManoj
04a909bd99
feat(Asset Maintenance): Add 'Stock Consumption Details' section
2021-05-25 21:26:44 +05:30
GangaManoj
568369a5c2
feat(Asset Maintenance): Add stock_consumption checkbox
2021-05-25 21:26:44 +05:30
GangaManoj
2874d08534
fix(Asset Repair): Rearrange fields
2021-05-25 21:26:44 +05:30
GangaManoj
f7eebf0e78
feat(Asset Repair): Add 'Increase In Asset Life' field
2021-05-25 21:26:44 +05:30
GangaManoj
68b78374b5
fix(Asset): Make Manage button white
2021-05-25 21:26:44 +05:30
GangaManoj
ec72f8956f
fix(Asset Repair): Revert to asset's previous status if repair is completed/cancelled
2021-05-25 21:26:43 +05:30
GangaManoj
1ac1cedfff
feat(Asset Repair): Decrease stock quantity if consumed during Asset Repair
2021-05-25 21:26:43 +05:30
GangaManoj
c8cb96a38f
feat(Asset Repair): Add Warehouse field
2021-05-25 21:26:42 +05:30
GangaManoj
f2fe55ceeb
feat(Asset Repair): Check for Cost Center and Payable Account
2021-05-25 21:26:42 +05:30
GangaManoj
8d05eca45e
feat(Asset Repair): Create GL Entries to capitalise repair cost
2021-05-25 21:26:42 +05:30
GangaManoj
385ca80ceb
feat(Asset Repair): Add total_repair_cost field
2021-05-25 21:26:42 +05:30
GangaManoj
c2b0102852
feat(Asset Repair): Add 'View General Ledger' button
2021-05-25 21:26:41 +05:30
GangaManoj
7ad74cf800
feat(Asset Repair): Add stock_consumption checkbox
2021-05-25 21:26:41 +05:30
GangaManoj
234b473d93
feat(Asset Repair): Remove 'Assign To'
2021-05-25 21:26:41 +05:30
GangaManoj
d554267b05
feat(Asset Repair): Add 'Cost Center' to GL Entries
2021-05-25 21:26:40 +05:30
GangaManoj
f5a2ea9cb3
feat(Asset Repair): Add 'Accounting Dimensions' section
2021-05-25 21:26:40 +05:30
GangaManoj
e5ab5d8963
feat(Asset Repair): Create GL Entries
2021-05-25 21:26:40 +05:30
GangaManoj
0739d4bb1b
feat(Asset Repair): Add value of consumed stock items to asset value
2021-05-25 21:26:39 +05:30
GangaManoj
d2d31fd164
feat(Asset Repair): Add 'Stock Items' table
2021-05-25 21:26:39 +05:30
GangaManoj
c62890bcdb
feat: Create 'Stock Item' child table
2021-05-25 21:26:39 +05:30
GangaManoj
258c238583
feat(Asset Repair): Add repair_cost to asset_value
2021-05-25 21:26:39 +05:30
GangaManoj
6d1cf76b77
feat(Asset): Add 'Asset Value' field
2021-05-25 21:26:39 +05:30
GangaManoj
194a08e4ec
fix(Asset Repair): Hide 'Accounting Details' section till doc gets saved
2021-05-25 21:26:38 +05:30
GangaManoj
1b2a5d1489
feat(Asset Repair): Add 'Capitalize Repair Cost' checkbox
2021-05-25 21:26:38 +05:30
GangaManoj
deadcd9e97
feat(Asset Repair): Add payable_account field
2021-05-25 21:26:37 +05:30
GangaManoj
30c4a56491
feat(Asset Repair): Change Asset's status according to repair_status
2021-05-25 21:26:37 +05:30
GangaManoj
1c26b27a89
fix(Asset Repair): Display 'Completion Date' and 'Repair Status' only after save
2021-05-25 21:26:37 +05:30
GangaManoj
bbbd61dab8
fix(Asset): Group all buttons under 'Manage'
2021-05-25 21:26:37 +05:30
GangaManoj
3e0e3f0e1b
fix(Asset Repair): Replace 'Item Name' and 'Item Code' with 'Asset Name'
2021-05-25 21:26:36 +05:30
GangaManoj
322975a03c
feat(Asset): Add 'Create > Asset Repair' button
2021-05-25 21:26:36 +05:30
GangaManoj
ed79b224cc
fix(Asset): Group buttons under 'Action'
2021-05-25 21:26:36 +05:30
anushka19
90f7ec840c
fix: Accumulated depreciation ( #25748 )
...
* fix: Accumulated depreciation
* fix: Sider issues
2021-05-18 22:21:42 +05:30
anushka19
0fb6f9306f
fix: Accumulated depreciation ( #25740 )
...
* fix: Accumulated depreciation
* fix: Sider issues
2021-05-18 17:00:33 +05:30
Nabin Hait
8b2fef11b1
fix: merge conflict
2021-05-17 11:37:14 +05:30
Saqib
9226cd3932
feat(india): reduced rate of depreciation as per IT Act ( #25648 )
...
* feat(india): reduced rate of depreciation as per IT Act
* refactor: check date difference instead of month difference
* feat: add test for regional feature
2021-05-10 12:36:56 +05:30
Suraj Shetty
ec6b652cd4
refactor: Rename assertEquals to assertEqual to avoid deprecation warnings
2021-05-10 09:18:25 +05:30
Ankush Menat
90e671905a
chore: replace assertEquals with alias assertEqual ( #25613 )
...
* chore: replace assertEquals with alias assertEqual
assertEquals has been deprecated.
ref: https://docs.python.org/3/library/unittest.html#deprecated-aliases
* chore: sider fixes
2021-05-07 20:28:51 +05:30
Walstan Baptista
d6360755b9
chore: frappe.whitelist for doc methods ( #25068 )
...
* chore: frappe.whitelist for doc methods
* fix: incorrect spelling
* fix: sider issue
Co-authored-by: Sagar Vora <sagar@resilient.tech>
2021-03-31 12:30:32 +05:30
Afshan
684fc4e27b
fix: asset category name disappear ( #24728 )
2021-02-24 19:08:56 +05:30
Suraj Shetty
f57efd1150
style: Fix invalid translation syntax usages
2021-02-01 20:09:20 +05:30
Saqib
beebaf6e1e
refactor: assets form cleanup with rebrand ui ( #24494 )
2021-02-01 11:22:57 +05:30
Suraj Shetty
bbc6bfd3c3
Merge branch 'develop' of https://github.com/frappe/erpnext into rebrand-ui
2021-01-19 09:34:06 +05:30
Deepesh Garg
4a8c2c4cb5
Merge branch 'develop' of https://github.com/frappe/erpnext into accounting_dimension_filters
2020-12-29 15:10:36 +05:30
Saqib
60a1d25196
fix: cancelling of asset value adjustement ( #24193 )
2020-12-26 13:01:49 +05:30
Your Name
3ebe511eb9
Merge branch 'develop' of https://github.com/frappe/erpnext into rebrand-ui
2020-12-16 08:19:47 +00:00
Shivam Mishra
fd044b032f
Merge branch 'rebrand-ui' of https://github.com/frappe/erpnext into desk-enhancements
2020-12-16 13:21:10 +05:30
Rucha Mahabal
85213fa8cb
fix(Asset): set current asset value before calculating difference amount ( #24119 )
2020-12-15 09:32:02 +05:30
Suraj Shetty
dc13d4b0fc
Merge branch 'develop' of https://github.com/frappe/erpnext into rebrand-ui
2020-12-11 12:57:04 +05:30
Mohammad Hasnain
f82997e3c3
fix(asset_val_adj): fb not getting added in je
2020-12-10 13:34:01 +05:30
Saqib
dc3e9f4216
fix: asset with value zero doesn't show up in fixed asset register ( #24091 )
2020-12-10 12:30:15 +05:30