1 (edited by apmuthu 09/27/2020 03:54:34 pm)

Topic: Shipment Tracking Module

Hello

Created shipping tracking module for FA. In case anyone needs it.

https://github.com/impulse-solutions/FA … acking.git

Regards

Post's attachments

FA-Shipment-Tracking-master.zip 24.6 kb, 10 downloads since 2020-09-27 

You don't have the permssions to download the attachments of this post.
Mohsin Mujawar
Impulse Solutions

Re: Shipment Tracking Module

@deamosin, You have done a good job with it.

Looks like there is an error in your update.sql file.

 CREATE TABLE `0_shipments` (
  `shipment_id` int(11) NOT NULL AUTO_INCREMENT;  #here the bug
  `trans_no` int(11) NOT NULL DEFAULT '0',

to be

CREATE TABLE `0_shipments` (
  `shipment_id` int(11) NOT NULL AUTO_INCREMENT,
  `trans_no` int(11) NOT NULL DEFAULT '0',

and also add a readme for users to understand it.  And also You have an options table to record the status of shipment, thats good.  But you can provide an option to change them, otherwise, you can keep them in an array and show it here. If you provide an option to change it, it would be great for the users.

now a days the shipment should be further connected with shipping company api to get the status of goods movement. This is possible with help of shipping companies tracking API.

Overall its nice feature that you tried.

@joe, i think it can be added to core extensions repository for other users.

Subscription service based on FA
HRM CRM POS batch Themes

3 (edited by dearmosin 09/23/2020 09:29:45 pm)

Re: Shipment Tracking Module

thanks @kvvaradha for correction. Bug has been fix and committed to github repository. Yes I am planning to provide.

1. Option to change shipment status
2. update ship_via in debtor_trans field if shipping company is changed.
3. provide hyperlink popup on tracking number string with API url.
4. shipping label - package wise
5. Option to change label size and package size.

opinion and suggestions are needed.

Regards

Mohsin Mujawar
Impulse Solutions

Re: Shipment Tracking Module

update ship_via in debtor_trans field if shipping company is changed and has been committed to GITHUB.

files modified shipments\includes\db\tracking_db.inc with new function (updated attachment in first post)

Mohsin Mujawar
Impulse Solutions

Re: Shipment Tracking Module

Good update dude. Keep rocking with changes. There are some real time users are there. They can feedback you in better way to get it.

Subscription service based on FA
HRM CRM POS batch Themes

Re: Shipment Tracking Module

Added it to FA24extensions repo at:
https://github.com/apmuthu/FA24extensions/tree/master/Extensions/shipment_tracking

Attached some changes as well.

Post's attachments

ST_pull_request.zip 10 kb, 14 downloads since 2020-09-27 

You don't have the permssions to download the attachments of this post.

Re: Shipment Tracking Module

thanks @apmuthu: for the changes, I will update the suggested changes in my repo as well.

Mohsin Mujawar
Impulse Solutions

Re: Shipment Tracking Module

Dear apmuthu and dearmosin

Shipment Tracking Module not working, can you please check, waiting for your reply.

Re: Shipment Tracking Module

Which version of FA and platform versions are you on? Linux/Windows/Mac, PHP, MySQL versions.

Re: Shipment Tracking Module

@ngicon try to enable debug

config.php

    $debug             = 1;
    $go_debug         = 1;

and share error message.

Mohsin Mujawar
Impulse Solutions

Re: Shipment Tracking Module

@dearmosin,
I am having issues with this beautiful module, after downloading and completed the installation process. I could not locate the shipment tracking module on FA.
Please after the installation has been activated from install extension, how can i locate it?

Re: Shipment Tracking Module

@aterad & @@ngicon I have successfully installed shipment tracking module on FA 2.4.11

1. Please Download module from https://github.com/apmuthu/FA24extensions
2. Paste it in your module directory and make sure you don't change folder name shipment_tracking
3. Install plugin shipment_tracking from setup -> Install/Activate Extensions
4. Activate extension shipment_tracking for your company
5. Give access permission to your role setup -> Access Setup
6. Logout FA and re-login to your account.

Hope this will help you

Mohsin Mujawar
Impulse Solutions

Re: Shipment Tracking Module

aterad wrote:

@dearmosin,
I am having issues with this beautiful module, after downloading and completed the installation process. I could not locate the shipment tracking module on FA.
Please after the installation has been activated from install extension, how can i locate it?

You will find shipment tracking on sales application.

Re: Shipment Tracking Module

I have Installed the plugin shipment_tracking from setup -> Install/Activate Extensions
And Allso Activated
But not showing in access permission to role setup. in FrontAccounting 2.4.12

Re: Shipment Tracking Module

aterad wrote:

@dearmosin,
I am having issues with this beautiful module, after downloading and completed the installation process. I could not locate the shipment tracking module on FA.
Please after the installation has been activated from install extension, how can i locate it?

I am allso having this issus.

Re: Shipment Tracking Module

Can there be a solution to this?