Giter Club home page Giter Club logo

yii2-house2house's Introduction

yii2-house2house

Licence

Copyright 2020 House2House BSD-3-Clause

House to House Management Software eg. Cleaning Services

Yii2 License stable Downloads

Composer

"rossaddison\yii2-house2house": "*", 

Frequently Asked Questions ?

Installation

  1. Clone repository, install composer from composer.org and run the following command at the web root command prompt or click on up8.bat in the web root:

      composer update
    
  2. Create databases 0 to 10 adapting common/config/main-local.php. Use utf8mb4_unicode_ci.

  3. Identify the following commands in console/config/main.php

  4. Console/command prompt command setting up admininstrator's database db ie. database 0.

     yii migrate-db-namespaced
    
  5. Console/command prompt command populate databases 1 to 10

     yii migrate-db1
     yii migrate-db2               
    
  6. Insert frontend/config/main.php Swiftmailer settings to signup first user.

  7. Signup first user who will automatically be made active as administrator.

  8. Signup addtional users. The administrator will have to be make them active.

Roles and Permissions Diagram

yii2-house2house's People

Contributors

dependabot[bot] avatar rossaddison avatar

Stargazers

 avatar

Watchers

 avatar  avatar

yii2-house2house's Issues

yii2-house2house/frontend/views/product/_search.php /

The function accesses:

'url'=>Url::to(['/site/produc']),

But this function does not exist. Although the _search model is not used in this version since a 2 tiered search occurs in the grid leaving all the houses to select from this bug fix will assist with a quicker search for customers from the dashboard.

Under the new release the function actionCustomer and function actionCustomerlist have been created in the product controller. Echo's have been removed from the functions as is necessary with later versions of Yii2.

Users can now access a simplified search for the customer by means of the controlleraction/id of 'product/search'. Kartik's 3 tiered search list is presented. Upon selection a redirect occurs to product/index where the larger grid appears.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.