2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/reports/GoodsAndServiceTax/GSTR2View.js
thefalconx33 ed164a492e - GSTR1, GSTR2, GSTR3B Reports
- Message Dialog
- Handle Error in Form Submit and Revert
- Report Filter Custom Doc
2019-07-30 17:32:49 +05:30

10 lines
244 B
JavaScript

const title = 'GSTR 2';
const baseConfig = require('./BaseViewConfig');
module.exports = {
title: title,
method: 'gstr-2',
filterFields: baseConfig.filterFields,
linkFields: baseConfig.linkFields,
getColumns: baseConfig.getColumns
};