Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

CRM System (Server & Client)

A template of a Customer Relations Management System

includes server providing model data and interacting client Desktop Application

Request Features Report Bug

Made With

HTML, CSS, JavaScript

WebAppREST

Index Display

Angular

function entityAct(entity) {
    app.controller("DBCtrl", 
    function($scope, $http) {
        $scope.saveRecord = function() {
...
        $scope.getRecords = function() {
            $http.get("/WebAppMySQLREST/webresources/com.cbm.web.rest.webappmysqlrest.entity."+entity)
                    .then(function(response){
                        $scope.entity=response.data;
                    });
        };
...

Java

JavaSwing

    private void initValues() {
        pnlPersonalDetails = new JPersonalDetailsPanel();
        pnlPersonalContact = new JPersonalContactPanel();
        pnlAccountType = new JGenericDescriptionPanel();
        pnlRole = new JGenericDescriptionPanel();
        pnlLogin = new JLoginPanel();
        panelIndex = 0;
        tbpnlDetails.add("Personal", pnlPersonalDetails);
        tbpnlDetails.add("Contact", pnlPersonalContact);
        tbpnlDetails.add("Account Type", pnlAccountType);
        tbpnlDetails.add("Role", pnlRole);
        tbpnlDetails.add("Login", pnlLogin);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages