Ankit Javalkar
8e7ca41817
Payment Tool #2106
2014-09-12 15:23:46 +05:30
Nabin Hait
fa18e7c21f
Merge pull request #2140 from nathando/patch-1
...
get_item_list does not [item qty=0]
2014-09-09 12:06:21 +05:30
Nabin Hait
91fb661d12
minor fixes
2014-09-05 14:56:24 +05:30
nathando
247e9ffc96
get_item_list does not [item qty=0]
...
- By using `if not d.qty:` it totally limits the chance of creating an empty Delivery Note
- Should be changed to `if d.qty is None`
Use case for empty DN:
- Open a Delivery Note and tight to a specific Sales Order first without knowing the real qty at this point.
- Using barcode scanner to receive Sales Order to this DN (multiple times).
2014-09-03 15:03:31 +08:00
ankitjavalkarwork
737d8e4d9f
fix minor issue and set default value send as pdf
2014-09-01 16:22:56 +05:30
ankitjavalkarwork
aaac7c17b8
Fix minor errors, fix patch, call in hooks, move from account_controller to recurring_document
2014-09-01 16:22:56 +05:30
ankitjavalkarwork
e60822b094
Add tests for Recurring Document, Sales Inv, Sales Order, fix minor errors
2014-09-01 16:20:59 +05:30
ankitjavalkarwork
ac085e0f59
Add manage_recurring_documents and path to hooks, fix minor issues
2014-09-01 16:20:59 +05:30
ankitjavalkarwork
e8331d40f3
Commonify Recurring Sales Order/Invoice
2014-09-01 16:20:59 +05:30
Nabin Hait
14b8af2e65
Rounding issue fixed for bom quantity
2014-08-29 11:50:58 +05:30
Anand Doshi
913c51b1f8
[fix] get future vouchers query
2014-08-27 22:09:15 +05:30
Nabin Hait
cabf9c5bee
Minor fix in status updater
2014-08-21 16:44:32 +05:30
Nabin Hait
f71011aff0
Project query fixed
2014-08-21 11:34:31 +05:30
Rushabh Mehta
cb067aa579
[route] refactor, wip
2014-08-20 11:44:30 +05:30
Rushabh Mehta
354acf6fc9
Merge pull request #2076 from anandpdoshi/anand-august-19
...
[fix] Error Reports
2014-08-19 14:07:03 +05:30
Nabin Hait
0a35effe49
Precision issue in tax calculation
2014-08-19 13:22:19 +05:30
Anand Doshi
78b6366325
[fix] Error Reports
2014-08-19 12:20:48 +05:30
Nabin Hait
c41a9480b8
Credit limit fixes
2014-08-18 15:40:36 +05:30
Rushabh Mehta
ab8bde0149
[ux] added folds, show actual / projected qty in pos
2014-08-14 11:43:46 +05:30
nabinhait
cc0692d714
landed cost fix
2014-08-11 16:12:31 +05:30
nabinhait
87f2401c1e
Landed Cost on_submit and gl entries for PR
2014-08-11 16:12:31 +05:30
Nabin Hait
a6b597a0bd
Fixes in Order trends report
2014-08-11 11:54:37 +05:30
Rushabh Mehta
b5e768906a
built item grids for sales, purchase, stock
2014-08-08 11:56:31 +05:30
Anand Doshi
8f49cf7c03
[minor] fixed testcase
2014-07-25 13:02:29 +05:30
Anand Doshi
62b1cbf003
[impact] Limit available functions in jinja environment
2014-07-25 13:02:29 +05:30
Rushabh Mehta
5b51cc86a9
many fixes to print
2014-07-25 13:01:53 +05:30
Rushabh Mehta
f84c240d1c
cleanup for print format
2014-07-25 13:01:52 +05:30
Anand Doshi
7fcb3c9865
[minor] Item query - search by description
2014-07-21 17:51:32 +05:30
nabinhait
711e8bec3d
Fixes overflow tolerance
2014-07-19 17:00:15 +05:30
nabinhait
b1c5738a67
Fixes overflow tolerance
2014-07-19 16:53:45 +05:30
nabinhait
614fb750b7
set qty as per stock uom in entire purchase cycle
2014-07-14 10:48:12 +05:30
nabinhait
e6cee7b41f
Expense account can be liability account for stock reconciliation
2014-07-14 10:48:11 +05:30
nabinhait
d5fb5d91e9
overflow validation fixed
2014-07-10 15:27:27 +05:30
Anand Doshi
48d3b54e02
Fixes in queries
2014-07-09 13:15:03 +05:30
nabinhait
ff2cc1626e
Merge branch 'reapply-price-list' of github.com:anandpdoshi/erpnext into anandpdoshi-reapply-price-list
2014-07-08 15:30:25 +05:30
Anand Doshi
80a988c04f
BugFix: selling_controller.py
2014-07-07 11:35:54 +05:30
Anand Doshi
dffec8fb85
Reapply Price List on Change
2014-07-04 15:44:48 +05:30
nabinhait
23cce731ab
Fixes in action, not defined if called from outside document class
2014-07-03 12:25:06 +05:30
Rushabh Mehta
c53efc0d6c
fix status_updater - update delivery status in Sales Order from Sales Invoice
2014-07-01 18:42:30 +05:30
Anand Doshi
4aa2380de2
Fixed get_sender for Sales and Jobs
2014-06-30 12:19:22 +05:30
Nabin Hait
00778c9a1e
Validate expense account for perpetual inventory
2014-06-25 19:12:24 +05:30
Anand Doshi
a740f750c7
Stock Entry: Serial No Mandatory when purpose in Material Transfer, Sales Return, Purchase Return
2014-06-25 13:31:02 +05:30
Anand Doshi
faefeaa644
Warehouse query filtered by company
2014-06-24 18:53:04 +05:30
Rushabh Mehta
864d1ea87f
fix end of life query for item
2014-06-23 12:20:39 +05:30
Nabin Hait
444f956e7b
Pricing Rule fixes and improvements. Fixes #1795
2014-06-20 16:00:45 +05:30
Anand Doshi
496123a646
Inventory Accounting: Cost Center only required for Expense Account
2014-06-19 19:25:19 +05:30
Nabin Hait
98d9d797fd
Tax category validation ignored in material request
2014-06-16 15:54:05 +05:30
Nabin Hait
e1b2b3e995
Account common get_query
2014-06-16 15:03:36 +05:30
Anand Doshi
ccf370f813
Fixed item query
2014-06-16 13:50:11 +05:30
Anand Doshi
0521814dea
Fixed item query
2014-06-16 13:25:20 +05:30