forked from sourceopen7/billing
-
Notifications
You must be signed in to change notification settings - Fork 14
GSTTaxTask_Plugin
Vikas Bodani edited this page Aug 10, 2016
·
9 revisions
GST Plugin is a re-useable component, that can be configured as a Plugin to apply GST Rate on orders at real time. It multiplies the item quantity with price and applies a gst item to an order.
GST Plugin is applied at order processing level because the customer would like to know the proforma order total.
- Checkout the Web Data master branch of jBilling CE 4.1.1.
- Run setup : grails clean ; grails compile ; grails prepare-test-db -hard; grails run-app
- Login to jBilling instance, it should already have some test data, therefore, no signup required
- Login into the company Prancing Pony. Credentials admin/123qwe
- Configure the Plugin GSTTaxTask: Configuration > Plugins > Order Processing > Add New > GSTTaxTask
- Provide a Tax Rate say: 23%, Description: "GST". This description will show on the GST Tax Lien on the order
The setup is complete.
- Create a new Customer
- Create an Order for the customer
- Add any non-tax product to the order
- Update the order line
- Notice that the gst rate is automatically calculated and an appropriate amount is applied to the Order
- Save the order. The order is saved with appropriate GST rate pre-applied to the order
- Any changes to the order will have the gst recalculated and applied
https://drive.google.com/open?id=0B2EfTdeMMitKT1lRdGdLWnVfb2M
https://drive.google.com/open?id=0B2EfTdeMMitKb3hvdlplVVM1Mms
https://drive.google.com/open?id=0B2EfTdeMMitKUXYyeXc1cmFiNkk
Thank you!
From: Web Data Technologies LLP. For World Class jBilling Support contact us here: [jBilling Support](mailto: support@webdataconsulting.in)
[User Guides](User Guides)