Deepesh Garg
|
2f5885627d
|
fix: Labeling and other fixes
|
2021-06-01 11:07:18 +05:30 |
|
Deepesh Garg
|
a150645b57
|
fix: Remove GL Entry from print
|
2021-05-27 20:10:50 +05:30 |
|
Deepesh Garg
|
2e83cb77ca
|
fix: Split GL Entry
|
2021-05-27 20:09:45 +05:30 |
|
Deepesh Garg
|
740c68d075
|
fix: Debug Test
|
2021-05-27 17:43:53 +05:30 |
|
Deepesh Garg
|
ea18230274
|
fix: Update GL Entry ordering
|
2021-05-27 16:40:37 +05:30 |
|
Deepesh Garg
|
be3671fe7b
|
fix: Create new supplier for test case
|
2021-05-27 13:27:17 +05:30 |
|
Deepesh Garg
|
5e27c7dae2
|
fix: Add non group filter for account
|
2021-05-25 22:34:58 +05:30 |
|
Deepesh Garg
|
8fddd0f0c1
|
fix: Update TDS rate for test
|
2021-05-25 22:03:50 +05:30 |
|
Deepesh Garg
|
55a3fb57dd
|
fix: Linting Issues
|
2021-05-25 17:40:06 +05:30 |
|
Deepesh Garg
|
6f84cee6fe
|
fix: Uncommentt test
|
2021-05-25 17:39:06 +05:30 |
|
Deepesh Garg
|
b07f7d1b70
|
fix: Linting and other fixes
|
2021-05-25 17:39:04 +05:30 |
|
Deepesh Garg
|
c9da1fc568
|
chore: Test case for adance TDS allocation
|
2021-05-25 17:37:17 +05:30 |
|
Deepesh Garg
|
a23aaf43f4
|
fix: Allocate advance taxes only for payment entry
|
2021-05-25 17:36:06 +05:30 |
|
Deepesh Garg
|
e2f83ffaa4
|
fix: Linting fixes and other checks
|
2021-05-25 17:35:41 +05:30 |
|
Deepesh Garg
|
77dcee9d67
|
fix: Test Cases
|
2021-05-25 17:35:15 +05:30 |
|
Deepesh Garg
|
fd380d34f9
|
fix: Linting errors
|
2021-05-25 17:35:05 +05:30 |
|
Deepesh Garg
|
a87e3fcb7c
|
fix: TDS report cleanup
|
2021-05-25 17:34:45 +05:30 |
|
Deepesh Garg
|
79b422c0a9
|
fix: Advance TDS in TDS payable monthly report
|
2021-05-25 17:33:59 +05:30 |
|
Deepesh Garg
|
d18dde7757
|
fix: Add tds in PO and code cleanup
|
2021-05-25 17:32:28 +05:30 |
|
Deepesh Garg
|
c26de28613
|
fix: TDS against Purhase Orders
|
2021-05-25 17:25:13 +05:30 |
|
Deepesh Garg
|
61c5e478af
|
feat: Tax deduction against advance payments
|
2021-05-25 17:20:52 +05:30 |
|
Deepesh Garg
|
c9aa726818
|
feat: Tax deduction against advance payments
|
2021-05-25 17:17:40 +05:30 |
|
Deepesh Garg
|
63e4ab4f2d
|
Merge pull request #25777 from Anuja-pawar/fix-process-SOA-format
fix: Process Statement of Accounts formatting
|
2021-05-24 19:55:21 +05:30 |
|
Saqib
|
b6d061fa8c
|
fix(pos): handle db lock timeout error while pos closing (#25813)
|
2021-05-24 18:22:03 +05:30 |
|
Saqib
|
0b5e340b6e
|
fix(pos): return case for item with available qty equal to one (#25760)
|
2021-05-21 16:32:56 +05:30 |
|
Anuja P
|
605ea044f3
|
fix: update process SOA format
|
2021-05-21 11:24:33 +05:30 |
|
Rucha Mahabal
|
722cfdb7e5
|
Merge pull request #25701 from anupamvs/timesheet-refactor
refactor: timesheet
|
2021-05-20 23:43:19 +05:30 |
|
Rucha Mahabal
|
a7d0dbb085
|
fix: calculate total billing amount on fetching timesheets
- show timesheet billing amounts in doc currency
|
2021-05-20 23:02:11 +05:30 |
|
Saqib Ansari
|
f79ef5d8cf
|
fix: missing cost center message on creating gl entries
|
2021-05-19 13:04:44 +05:30 |
|
Saqib
|
8d7d4b0ba7
|
fix: expected amount in pos closing payments table (#25737)
|
2021-05-18 18:39:35 +05:30 |
|
Anupam
|
35137ba9e0
|
removing currency filter and added rate conversion while fetching timesheets in SI
|
2021-05-16 14:17:56 +05:30 |
|
Anupam
|
fd4743cc31
|
refactor: timesheet
|
2021-05-15 20:01:17 +05:30 |
|
Deepesh Garg
|
55fe85d850
|
feat(India): Multiple GST enhancement and fixes (#25249)
* fix: RCM tax calculation
* feat(India): ITC Reversal via Journal Entry
* fix: Reverse Charge booking logic and validation
* fix: Addd patch for availed ITC fields
* fix: Hooks method to update availed ITC field
* fix: Cleanup and fixes in GSTR3B report
* fix: Update params in GSTR-1 report
* fix: Debit note using Sales Invoice
* fix: Setup and patch
* fix: GSTR 3B report cleanup and updates
* fix: Add method to get invoices liable to reverse charge
* fix: Add taxable value in Purchase Invoice Item
* fix: Inward supplies liable to reverse charge
* fix: Linting issues
* fix: GSTR3B report test
|
2021-05-14 12:17:41 +05:30 |
|
Mohammad Hasnain Mohsin Rajan
|
e85770fe3f
|
fix: bank statement import via google sheet (#25676)
* fix: google sheet bank statement import
* fix: quotes
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
* chore: add translation
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
* chore: grammar
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
* fix: remove comment
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
|
2021-05-13 17:33:18 +05:30 |
|
rohitwaghchaure
|
4fbabb4132
|
Merge pull request #25679 from rohitwaghchaure/fixed-new-fields-not-added
fix: updated modified time in purchase invoice to pull new fields
|
2021-05-12 16:40:23 +05:30 |
|
Rohit Waghchaure
|
9f017a351b
|
fix: updated modified time to pull new fields
|
2021-05-12 16:35:19 +05:30 |
|
Deepesh Garg
|
d2520680bc
|
fix: Error on applying TDS without party (#25632)
* fix: Error on applying TDS without party
* fix: Add placeholder value
|
2021-05-10 21:17:06 +05:30 |
|
Alan
|
c6dc9eaf2e
|
feat!: add pick batch button (#25413)
* feat!: add pick batch button
BREAKING CHANGE: replaces setup_serial_no with setup_serial_or_batch_no.
* refactor: use setup_serial_or_batch_no instead of setup_serial_no
* refactor: use setup_serial_or_batch_no instead of setup_serial_no
* refactor: use setup_serial_or_batch_no instead of setup_serial_no
* style: add sider review changes
* refactor: make consice, extract function
* refactor: camel to snake casing
|
2021-05-07 20:30:04 +05:30 |
|
Ankush Menat
|
90e671905a
|
chore: replace assertEquals with alias assertEqual (#25613)
* chore: replace assertEquals with alias assertEqual
assertEquals has been deprecated.
ref: https://docs.python.org/3/library/unittest.html#deprecated-aliases
* chore: sider fixes
|
2021-05-07 20:28:51 +05:30 |
|
Saqib
|
27cf19a19f
|
feat(pos): show POS reserved stock in stock projected qty report (#25593)
* feat(pos): consider POS reserved stock in stock projected qty report
* chore: remove unwanted string formats
|
2021-05-07 13:37:42 +05:30 |
|
Umair Sayed
|
7f79d463f6
|
fix: Stock and Accounts Settings form refactor (#25534)
* stock and accounts settings page
* fix: Stock and accounts settings page cleanup
Co-authored-by: Umair Sayed <umairsayed@Umairs-MacBook-Air.local>
|
2021-05-07 12:28:57 +05:30 |
|
Alan
|
0e0de6baa1
|
fix: prevent spurious defaults for items when making prec from dnote (#25559)
* fix: prevent spurious defaults for items when making prec from dnote
* refactor: make concise, use dict comp
|
2021-05-07 11:40:02 +05:30 |
|
Nabin Hait
|
134eaa5786
|
perf: Performance enhancement on setup wizard (#25605)
* perf: Performance enhancement on setup wizard
* fix: create departments without updating nsm
|
2021-05-06 19:13:54 +05:30 |
|
Saqib
|
900a8fb21a
|
feat(pos): ability to retry on pos closing failure (#25595)
* feat(pos): ability to retry on pos closing failure
* fix: sider issues
* fix: sider issues
* fix: mark all queued closing entry as failed
* feat: add headline message
|
2021-05-06 17:02:47 +05:30 |
|
Deepesh Garg
|
9dd0a26e92
|
Merge pull request #25598 from deepeshgarg007/payment_reco_invoice_fix
fix: Invoices not getting fetched during payment reconciliation
|
2021-05-06 15:49:19 +05:30 |
|
Deepesh Garg
|
85b675a554
|
fix: Invoices not fetch during payment reconciliation
|
2021-05-05 20:57:31 +05:30 |
|
18alantom
|
136eb30081
|
fix: use get_serial_nos for splitting
|
2021-05-05 12:26:29 +05:30 |
|
barredterra
|
24e2cc9107
|
Merge branch 'develop' into datev_fixes
|
2021-05-03 18:19:28 +02:00 |
|
Nabin Hait
|
0c7448fc41
|
fix: Fixed merge conflict
|
2021-05-01 14:54:22 +05:30 |
|
Nabin Hait
|
a2fcca85a5
|
fix: Fixed merge conflict
|
2021-05-01 14:53:13 +05:30 |
|