Code Monkey home page Code Monkey logo

web_mes's Introduction

web_mes's People

Contributors

smewebify avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

petrusyhan

web_mes's Issues

Create favicon

Acutaly we have code html :

<link rel="shortcut icon" type="image/x-icon" href="../public/image/favicon.ico" />

But favicon.ico is not created

Datalist not working if is multiple

Describe the bug
if there are more than one datalist field, then one works but not the others

To Reproduce
Steps to reproduce the behavior:

  1. Go to index.php?page=order (or quality, or quote etc ...)
  2. Click on find field
  3. this must not sort

Screenshots
not work :
image
work :
image

Have other company parameter

  • Be able to have a default monetary currency
  • Be able to have a default date format DD / MM / YY or MM / DD / YY
  • Can choose metric or inch
  • Be able to choose the default unit

Add a hierarchical view of users

To be able to define a hierarchical manager of the users between them.

Technically:

in this page ->
http: //localhost/erp/public/admin.php? page = manage-users
Being able to have a choice list of people

In the database ->
Add a Hierarchical_Id field in company_user table

Issue after Pull Improve class structure folder

Describe the bug
Lot of page are not include last modification
Like : erp/public/index.php?page=profil

To Reproduce
Steps to reproduce the behavior:

  1. Go to erp/public/index.php?page=profil

Screenshots
image

Desktop (please complete the following information):
N/A

Additional context
N/A

Error SQL on manage-method.php

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'RESPONSABLE' at row 1 in C:\wamp64\www\ERP\manage-methodes.php on line 108

1

Create Delivery return management

Use existing table

//DATA BASE ORDER RETURN
define('TABLE_ERP_ORDER_RETURN', 'orders_delivery_return');
define('TABLE_ERP_ORDER_RETURN_LINES', 'orders_delivery_return_lines');

Leave management

Ability to manage leave

Use the time_absence_history table

Must be managed in: http: //localhost/erp/public/admin.php? Page = manage-time

Who validates the leave? (if this is the user's hierarchy then issue # 12 must be finished)

SQL error if no address

To Reproduce
Steps to reproduce the behavior:
1 - Go to a quote or an order with a customer who does not have an address
2 - make Update without address selected
4. - See error

SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'ADRESSE_ID' at row 1

UPDATE quote SET CONTACT_ID='5', ADRESSE_ID='', FACTURATION_ID='215' WHERE id='18'

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.