Coder Social home page Coder Social logo

timschofield / kwamoja Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kwamoja/kwamoja

7.0 7.0 9.0 744.97 MB

The Official KwaMoja repository - a fresh start for webERP

Home Page: https://www.kwamoja.org

License: GNU General Public License v2.0

PHP 85.24% Shell 0.05% CSS 1.64% HTML 12.84% JavaScript 0.21% Python 0.01% Perl 0.01% Hack 0.01% Batchfile 0.01% AngelScript 0.02%

kwamoja's People

Contributors

agaluski avatar alanmi3833 avatar andrewcouling avatar apmuthu avatar combatwombatnz avatar dcshort avatar dmp1ce avatar emdeex avatar exsonqu-xun avatar fahadhatib avatar gsavix avatar icedlava avatar juergenmueller77 avatar kwamoja avatar lindsayharris avatar marthamadjack avatar mrsolar avatar mythrihegde avatar pakricard avatar phildaintree avatar piiskop avatar rafa62 avatar rsx11m avatar sadasant avatar samudaya avatar serakfalcon avatar stateless avatar timschofield avatar turbopt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

kwamoja's Issues

Kwamoja 20.03 and 2020-04-01 : Sales order lines are not added to an order

Good day,

I trust that I raise the issues at the correct place.

I wish to enter a sales order:
steps followed:

  1. Main menu>sales>Enter An Order or Quotation.
  2. Enter [Part of the Customer Branch Name] and [Search Now] to select customer.
  3. Form to select order items is displayed
  4. Click [Search Now] to list all items
  5. Enter order [Quantity]
  6. Click [Add to Sales Order]
  7. Nothing visible happens, the lines with quantities are not added to the order.

I also tried the online demo but could not list an items to order from.

Any help will be appreciated.

Fresh Install on Ubuntu 14.04

Hi Tim,
I am from the Philippines and am trying to help a small hospital in our area manage its operations.
I just did a fresh install using the downloaded zip file from the KwaMoja-Medical github on virtualbox 4.3.26. After install, I do not see the "Hospitals"
screen
I did the usual install like KwaMoja. Do I have to activate the hospital module?
Thanks for all the work you put into it.
Edwin

Self-installer fails

I'm attempting a new install of KwaMoja but the Installer fails after clicking Next in first step (HTTP Error 500).

My goal is actually to use the webERP2KwaMoja script to convert a vanilla webERP site to KwaMoja. I attempted unsuccessfully to use the webERP2KwaMoja script 5 months ago, and before trying again I wanted to confirm KwaMoja installs correctly on its own first.

The Apache error log shows the following error:

[Sat Feb 13 14:35:19.245592 2021] [php7:error] [pid 26410] [client 174.0.43.39:59454] PHP Fatal error: Uncaught Error: Call to undefined function CheckLanguageChoice() in /usr/local/www/kwamoja/includes/LanguageSetup.php:20\nStack trace:\n#0 /usr/local/www/kwamoja/install/index.php(208): include()\n#1 {main}\n thrown in /usr/local/www/kwamoja/includes/LanguageSetup.php on line 20, referer: http://kwamoja.dalescott.net/install/index.php?New=True

The host is FreeBSD 12.2 with PHP 7.4.15 and MariaDb 10.5.8. Bash is not installed should it be relevent.

PHP 8

When reviewing KwaMoja for some people asking about Web based ERP, I found a PHP 8 problem as described in https://petermoulding.com/kwamoja_for_a_fresh_old_look_at_erp
get_magic-quotes_gpc disappears in PHP 8. I wrote a function to handle the test, k_magic-quotes_gpc, and used the function in the three code files containing get_magic_quotes_gpc.
File includes/k_magic_quotes_gpc.php:
`<?php
/**

  • get_magic_quotes_gpc () is not available in PHP 8.
    */
    function k_magic_quotes_gpc()
    {
    $phpversion = explode ('.', phpversion ());
    if ($phpversion[0] >= 8) { return false; }
    return get_magic_quotes_gpc();
    }`

includes/Login.php, includes/Session.php, and xmlrpc/debugger/common.php:
`include_once ('k_magic_quotes_gpc.php');

if (k_magic_quotes_gpc()) {`

There is a warning from PHP 7.4 onward.

Importing bank transactions from electronic statements

Hi Tim, and everyone,

I am forced to import large amount of banking transactions, and find it cumbersome to scroll up and down after completing the transaction analysis. I tried to use the select customer layout to develop a table which will paginate the data across page.

The form displays the data and the buttons work. Regrettably there is a BUT the rows don't move -pagination does not work. I believe the issue relates to the mechanism used by the forms. The statement data is any array object which needs to be sliced properly and it is just not happening.

Thanks in advance for the assistance.

Regards,
Confucius

ImportBankTransExtended.zip

Convert WebERP database to KwaMoja database with ConvertWebERPToKwaMoja.php (15 Jan 2020)

According to the README.md (15 Jan 2020) the script takes three parameters i,e.
weberp database name which needs to be converted;
path to weberp installation; and
path to kwamoja installation.

The following error is raised when the script is run.
https://kwamoja.dz/ConvertWebERPToKwaMoja.php banking_records weberp.dz/ kwamoja.dz/
or
https://kwamoja.dz/ConvertWebERPToKwaMoja.php banking_records weberp.dz kwamoja.dz

The error:
The requested URL was not found on this server.

Thanks in advance for assistance.

Regards,
Confucius

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.