Deepesh Garg
4d6fb59bfb
Merge pull request #20885 from deepeshgarg007/first_row_dimension_v12
...
fix: Acccounting Dimension disappearing in first row after refresh
2020-03-09 22:47:46 +05:30
Saqib
b607963fba
fix: [pos] customer group filter resets on syncing offline invoices ( #20874 )
2020-03-09 18:30:42 +05:30
Marica
d08cff9efc
fix: Validate Serial No/Batch No against unserialized Item in Stock Reconciliation ( #20859 )
2020-03-09 18:13:38 +05:30
Marica
2f2cef6c5f
fix: ModuleNotFoundError on Turkey Company setup ( #20854 )
2020-03-09 18:07:55 +05:30
Deepesh Garg
875e0f5fb2
fix: Acccounting Dimension disappearing in first row after refresh
2020-03-09 18:05:35 +05:30
Saqib
6c4cddccf6
fix: show uom in print formats instead of stock uom ( #20844 )
...
Co-authored-by: Saqib Ansari <saqibansari@Saqibs-MacBook-Pro.local >
2020-03-06 11:06:41 +05:30
Marica
69d3c4ff25
fix: update_child_qty_rate() missing argument ( #20839 )
2020-03-06 10:57:43 +05:30
Nabin Hait
1f80c8dffe
perf: improve gl entry submission ( #20802 )
...
* perf: improve gl entry submission
* perf: add indexes
* fix: replace **kwargs with *args
* fix: syntax error
* fix: travis
* chore: remove purchase invoice from status updater
* fix: set_staus args
Co-Authored-By: Nabin Hait <nabinhait@gmail.com >
* fix: only update status for invoices & fees
* [bug][fix]: set status to object instead of variable (#20790 )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
Co-authored-by: Saurabh <saurabh6790@gmail.com >
2020-03-05 13:04:53 +05:30
Deepesh Garg
b6a3a06c4b
Merge pull request #20821 from deepeshgarg007/gst_itemised_v12
...
fix: HSN code no visible in GST itemised sales register
2020-03-04 10:41:55 +05:30
Deepesh Garg
2728590471
fix: HSN code no visible in GST itemised sales register
2020-03-04 10:26:25 +05:30
Priyanka Gangar
7766530afc
fix: fetch sales person name ( #20801 )
...
* fix: fetch sales person name
* Update sales_person.js
Co-authored-by: pinka0925 <44537026+pinka0925@users.noreply.github.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2020-03-02 19:24:14 +05:30
Deepesh Garg
d7839eb8ac
fix: Total amount not displayed in Journal Entry ( #20795 )
...
* fix: Total amount not displayed in Journal Entry
* fix: Update paid_to_received field
* fix: set total amount
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2020-03-02 18:09:24 +05:30
Prssanna Desai
6a734ecd34
fix: use get all instead of get list to fetch item attributes ( #20793 )
2020-03-02 18:06:21 +05:30
Mangesh-Khairnar
acd93b3bd1
fix: use system language to translate strings ( #20792 )
2020-03-02 18:05:59 +05:30
Marica
94200b1179
chore: Item Price and Product Bundle Form cleanup ( #20773 )
...
* chore: Item Price and Product Bundle Form cleanup
* fix: Trailing comma
2020-03-02 15:51:22 +05:30
Saqib
a6bf96322b
chore: control reposting of future gl entries with flags ( #20775 )
2020-03-02 15:19:28 +05:30
Saqib
27163e60bb
feat: link serial no to batch no ( #20779 )
...
* feat: link serial no to batch no
* fix: test cases
2020-03-02 15:03:18 +05:30
Saqib
1041516e8e
fix: reconciled entries showing in bank reco ( #20788 )
2020-03-02 15:00:42 +05:30
Deepesh Garg
b7bbd827fd
Merge pull request #20769 from marination/buying-dashboard-hotfix
...
chore: Rearranged Buying Module Dashboard
2020-02-29 17:34:35 +05:30
marination
3fcd575f53
chore: Rearranged Buying Module Dashboard
2020-02-28 13:08:38 +05:30
Deepesh Garg
d17e0b5aca
fix: Item Wise report query fix ( #20761 )
2020-02-28 12:29:11 +05:30
Shivam Mishra
f08b5e4866
feat: ignore permission when deleting linked emails ( #20753 )
2020-02-27 19:07:39 +05:30
Deepesh Garg
78ae5e7721
Merge pull request #20749 from deepeshgarg007/bank_reco_jv_v12
...
fix: Journal Entry not being fetched in Bank Reconciliation
2020-02-27 16:19:01 +05:30
Deepesh Garg
5fb66a3953
fix: Remove debug statement
2020-02-27 16:15:43 +05:30
Deepesh Garg
d952e71d97
fix: Journal Entry not being fetched in Bank Reconciliation
2020-02-27 16:15:16 +05:30
rohitwaghchaure
fe337dfb66
fix: serial no material transfer performance issue ( #20722 )
2020-02-27 14:27:43 +05:30
Saqib
45329232b3
fix: only update items if rate or qty changed ( #20743 )
2020-02-27 12:51:23 +05:30
Rohan
30ad21b7d8
fix: sort Issues chronologically ( #20740 )
2020-02-26 18:53:48 +05:30
Marica
4e3ad9c3f2
fix: Lock stock ledger entries that are being reposted. ( #20739 )
...
- If stock ledger entries are being reposted, don't let any other transaction apply itself on the same.
2020-02-26 18:51:35 +05:30
Deepesh Garg
acbc4f648d
fix: Mandatory bank account error fix ( #20734 )
...
* fix: Mandatory bank account error fix
* fix: SQL condition
2020-02-26 17:17:06 +05:30
Anurag Mishra
5475b5f562
fix: validated leave allocation ( #20635 )
...
* fix: validated leave allocation
* fix: changes requested
* Update erpnext/hr/doctype/leave_encashment/leave_encashment.py
Co-Authored-By: Nabin Hait <nabinhait@gmail.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2020-02-26 14:50:52 +05:30
rohitwaghchaure
39861c270c
fix: same free item not working for pricing rule ( #20713 )
2020-02-26 12:51:53 +05:30
RJPvT
6eaa542709
fix: smaller then instead of bigger then :-( dumb mistake v12 #20693 ( #20701 )
2020-02-26 11:59:06 +05:30
Saqib
2a8981929a
perf: search for customer's return invoices then filter out gl_entries ( #20710 )
2020-02-26 11:36:38 +05:30
rohitwaghchaure
0aa7aa5996
fix: rate and amount in material request copying from sales order ( #20718 )
2020-02-26 11:27:49 +05:30
rohitwaghchaure
a20bd89c20
fix: reorder material request not created if doctype has custom mandatory field ( #20720 )
2020-02-26 11:25:30 +05:30
Deepesh Garg
aa7af30382
Merge pull request #20715 from rohitwaghchaure/account_dashboard_not_working_hotfix
...
fix: account dashboard not working
2020-02-26 10:18:27 +05:30
Rohit Waghchaure
9921d28ea7
fix: account dashboard not working
2020-02-25 12:17:25 +05:30
Mangesh-Khairnar
5a0017c61a
Merge pull request #20686 from Anurag810/additional_salary_fixes
...
fix: Additional salary can be created only for active employee
2020-02-20 16:21:55 +05:30
Anurag Mishra
df15c758f6
fix: Additional salary can be created only for active employee
2020-02-20 15:29:09 +05:30
Mangesh-Khairnar
588a89f957
fix: return null for attribute ( #20684 )
2020-02-20 13:41:00 +05:30
Mangesh-Khairnar
c74343531f
fix: skip earned leaves check for max leaves set to zero or less ( #20536 )
...
* fix: skip earned leaves check for max leaves set to zero or less
* test: earned leaves creation
2020-02-20 13:25:45 +05:30
Deepesh Garg
a257189c77
Merge pull request #20451 from Anurag810/fleet-management_v12
...
fix: odometer value was not syncing properly
2020-02-20 13:20:21 +05:30
Rohan
355051bf75
fix: apply url encoding to project names ( #20641 )
2020-02-20 12:59:21 +05:30
Anurag Mishra
ab8aa43ffb
fix: changed field type which was affecting filters ( #20670 )
2020-02-20 12:52:37 +05:30
Mathieu Brunot
a6f56bbc3e
chore(ci-coverage): Pin coverage 4.5.4 #20646 ( #20648 )
...
* chore(ci-coverage): Pin coveralls 4.5.4 #20646
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io >
* chore: Pin coverage
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io >
2020-02-20 12:50:09 +05:30
gavin
4e2b9395b9
chore: drop cypress requirement ( #20675 )
2020-02-20 12:48:32 +05:30
Saqib
ae9159fbd8
fix: mandatory on hold comment for purchase invoice ( #20667 )
2020-02-20 12:33:07 +05:30
Saqib
8e80c17602
chore: SINV set_status remove redundant function calls ( #20661 )
2020-02-20 12:32:09 +05:30
Saqib
1beeb28908
fix: check for available stock in product bundle's website warehouse ( #20680 )
2020-02-20 12:22:33 +05:30