Saif Ur Rehman
|
8d61794540
|
Merge branch 'Item-Tax-Template' of https://github.com/SaiFi0102/erpnext.git into Item-Tax-Template-V12
# Conflicts:
# erpnext/patches.txt
# erpnext/stock/doctype/item/item.json
|
2019-01-10 04:23:40 +05:00 |
|
Saif Ur Rehman
|
edd0e2476f
|
chore: Updated item.json, no changes
|
2019-01-10 04:16:10 +05:00 |
|
Saif Ur Rehman
|
eb7277d2d4
|
Merge branch 'staging-fixes' of https://github.com/frappe/erpnext.git into Item-Tax-Template
# Conflicts:
# erpnext/patches.txt
|
2019-01-09 11:25:53 +05:00 |
|
Saif Ur Rehman
|
091cfba5fc
|
test: Added test for get_item_tax_template and get_item_tax_map
|
2019-01-09 11:24:30 +05:00 |
|
Nabin Hait
|
bf0b6fd8a9
|
Merge pull request #16342 from finbyz/staging-fixes
fix: rounded total if available while caclulating advance paid
|
2019-01-08 20:29:32 +05:30 |
|
Nabin Hait
|
c13b0562ba
|
Merge pull request #16337 from Anurag810/Employee
fix: Employee Onboarding/Seperation task Assignment
|
2019-01-08 20:27:43 +05:30 |
|
Nabin Hait
|
142d8aa973
|
Merge pull request #16321 from rohitwaghchaure/fixed_bank_clearance_negtive_value_amt
fix: negative amount showing in the bank clearance summary report
|
2019-01-08 20:25:26 +05:30 |
|
Nabin Hait
|
e6ec6cccfa
|
Merge pull request #16316 from Anurag810/purchase-invoice-fixes
fix: expense head of asset items in purchase invoice
|
2019-01-08 20:23:14 +05:30 |
|
Nabin Hait
|
0f3ccba741
|
Update test_asset.py
|
2019-01-08 20:23:01 +05:30 |
|
Nabin Hait
|
2da5937864
|
Merge pull request #16314 from surajshetty3416/patch-to-rename-additional-salary-component
fix: patch to rename additional salary component
|
2019-01-08 20:21:16 +05:30 |
|
Saurabh
|
afec3ca89a
|
Merge branch 'staging' into develop
|
2019-01-08 17:09:36 +05:30 |
|
Saurabh
|
1836285c01
|
bumped to version 11.0.3-beta.34
|
2019-01-08 16:52:38 +06:00 |
|
rohitwaghchaure
|
ffdadbf97f
|
fix: fallback to stock uom if uom is not defined (#16329)
* [minor] Code cleanup
* fix: remove 'or' condition, won't execute
|
2019-01-08 16:21:25 +05:30 |
|
Nabin Hait
|
05f86edd11
|
Merge pull request #16310 from deepeshgarg007/opportunity-lost-reason
feat: Opportunity lost reason selection using table multiselect
|
2019-01-08 16:18:07 +05:30 |
|
Saif Ur Rehman
|
380b4b0926
|
Merge branch 'staging-fixes' of https://github.com/frappe/erpnext.git into Item-Tax-Template
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
# erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
# erpnext/buying/doctype/purchase_order/purchase_order.json
# erpnext/buying/doctype/purchase_order_item/purchase_order_item.json
# erpnext/buying/doctype/supplier/supplier.json
# erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
# erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.json
# erpnext/selling/doctype/quotation/quotation.json
# erpnext/selling/doctype/quotation_item/quotation_item.json
# erpnext/selling/doctype/sales_order/sales_order.json
# erpnext/selling/doctype/sales_order_item/sales_order_item.json
# erpnext/setup/doctype/item_group/item_group.json
# erpnext/stock/doctype/delivery_note/delivery_note.json
# erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
# erpnext/stock/doctype/item/item.json
# erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json
|
2019-01-08 13:41:46 +05:00 |
|
Nabin Hait
|
c190192d5f
|
Merge pull request #16277 from deepeshgarg007/loyalty-program-fix
fix: Loyalty program issue fix in customer dashboard
|
2019-01-08 12:15:57 +05:30 |
|
Nabin Hait
|
4c08aaef3d
|
Merge pull request #16290 from deepeshgarg007/stock-recon
fix: Unorderable type error while making stock reconciliation entry
|
2019-01-08 11:55:49 +05:30 |
|
Nabin Hait
|
4216d86dd9
|
Merge pull request #16296 from deepeshgarg007/update_items_bug
fix: Validation while updating items in sales order
|
2019-01-08 11:54:52 +05:30 |
|
Nabin Hait
|
9ed6deb452
|
Merge pull request #16333 from deepeshgarg007/report-fix
fix: added customer group column in Item-wise Sales History report
|
2019-01-08 11:53:14 +05:30 |
|
Nabin Hait
|
49ca9dceb2
|
Merge branch 'staging-fixes' into report-fix
|
2019-01-08 11:53:06 +05:30 |
|
Nabin Hait
|
4e3e784691
|
Merge pull request #16335 from deepeshgarg007/accounts-receivable-fix
perf: Customer contact column in accounts receivable report
|
2019-01-08 11:52:20 +05:30 |
|
Deepesh Garg
|
7c45f45ebc
|
fix: Divide by zero exception fix in item wise purchase register (#16247)
* Do not prepare row if stock quantity is not available
* Update item_wise_purchase_register.py
|
2019-01-08 08:34:28 +05:30 |
|
Saif
|
e5091cbc0f
|
chore: Updated DocType JSON Files to Clean Up Git Diff of Other PRs (#16356)
* chore: Updated DocType json files to clean up git diff of other PRs
* fix: remove auto-generated file
|
2019-01-07 18:19:30 +05:30 |
|
Sagar Vora
|
cad20abe83
|
Merge branch 'staging-fixes' into loyalty-program-fix
|
2019-01-07 15:32:40 +05:30 |
|
Sagar Vora
|
a4af874a43
|
Merge branch 'staging-fixes' into update_items_bug
|
2019-01-07 15:21:02 +05:30 |
|
Sagar Vora
|
278d7a44f9
|
Merge branch 'staging-fixes' into patch-to-rename-additional-salary-component
|
2019-01-07 15:12:44 +05:30 |
|
Sagar Vora
|
92cab55c72
|
Merge branch 'staging-fixes' into purchase-invoice-fixes
|
2019-01-07 15:03:37 +05:30 |
|
Sagar Vora
|
f14c56488f
|
Merge pull request #16325 from rohitwaghchaure/not_able_to_access_report_quoted_item_comparison
fix: report quoted item comparison not working
|
2019-01-07 14:55:14 +05:30 |
|
Sagar Vora
|
fd78339a7c
|
Merge branch 'staging-fixes' into not_able_to_access_report_quoted_item_comparison
|
2019-01-07 14:54:44 +05:30 |
|
Sagar Vora
|
db40ea4f76
|
Merge pull request #16328 from rohitwaghchaure/fixed_salary_structure_employee_reqd
fix: employee is reqd to preview salary slip from salary structure
|
2019-01-07 14:30:57 +05:30 |
|
Sagar Vora
|
26e5c9480b
|
Merge branch 'staging-fixes' into fixed_salary_structure_employee_reqd
|
2019-01-07 14:30:23 +05:30 |
|
Sagar Vora
|
1310c238a9
|
Merge pull request #16350 from rohitwaghchaure/code_cleanup_general_ledger
fix: replaced str to cstr in genral ledger report
|
2019-01-07 14:28:27 +05:30 |
|
Sagar Vora
|
f733a39089
|
fix: remove trailing whitespace
|
2019-01-07 14:24:01 +05:30 |
|
Sagar Vora
|
3c74266763
|
fix: PEP8 recommended whitspace
|
2019-01-07 13:13:16 +05:30 |
|
Sagar Vora
|
23a1b98957
|
fix: remove unnecessary code
|
2019-01-07 13:10:18 +05:30 |
|
Saif Ur Rehman
|
848bbac05e
|
Added patch for Item Tax Template
|
2019-01-07 05:32:38 +05:00 |
|
Saif Ur Rehman
|
f484f0d6e8
|
Added test for Tax Rule based on Tax Category
|
2019-01-07 00:37:01 +05:00 |
|
Rohit Waghchaure
|
ed6725172d
|
Replaced str to cstr in genral ledger report
|
2019-01-06 20:07:18 +05:30 |
|
Saif Ur Rehman
|
13a6c0aeff
|
Fix tests
|
2019-01-06 18:14:18 +05:00 |
|
Deepesh Garg
|
0eca1646e6
|
Merge branch 'staging-fixes' into loyalty-program-fix
|
2019-01-06 12:16:54 +05:30 |
|
Deepesh Garg
|
4772ae2755
|
Merge branch 'staging-fixes' into stock-recon
|
2019-01-06 12:16:45 +05:30 |
|
Deepesh Garg
|
16745c2553
|
Merge branch 'staging-fixes' into update_items_bug
|
2019-01-06 12:16:37 +05:30 |
|
Deepesh Garg
|
627b566445
|
Merge branch 'develop' into opportunity-lost-reason
|
2019-01-06 12:16:26 +05:30 |
|
Deepesh Garg
|
b12c7358b1
|
Merge branch 'staging-fixes' into report-fix
|
2019-01-06 12:16:11 +05:30 |
|
Deepesh Garg
|
f840c92c10
|
Merge branch 'staging-fixes' into accounts-receivable-fix
|
2019-01-06 10:35:12 +05:30 |
|
Saif Ur Rehman
|
7ea6554f1f
|
Merge branch 'staging' of https://github.com/frappe/erpnext.git into Item-Tax-Template
# Conflicts:
# erpnext/selling/doctype/quotation_item/quotation_item.json
# erpnext/stock/doctype/item/item.json
|
2019-01-06 04:43:13 +05:00 |
|
Saif Ur Rehman
|
b1288b75ba
|
fix: Test Records
|
2019-01-06 04:41:13 +05:00 |
|
Frappe Bot
|
fdd5d54d41
|
Merge branch 'staging' into develop
|
2019-01-05 09:11:15 +00:00 |
|
Frappe Bot
|
094d539cd9
|
Merge branch 'staging-fixes' into staging
|
2019-01-05 09:11:14 +00:00 |
|
Frappe Bot
|
0d54271d15
|
bumped to version 11.0.3-beta.33
|
2019-01-05 09:11:14 +00:00 |
|