Rohit Waghchaure
499144fd86
Fixed test cases for dynamic link order
2017-08-04 13:30:59 +05:30
rohitwaghchaure
0c1d441aa3
Test case for dynamic link order ( #10276 )
2017-08-04 10:55:46 +05:30
rohitwaghchaure
5906ddf804
[Fix] View ledger button not disaplying in the head of an account ( #10254 )
...
* [Fix] View ledger button not disaplying in the head of an account
* Show view ledger button in account if user has permission to read GL Entry data
2017-08-04 10:52:01 +05:30
Nabin Hait
ee5ff805e9
Book expense included in valuation only if perpetual inventory enabled ( #10271 )
2017-08-03 17:37:23 +05:30
Makarand Bauskar
317888211a
merged hotfix branch into staging ( #10191 )
...
* [Fix] Error in sales invoice and POS if customer group not defined in the customer (#10148 )
* Revert "[Fix] Error in sales invoice and POS if customer group not defined in the customer (#10148 )" (#10159 )
This reverts commit 4d2e782e42
.
* [Fix] Unable to save asset because of float error issue (#10157 )
* bumped to version 8.6.4
* [Fix] Error in sales invoice and POS if customer group not defined in the customer (#10160 )
* Set billing hours to 0 in timesheet #9535 (#10139 )
* `update_billing_hours` to use flt not cint
* if not billable, reset billable hours
* if not billable, reset time rates
* test
* [Fix] Timesheet Company Issue
* Added delivery date in SO parent form. Fixes #10104 (#10155 )
* Added delivery date in SO parent form. Fixes #10104
* UI tests for sales order delivery date
* bumped to version 8.6.5
2017-08-01 11:06:41 +05:30
rohitwaghchaure
8579dd1d78
[minor] If customer has removed getting an error ( #10107 )
2017-07-27 11:21:54 +05:30
tundebabzy
de54f3019f
use api to get default cost center for chosen company ( #10067 )
2017-07-25 11:05:07 +05:30
Rushabh Mehta
9d27cf3c62
[tests] refactored ( #9984 )
...
* [tests] refactored
* [fix] test_quotation.js
* [fix] tests.text
* [fix] fiscal year not needed
* [test] add long test
* [fix] add timeout in lead
2017-07-20 15:35:03 +05:30
mbauskar
0e6933a1e8
resolved merge conflicts
2017-07-20 14:19:47 +05:30
Nabin Hait
9c42161061
Itemised tax breakup fix in docs other than invoice ( #9961 )
...
* Itemised tax breakup fix in docs other than invoice
* Set itemised tax breakup and hsn code in existing docs
2017-07-20 13:32:01 +05:30
Nabin Hait
bc3acdd0ba
Merge pull request #9510 from tundebabzy/issue-9166
...
Unable to create Manual Depreciation of Asset due to Error #9166
2017-07-18 15:44:18 +05:30
Nabin Hait
338c28e78e
Merge pull request #9902 from rohitwaghchaure/sales_invoice_serial_no_issue_from_dn
...
[Fix] Sales invoice serial no validation issue
2017-07-18 13:05:50 +05:30
Rohit Waghchaure
7e14996995
[Fix] Sales invoice serial no validation issue
2017-07-18 12:59:55 +05:30
Makarand Bauskar
c446bf6117
Merge branch 'develop' into rejected_expense_claim_issue
2017-07-18 10:54:13 +05:30
Prateeksha Singh
e012e24423
Sales Goal by Company ( #9723 )
...
* [sales goal] in company; dashboard, graph, notifs, wiz
* [test] target notifications
* cache past year monthly sales of every company daily, patch
* [minor] query fixes
* update sales goal docs
2017-07-18 10:35:12 +05:30
tunde
78d2f542d0
code fix as per review
2017-07-17 15:00:45 +01:00
Nabin Hait
b962fc1573
Show hsn code in tax breakup for India and render via template ( #9866 )
...
* Show hsn code in tax breakup for India and render via template
* tax breakup if gst_tax_field does not exists
* Fixed tax-breakup test cases
2017-07-17 18:02:31 +05:30
tunde
1ee534889f
Revert "adds if statement for reference_type
=== "Asset""
...
This reverts commit c7e3a09cfb
.
2017-07-17 13:27:59 +01:00
Rohit Waghchaure
8333b5754b
[Fix] Expense claim status issue
2017-07-17 16:38:20 +05:30
Nabin Hait
35d0de8276
Merge pull request #9858 from mbauskar/expense-claim
...
[minor] don't trigger the expense type trigger if value is not set
2017-07-14 15:28:34 +05:30
Rushabh Mehta
812853aa86
[refactor] account.js to new style ( #9787 )
...
* [fix] conference site update
* [test] run all js tests
2017-07-14 15:28:04 +05:30
mbauskar
00e825a8af
[minor] check if account is selected or not in Payment Entry
2017-07-14 11:38:39 +05:30
Rohit Waghchaure
b12f2109b5
[Fix] Manual discount is not applying on the pricing rule if discount amount is zero in the pricing rule
2017-07-12 18:02:02 +05:30
Nabin Hait
2bedca04ae
Merge pull request #9750 from rohitwaghchaure/taxable_amount_issue
...
[Fix] Taxable amount in tax breakup showing wrong value for duplicate items in the invoice
2017-07-11 11:16:56 +05:30
Rohit Waghchaure
296fbfeaac
[Fix] Taxable amount in tax breakup showing wrong value for duplicate items in the invoice
2017-07-10 23:06:49 +05:30
Nabin Hait
0ac8542eaa
Merge pull request #9772 from tundebabzy/issue-9595
...
Wrong Exchange Rate when making payment against Journal Entry (#9595 )
2017-07-10 19:12:48 +05:30
Nabin Hait
5b2d3222f3
Merge pull request #9710 from rohitwaghchaure/sales_invoice_dn_link_revert
...
Revert sales invoice dn link issue
2017-07-10 18:47:38 +05:30
Nabin Hait
cf82c3828e
Merge pull request #9769 from manassolanki/payment-entry
...
frappe call if posting date is defined
2017-07-10 17:57:26 +05:30
tunde
46ef26df71
treat use case where Journal entry is contained in outstanding_invoices
in get_outstanding_reference_documents
function
2017-07-10 13:05:29 +01:00
Manas Solanki
99d571a786
frappe call if posting date is defined
2017-07-10 17:33:27 +05:30
Rohit Waghchaure
e3ae600277
[Fix] Budget against the field in the validation message
2017-07-10 17:06:54 +05:30
Rohit Waghchaure
8f2c8f6e9d
Revert sales invoice dn link issue
2017-07-07 17:07:59 +05:30
Rohit Waghchaure
9589527784
Fixed the issue Serial No serial no not found
2017-07-07 15:34:28 +05:30
Nabin Hait
8b486b0f28
Fixed state code of WB and allowed invoice_copy to edit after submit
2017-07-07 13:14:25 +05:30
Nabin Hait
fbb5945ff3
Fixed itemised tax calc to fix pos loading
2017-07-07 12:58:22 +05:30
Nabin Hait
7773ee8960
Sales invoice dashboard, multiple letter head in report and email alert docs
2017-07-07 12:49:05 +05:30
Rohit Waghchaure
6d03790b44
Revert sales invoice serial no issues
2017-07-06 15:58:50 +05:30
Nabin Hait
f3f0dfef2a
Invoice copy, state code in gst print format, hsn code in other sales/purchase docs ( #9658 )
...
* Invoice copy, state code in gst print format, hsn code in other sales/purchase docs
* Formatted Net Amount in item-tax-breakup
* GST print format fixes
* removed trailing whitespace
* removed trailing whitespace
2017-07-06 14:49:34 +05:30
Makarand Bauskar
48af4289d3
Revert "[enhance] Provision to set the currency in the pricing rule for the price" ( #9636 )
2017-07-05 15:17:02 +05:30
Nabin Hait
852cb64e4f
GST tax invoice print format and more ( #9616 )
...
* GST Tax Invoice print format and more. Fixes #9545 #9566 #9608
* Reload gst print format only for Indian users
* Fixes as Codacy
2017-07-05 12:58:19 +05:30
mbauskar
b66fb9a4c0
Merge branch 'master' into develop
2017-07-05 11:25:15 +05:30
rohitwaghchaure
e5ca48a76a
[fix] Don't update the sales invoice number into the serial no if update stock is disabled in the invoice ( #9593 )
2017-07-04 10:54:23 +05:30
rohitwaghchaure
3e4bcfe2d8
[Fix] Opening Entry, Unknown column 'warehouse' in 'where clause' ( #9585 )
...
* [Fix] Opening Entry, Unknown column 'warehouse' in 'where clause'
* escaped company name in get_opening_accounts
2017-07-04 10:49:37 +05:30
Rushabh Mehta
43ef4e9047
Added first UI tests ( #9532 )
...
* [wip]
* [tests] wip
* [ui-tests] first-cut
* [minor] remove old tests
2017-07-03 11:53:07 +05:30
Makarand Bauskar
1589ada04d
Merge pull request #9473 from rohitwaghchaure/pricing_rule_currency
...
[enhance] Provision to set the currency in the pricing rule for the price
2017-06-30 18:58:30 +05:30
Rohit Waghchaure
b801357ecf
[minor] Total amount not showing value in bank reconcillation
2017-06-29 18:40:01 +05:30
tunde
690de64734
Merge branch 'develop' into issue-9166
2017-06-28 13:37:04 +01:00
tunde
c7e3a09cfb
adds if statement for reference_type
=== "Asset"
2017-06-28 13:23:18 +01:00
rohitwaghchaure
4b33b7e1c1
Merge pull request #9418 from nick9822/nick9822-patch-3
...
Removed "Asset" filter on payment account
2017-06-28 16:38:21 +05:30
Makarand Bauskar
5d8803b23e
Merge pull request #9435 from rmehta/gst
...
GST (India) Setup and Invoices #8711
2017-06-27 11:44:33 +05:30