When and where we are meeting for the last time before going to Ashram

4 views
Skip to first unread message

Bibek Panda

unread,
Apr 5, 2014, 12:04:23 AM4/5/14
to satsang-so...@googlegroups.com
Jayaguru,

When and where are we all are meeting before going to Ashram?

I suggest whoever is going to Ashram for this purpose should meet and discuss. 

We need to discuss the following:
1. We need the setup the system in couple of laptops, which would easily take couple of hrs.
2. Entering dummy data to show and test the flows. 404, 500 errors are irritating in any demo.
3. If at all any changes need to be done to the messages/category etc... then tomorrow is the time, after that it can't be done. 
4. List out work done, work in-progress, work pending that we are aware of and the questions need to be discussed.


Thanks.
-Bibek

Kaushik Mukherjee

unread,
Apr 5, 2014, 12:32:10 AM4/5/14
to satsang-so...@googlegroups.com
Bibek Bhai,

As discussed, we will meet tomorrow for integration purpose by 10AM. I have asked Manoj bhai to come.
Bhagirathi bhai will be coming today itself.
We need to complete the setup locally with dummy data. I am workinh with them to integrate Istabhrity module's UI/backend with dummy data. If we can include all changes in server setup including accommodation will be great. Otherwise locally should be OK.

I have interest to integrate the Istabhrity module with email notification. If we can have this in server setup, and if we can achieve that in short time will be great. Bhagirathi bhai is looking SMS sending activity.

Asish bhai has helped to prepare documentation/ppt slides that we will be presenting to show overall/individual flow and queries. That activity is going in parallel. We can discuss that tomorrow.

Please let us know anything we are missing to cover.

Regards,
Kaushik



--
You received this message because you are subscribed to the Google Groups "satsang-software-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to satsang-software...@googlegroups.com.
To post to this group, send email to satsang-so...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/satsang-software-dev/CAJ7PcgqVF5TOtX51_qAwrnJoo1T%3D0XE1zXTfFR7ozLygMpSfLw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

manoj.ku...@accenture.com

unread,
Apr 5, 2014, 12:23:07 PM4/5/14
to satsang-so...@googlegroups.com
Dear Bibek Bhai Jayguru,

with following set off files I want to do a logical conclusion on development of accommodation system before our Deoghar visit.
please let me know in case you find any issues integrating them

Attached a data file also.

Link to Google Drive: https://drive.google.com/file/d/0B60y57D5_ZN_VDhhVEd1c2N1RjA/edit?usp=sharing

Files Modified:

/Reservation/src/org/satsang/controller/HelloWorldController.java
/Reservation/src/org/satsang/dao/AccommodationDAO.java
/Reservation/src/org/satsang/dto/AccommodationRoomDTO.java
/Reservation/src/org/satsang/dto/BedDTO.java
/Reservation/src/org/satsang/bean/AccommodationVO.java
/Reservation/src/org/satsang/form/FCForm.java
/Reservation/src/org/satsang/form/RoomForm.java
/Reservation/src/org/satsang/form/BedForm.java

/Reservation/WebContent/WEB-INF/jsp/tiles/leftNavAdmin.jsp
/Reservation/WebContent/WEB-INF/jsp/tiles/header.jsp

/Reservation/WebContent/WEB-INF/jsp/accommodationList.jsp
/Reservation/WebContent/WEB-INF/jsp/fcEntryForm.jsp
/Reservation/WebContent/WEB-INF/jsp/addRoomToAcc.jsp
/Reservation/WebContent/WEB-INF/jsp/addBedToRoom.jsp
/Reservation/WebContent/WEB-INF/jsp/accRoomList.jsp
/Reservation/WebContent/WEB-INF/jsp/accBedList.jsp
/Reservation/WebContent/WEB-INF/jsp/accBedEntry.jsp
/Reservation/WebContent/WEB-INF/jsp/accRoomEntry.jsp

/Reservation/WebContent/WEB-INF/tiles-def.xml

Thanks,
Manoj

From: satsang-so...@googlegroups.com [satsang-so...@googlegroups.com] on behalf of Kaushik Mukherjee [kaush...@gmail.com]
Sent: 05 April 2014 10:02:10
To: satsang-so...@googlegroups.com
Subject: Re: When and where we are meeting for the last time before going to Ashram


For more options, visit https://groups.google.com/d/optout.



This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy.
______________________________________________________________________________________

www.accenture.com
DataTable.txt

Bibek Panda

unread,
Apr 5, 2014, 12:43:25 PM4/5/14
to satsang-so...@googlegroups.com
Jayaguru Manoj Bhai,

I presume there is no data model change since last we met.

Thanks
-Bibek


Bibek Panda

unread,
Apr 5, 2014, 1:44:35 PM4/5/14
to satsang-so...@googlegroups.com
Tomorrow is 1st Sunday, I request all if we can meet in Bhabadyuti's bhai's some, complete our work and go for Anand Bazar. If we attend satsang and then come back then it may be too late.

Thanks
-Bibek


manoj.ku...@accenture.com

unread,
Apr 6, 2014, 1:48:33 AM4/6/14
to satsang-so...@googlegroups.com
Jayguru Bibek Bhai,

no data model change but I missed few files to include in the change log. The same are marked with (NEW)

/Reservation/src/org/satsang/controller/HelloWorldController.java
/Reservation/src/org/satsang/dao/AccommodationDAO.java
/Reservation/src/org/satsang/dto/AccommodationRoomDTO.java
/Reservation/src/org/satsang/dto/BedDTO.java
/Reservation/src/org/satsang/dto/PropertyDTO.java(NEW)
/Reservation/src/org/satsang/dto/AccommodationRoomDTO.java(NEW)


/Reservation/src/org/satsang/bean/AccommodationVO.java
/Reservation/src/org/satsang/form/FCForm.java
/Reservation/src/org/satsang/form/RoomForm.java
/Reservation/src/org/satsang/form/BedForm.java

/Reservation/WebContent/WEB-INF/jsp/tiles/leftNavAdmin.jsp
/Reservation/WebContent/WEB-INF/jsp/tiles/header.jsp

/Reservation/WebContent/WEB-INF/jsp/accommodationList.jsp
/Reservation/WebContent/WEB-INF/jsp/fcEntryForm.jsp
/Reservation/WebContent/WEB-INF/jsp/addRoomToAcc.jsp
/Reservation/WebContent/WEB-INF/jsp/addBedToRoom.jsp
/Reservation/WebContent/WEB-INF/jsp/accRoomList.jsp
/Reservation/WebContent/WEB-INF/jsp/accBedList.jsp
/Reservation/WebContent/WEB-INF/jsp/accBedEntry.jsp
/Reservation/WebContent/WEB-INF/jsp/accRoomEntry.jsp
/Reservation/WebContent/WEB-INF/tiles-def.xml

/Reservation/WebContent/css/accommodation.css(NEW)

Thanks,
Manoj

From: satsang-so...@googlegroups.com [satsang-so...@googlegroups.com] on behalf of Bibek Panda [bibek...@gmail.com]
Sent: 05 April 2014 22:13:25

manoj.ku...@accenture.com

unread,
May 13, 2014, 10:28:37 PM5/13/14
to satsang-so...@googlegroups.com
Dear All Jayguru,

please find the baseline project including Accommodation source code at following location:

https://drive.google.com/#folders/0B03IWtoYDj2dQTNhU1U2SzNXZWc
File Name : Full Project-1.0.rar

Best Regards,
Manoj

From: Kumar Nanda, Manoj
Sent: 06 April 2014 11:18:33
To: satsang-so...@googlegroups.com
Subject: RE: When and where we are meeting for the last time before going to Ashram

manoj.ku...@accenture.com

unread,
May 15, 2014, 2:00:24 AM5/15/14
to satsang-so...@googlegroups.com

Jayguru All,

 

Just shared the source code to send SMS from our code on Google drive. Please use that and share in case of any issues. Once the class is copied to class path, we can leverage following code snippet to send SMS to the desired mobile number.

 

Ex:

String status = SMSSender.sendSMS("Accommodation booked for you", "919731154182")

 

Internet connectivity is required for sending SMS.

 

At this moment I have purchased a package to test SMS integration worth 99/- for 200 SMS. With this we can send only promotional SMS to non DND numbers between 9 AM to 9 PM. Once we purchase a transactional package we can send SMS any time. I hope that helps.

 

File Name : APIs.zip

Location: https://drive.google.com/?authuser=0#folders/0B03IWtoYDj2dQTNhU1U2SzNXZWc

 

Next I will look into email integration.

 

Thanks,

Manoj

Reply all
Reply to author
Forward
0 new messages