Coder Social home page Coder Social logo

kdb_idempiere's Introduction

An image of @druiz's Holopin badges, which is a link to view their full Holopin profile

kdb_idempiere's People

Contributors

carlosruiz-globalqss avatar d-ruiz avatar igorpojzl avatar ma-tica avatar matheus-marcelinux avatar muriloht avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

kdb_idempiere's Issues

Swimlane Date column support

i want to define new swimlane rule, by date column. ATM this is not possible, @d-ruiz check the code.

solution: add support for date, datetime column types i.)allow select ii.)allow format the date by sql function.
eg. to_char(timestamp_column, 'YYYY-MM')

Kanban Date Editor Parameter cause Stack Overflow

After IDEMPIERE-5467, changing Kanban Date Editor Parameter is Causing StackOverflow Error.
WKanbanBoard:1125

			if (mapEditorParameter.containsKey(changedEditor)) {
				MKanbanParameter changedParam = mapEditorParameter.get(changedEditor);
-				changedEditor.setValue(value);
				changedParam.setValue(value);
			} else if (mapEditorToParameter.containsKey(changedEditor)) {
				MKanbanParameter changedParamTo = mapEditorToParameter.get(changedEditor);
-				changedParamTo.setValueTo(value);
				changedParamTo.setValueTo(value);
			}

Range parameters not consistent with normal iDempiere behavior

Normally range parameters are managed like this:

  • when the first editor is filled and the second editor is empty - operation >= firsteditor
  • when the second editor is filled and the first editor is empty - operation <= secondeditor
  • when both editors are filled - operation >= firsteditor and <= secondeditor

Also, the parameter is working for Date, but not for Date+Time, because is truncating the time

Kanban swimlane rendered empty.

Hello I found issue with swimlane rendering when no cards are in this swim lane. I added sqlWhere to swim lane to get only existing groups, but in Kanban Status we also added max Cards which is from total 250 records rendering only 10, so swim lane is rendered empty and not removed.

Column SQL for Kanban Status

Hello good morning, Is it possible to do something to filter the columns of the kanba board in relation to the parameters of the kamba?

The idea would be to add a mark to the parameters tab in the configuration that indicates if that parameter, in addition to filtering the cards, also filters the columns?

Convert to maven project and osgi feature

I created the following plugins:

  • org.kdb.idempiere
  • org.kdb.idempiere.extensions.p2
  • org.kdb.idempiere.extensions.parent
  • org.kdb.idempiere.extensions.server.feature

The above plugins was created following the approach and naming convention used in rest-api

Cache for priorities and parameters

There is a possibility to improve the cache of priorities and parameters avoiding unnecessary visits to the database.

Actually the validations visit the database when there are no records, so, when there are not really records configured, the database is checked every time.

The following proposed patch (untested) improves that avoiding that visit:
kanban_cache.patch.txt

Kanban Card Parse Variable NPE

Issue: When Parsing Sub Record ex. "@SalesRep.Name@" and SalesRep_ID Column contains Dynamic Validation/Reference Validation and value is not valid for selected validation, then PO.java:1594 show Severe Log NO Data found for ...
And Kanban Cart takes this PO Object and uses it after code below.

PO subPo = table.getPO(subRecordId, null);

After this we receive NullPointer Exception.

This issue will happen when we change validation on Column and some of its data become invalid.

Allow use sql in kanban parameter

issue: atm it is not possible to format date parameter by sql: @Sql=SELECT date_trunc('day', NOW()) => as result: 2023-03-15 00.00.00

change request: implement sql support allow define sql instead context @Date@

Kanban - setting wrong columnname

In MKanbanBoard.java, method setPrintableNames() the table.get_Translation method is used incorrectly, generates Column not found - [columnname] error logs

Instead of table.get_Translation(column.getName()) there should be table.get_Translation(MColumn.COLUMNNAME_Name)

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.