Transaction Status and Sharing


Here lets consider this as two parts. but most of the codes we put in separate files and we updated a little code on the transaction inquiry files. So that you can get the status and sharing link on them itself. 

The sharing and status mainly applied to the sales and purchase, the rest of the modules, we are still trying to cover.   As of now, implementation process like the following steps. 

1. Download the Status.zip from our website or we shared with you via communications. get it and extract it. 
2. Download a software called Meld from official website Download it based on your operating system and install it. 
3. Download a Fresh Fa 2.4.17 or any new version 2.4.15 and above. Also extract it. 
4. Open the installed Meld software and click *Folder/Directory* Comparision
5. it will show 2 options like to compare two directories. You need to choose the 2.4.17 on one selection and another one with our status.zip extracted folder. 
6. Press compare button, it will show the differences from it.   Dont forget to mark in the software to show new and changes files only.  So you will get appropriate files to see the difference. 
7. Now you can see a list of files with blue colored and green colored.  blue colored means, those files has modifications, which you can double click on it to view that in detail and compare and get the difference of our code to do that. Copy the changes and apply on your version of FA. 
8. Green colored files and folders are directly copy from our folders, especially, the *Share* directory you can copy it to there. 
9. do the same for all files and directory from right side(our Status) directory to your left. 

Update your FA to work. Suppose if your FA is similar to 2.4.17 and never modified any core files, you can simply copy all our files to there. to work. 

Note: Suppose if your FA installed in a sub directory instead of main url like example.com/FA/ you need to do one more thing,  Goto Share directory and find .htaccess file from it. Open that file and put the directory path to work. 

It will be like this. 

RewriteBase /share/

change it to 

RewriteBase /FA/share/

As of above example if your directory name should be updated here. 


Did you find this article useful?