Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
0c1dbb116f9f56470d915ddf1f7c21d29b47a2a8
0c1dbb1
Merge branch 'develop' of github.com:frappe/erpnext into feature-pick-list
by Suraj Shetty
· 6 years ago
fbcc565
fix: Rename Pick TIcket -> Pick List
by Suraj Shetty
· 6 years ago
fa9111e
fix: Add and rename some fields
by Suraj Shetty
· 6 years ago
d301d26
fix: Enhancement in credit note (#18511)
by Deepesh Garg
· 6 years ago
72d0346
fix: Show "Get Item Location" only if there are reference items
by Suraj Shetty
· 6 years ago
14fb160
fix: Select location based on group warehouse
by Suraj Shetty
· 6 years ago
341f773
fix: Make item read-only in item location table
by Suraj Shetty
· 6 years ago
e260e82
fix: Batch number selection code
by Suraj Shetty
· 6 years ago
55ab313
fix: Add code to set batch no - And split item based on batch availibility
by Suraj Shetty
· 6 years ago
36c724d
fix(Issue): reset issue fulfilled indicator (#18454)
by Suraj Shetty
· 6 years ago
9ad10cb
test: Add basic tests
by Suraj Shetty
· 6 years ago
62daa43
Merge pull request #18513 from deepeshgarg007/trail_balance_fix
by Deepesh Garg
· 6 years ago
a55e4e2
Merge pull request #18452 from rohitwaghchaure/scrap_item_not_adding
by rohitwaghchaure
· 6 years ago
4c65239
fix: Opening balance not getting calculated in trail_balance_report
by deepeshgarg007
· 6 years ago
8d00ee4
Merge pull request #18403 from deepeshgarg007/defaut_accounting_dimension
by Deepesh Garg
· 6 years ago
7e20324
Merge branch 'develop' of github.com:frappe/erpnext into feature-pick-list
by Suraj Shetty
· 6 years ago
ec421df
fix: Code cleanup
by deepeshgarg007
· 6 years ago
27bdba4
test: Add test case statements
by Suraj Shetty
· 6 years ago
d43764c
fix: Use .set method to set serial no.
by Suraj Shetty
· 6 years ago
6a43f67
fix: Reload doc in patch
by deepeshgarg007
· 6 years ago
a65ad10
fix: GL entry validation fix
by deepeshgarg007
· 6 years ago
4fce891
Merge branch 'develop' of https://github.com/frappe/erpnext into defaut_accounting_dimension
by deepeshgarg007
· 6 years ago
9443e8e
Merge branch 'develop' into iss_ful_fix_v13
by Himanshu
· 6 years ago
ce63b1f
Merge pull request #18317 from deepeshgarg007/stock_ageing_fix
by Deepesh Garg
· 6 years ago
af19347
Merge branch 'develop' into scrap_item_not_adding
by Saurabh
· 6 years ago
64f174f
feat: Get item location from reference items
by Suraj Shetty
· 6 years ago
e87fbcc
Merge branch 'develop' into iss_ful_fix_v13
by Himanshu
· 6 years ago
941e210
Merge branch 'develop' into stock_ageing_fix
by Deepesh Garg
· 6 years ago
c391d65
Merge pull request #18488 from adityahase/faster
by Deepesh Garg
· 6 years ago
0162d0a
Merge branch 'develop' into iss_ful_fix_v13
by Himanshu
· 6 years ago
ad89b02
Merge pull request #18494 from netchampfaris/parent-account-child-account-currency-fp
by rohitwaghchaure
· 6 years ago
15154d4
Merge branch 'develop' of https://github.com/frappe/erpnext into stock_ageing_fix
by deepeshgarg007
· 6 years ago
dda6b5c
fix: Add accounting dimensions to subscription and opening invoice tool
by deepeshgarg007
· 6 years ago
aa92df4
fix: Test cases for accounting dimensions
by deepeshgarg007
· 6 years ago
0ce2afc
fix: Test Cases for accounting dimensions
by deepeshgarg007
· 6 years ago
41a1cd9
fix: Set query fix
by deepeshgarg007
· 6 years ago
b124aff
fix: Codacy Fixes
by deepeshgarg007
· 6 years ago
703fc08
fix: Patch
by deepeshgarg007
· 6 years ago
6dd5f74
fix: Remove dimensions from boot
by deepeshgarg007
· 6 years ago
ada1ac8
fix: Added default dimension and filter in bootinfo
by deepeshgarg007
· 6 years ago
efd6307
fix: Default Accounting Dimensions in doctypes
by deepeshgarg007
· 6 years ago
0ec747f
fix(Account): Pass parent currency to child currency
by Faris Ansari
· 6 years ago
059c568
Merge pull request #18482 from deepeshgarg007/bank_reco_develop
by Deepesh Garg
· 6 years ago
641e8fe
Merge branch 'develop' into bank_reco_develop
by Deepesh Garg
· 6 years ago
cd645de
Merge pull request #18474 from deepeshgarg007/gstr-1-query-v13
by Deepesh Garg
· 6 years ago
96eec7e
chore: Empty commit
by Aditya Hase
· 6 years ago
1e82638
perf(tests): Remove unnecessary tearDown code
by Aditya Hase
· 6 years ago
ff79463
perf(travis): Use setUpClass instead of setUp
by Aditya Hase
· 6 years ago
6bc2988
fix(stock): Fix travis builds
by Aditya Hase
· 6 years ago
0f072d7
perf(tests): Use country with lesser fixtures
by Aditya Hase
· 6 years ago
0ae786a
perf(tests): Do not unnecessarily create companies
by Aditya Hase
· 6 years ago
6a5b7f7
perf(tests): Use setUpClass and tearDownClass instead of setUp and tearDown
by Aditya Hase
· 6 years ago
a630a24
fix(travis): Install wkhtmltopdf
by Aditya Hase
· 6 years ago
fdb395c
fix(travis): Remove redundant arguments
by Aditya Hase
· 6 years ago
dac46ed
fix(travis): Use --site parameter
by Aditya Hase
· 6 years ago
6002fd7
fix(travis): Merge install and before_script
by Aditya Hase
· 6 years ago
4b68017
fix(travis): Execute get-app before bench start
by Aditya Hase
· 6 years ago
5542af9
perf(travis): Use travis optimizations
by Aditya Hase
· 6 years ago
1de4587
perf(travis): Do not build assets
by Aditya Hase
· 6 years ago
1391944
perf(travis): Remove unnecessary processes from Procfile
by Aditya Hase
· 6 years ago
5439966
fix(travis): Use MariaDB credentials from site_config.json
by Aditya Hase
· 6 years ago
6f978d2
perf(travis): Do not waste 10 seconds
by Aditya Hase
· 6 years ago
97ad635
fix(travis): Execute get-app and reinstall after bench start
by Aditya Hase
· 6 years ago
6e2fa02
fix(travis): Do not disable scheduler using CLI
by Aditya Hase
· 6 years ago
6f025e7
fix(travis): Do not use use_site
by Aditya Hase
· 6 years ago
8005022
fix(travis): Setup MariaDB
by Aditya Hase
· 6 years ago
06ca6f7
fix(travis): Remove unused files
by Aditya Hase
· 6 years ago
ac18598
fix(travis): Remove travis/bench_init.sh
by Aditya Hase
· 6 years ago
306a410
fix(travis): Do not execute install.py
by Aditya Hase
· 6 years ago
c49d454
fix(travis): Install coverall after tests
by Aditya Hase
· 6 years ago
828699f
fix(travis): Use MariaDB 10.3
by Aditya Hase
· 6 years ago
7204bcb
fix(travis): Restructure build matrix
by Aditya Hase
· 6 years ago
f56284b
Dynamic link issue fix in Bank reconciliation statement
by deepeshgarg007
· 6 years ago
3b31800
fix: Add logic to set batch no [WIP]
by Suraj Shetty
· 6 years ago
b1f3e02
fix: GSTR-1 query fix
by deepeshgarg007
· 6 years ago
14600e6
fix(travis): Remove unnecessary commands
by Aditya Hase
· 6 years ago
0576ad5
fix: Move pick list creation code to picklist.py file
by Suraj Shetty
· 6 years ago
778b492
fix: Fetch warehouse location from Bin
by Suraj Shetty
· 6 years ago
20e1a3e
fix: reset issue fulfilled indicator
by Himanshu Warekar
· 6 years ago
bcfbc79
fix: scrap item not adding while doing finished good entry
by Rohit Waghchaure
· 6 years ago
ed4f8cf
Merge branch 'develop' of github.com:frappe/erpnext into feature-pick-list
by Suraj Shetty
· 6 years ago
48d9cfe
fix(website): Remove references to Product Settings.products_a… (#18448)
by Aditya Hase
· 6 years ago
a19d1d6
fix: Fixes in stock ageing report
by deepeshgarg007
· 6 years ago
7b76cdb
Merge branch 'develop' of https://github.com/frappe/erpnext into develop
by Nabin Hait
· 6 years ago
cd1094e
Merge branch 'rohitwaghchaure-stock_reco_for_serialized_items' into develop
by Nabin Hait
· 6 years ago
ca25b92
fix: Calcellation logic for reconciliation of serialized items
by Nabin Hait
· 6 years ago
3f83263
fix: remove wrong status update for order type maintenance (#18444)
by Mangesh-Khairnar
· 6 years ago
d9cc848
fix: Use get_serial_no and remove batch
by deepeshgarg007
· 6 years ago
88236b2
feat: Email Campaign (#18291)
by Suraj Shetty
· 6 years ago
3877b54
fix: Remove batch
by deepeshgarg007
· 6 years ago
433e587
style: Add tabs
by Suraj Shetty
· 6 years ago
0024743
Merge branch 'develop' into email-campaign
by Suraj Shetty
· 6 years ago
6224266
fix: replaced frappe.db.get_value with frappe.db.exists
by Rucha Mahabal
· 6 years ago
55ca054
Merge branch 'develop' of https://github.com/frappe/erpnext into stock_ageing_fix
by deepeshgarg007
· 6 years ago
d23a95c
fix: removed unnecessary fields from Campaign DocType and other fixes in Email Campaign
by Rucha Mahabal
· 6 years ago
40240b7
fix: filter reference name by cost center in journal entry account (#17948)
by Rushin Parikh
· 6 years ago
0bbfca8
fix: payment document link fix (#18301)
by Mangesh-Khairnar
· 6 years ago
270c44a
Enhancement(HR): hiring process (#18129)
by Mangesh-Khairnar
· 6 years ago
305da79
Handling case for Material Request type 'Manufacture' v12 (#18365)
by Anurag Mishra
· 6 years ago
74d5e9d
fix: Set project in Timesheet (#18371)
by Faris Ansari
· 6 years ago
Next »