Friday, May 2, 2014

Auto Interest Posting Software for the year 2013-14 from SBCO to Sanchay Post


--: Important Instruction :--

1. A Software is Developed for Automatic Interest Posting for Year  2013-14 in Sanchay Post.

2. First Open by Double Click on "Auto Interest Posting 2013-14.exe".

3. It will Ask for Password. Contact Software Developer for Password.

4. Enter SQL Server Name, User Name and Password.

5. Browse SBCO's ACC file of your office. i.e. ACC file generated by SBCO after UPGRATION to 2015.

6. Make Sure that You have Selected Proper File. If you Select Wrong Year's ACC File. This Software will post wrong interest in Sanchay Post. As this is Serious Work, Kindly check Twice before selecting ACC File. Consult SBCO for providing proper File.


7. Enter Account Block for Auto Interest Posting.

8. Then Select Your Office from Box. If a message appear that "This is Default Post Office." then you have Selected Right Office.

9. That's it. Just Click on 'Click to Process' Button for Auto Interest Posting for Given Account Block.

10. If any Account Excluded it will Generate Log File in Root Directory.

11. After Completion of One Account Block  Make Backup of Log file Because it will automatically overwrite with new block.


Thanking You,


Click here to Download Auto Interest Posting 2013-14 Software 


Developed By : 
----------------------

Vipul D. Vadher
System Administrator,
Gondal Head Post Office,
Gondal – 360311.
Mobile : +91 98793 22447

“PLEASE SEND FEEDBACK / SUGGESTION” 

Monday, October 7, 2013


5 RD BULK ACCOUNT OPEN SOFTWARE FOR SANCHAY POST
--------------------------------------------------------------------------------------

THIS SOFTWARE OPENS THOUSANDS OF ACCOUNT IN JUST ONE CLICK. 
IF YOU WANT TO OPEN THOUSAND ACCOUNT OF RD OF SAME DEPOSITOR HAVING SAME NAME AND DENOMINATION THEN THIS SOFTWARE HELPS YOU IN THIS. IT IS SHORT CUT. YOU CAN OPEN IT BY ONE CLICK. IT WILL REDUCE BORING REPEAT TASK OF SANCHAY POST. ONLY ONE REQUIREMENT IS THERE, ALL SB-3 SHOULD BE THE SAME.



FOR FURTHER INQUIRY - EMAIL:
awesometoolkit@gmail.com




Monday, July 1, 2013

KYC - KNOW YOUR CUSTOMER SOFTWARE


** A NEW SOFTWARE DEVELOPED - KNOW YOUR CUSTOMER 
** YOU CAN SEE THE DEMO HERE
-------------------------------------------------------------------------
-------------------------------------------------------------------------




-------------------------------------------------------------------------
-------------------------------------------------------------------------
** DEVELOPED BY V. D. VADHER
     SYSTEM ADMINISTRATOR,
     GONDAL DIVISION,
     GONDAL - 360311.

     EMAIL : SAGONDALHO@GMAIL.COM
     MOBILE : 98793 22447

Thursday, April 25, 2013

Auto Interest Posting 2012-13 Software


------------------------------------------------------------------------------------------------------------

--: Important Instruction :--

1. A Software is Developed for Automatic Interest Posting for Year  2012-13 in Sanchay Post.

2. First Open by Double Click on "Auto Interest Posting 2012-13.exe".

3. It will Ask for Password. Contact Software Developer for Password.

4. Enter SQL Server Name, User Name and Password.

5. Browse SBCO's ACC file of your office. i.e. ACC file generated by SBCO after UPGRATION to 2014.

6. Make Sure that You have Selected Proper File. If you Select Wrong Year's ACC File. This Software will post wrong interest in Sanchay Post. As this is Serious Work, Kindly check Twice before selecting ACC File. Consult SBCO for providing proper File.


7. Enter Account Block for Auto Interest Posting.

8. Then Select Your Office from Box. If a message appear that "This is Default Post Office." then you have Selected Right Office.

9. That's it. Just Click on 'Click to Process' Button for Auto Interest Posting for Given Account Block.

10. If any Account Excluded it will Generate Log File in Root Directory.

11. After Completion of One Account Block  Make Backup of Log file Because it will automatically overwrite with new block.


Thanking You,


Click here to Download Auto Interest Posting 2012-13 Software 




Developed By : 
----------------------

Vipul D. Vadher
System Administrator,
Gondal Head Post Office,
Gondal – 360311.
Mobile : +91 98793 22447

“PLEASE SEND FEEDBACK / SUGGESTION” 



Monday, May 7, 2012

Auto Posting of SB Interest - 2011-12

A Software is developed to post SB Interest Year - 2011-12 to Sanchay Post Automatically.
The Software will be available to you within sort period.

V. D. Vadher
SA Gondal HO
Gondal - 360311.

Mob. 98793 22447

Monday, April 2, 2012

Sub Account Day End Error - Solution

If you face an error in Sub Account as ' Invalid Object name sotransit020412' then run following script in Query Analyser. Problem will be solved :

==================================================
USE [supplysubaccounts]
GO
/****** Object:  Table [dbo].[sotransit020412]    Script Date: 02/04/12  15:12:11 V. D. Vadher ******/
SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[sotransit020412](
    [fromso] [char](3) NULL,
    [toso] [char](3) NULL,
    [remittancedate] [datetime] NULL,
    [sentorreceived] [char](1) NULL,
    [amount] [numeric](15, 2) NULL,
    [adjusted] [bit] NULL,
    [dummycolumn] [timestamp] NULL
) ON [PRIMARY]

GO
SET ANSI_PADDING OFF
GO
/****** Object:  Table [dbo].[sotransit020412]    Script Date: 02/04/12  15:12:11 V. D. Vadher ******/
SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
USE [bosupplysubaccounts]
CREATE TABLE [dbo].[sotransit020412](
    [fromso] [char](3) NULL,
    [toso] [char](3) NULL,
    [remittancedate] [datetime] NULL,
    [sentorreceived] [char](1) NULL,
    [amount] [numeric](15, 2) NULL,
    [adjusted] [bit] NULL,
    [dummycolumn] [timestamp] NULL
) ON [PRIMARY]

GO
SET ANSI_PADDING OFF

Thursday, September 29, 2011

New BPL Corrector.exe (BOF EOF Error Solution)

New BPL Corrector.exe for the Offices where an error comes like

"Either BOF or EOF is True, or the current record has been deleted. Requested Operation requires a current record."

CLICK HERE TO DOWNLOAD SOLUTION