Marica
a7ac01153e
fix: Remove redundant import and import cint
2021-04-09 11:55:44 +05:30
Marica
4440ff7a0d
Merge branch 'develop' into item-dashboard-fixes
2021-04-05 16:25:57 +05:30
Sagar Vora
9967a7ce02
test: clear all existing quotations to avoid AssertionError ( #25202 )
2021-04-05 15:35:52 +05:30
Sagar Vora
9a0907131a
test: create tax rule if it doesnt exist ( #25199 )
2021-04-05 14:50:09 +05:30
Walstan Baptista
8789ef16a1
test: uses _Test Item
instead of _Test Item Home Desktop 100
( #25198 )
2021-04-05 13:18:03 +05:30
Anoop
b27441b40c
fix: failing patch - reload_doc new doctypes added in v13 ( #25194 )
2021-04-05 10:41:28 +05:30
Rucha Mahabal
b7436a04c3
fix: Ignore Permission for Leave Ledger Entry ( #25172 )
2021-04-04 20:09:00 +05:30
Sagar Vora
8aacd341c7
test: disable shopping cart before running Tax Rule tests ( #25183 )
2021-04-03 23:01:16 +05:30
Sagar Vora
993cf8c2cd
test: cleanup BOM in test_routing
and prevent overlap in test_job_card
( #25180 )
2021-04-03 20:25:19 +05:30
Walstan Baptista
37b826b988
fix: correct calculation for discount amount when margin is set ( #25179 )
2021-04-03 19:48:46 +05:30
Sagar Vora
cce3efe0c1
test: specify warehouse list to avoid error ( #25174 )
...
* test: specify warehouse list to avoid error
* test: get_all_warehouses of BOM company
2021-04-03 19:46:44 +05:30
Walstan Baptista
b7481633b1
test: adds role after setting user to Administrator ( #25177 )
2021-04-03 17:37:59 +05:30
Sagar Vora
f68f41d7a7
test: fix multiple tests in Leave Application ( #25173 )
2021-04-03 17:34:57 +05:30
Deepesh Garg
232c127295
Merge pull request #25107 from deepeshgarg007/stock_entry_serial_batch_selector
...
fix: Hide serial and batch selector in Stock Entry
2021-04-03 17:15:22 +05:30
Deepesh Garg
b7e7eeaf8d
Merge pull request #25138 from deepeshgarg007/loan_shortfall_percentage
...
fix: Add shortfall ratio in Loan Security Shortfall
2021-04-03 17:13:27 +05:30
rohitwaghchaure
fe72e17a7b
Merge pull request #25109 from ankush/po_to_pr_fixes
...
fix: incorrect status creating PR from PO after creating PI
2021-04-03 17:11:14 +05:30
Sagar Vora
f6b1fa0a1c
test: clear tax rules before making POS Invoices ( #25171 )
2021-04-03 16:06:41 +05:30
Walstan Baptista
5d77f10baa
test: docs are not deleted in tearDown ( #25123 )
...
* test: docs are not deleted in tearDown
2021-04-03 13:38:55 +05:30
Kaviya Periyasamy
2cef23d4c9
fix: object referencing the same address issue ( #25159 )
...
* fix: variable reference to same address
* fix: object referencing same address issue
* fix: value error
2021-04-03 11:30:49 +05:30
Rucha Mahabal
2453b0cf6a
fix: component amount calculation based on formula with abbr not working ( #25117 )
2021-04-02 17:00:28 +05:30
bhavesh95863
7535341016
fix(regional): remove shipping address GSTIN validation for e-invoice ( #25153 )
2021-04-02 15:04:48 +05:30
Saqib
5447b250fe
fix: place of supply of e-invoicing ( #25148 )
2021-04-02 12:16:19 +05:30
Deepesh Garg
7f10044195
fix: Typo
2021-04-02 12:04:42 +05:30
Afshan
ace4ce64a0
fix: validation msg for TransDocNo e-invoicing ( #25121 )
2021-04-01 20:28:12 +05:30
Suraj Shetty
7b97d49a58
Merge pull request #25141 from surajshetty3416/fix-get_route_options_for_new_doc
...
fix: get_route_options_for_new_doc for Project
2021-04-01 19:58:01 +05:30
Suraj Shetty
67169ba2d3
fix: get_route_options_for_new_doc for project
2021-04-01 19:52:07 +05:30
Marica
f46fbcc1ad
Merge pull request #25118 from marination/qc-back-update
...
fix: Query values incorrectly escaped while back updating Quality Inspection
2021-04-01 18:30:58 +05:30
Sagar Vora
d3ee8c7731
fix: customer creation from shopping cart ( #25136 )
2021-04-01 18:18:19 +05:30
Deepesh Garg
eea20f83ab
fix: Add shortfall ratio in Loan Security Shortfall
2021-04-01 18:13:54 +05:30
Marica
913e7254cb
Merge branch 'develop' into qc-back-update
2021-04-01 17:40:46 +05:30
Walstan Baptista
446a6df662
test: set opening stock to fix NegativeStock errors ( #25101 )
...
Co-authored-by: Sagar Vora <sagar@resilient.tech>
2021-04-01 16:54:26 +05:30
Sagar Vora
88f5c42b09
test: set formula in scorecard to avoid ValidationError ( #25116 )
2021-04-01 16:44:05 +05:30
Walstan Baptista
58625674f4
test: correct naming series to avoid ValidationError ( #25132 )
2021-04-01 15:55:37 +05:30
Marica
9ef323fcfd
Merge branch 'develop' into qc-back-update
2021-04-01 15:44:20 +05:30
Sagar Vora
4c31fbb687
fix(India): create property setters for shorter naming series (as per GST Rules) ( #25128 )
2021-04-01 15:32:37 +05:30
Rucha Mahabal
53a1aaf33d
fix: Salary Structure object has no attribute set_totals ( #25113 )
2021-04-01 14:40:15 +05:30
marination
561fa6b530
fix: Don't string format args as they may not be escaped properly
...
- Append even conditional args to args list and send to query executer
- It will escape all values that are sent to it
- String formatting without escaping causes issues with % sign, etc.
2021-04-01 12:56:05 +05:30
Ankush Menat
1bdf9c4161
fix: patch for purchase receipt status
2021-04-01 11:58:34 +05:30
Ankush Menat
427a98d6cd
fix: do not copy percent billed from PO to PR
2021-04-01 11:51:31 +05:30
Ankush Menat
8993ccb7d2
fix: update PR status in database
2021-04-01 11:51:31 +05:30
Ankush Menat
4198cf58e5
test: add tests for PO->PI, PO->PR workflow
...
Add failing test cases for PR status and PR percent billed.
2021-04-01 11:51:30 +05:30
rohitwaghchaure
56bd4d71a9
Merge pull request #25112 from rohitwaghchaure/fixed-clear-source-warehouse
...
fix: not able to save material request
2021-03-31 23:58:44 +05:30
Rohit Waghchaure
825850a58f
fix: not able to save material request
2021-03-31 23:55:06 +05:30
Marica
bfc2590e3b
Merge branch 'develop' into patch-7
2021-03-31 22:23:23 +05:30
Prssanna Desai
f3c34aa6ae
fix: don't set "Company:company:default_currency" as default for currency link fields ( #25095 )
...
* fix: don't set Company:company:default_currency as default for currency link fields
* fix: Company:company:default_currency and refactor
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com>
Co-authored-by: Afshan <afshan13k@gmail.com>
2021-03-31 21:52:48 +05:30
marination
7665a85039
fix: Run Patches to updated Reserved, Requested and Ordered Qty
2021-03-31 21:03:55 +05:30
Deepesh Garg
9f7bb14ea1
fix: Remove console
2021-03-31 20:01:00 +05:30
Deepesh Garg
2d86eb3ab1
fix: Hide serial and batch selector in Stock Entry
2021-03-31 19:57:50 +05:30
Ankush Menat
777745f1e0
fix: do not fetch stopped MR in production plan
...
- Ignore stopped MR while using fetch button
- Add filter on field inside child table.
Related issue: ISS-20-21-10757
2021-03-31 19:53:19 +05:30
Anupam Kumar
1033cf72f6
fix: added flag for dont_fetch_price_list_rate in transaction ( #25041 )
2021-03-31 19:39:45 +05:30