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
Impulse Solutions
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Modules Add-on's → Shipment Tracking Module
Hello
Created shipping tracking module for FA. In case anyone needs it.
https://github.com/impulse-solutions/FA … acking.git
Regards
@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.
thanks @kvvaradha for correction. Bug has been fix and committed to github repository. Yes I am planning to provide.
1. Option to change shipment status2. 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
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)
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.
Added it to FA24extensions repo at:
https://github.com/apmuthu/FA24extensions/tree/master/Extensions/shipment_tracking
Attached some changes as well.
thanks @apmuthu: for the changes, I will update the suggested changes in my repo as well.
Dear apmuthu and dearmosin
Shipment Tracking Module not working, can you please check, waiting for your reply.
Which version of FA and platform versions are you on? Linux/Windows/Mac, PHP, MySQL versions.
@ngicon try to enable debug
config.php
$debug = 1;
$go_debug = 1;
and share error message.
@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?
@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
@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.
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
@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.
Can there be a solution to this?
FrontAccounting forum → Modules Add-on's → Shipment Tracking Module
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.