Posts

Simple CloudERP for education In a fast converging interconnected world Education management needs to grow and simplify operation of a school , college , k12 , university by utilizing new interfaces provided by mobile or wearables. Mobile applications today are growing at a faster rate and allows education institutes to connect with stakeholders faster and efficiently. but the limited feature set of these applications limits the use and does not provide a complete solution to most schools college and coaching institutes.  ZeroERP education zeroerp education bridges that gap by combining a stable smart web based erp with a simple role based android app backed by a full fledged clouderp. the cloud erp by zeroERP is a scalable and secure platform enabling an institute to manage all operations. Parent teacher communication parent teacher communication in zererp works at many levels at one end it helps parent get timely updates about the progress of student as well a...

Registration for school management software and initial setup

Image
School management Registration Free Registration from School App To Register Download School App  and click register on the First scren school management app Carefully Enter Email Address so you can receive One Time Password on email Check your email for mail  Carefully Enter OTP ( One time password )  received on your email in the OTP screen of app In the next screen Enter the Registration details , be careful to remember Organization key You will receive an email with confirmation of your details Once saved You will be taken to the login Screen which will have following details  Organization key User Password After entering the details you will login and enter the session details  Free Registration from website visit School management software Register school Carefully Enter Email Address so you can receive One Time Password on email Check your email for mail  Carefully Enter OTP ( One time password ) ...
Image
ZeroERP  Education   www.zeroerp.com ZeroERP school management software is a complete cloud based school management erp system that automates the routine tasks for a teacher and enables communication between teacher and Students/parents. It provides management of operations for School college as well as Coaching centers Coaching institutes. Why switch to ZeroERP? Attendance entry:  keep student attendance track of daily/monthly basis and export the report on excel sheet. Also can notify parents about the absence or presence of their students via sending messages. Homework entry:  Easy homework tracking for teachers and parents. Parent and teacher communication via instant messaging through Mobile App for attendance tracking and other tasks. Each parent and teacher has a separate login with all school management features. Time table entry and sends Message with time table to parents. Synchronize Data with Cloud : Automatically synchron...

Android slowing down

Android phone slowing down We use android phone for a wide variety of activities and it has become the most important device we use today, unless it has a lot of RAM and processing power the device tend to slow down with time and causes frustration because even the basic functions like making a call or sending / reading a text takes longer.  here are some common things that you can perform in order to get back some speed.  Apps  we tend to install apps on a regular basis but rarely use them, some of these apps run in background or take a lot of memory space, it is not just true about third party apps , even the manufacturers app does clog up lot of resources, some of these apps that run in background and bloat are. Facebook Linkedin naukri etc.  one of the best way to reduce this bloat is to uninstall the app and reinstall again later. same is true for google contact or people app.  If you have synchronized the contacts with google ...

School Management System

Image
ZeroERP Education  A full fledged management suite for educational institute zeroERP education simplifies school administration by providing a easy to use interface and a handy mobile app for school college coaching .  School App  School management android app allows student , parent , Teacher and Administrator , principal , owner to perform activities like  Homework management  Attendance management  Transport management  Communication  To download visit  School app School app School management software A complete school Management System having following features (For Demo visit  w ww.zeroerp.com ) School management system Login Management Responsive User Interface for Mobile , Tablets . Hosted or on premise option Define Session Manage Front office  Manage Admission  Manage Fee payment Manage staff Manage Attendence  Manage Transport  Grade Management Library Man...

Apache not running on Port 80

Image
Making Apache work on Port 80 XAMPP provides Apache , Mysql and Filezilla on a windows machine . To install ensure skype is not using this port 80 and 443, uncheck the checkbox. in skype settings  after XAMPP installation test it by going to localhost XAMPP home page will open  software development info@junctiontech.in Contact : 8109069226 junction software pvt ltd

Eclipse Debugging

Enable Debugging in Eclipse Luna ·          To enable debugging in PHP , you first have to modify the PHP.ini file but there is a caveat Do not modify directly , go through the link http://xdebug.org/wizard.php In This site copy the phpinfo output as it is ( not source ), than it gives the recommendations after analyzing the output In my case it was downloading the file and saving in the folder below and modifying  entry in php.ini zend_extension = C:\xampp\php\ext\php_xdebug-2.3.2-5.6-vc11.dll This just enabled debugging in apache for php, now comes the ide turn , in my case eclipse. To enable debugging  you have to save it as a configuration,  but that’s not all while running eclipse I realized that another entry to be made in php.ini file for xdebug.remote_enable = 1   Finally I am able to see a debugger in eclipse but it does funny thing , the debug cursor does not move with F5 , or any other key , thank...