2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
Commit Graph

1547 Commits

Author SHA1 Message Date
18alantom
5a6d08edef fix: async call to b2b gstr gen
- use map to prevent issues later
2021-12-28 17:22:34 +05:30
Ankit Singhaniya
3f157f2d6c
Merge pull request #29 from piyushsinghania/feature/gstr1-b2c
Added sleep back to populate data properly
2021-12-28 11:43:59 +05:30
Piyush Singhania
1b942cdedf Added sleep back to populate data properly 2021-12-27 15:30:01 +05:30
Ankit Singhaniya
80606b2cca feat: add gst1 b2cs and b2cl 2021-12-23 22:05:34 +05:30
18alantom
070b49d90f fix: toast styling, remove from window 2021-12-21 18:22:40 +05:30
18alantom
f21aee6664 feat: add function to pop toast
fix: use calls to ipcMain to save data
refactor: remove redundant file and comments
2021-12-21 18:22:40 +05:30
18alantom
04fb48faed feat: add toast component, to be launched externally 2021-12-21 18:22:40 +05:30
18alantom
89bc652571 feat: add Export to P&L, BS and TB 2021-12-21 18:22:40 +05:30
18alantom
cb190eed94 feat: add Export > JSON 2021-12-21 18:22:40 +05:30
18alantom
b4fbbd9bb7 feat: add Export > JSON for General Ledger 2021-12-21 18:22:40 +05:30
18alantom
afa261c592 refactor: move gstSavePath to utils 2021-12-21 18:22:40 +05:30
18alantom
ca8739f8c0 fix: pass report fetching function to action
refactor: remove unnecessary prompt function
2021-12-21 12:37:25 +05:30
18alantom
e1730d85c5 fix(ui): fix black of the button 2021-12-21 12:37:25 +05:30
18alantom
791d276f9d fix: add grouped dropdown for export, add reset filter in Report.vue 2021-12-21 12:37:25 +05:30
18alantom
c4c5ef3a9f refactor: rename linkFields to actions, remove clear filter from viewConfigs 2021-12-21 12:37:25 +05:30
18alantom
9869daf498 chore: remove hsnCode from non Regional 2021-12-21 12:37:25 +05:30
18alantom
1b1a5b8b84 fix: remove required on hsnCode 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
b4707d868f add back removed link fields 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
90c9bd61ab make hsn and sac code a regional thing 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
679904ac6a filter to show only uncacnelled invoices 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
c0c1c26d8d move gst from print setting to account settings 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
26e69216a2 remove gst2 for now from sidebar 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
3bdbdbb73a update the hidden property for sidebar gstr reports 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
3f8e058066 json file should open the folder instead 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
a303b6011b link action fields in report should not hardcode type 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
65a5e313ed remove unused import 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
4bfa54b3d2 make default date as function 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
384c238583 update syntax for null check 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
ef6216f506 remove unwanted package due to unwanted import 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
ea4bdcae2d update text for prompt 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
41bb11f023 update sidebar config to show hide groups and items based on condition 2021-12-21 12:37:25 +05:30
Piyush Singhania
a294ca20bc Passed value to the function rather then hard input 2021-12-21 12:37:25 +05:30
Piyush Singhania
4efe6552f9 Added ability to hide and show side bar items 2021-12-21 12:37:25 +05:30
Piyush Singhania
b44b651695 Renamed gstr-1 functions from get to generate 2021-12-21 12:37:25 +05:30
Piyush Singhania
94c350195c Removed extra indentation layer 2021-12-21 12:37:25 +05:30
Piyush Singhania
65c4faf135 Added filter to hide gst reports for countries other then India 2021-12-21 12:37:25 +05:30
Piyush Singhania
d652ee800d Refactored filter fields 2021-12-21 12:37:25 +05:30
Piyush Singhania
776f12c2d1 Moved function promptWhenGstUnavailable to gst.js 2021-12-21 12:37:25 +05:30
Piyush Singhania
6c29f0c4ba Delete isGstReportsPage computed property, not needed anymore 2021-12-21 12:37:25 +05:30
Piyush Singhania
d8389a8b2e Altered the position of gstin input field 2021-12-21 12:37:25 +05:30
Piyush Singhania
c18db1c406 Fix gstr-1 json format for validation 2021-12-21 12:37:25 +05:30
Piyush Singhania
38713ee2d0 Added item code field for items 2021-12-21 12:37:25 +05:30
Piyush Singhania
23d21bdfb9 Fixed the Nil rated, exempted goods filter condition 2021-12-21 12:37:25 +05:30
Piyush Singhania
4fa1c272d5 Added prompt while exporting if no gstin configured for company 2021-12-21 12:37:25 +05:30
Piyush Singhania
8c0e5d4e75 Fixed the fp value to match the last date of range 2021-12-21 12:37:25 +05:30
Piyush Singhania
228e069096 Code Refactoring 2021-12-21 12:37:25 +05:30
Piyush Singhania
f4fa8a6d88 Added feature to dowload gstr-1 2021-12-21 12:37:25 +05:30
Piyush Singhania
93540b35fd Conditional fixes 2021-12-21 12:37:25 +05:30
Piyush Singhania
b4c6faae17 Added feature to download json data 2021-12-21 12:37:25 +05:30
Piyush Singhania
482f7875bb Added date filter for a quater, added download path setup 2021-12-21 12:37:25 +05:30