Compare commits
No commits in common. "master" and "arsalan" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -43,7 +43,6 @@ bin/
|
||||
application.yaml
|
||||
initial-data.sql
|
||||
app.yaml
|
||||
app.properties
|
||||
*.env.json
|
||||
|
||||
### API Logs ###
|
||||
@ -52,4 +51,3 @@ api.2024*
|
||||
|
||||
### Excel FIles ###
|
||||
./excel
|
||||
./.kotlin
|
||||
17
.idea/dataSources.xml
generated
17
.idea/dataSources.xml
generated
@ -1,11 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
||||
<data-source source="LOCAL" name="postgres@localhost" uuid="ee0f00df-3ab2-482e-bd30-2c4401540952">
|
||||
<data-source source="LOCAL" name="uiapp@192.168.64.6" uuid="21bbb410-6e9c-47c3-8eda-511e7856f454">
|
||||
<driver-ref>postgresql</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
|
||||
<jdbc-url>jdbc:postgresql://localhost:5432/postgres</jdbc-url>
|
||||
<jdbc-url>jdbc:postgresql://192.168.64.6:5432/uiapp</jdbc-url>
|
||||
<jdbc-additional-properties>
|
||||
<property name="com.intellij.clouds.kubernetes.db.host.port" />
|
||||
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
|
||||
<property name="com.intellij.clouds.kubernetes.db.resource.type" value="Deployment" />
|
||||
<property name="com.intellij.clouds.kubernetes.db.container.port" />
|
||||
</jdbc-additional-properties>
|
||||
<working-dir>$ProjectFileDir$</working-dir>
|
||||
</data-source>
|
||||
<data-source source="LOCAL" name="arsalan_rmc_module_app@10.10.10.211" uuid="572880af-561c-4a5a-90bd-e024c09c674b">
|
||||
<driver-ref>postgresql</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
|
||||
<jdbc-url>jdbc:postgresql://10.10.10.211:5432/arsalan_rmc_module_app</jdbc-url>
|
||||
<jdbc-additional-properties>
|
||||
<property name="com.intellij.clouds.kubernetes.db.host.port" />
|
||||
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
|
||||
|
||||
6
.idea/data_source_mapping.xml
generated
6
.idea/data_source_mapping.xml
generated
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DataSourcePerFileMappings">
|
||||
<file url="file://$APPLICATION_CONFIG_DIR$/consoles/db/ee0f00df-3ab2-482e-bd30-2c4401540952/console.sql" value="ee0f00df-3ab2-482e-bd30-2c4401540952" />
|
||||
</component>
|
||||
</project>
|
||||
2
.idea/ebean-plugin.xml
generated
2
.idea/ebean-plugin.xml
generated
@ -2,6 +2,6 @@
|
||||
<project version="4">
|
||||
<component name="ebeanPlugin11">
|
||||
<option name="enabled" value="true" />
|
||||
<option name="agentPath" value="$APPLICATION_PLUGINS_DIR$/ebean-idea/lib/ebean-agent-15.12.0.jar" />
|
||||
<option name="agentPath" value="$APPLICATION_PLUGINS_DIR$/ebean-idea/lib/ebean-agent-13.22.0.jar" />
|
||||
</component>
|
||||
</project>
|
||||
2
.idea/kotlinc.xml
generated
2
.idea/kotlinc.xml
generated
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="KotlinJpsPluginSettings">
|
||||
<option name="version" value="2.0.0" />
|
||||
<option name="version" value="1.9.22" />
|
||||
</component>
|
||||
</project>
|
||||
3
.idea/misc.xml
generated
3
.idea/misc.xml
generated
@ -10,8 +10,9 @@
|
||||
<option value="$PROJECT_DIR$/../txn_workflow/pom.xml" />
|
||||
</list>
|
||||
</option>
|
||||
<option name="workspaceImportForciblyTurnedOn" value="true" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="zulu-17" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
||||
1
.idea/vcs.xml
generated
1
.idea/vcs.xml
generated
@ -2,6 +2,5 @@
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/../rmc_modules_app" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
35
api.http
35
api.http
@ -7,7 +7,8 @@ Authorization: {{auth-token}}
|
||||
"data": {
|
||||
"number": "KA01HD6677",
|
||||
"owner": "gowthaman"
|
||||
}
|
||||
},
|
||||
"uniqueIdentifier": ""
|
||||
}
|
||||
|
||||
### create row
|
||||
@ -51,20 +52,18 @@ GET http://localhost:9001/api/log/log-0000000001
|
||||
Authorization: Bearer {{auth-token}}
|
||||
|
||||
### get row
|
||||
GET http://localhost:9001/api/vehicle/KA01HD6677
|
||||
GET http://localhost:9001/api/vehicle/KA01HD6667
|
||||
Authorization: Bearer {{auth-token}}
|
||||
|
||||
|
||||
### search row
|
||||
POST http://localhost:9001/api/vehicle/search
|
||||
### query row
|
||||
POST http://localhost:9001/api/vehicle/query
|
||||
Content-Type: application/json
|
||||
Authorization: {{auth-token}}
|
||||
Authorization: {{set-auth-token}}
|
||||
|
||||
{
|
||||
"dateRange": ["2024-05-01", "2024-05-24"],
|
||||
"sql": "select sys_pk, tenant_id, deleted_on, deleted_by, deleted, version, created_at, modified_at, created_by, modified_by, data, tags, comments, unique_identifier, entity_name from data_model where data ->> 'number' = :number",
|
||||
"params": {
|
||||
"number": "KA01HD6677",
|
||||
"owner": "gowthaman"
|
||||
"number": "KA03HD6064"
|
||||
}
|
||||
}
|
||||
|
||||
@ -386,21 +385,3 @@ Authorization: {{auth-token}}
|
||||
GET http://localhost:9001/api/vendor/incoming/next
|
||||
Content-Type: application/json
|
||||
Authorization: {{auth-token}}
|
||||
|
||||
###
|
||||
POST http://localhost:9001/api/expense/execute
|
||||
Content-Type: application/json
|
||||
Authorization: {{auth-token}}
|
||||
|
||||
{
|
||||
"script": "vehicle.kts",
|
||||
"fn": "execute",
|
||||
"params": {
|
||||
"a": "1",
|
||||
"b": 2,
|
||||
"c": {
|
||||
"c1": 1,
|
||||
"c2": "2024-04-20"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,4 +1,4 @@
|
||||
#DO Not edit this file, copy to your HOME or Current Directory and then rename it to app.yaml and then edit it
|
||||
#DO Not edit this file, copy to your HOME Directory and then rename it to app.yaml and then edit it
|
||||
app:
|
||||
db:
|
||||
pass: postgres
|
||||
@ -18,8 +18,6 @@ app:
|
||||
client: rmc
|
||||
scripts:
|
||||
path: /Users/gowthaman.b/IdeaProjects/rmc_modules_api/src/main/resources/scripts
|
||||
integration:
|
||||
rmc: https://www.readymixerp.com
|
||||
security:
|
||||
enforce_role_restriction: 'true'
|
||||
private_key: |-
|
||||
|
||||
61
app_conf.yaml
Normal file
61
app_conf.yaml
Normal file
@ -0,0 +1,61 @@
|
||||
#DO Not edit this file, copy to your HOME Directory and then rename it to app.yaml and then edit it
|
||||
app:
|
||||
db:
|
||||
pass: password
|
||||
url: jdbc:postgresql://10.10.10.211/arsalan_rmc_module_app
|
||||
user: arsalan
|
||||
name: arsalan_rmc_module_app
|
||||
run_migration: 'true'
|
||||
cors:
|
||||
enabled: 'true'
|
||||
hosts: www.readymixerp.com,app.readymixerp.com
|
||||
port: '9001'
|
||||
cache:
|
||||
redis_uri: redis://10.10.10.112:6379/
|
||||
iam:
|
||||
url: https://auth.readymixerp.com
|
||||
realm: rmc-dev
|
||||
client_redirect_uri: http://localhost:9001/auth/code
|
||||
client: rmc
|
||||
scripts:
|
||||
path: /Users/gowthaman.b/IdeaProjects/rmc_modules_api/src/main/resources/scripts
|
||||
security:
|
||||
private_key: |-
|
||||
-----BEGIN PRIVATE KEY-----
|
||||
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQD4ba8OhlyB9MUx
|
||||
MFmT8c9sOKqXOG6ZM6qLxr5SnY1au47rYsHXt8Hb+tTUxpkf+5bndaZYGVgQ1mtw
|
||||
eEVj3qZq9A+FnxxwZ9uIIdbOUPvsZLzNYnK3bFFRsmWMf30gDs6ZdS63b2tnXXE0
|
||||
aoItwVguElUKVXKUymS0VlBB0ZLCYTlD6Q4sDm7HGXJZj5kVNVbBCBe42yLx8Y1F
|
||||
TyNL8nPSS+SAdLUaPJ/6j+741+exAIOc0rSBJOMF0XNOwBZ85EuOiPa0e1sUz0qj
|
||||
VfmZyeRFxkSWJBnqum1jrVFp55bMb37DYtZa0aFIcPdDfY42frDlPLcI4zzRwCn3
|
||||
ggHL/nL9AgMBAAECggEAJ85sxu8zl8/l4EsG3M8EdVWidrGgUyRgDElFCiLcWVta
|
||||
prqVJIt5YNYRJU5J5Jc2fRGxHPEOrJVW84IUsvskVQM/ZiHyd3ZvdaGKdFZYpO5t
|
||||
VvGSlR53l0IhGxal24L+isCn7X+ec5pu6b8JQJX4RbBConHCTDdz/yDMzQcXiiqj
|
||||
ezzSovZ1Xy/2dn7sOTFtEZi47d3AhBnjh8Xqk3Dc9UChooxuIU6WEbqWFxEkbzJS
|
||||
sXIv9xADVDqFqjHGv6Tk1W+y7y8M2EHosJfhO0LmWFL7nUdw0WSJV+UqQxHrUSJs
|
||||
SnYHkKRTYl2ljpjkuECp/YqUqdlNq/5T5jBE6cyopwKBgQD6+XGZfssdAqfnaEK2
|
||||
nHdUAdklUFAFQpSmwIUwTZEHDC/CD+ErVjfbEfZ2mFOvWAIMwLmiLFuDT7E5sHaT
|
||||
K4A2DQ8KyU3iJkH4nhxdYepLc7MSYElkn6fHNrXcJ9vPACmrtoa9rVW/LpAjsRq6
|
||||
fDxLo12/+EmFvpZ0oEAIQXk6ZwKBgQD9ZzBgPapI8m7cjcdojqq0dJ2M5Sw7Bx5n
|
||||
VFOC3H4Cx0xWTdwwZ9CZQ4v/XiiHiUGzwhfkNJ2x3DdpUCkPDD8o3cFXPRW4GsjD
|
||||
kv/D0kL/JJAesG9XB9yMTMBoe2yGMudDVc7SYgUI2YXhmHYkpcjSzM0DftLL2Z47
|
||||
GY1h385Q+wKBgGTRxe/Kfp+lzHtqZ7ph+pG1uFyD+dFTINIn7pkr38G8BIdpx6OY
|
||||
HBIWEjMsGBoNOa2T0j6yoQSMA/7Pw6J1TCjqcAt+OJpLkh7krTJaPjuXO+163qDc
|
||||
fhLKCJ5rKKLsRtEjHtedhR+q/d5IrBsUA0jDVMrkW+ytVlV9dpuaaa+rAoGASON8
|
||||
m8JBD/iEAPbbK+0VlxCQHO3ymgwDJ8+usc6AhIYVJCIDOv0xmFRAmbTYzZuihXVH
|
||||
8AFedsGUQrunA8gPBs86hMByVeGGbBMFdKsvUDqRJfK0JAGD4+tT0PnnjnZn5Qty
|
||||
kTtWnWQMSYbUPNhe+pukQOQi+DXheLhx3XxF2S8CgYEAopLjGIR/xeuV7QkGJfCO
|
||||
d2wEJROBPd3pbDlR4fLDO8RCw3irFYQgQd9WgGJY5KgyfjKLHkK7DMQKn+/yfUp5
|
||||
UKeesBDXATpyQQrpfoKIhhZKtYphOwvIzugtLsd5sza++sjC9RwkRmYr0rzlHdUl
|
||||
vtr3fru0Bzven2MeiQnqmCM=
|
||||
-----END PRIVATE KEY-----
|
||||
public_key: |-
|
||||
-----BEGIN PUBLIC KEY-----
|
||||
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+G2vDoZcgfTFMTBZk/HP
|
||||
bDiqlzhumTOqi8a+Up2NWruO62LB17fB2/rU1MaZH/uW53WmWBlYENZrcHhFY96m
|
||||
avQPhZ8ccGfbiCHWzlD77GS8zWJyt2xRUbJljH99IA7OmXUut29rZ11xNGqCLcFY
|
||||
LhJVClVylMpktFZQQdGSwmE5Q+kOLA5uxxlyWY+ZFTVWwQgXuNsi8fGNRU8jS/Jz
|
||||
0kvkgHS1Gjyf+o/u+NfnsQCDnNK0gSTjBdFzTsAWfORLjoj2tHtbFM9Ko1X5mcnk
|
||||
RcZEliQZ6rptY61RaeeWzG9+w2LWWtGhSHD3Q32ONn6w5Ty3COM80cAp94IBy/5y
|
||||
/QIDAQAB
|
||||
-----END PUBLIC KEY-----
|
||||
@ -1,8 +1,8 @@
|
||||
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "2.0.0"
|
||||
kotlin("kapt") version "2.0.0"
|
||||
kotlin("jvm") version "1.9.22"
|
||||
kotlin("kapt") version "1.9.22"
|
||||
id("idea")
|
||||
id("io.ebean") version "13.23.2"
|
||||
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||
@ -18,40 +18,35 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
testImplementation(kotlin("test"))
|
||||
implementation("net.jodah:expiringmap:0.5.11")
|
||||
implementation("javax.xml.bind:jaxb-api:2.3.1")
|
||||
implementation("com.sun.xml.bind:jaxb-impl:2.3.9")
|
||||
implementation("io.javalin:javalin:5.6.3")
|
||||
implementation("io.ebean:ebean:13.23.2")
|
||||
implementation("io.ebean:ebean-querybean:13.23.2")
|
||||
implementation("org.postgresql:postgresql:42.7.3")
|
||||
implementation("org.postgresql:postgresql:42.6.0")
|
||||
implementation("io.ebean:ebean-migration:13.11.1")
|
||||
implementation("io.ebean:ebean-ddl-generator:13.23.2")
|
||||
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.+")
|
||||
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.+")
|
||||
implementation("ch.qos.logback:logback-core:1.5.6")
|
||||
implementation("ch.qos.logback:logback-core:1.4.12")
|
||||
implementation("ch.qos.logback:logback-classic:1.4.12")
|
||||
implementation("org.bitbucket.b_c:jose4j:0.9.4")
|
||||
implementation("org.bitbucket.b_c:jose4j:0.9.3")
|
||||
implementation("redis.clients:jedis:5.0.2")
|
||||
implementation("org.bouncycastle:bcprov-jdk18on:1.78.1")
|
||||
implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1")
|
||||
implementation("org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.22")
|
||||
implementation("org.jetbrains.kotlin:kotlin-script-runtime:1.9.22")
|
||||
implementation("org.bouncycastle:bcprov-jdk18on:1.76")
|
||||
implementation("org.bouncycastle:bcpkix-jdk18on:1.76")
|
||||
implementation("org.yaml:snakeyaml:2.2")
|
||||
implementation("io.minio:minio:8.5.11")
|
||||
implementation("io.minio:minio:8.5.7")
|
||||
implementation("org.apache.httpcomponents:httpclient:4.5.14")
|
||||
implementation("org.apache.poi:poi:5.2.3")
|
||||
implementation("org.apache.poi:poi-ooxml:5.2.3")
|
||||
implementation("com.google.code.gson:gson:2.8.9")
|
||||
implementation("org.apache.poi:poi:5.0.0")
|
||||
implementation("org.apache.poi:poi-ooxml:5.0.0")
|
||||
implementation("com.google.code.gson:gson:2.8.8")
|
||||
|
||||
api ("net.cactusthorn.config:config-core:0.81")
|
||||
api ("net.cactusthorn.config:config-yaml:0.81")
|
||||
kapt("net.cactusthorn.config:config-compiler:0.81")
|
||||
kapt("io.ebean:kotlin-querybean-generator:13.23.2")
|
||||
implementation("org.graalvm.polyglot:polyglot:24.0.2")
|
||||
implementation("org.graalvm.polyglot:js:24.0.2")
|
||||
implementation(kotlin("script-runtime"))
|
||||
implementation(kotlin("scripting-jsr223"))
|
||||
//implementation("org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.20")
|
||||
//implementation("org.jetbrains.kotlin:kotlin-script-runtime:1.9.20")
|
||||
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
@ -73,18 +68,6 @@ tasks {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.distTar {
|
||||
enabled = false
|
||||
}
|
||||
tasks.distZip {
|
||||
enabled = false
|
||||
}
|
||||
tasks.shadowDistTar {
|
||||
enabled = false
|
||||
}
|
||||
tasks.shadowDistZip {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass.set("com.restapi.MainKt")
|
||||
|
||||
BIN
excel/Fleets.xls
BIN
excel/Fleets.xls
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
excel/Quotes.xls
BIN
excel/Quotes.xls
Binary file not shown.
Binary file not shown.
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,7 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
41
gradlew
vendored
41
gradlew
vendored
@ -55,7 +55,7 @@
|
||||
# Darwin, MinGW, and NonStop.
|
||||
#
|
||||
# (3) This script is generated from the Groovy template
|
||||
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
|
||||
# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
|
||||
# within the Gradle project.
|
||||
#
|
||||
# You can find Gradle at https://github.com/gradle/gradle/.
|
||||
@ -80,11 +80,13 @@ do
|
||||
esac
|
||||
done
|
||||
|
||||
# This is normally unused
|
||||
# shellcheck disable=SC2034
|
||||
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
|
||||
|
||||
APP_NAME="Gradle"
|
||||
APP_BASE_NAME=${0##*/}
|
||||
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
|
||||
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
|
||||
|
||||
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
||||
|
||||
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
||||
MAX_FD=maximum
|
||||
@ -131,29 +133,22 @@ location of your Java installation."
|
||||
fi
|
||||
else
|
||||
JAVACMD=java
|
||||
if ! command -v java >/dev/null 2>&1
|
||||
then
|
||||
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
||||
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
||||
|
||||
Please set the JAVA_HOME variable in your environment to match the
|
||||
location of your Java installation."
|
||||
fi
|
||||
fi
|
||||
|
||||
# Increase the maximum file descriptors if we can.
|
||||
if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
|
||||
case $MAX_FD in #(
|
||||
max*)
|
||||
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
|
||||
# shellcheck disable=SC2039,SC3045
|
||||
MAX_FD=$( ulimit -H -n ) ||
|
||||
warn "Could not query maximum file descriptor limit"
|
||||
esac
|
||||
case $MAX_FD in #(
|
||||
'' | soft) :;; #(
|
||||
*)
|
||||
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
|
||||
# shellcheck disable=SC2039,SC3045
|
||||
ulimit -n "$MAX_FD" ||
|
||||
warn "Could not set maximum file descriptor limit to $MAX_FD"
|
||||
esac
|
||||
@ -198,15 +193,11 @@ if "$cygwin" || "$msys" ; then
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
||||
|
||||
# Collect all arguments for the java command:
|
||||
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
||||
# and any embedded shellness will be escaped.
|
||||
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
||||
# treated as '${Hostname}' itself on the command line.
|
||||
# Collect all arguments for the java command;
|
||||
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
|
||||
# shell script including quotes and variable substitutions, so put them in
|
||||
# double quotes to make sure that they get re-expanded; and
|
||||
# * put everything else in single quotes, so that it's not re-expanded.
|
||||
|
||||
set -- \
|
||||
"-Dorg.gradle.appname=$APP_BASE_NAME" \
|
||||
@ -214,12 +205,6 @@ set -- \
|
||||
org.gradle.wrapper.GradleWrapperMain \
|
||||
"$@"
|
||||
|
||||
# Stop when "xargs" is not available.
|
||||
if ! command -v xargs >/dev/null 2>&1
|
||||
then
|
||||
die "xargs is not available"
|
||||
fi
|
||||
|
||||
# Use "xargs" to parse quoted args.
|
||||
#
|
||||
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
|
||||
|
||||
11
gradlew.bat
vendored
11
gradlew.bat
vendored
@ -26,7 +26,6 @@ if "%OS%"=="Windows_NT" setlocal
|
||||
|
||||
set DIRNAME=%~dp0
|
||||
if "%DIRNAME%" == "" set DIRNAME=.
|
||||
@rem This is normally unused
|
||||
set APP_BASE_NAME=%~n0
|
||||
set APP_HOME=%DIRNAME%
|
||||
|
||||
@ -41,7 +40,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome
|
||||
|
||||
set JAVA_EXE=java.exe
|
||||
%JAVA_EXE% -version >NUL 2>&1
|
||||
if %ERRORLEVEL% equ 0 goto execute
|
||||
if "%ERRORLEVEL%" == "0" goto execute
|
||||
|
||||
echo.
|
||||
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
||||
@ -76,15 +75,13 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
||||
|
||||
:end
|
||||
@rem End local scope for the variables with windows NT shell
|
||||
if %ERRORLEVEL% equ 0 goto mainEnd
|
||||
if "%ERRORLEVEL%"=="0" goto mainEnd
|
||||
|
||||
:fail
|
||||
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
||||
rem the _cmd.exe /c_ return code!
|
||||
set EXIT_CODE=%ERRORLEVEL%
|
||||
if %EXIT_CODE% equ 0 set EXIT_CODE=1
|
||||
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
|
||||
exit /b %EXIT_CODE%
|
||||
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
|
||||
exit /b 1
|
||||
|
||||
:mainEnd
|
||||
if "%OS%"=="Windows_NT" endlocal
|
||||
|
||||
@ -6,8 +6,7 @@ pluginManagement {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
||||
id("de.fayard.refreshVersions") version "0.60.5"
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
|
||||
}
|
||||
|
||||
rootProject.name = "rest_api"
|
||||
@ -60,15 +60,6 @@ class AppAccessManager : AccessManager {
|
||||
//if role is allowed, or enforcement is turned off or no roles are explicitly allowed
|
||||
handler.handle(ctx)
|
||||
} else {
|
||||
logger.warn(
|
||||
"entity - {}, action {}, user roles = {}, allowed = {}, isAllowed? {}, enforce? {}",
|
||||
entity,
|
||||
action,
|
||||
currentRoles(),
|
||||
allowedRoles,
|
||||
isAllowed,
|
||||
appConfig.enforceRoleRestriction()
|
||||
)
|
||||
ctx.status(HttpStatus.FORBIDDEN).result("user not allowed to do this")
|
||||
}
|
||||
}
|
||||
|
||||
@ -8,7 +8,6 @@ import com.restapi.controllers.*
|
||||
import com.restapi.domain.DataNotFoundException
|
||||
import com.restapi.domain.Session.currentTenant
|
||||
import com.restapi.domain.Session.currentUser
|
||||
import com.restapi.domain.Session.currentUserPlants
|
||||
import com.restapi.domain.Session.objectMapper
|
||||
import com.restapi.domain.Session.setAuthorizedUser
|
||||
import com.restapi.domain.Session.signPayload
|
||||
@ -37,19 +36,21 @@ fun main(args: Array<String>) {
|
||||
val viewRole = Role.Standard(Action.VIEW)
|
||||
val createRole = Role.Standard(Action.CREATE)
|
||||
val updateRole = Role.Standard(Action.UPDATE)
|
||||
val appAdmin = Role.Explicit("ROLE_ADMIN")
|
||||
val approveOrRejectRole = Role.Standard(Action.APPROVE)
|
||||
|
||||
//todo, create roles in keycloak based on entity and actions
|
||||
|
||||
//ratelimit based on IP Only
|
||||
RateLimitUtil.keyFunction = { ctx -> ctx.header("X-Forwarded-For")?.split(",")?.get(0) ?: ctx.ip() }
|
||||
Javalin.create { cfg ->
|
||||
Javalin
|
||||
.create { cfg ->
|
||||
cfg.http.generateEtags = true
|
||||
if (appConfig.corsEnabled()) {
|
||||
cfg.plugins.enableCors { container ->
|
||||
container.add {
|
||||
it.allowHost(
|
||||
"http://localhost:5173", *appConfig.corsHosts().toTypedArray()
|
||||
"http://localhost:5173",
|
||||
*appConfig.corsHosts().toTypedArray()
|
||||
)
|
||||
}
|
||||
}
|
||||
@ -58,20 +59,22 @@ fun main(args: Array<String>) {
|
||||
cfg.compression.gzipOnly()
|
||||
cfg.jsonMapper(JavalinJackson(objectMapper))
|
||||
cfg.accessManager(AppAccessManager())
|
||||
}.routes {
|
||||
}
|
||||
.routes {
|
||||
path("/auth") {
|
||||
|
||||
get("/endpoint", Auth::endPoint)
|
||||
get("/init", Auth::init)
|
||||
get("/code", Auth::code)
|
||||
get("/keys", Auth::keys)
|
||||
post("/logout", Auth::logout)
|
||||
post("/refresh", Auth::refreshToken)
|
||||
}
|
||||
before("/api/*") { ctx ->
|
||||
|
||||
NaiveRateLimit.requestPerTimeUnit(
|
||||
ctx, appConfig.rateLimit().getOrDefault(10000), TimeUnit.MINUTES
|
||||
ctx,
|
||||
appConfig.rateLimit().getOrDefault(30),
|
||||
TimeUnit.MINUTES
|
||||
)
|
||||
|
||||
val authToken = ctx.getAuthHeader() ?: throw UnauthorizedResponse()
|
||||
@ -81,6 +84,9 @@ fun main(args: Array<String>) {
|
||||
|
||||
setAuthorizedUser(validateAuthToken(authToken = authToken))
|
||||
|
||||
if (appConfig.enforcePayloadEncryption()) {
|
||||
//todo: decrypt the request from user
|
||||
}
|
||||
}
|
||||
after("/api/*") {
|
||||
|
||||
@ -92,13 +98,13 @@ fun main(args: Array<String>) {
|
||||
it.header("X-Checksum", outEncoded)
|
||||
it.header("X-Signature", signPayload(outEncoded))
|
||||
|
||||
if (appConfig.enforcePayloadEncryption()) {
|
||||
//todo: encrypt and send the response back to user
|
||||
}
|
||||
|
||||
}
|
||||
path("/api") {
|
||||
|
||||
get("/plants") {
|
||||
it.json(currentUserPlants())
|
||||
}
|
||||
post("/audit/{action}") {
|
||||
logger.warn("User ${currentUser()} of tenant ${currentTenant()} has performed ${it.pathParam("action")} @ ${LocalDateTime.now()}")
|
||||
it.json(mapOf("status" to true))
|
||||
@ -110,126 +116,47 @@ fun main(args: Array<String>) {
|
||||
post("/batch", VendorCtrl::createBatch, Roles(Role.Explicit("ROLE_VENDOR_CREATE")))
|
||||
get("/{id}", VendorCtrl::get, Roles(Role.Explicit("ROLE_VENDOR_VIEW", "ROLE_VENDOR_CREATE")))
|
||||
post(
|
||||
"/getAll", VendorCtrl::getAll
|
||||
"/getAll",
|
||||
VendorCtrl::getAll,
|
||||
Roles(Role.Explicit("ROLE_VENDOR_VIEW", "ROLE_VENDOR_CREATE"))
|
||||
)
|
||||
get(
|
||||
"quotes/{id}", VendorCtrl::getQuotes, Roles(Role.Explicit("ROLE_QUOTE_VIEW", "ROLE_QUOTE_CREATE", "ROLE_VENDOR_VIEW"))
|
||||
"quotes/{id}",
|
||||
VendorCtrl::getQuotes,
|
||||
Roles(Role.Explicit("ROLE_QUOTE_VIEW", "ROLE_QUOTE_CREATE", "ROLE_VENDOR_VIEW"))
|
||||
)
|
||||
get("pos/{id}", VendorCtrl::getPos, Roles(Role.Explicit("ROLE_PO_VIEW", "ROLE_PO_CREATE`")))
|
||||
put("/rate/{id}/{rating}", VendorCtrl::rate, Roles(Role.Explicit("ROLE_VENDOR_CREATE")))
|
||||
put("/{id}", VendorCtrl::update, Roles(Role.Explicit("ROLE_VENDOR_CREATE")))
|
||||
}
|
||||
path("/incoming") {
|
||||
get(
|
||||
"/plants", IncomingInventoryCtrl::plantsForUser
|
||||
)
|
||||
put(
|
||||
"/plants/{id}", IncomingInventoryCtrl::updatePlant,
|
||||
Roles(
|
||||
Role.Explicit("ROLE_INVENTORY_CREATE"),
|
||||
Role.Explicit("ROLE_VENDOR_CREATE")
|
||||
)
|
||||
)
|
||||
post("", IncomingInventoryCtrl::create, Roles(Role.Explicit("ROLE_INVENTORY_CREATE")))
|
||||
get("/next", IncomingInventoryCtrl::getNextNum, Roles(Role.Explicit("ROLE_INVENTORY_CREATE")))
|
||||
get(
|
||||
"/{id}", IncomingInventoryCtrl::get, Roles(Role.Explicit("ROLE_INVENTORY_VIEW", "ROLE_INVENTORY_CREATE"))
|
||||
"/{id}",
|
||||
IncomingInventoryCtrl::get,
|
||||
Roles(Role.Explicit("ROLE_INVENTORY_VIEW", "ROLE_INVENTORY_CREATE"))
|
||||
)
|
||||
put("/{id}", IncomingInventoryCtrl::update, Roles(Role.Explicit("ROLE_INVENTORY_CREATE")))
|
||||
post(
|
||||
"/getAll", IncomingInventoryCtrl::getAll, Roles(Role.Explicit("ROLE_INVENTORY_CREATE", "ROLE_INVENTORY_VIEW"))
|
||||
"/getAll",
|
||||
IncomingInventoryCtrl::getAll,
|
||||
Roles(Role.Explicit("ROLE_INVENTORY_CREATE", "ROLE_INVENTORY_VIEW"))
|
||||
)
|
||||
}
|
||||
path("/outgoing") {
|
||||
post("", OutgoingInventoryCtrl::create, Roles(Role.Explicit("ROLE_INVENTORY_CREATE")))
|
||||
get("/next", OutgoingInventoryCtrl::getNextNum, Roles(Role.Explicit("ROLE_INVENTORY_CREATE")))
|
||||
get(
|
||||
"/{id}", OutgoingInventoryCtrl::get, Roles(Role.Explicit("ROLE_INVENTORY_VIEW", "ROLE_INVENTORY_CREATE"))
|
||||
"/{id}",
|
||||
OutgoingInventoryCtrl::get,
|
||||
Roles(Role.Explicit("ROLE_INVENTORY_VIEW", "ROLE_INVENTORY_CREATE"))
|
||||
)
|
||||
put("/{id}", OutgoingInventoryCtrl::update, Roles(Role.Explicit("ROLE_INVENTORY_CREATE")))
|
||||
post(
|
||||
"/getAll", OutgoingInventoryCtrl::getAll, Roles(Role.Explicit("ROLE_INVENTORY_CREATE", "ROLE_INVENTORY_VIEW"))
|
||||
)
|
||||
}
|
||||
path("/invoice") {
|
||||
post("", InvoiceCtrl::create, Roles(Role.Explicit("ROLE_INVOICE_CREATE")))
|
||||
get("/next", InvoiceCtrl::getNextNum, Roles(Role.Explicit("ROLE_INVOICE_CREATE")))
|
||||
get(
|
||||
"/{id}", InvoiceCtrl::get, Roles(Role.Explicit("ROLE_INVOICE_VIEW", "ROLE_INVOICE_CREATE"))
|
||||
)
|
||||
put("/{id}", InvoiceCtrl::update, Roles(Role.Explicit("ROLE_INVOICE_CREATE")))
|
||||
post(
|
||||
"/getAll", InvoiceCtrl::getAll, Roles(Role.Explicit("ROLE_INVOICE_CREATE", "ROLE_INVOICE_VIEW"))
|
||||
)
|
||||
}
|
||||
path("/payment") {
|
||||
post("", PaymentCtrl::create, Roles(Role.Explicit("ROLE_PAYMENT_CREATE")))
|
||||
get(
|
||||
"/{id}", PaymentCtrl::get, Roles(Role.Explicit("ROLE_PAYMENT_VIEW", "ROLE_PAYMENT_CREATE"))
|
||||
)
|
||||
put("/{id}", PaymentCtrl::update, Roles(Role.Explicit("ROLE_PAYMENT_CREATE")))
|
||||
post(
|
||||
"/getAll", PaymentCtrl::getAll, Roles(Role.Explicit("ROLE_PAYMENT_CREATE", "ROLE_PAYMENT_VIEW"))
|
||||
)
|
||||
delete("/{id}", PaymentCtrl::delete, Roles(Role.Explicit("ROLE_PAYMENT_CREATE")))
|
||||
}
|
||||
path("/fleet") {
|
||||
|
||||
post("", FleetCtrl::create, Roles(Role.Explicit("ROLE_FLEET_CREATE")))
|
||||
get(
|
||||
"/{id}", FleetCtrl::get, Roles(Role.Explicit("ROLE_FLEET_VIEW", "ROLE_FLEET_CREATE"))
|
||||
)
|
||||
put("/{id}", FleetCtrl::update, Roles(Role.Explicit("ROLE_FLEET_CREATE")))
|
||||
post(
|
||||
"/getAll", FleetCtrl::getAll, Roles(
|
||||
Role.Explicit(
|
||||
"ROLE_FLEET_CREATE",
|
||||
"ROLE_FLEET_VIEW",
|
||||
"ROLE_EXPENSE_CREATE",
|
||||
"ROLE_EXPENSE_VIEW",
|
||||
)
|
||||
)
|
||||
)
|
||||
delete("/{id}", FleetCtrl::delete, Roles(Role.Explicit("ROLE_FLEET_CREATE")))
|
||||
}
|
||||
path("/renewal") {
|
||||
post("", RenewalCtrl::create, Roles(Role.Explicit("ROLE_FLEET_CREATE")))
|
||||
get(
|
||||
"/{id}", RenewalCtrl::get, Roles(Role.Explicit("ROLE_FLEET_VIEW", "ROLE_FLEET_CREATE"))
|
||||
)
|
||||
put("/{id}", RenewalCtrl::update, Roles(Role.Explicit("ROLE_FLEET_CREATE")))
|
||||
post(
|
||||
"/getAll", RenewalCtrl::getAll, Roles(Role.Explicit("ROLE_FLEET_CREATE", "ROLE_FLEET_VIEW"))
|
||||
)
|
||||
delete("/{id}", RenewalCtrl::delete, Roles(Role.Explicit("ROLE_FLEET_CREATE")))
|
||||
}
|
||||
path("/reminder") {
|
||||
post("", ReminderCtrl::create, Roles(Role.Explicit("ROLE_REMINDER_CREATE")))
|
||||
get(
|
||||
"/{id}", ReminderCtrl::get, Roles(Role.Explicit("ROLE_REMINDER_VIEW", "ROLE_REMINDER_CREATE"))
|
||||
)
|
||||
put("/{id}", ReminderCtrl::update, Roles(Role.Explicit("ROLE_REMINDER_CREATE")))
|
||||
post(
|
||||
"/getAll", ReminderLogCtrl::getAll, Roles(Role.Explicit("ROLE_REMINDER_CREATE", "ROLE_REMINDER_VIEW"))
|
||||
)
|
||||
post(
|
||||
"/done", ReminderLogCtrl::done, Roles(Role.Explicit("ROLE_REMAINDER_CREATE"))
|
||||
)
|
||||
get(
|
||||
"/getAll/{id}", ReminderCtrl::getAllByFleetId, Roles(Role.Explicit("ROLE_REMINDER_CREATE", "ROLE_REMINDER_VIEW"))
|
||||
)
|
||||
delete(
|
||||
"/{id}", ReminderCtrl::delete, Roles(Role.Explicit("ROLE_REMINDER_CREATE"))
|
||||
)
|
||||
}
|
||||
path("/fleetType") {
|
||||
post("", FleetTypeCtrl::create, Roles(Role.Explicit("ROLE_FLEET_CREATE")))
|
||||
get(
|
||||
"/{id}", FleetTypeCtrl::get, Roles(Role.Explicit("ROLE_FLEET_VIEW", "ROLE_FLEET_CREATE"))
|
||||
)
|
||||
put("/{id}", FleetTypeCtrl::update, Roles(Role.Explicit("ROLE_FLEET_CREATE")))
|
||||
post(
|
||||
"/getAll", FleetTypeCtrl::getAll, Roles(Role.Explicit("ROLE_FLEET_CREATE", "ROLE_FLEET_VIEW"))
|
||||
"/getAll",
|
||||
OutgoingInventoryCtrl::getAll,
|
||||
Roles(Role.Explicit("ROLE_INVENTORY_CREATE", "ROLE_INVENTORY_VIEW"))
|
||||
)
|
||||
}
|
||||
path("/po") {
|
||||
@ -237,10 +164,14 @@ fun main(args: Array<String>) {
|
||||
post("", PurchaseOrderCtrl::create, Roles(Role.Explicit("ROLE_PO_CREATE")))
|
||||
post("/batch", PurchaseOrderCtrl::createBatch, Roles(Role.Explicit("ROLE_PO_CREATE")))
|
||||
post(
|
||||
"/getAll", PurchaseOrderCtrl::getAll, Roles(Role.Explicit("ROLE_PO_CREATE", "ROLE_PO_VIEW", "ROLE_VENDOR_CREATE"))
|
||||
"/getAll",
|
||||
PurchaseOrderCtrl::getAll,
|
||||
Roles(Role.Explicit("ROLE_PO_CREATE", "ROLE_PO_VIEW", "ROLE_VENDOR_CREATE"))
|
||||
)
|
||||
get(
|
||||
"/{id}", PurchaseOrderCtrl::get, Roles(Role.Explicit("ROLE_PO_CREATE", "ROLE_PO_VIEW", "ROLE_QUOTE_CREATE"))
|
||||
"/{id}",
|
||||
PurchaseOrderCtrl::get,
|
||||
Roles(Role.Explicit("ROLE_PO_CREATE", "ROLE_PO_VIEW", "ROLE_QUOTE_CREATE"))
|
||||
)
|
||||
put("/{id}", PurchaseOrderCtrl::update, Roles(Role.Explicit("ROLE_PO_CREATE")))
|
||||
put("/approve/{id}", PurchaseOrderCtrl::approve, Roles(Role.Explicit()))
|
||||
@ -252,7 +183,9 @@ fun main(args: Array<String>) {
|
||||
post("", QuotationCtrl::create, Roles(Role.Explicit("ROLE_QUOTE_CREATE")))
|
||||
post("/batch", QuotationCtrl::createBatch, Roles(Role.Explicit("ROLE_QUOTE_CREATE")))
|
||||
post(
|
||||
"/getAll", QuotationCtrl::getAll, Roles(Role.Explicit("ROLE_QUOTE_CREATE", "ROLE_QUOTE_VIEW"))
|
||||
"/getAll",
|
||||
QuotationCtrl::getAll,
|
||||
Roles(Role.Explicit("ROLE_QUOTE_CREATE", "ROLE_QUOTE_VIEW"))
|
||||
)
|
||||
get("/{id}", QuotationCtrl::get, Roles(Role.Explicit("ROLE_QUOTE_VIEW", "ROLE_QUOTE_CREATE")))
|
||||
put("/{id}", QuotationCtrl::update, Roles(Role.Explicit("ROLE_QUOTE_CREATE")))
|
||||
@ -263,7 +196,6 @@ fun main(args: Array<String>) {
|
||||
put("/{id}", ProductCtrl::update, Roles(Role.Explicit("ROLE_PRODUCT_CREATE")))
|
||||
delete("/{id}", ProductCtrl::delete, Roles(Role.Explicit("ROLE_PRODUCT_CREATE")))
|
||||
patch("/{id}", ProductCtrl::patch, Roles(Role.Explicit("ROLE_PRODUCT_CREATE")))
|
||||
post("/getPrice", ProductCtrl::getPrice, Roles(Role.Explicit("ROLE_PRODUCT_VIEW")))
|
||||
post("/getAll", ProductCtrl::getAll, Roles(Role.Explicit("ROLE_PRODUCT_VIEW")))
|
||||
get("/{id}", ProductCtrl::get, Roles(Role.Explicit("ROLE_PRODUCT_VIEW")))
|
||||
}
|
||||
@ -271,45 +203,64 @@ fun main(args: Array<String>) {
|
||||
post("", DocumentCtrl::create, Roles(Role.Explicit("ROLE_DOC_CREATE")))
|
||||
//why type and refid are clubbed ??
|
||||
get(
|
||||
"/{type}/{refId}", DocumentCtrl::getWithRefId, Roles(Role.Explicit("ROLE_DOC_VIEW", "ROLE_PRODUCT_CREATE"))
|
||||
"/{type}/{refId}",
|
||||
DocumentCtrl::getWithRefId,
|
||||
Roles(Role.Explicit("ROLE_DOC_VIEW", "ROLE_PRODUCT_CREATE"))
|
||||
)
|
||||
get("/{id}", DocumentCtrl::get, Roles(Role.Explicit("ROLE_DOC_VIEW", "ROLE_PRODUCT_CREATE")))
|
||||
get(
|
||||
"/print/{id}", DocumentCtrl::print, Roles(Role.Explicit("ROLE_DOC_CREATE", "ROLE_DOC_VIEW"))
|
||||
"/print/{id}",
|
||||
DocumentCtrl::print,
|
||||
Roles(Role.Explicit("ROLE_DOC_CREATE", "ROLE_DOC_VIEW"))
|
||||
)
|
||||
delete("/{id}", DocumentCtrl::delete, Roles(Role.Explicit("ROLE_DOC_CREATE")))
|
||||
}
|
||||
path("/reqForQuote") {
|
||||
post(
|
||||
"", RequestForQuote::create, Roles(Role.Explicit("ROLE_QUOTE_CREATE", "ROLE_PO_CREATE", "ROLE_RFQ_CREATE"))
|
||||
"",
|
||||
RequestForQuote::create,
|
||||
Roles(Role.Explicit("ROLE_QUOTE_CREATE", "ROLE_PO_CREATE", "ROLE_RFQ_CREATE"))
|
||||
)
|
||||
get(
|
||||
"/{id}", RequestForQuote::get, Roles(Role.Explicit("ROLE_RFQ_CREATE", "ROLE_RFQ_VIEW", "ROLE_QUOTE_VIEW", "ROLE_PO_VIEW"))
|
||||
"/{id}",
|
||||
RequestForQuote::get,
|
||||
Roles(Role.Explicit("ROLE_RFQ_CREATE", "ROLE_RFQ_VIEW", "ROLE_QUOTE_VIEW", "ROLE_PO_VIEW"))
|
||||
)
|
||||
put(
|
||||
"/{id}", RequestForQuote::update, Roles(Role.Explicit("ROLE_QUOTE_CREATE", "ROLE_PO_CREATE", "ROLE_RFQ_CREATE"))
|
||||
"/{id}",
|
||||
RequestForQuote::update,
|
||||
Roles(Role.Explicit("ROLE_QUOTE_CREATE", "ROLE_PO_CREATE", "ROLE_RFQ_CREATE"))
|
||||
)
|
||||
}
|
||||
}
|
||||
post("/script/database/{name}", Entities::executeStoredProcedure, Roles(adminRole, Role.DbOps))
|
||||
post("/script/{file}/{name}", Entities::executeScript, Roles(adminRole, Role.DbOps))
|
||||
|
||||
get("/{entity}", Entities::getAll)
|
||||
post("/{entity}/next", Entities::getNextSeqNo, Roles(adminRole, viewRole, appAdmin))
|
||||
get("/{entity}/{id}", Entities::view, Roles(adminRole, viewRole, appAdmin))
|
||||
post("/{entity}/search", Entities::search, Roles(adminRole, viewRole, appAdmin))
|
||||
post("/{entity}/execute", Entities::execute, Roles(adminRole, createRole, appAdmin))
|
||||
post("/{entity}", Entities::create, Roles(adminRole, createRole, appAdmin))
|
||||
get("/{entity}/{id}", Entities::view, Roles(adminRole, viewRole))
|
||||
post("/{entity}/query/{id}", Entities::sqlQueryById, Roles(adminRole, viewRole))
|
||||
post("/{entity}/query", Entities::sqlQueryRaw, Roles(adminRole, viewRole))
|
||||
post("/{entity}", Entities::create, Roles(adminRole, createRole))
|
||||
|
||||
put("/{entity}/{id}", Entities::update, Roles(adminRole, updateRole, appAdmin))
|
||||
patch("/{entity}/{id}", Entities::patch, Roles(adminRole, updateRole, appAdmin))
|
||||
delete("/{entity}/{id}", Entities::delete, Roles(adminRole, Role.Standard(Action.DELETE), appAdmin))
|
||||
put("/{entity}/approve/{id}", Entities::approve, Roles(adminRole, approveOrRejectRole))
|
||||
put("/{entity}/reject/{id}", Entities::reject, Roles(adminRole, approveOrRejectRole))
|
||||
put("/{entity}/{action}/{id}", Entities::action, Roles(adminRole, Role.Entity))
|
||||
|
||||
put("/{entity}/{id}", Entities::update, Roles(adminRole, updateRole))
|
||||
patch("/{entity}/{id}", Entities::patch, Roles(adminRole, updateRole))
|
||||
delete("/{entity}/{id}", Entities::delete, Roles(adminRole, Role.Standard(Action.DELETE)))
|
||||
}
|
||||
}.exception(DuplicateKeyException::class.java, Exceptions.dupKeyExceptionHandler)
|
||||
}
|
||||
.exception(DuplicateKeyException::class.java, Exceptions.dupKeyExceptionHandler)
|
||||
.exception(DataIntegrityException::class.java, Exceptions.dataIntegrityException)
|
||||
.exception(DataNotFoundException::class.java, Exceptions.dataNotFoundException)
|
||||
.exception(IllegalArgumentException::class.java, Exceptions.illegalArgumentException)
|
||||
.exception(JsonMappingException::class.java, Exceptions.jsonMappingException)
|
||||
.exception(InvalidJwtException::class.java, Exceptions.invalidJwtException).start(appConfig.portNumber())
|
||||
.exception(InvalidJwtException::class.java, Exceptions.invalidJwtException)
|
||||
.start(appConfig.portNumber())
|
||||
}
|
||||
|
||||
private fun Context.getAuthHeader() = header("Authorization")?.replace("Bearer ", "")?.replace("Bearer: ", "")?.trim()
|
||||
private fun Context.getAuthHeader() = header("Authorization")
|
||||
?.replace("Bearer ", "")
|
||||
?.replace("Bearer: ", "")
|
||||
?.trim()
|
||||
|
||||
|
||||
74
src/main/kotlin/com/restapi/Test.kt
Normal file
74
src/main/kotlin/com/restapi/Test.kt
Normal file
@ -0,0 +1,74 @@
|
||||
package com.restapi
|
||||
|
||||
import com.fasterxml.jackson.core.JsonParser
|
||||
import com.fasterxml.jackson.databind.DeserializationContext
|
||||
import com.fasterxml.jackson.databind.JsonDeserializer
|
||||
import com.fasterxml.jackson.databind.JsonNode
|
||||
import com.fasterxml.jackson.databind.annotation.JsonDeserialize
|
||||
import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
|
||||
import com.fasterxml.jackson.module.kotlin.readValue
|
||||
import com.restapi.controllers.QueryParam
|
||||
import com.restapi.controllers.RawQuery
|
||||
|
||||
class FDeserializer : JsonDeserializer<F>() {
|
||||
override fun deserialize(p: JsonParser, p1: DeserializationContext?): F {
|
||||
//custom logic to do thia
|
||||
val node = p.readValueAsTree<JsonNode>()
|
||||
|
||||
if (node.isObject) {
|
||||
if (node.has("name")) {
|
||||
return F.P(name = node.get("name").textValue())
|
||||
} else if (node.has("num")) {
|
||||
return F.Q(num = node.get("num").textValue())
|
||||
} else if (node.has("tag")) {
|
||||
return F.D(tag = node.get("tag").textValue())
|
||||
}
|
||||
|
||||
} else {
|
||||
//incorrect
|
||||
}
|
||||
throw IllegalArgumentException()
|
||||
}
|
||||
|
||||
}
|
||||
val om = jacksonObjectMapper()
|
||||
|
||||
@JsonDeserialize(using = FDeserializer::class)
|
||||
sealed interface F {
|
||||
data class P(val name: String) : F
|
||||
data class Q(val num: String) : F
|
||||
data class D(val tag: String) : F
|
||||
}
|
||||
|
||||
val j = """
|
||||
{"name":"a"}
|
||||
""".trimIndent()
|
||||
|
||||
val j2 = """
|
||||
{"num":"a"}
|
||||
""".trimIndent()
|
||||
|
||||
val j3 = """
|
||||
{"tag":"a"}
|
||||
""".trimIndent()
|
||||
|
||||
val j4 = """
|
||||
{
|
||||
"sql":"aaaa",
|
||||
"params": {
|
||||
"a":"b",
|
||||
"c": {
|
||||
"type":"STRING",
|
||||
"value":"aaaa"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
""".trimIndent()
|
||||
|
||||
fun main() {
|
||||
println(om.readValue<F>(j))
|
||||
println(om.readValue<F>(j2))
|
||||
println(om.readValue<F>(j3))
|
||||
println(om.readValue<RawQuery>(j4))
|
||||
}
|
||||
@ -8,13 +8,7 @@ import net.cactusthorn.config.core.loader.LoadStrategy
|
||||
import java.util.Optional
|
||||
|
||||
@Config(
|
||||
sources = [
|
||||
"file:./app.properties",
|
||||
"file:~/app.properties",
|
||||
"file:./app.yaml",
|
||||
"file:~/app.yaml",
|
||||
"system:env",
|
||||
],
|
||||
sources = ["file:~/app.yaml", "system:env"],
|
||||
loadStrategy = LoadStrategy.FIRST_KEYCASEINSENSITIVE
|
||||
)
|
||||
interface AppConfig {
|
||||
@ -64,10 +58,6 @@ interface AppConfig {
|
||||
@Key("app.iam.client_secret")
|
||||
fun iamClientSecret(): Optional<String>
|
||||
|
||||
@Key("app.integration.rmc")
|
||||
@Default("https://www.readymixerp.com")
|
||||
fun integrationRmc(): String
|
||||
|
||||
@Key("app.cache.redis_uri")
|
||||
fun redisUri(): Optional<String>
|
||||
|
||||
|
||||
@ -2,20 +2,13 @@ package com.restapi.config
|
||||
|
||||
import com.fasterxml.jackson.module.kotlin.readValue
|
||||
import com.restapi.config.AppConfig.Companion.appConfig
|
||||
import com.restapi.domain.AuthTokenCache
|
||||
import com.restapi.domain.Plant
|
||||
import com.restapi.domain.RefreshHistory
|
||||
import com.restapi.domain.Session
|
||||
import com.restapi.domain.Session.database
|
||||
import com.restapi.domain.Session.objectMapper
|
||||
import io.javalin.http.BadRequestResponse
|
||||
import io.javalin.http.ContentType
|
||||
import io.javalin.http.Context
|
||||
import io.javalin.http.UnauthorizedResponse
|
||||
import io.javalin.security.RouteRole
|
||||
import org.apache.http.client.methods.HttpGet
|
||||
import org.apache.http.impl.client.HttpClients
|
||||
import org.apache.http.util.EntityUtils
|
||||
import org.jose4j.jwk.HttpsJwks
|
||||
import org.jose4j.jwt.consumer.JwtConsumerBuilder
|
||||
import org.jose4j.keys.resolvers.HttpsJwksVerificationKeyResolver
|
||||
@ -28,11 +21,12 @@ import java.net.http.HttpResponse
|
||||
import java.nio.charset.StandardCharsets
|
||||
import java.time.LocalDateTime
|
||||
import java.time.ZoneId
|
||||
import java.time.format.DateTimeFormatter
|
||||
import java.util.*
|
||||
import java.util.concurrent.ConcurrentHashMap
|
||||
|
||||
|
||||
const val AUTH_TOKEN = "AUTH_TOKEN_V2"
|
||||
|
||||
private fun getFormDataAsString(formData: Map<String, String>): String {
|
||||
|
||||
return formData.entries.joinToString("&") {
|
||||
@ -47,12 +41,15 @@ object Auth {
|
||||
private val logger = LoggerFactory.getLogger("Auth")
|
||||
private val authCache = ConcurrentHashMap<String, AuthEndpoint>()
|
||||
|
||||
private fun getAuthEndpoint(): AuthEndpoint {
|
||||
fun getAuthEndpoint(): AuthEndpoint {
|
||||
return authCache.computeIfAbsent("AUTH") {
|
||||
val wellKnown = "${appConfig.iamUrl()}/realms/${appConfig.iamRealm()}/.well-known/openid-configuration"
|
||||
val wellKnown =
|
||||
"${appConfig.iamUrl()}/realms/${appConfig.iamRealm()}/.well-known/openid-configuration"
|
||||
val client = HttpClient.newHttpClient()
|
||||
|
||||
val req = HttpRequest.newBuilder().uri(URI.create(wellKnown)).GET().build()
|
||||
val req = HttpRequest.newBuilder()
|
||||
.uri(URI.create(wellKnown))
|
||||
.GET().build()
|
||||
|
||||
objectMapper.readValue<AuthEndpoint>(
|
||||
client.send(req, HttpResponse.BodyHandlers.ofString()).body()
|
||||
@ -61,15 +58,19 @@ object Auth {
|
||||
|
||||
}
|
||||
|
||||
private val jwtConsumer =
|
||||
JwtConsumerBuilder().setRequireExpirationTime().setAllowedClockSkewInSeconds(30).setRequireSubject()
|
||||
private val jwtConsumer = JwtConsumerBuilder()
|
||||
.setRequireExpirationTime()
|
||||
.setAllowedClockSkewInSeconds(30)
|
||||
.setRequireSubject()
|
||||
.setExpectedAudience("account")
|
||||
.setExpectedIssuer(getAuthEndpoint().issuer)
|
||||
.setVerificationKeyResolver(HttpsJwksVerificationKeyResolver(HttpsJwks(getAuthEndpoint().jwksUri))).build()
|
||||
.setVerificationKeyResolver(HttpsJwksVerificationKeyResolver(HttpsJwks(getAuthEndpoint().jwksUri)))
|
||||
.build()
|
||||
|
||||
private val jwtConsumerSkipValidate =
|
||||
JwtConsumerBuilder().setSkipAllValidators()
|
||||
.setVerificationKeyResolver(HttpsJwksVerificationKeyResolver(HttpsJwks(getAuthEndpoint().jwksUri))).build()
|
||||
private val jwtConsumerSkipValidate = JwtConsumerBuilder()
|
||||
.setSkipAllValidators()
|
||||
.setVerificationKeyResolver(HttpsJwksVerificationKeyResolver(HttpsJwks(getAuthEndpoint().jwksUri)))
|
||||
.build()
|
||||
|
||||
fun validateAuthToken(authToken: String, skipValidate: Boolean = false): AuthUser {
|
||||
|
||||
@ -77,52 +78,17 @@ object Auth {
|
||||
val jwtClaims = if (skipValidate) jwtConsumerSkipValidate.process(authToken) else jwtConsumer.process(authToken)
|
||||
val userId = jwtClaims.jwtClaims.claimsMap["preferred_username"] as String
|
||||
val tenant = jwtClaims.jwtClaims.claimsMap["tenant"] as String
|
||||
val plantIds = jwtClaims.jwtClaims.claimsMap["plantIds"] as List<String>
|
||||
val roles = ((jwtClaims.jwtClaims.claimsMap["realm_access"] as Map<String, Any>)["roles"]) as List<String>
|
||||
val date = Date(jwtClaims.jwtClaims.expirationTime.valueInMillis)
|
||||
|
||||
try {
|
||||
HttpClients.createDefault().use { h ->
|
||||
//sync plant's from rmc to here, just name and id
|
||||
for (plantId in plantIds) {
|
||||
|
||||
val existing = database.find(Plant::class.java).where().eq("plantId", plantId).findOne()
|
||||
|
||||
h.execute(HttpGet("${appConfig.integrationRmc()}/plant?id=${plantId}")).use { r ->
|
||||
if (r.statusLine.statusCode == 200) {
|
||||
val response = EntityUtils.toString(r.entity)
|
||||
if (existing == null) {
|
||||
database.save(Plant().apply {
|
||||
this.plantId = plantId
|
||||
this.plantName = response
|
||||
this.plantOriginalName = response
|
||||
})
|
||||
} else {
|
||||
existing.apply {
|
||||
this.plantOriginalName = response
|
||||
this.save()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
logger.warn("Exception in syncing plants", e)
|
||||
}
|
||||
|
||||
return AuthUser(
|
||||
userName = userId,
|
||||
tenant = tenant,
|
||||
roles = roles,
|
||||
token = authToken,
|
||||
expiry = LocalDateTime.from(date.toInstant().atZone(ZoneId.systemDefault())),
|
||||
plantIds = plantIds
|
||||
expiry = LocalDateTime.from(date.toInstant().atZone(ZoneId.systemDefault()))
|
||||
)
|
||||
}
|
||||
|
||||
private val userToTenant = ConcurrentHashMap<String, String>()
|
||||
|
||||
fun keys(ctx: Context) {
|
||||
ctx.json(Session.jwk())
|
||||
}
|
||||
@ -146,7 +112,9 @@ object Auth {
|
||||
|
||||
val ep = getAuthEndpoint().tokenEndpoint
|
||||
val httpClient = HttpClient.newHttpClient()
|
||||
val req = HttpRequest.newBuilder().uri(URI.create(ep)).POST(
|
||||
val req = HttpRequest.newBuilder()
|
||||
.uri(URI.create(ep))
|
||||
.POST(
|
||||
HttpRequest.BodyPublishers.ofString(
|
||||
getFormDataAsString(
|
||||
mapOf(
|
||||
@ -157,85 +125,61 @@ object Auth {
|
||||
)
|
||||
)
|
||||
)
|
||||
).header("Content-Type", "application/x-www-form-urlencoded").build()
|
||||
)
|
||||
.header("Content-Type", "application/x-www-form-urlencoded")
|
||||
.build()
|
||||
|
||||
val message = httpClient.send(req, HttpResponse.BodyHandlers.ofString()).body()
|
||||
val atResponse = objectMapper.readValue<AuthTokenResponse>(message)
|
||||
val parsed = validateAuthToken(atResponse.accessToken)
|
||||
|
||||
|
||||
database.save(AuthTokenCache().apply {
|
||||
this.userId = parsed.userName
|
||||
this.authToken = atResponse.accessToken
|
||||
this.expiresAt = LocalDateTime.now().plusSeconds(atResponse.expiresIn.toLong())
|
||||
this.refreshToken = atResponse.refreshToken
|
||||
this.refreshExpiresAt = LocalDateTime.now().plusSeconds(atResponse.refreshExpiresIn.toLong())
|
||||
this.refreshHistory = arrayListOf()
|
||||
})
|
||||
//keep track of this for renewal when asked by client
|
||||
Session.redis.lpush(
|
||||
"$AUTH_TOKEN${parsed.userName}",
|
||||
objectMapper.writeValueAsString(
|
||||
atResponse.copy(
|
||||
createdAt = LocalDateTime.now()
|
||||
)
|
||||
)
|
||||
)
|
||||
ctx.result(atResponse.accessToken).contentType(ContentType.TEXT_PLAIN)
|
||||
}
|
||||
|
||||
|
||||
fun logout(ctx: Context) {
|
||||
val authToken = ctx.header("Authorization")?.replace("Bearer ", "")?.replace("Bearer: ", "")?.trim()
|
||||
?: return
|
||||
val authUser = validateAuthToken(authToken, skipValidate = true)
|
||||
logger.warn("User ${authUser.userName} is logging out")
|
||||
database.updateAll(
|
||||
database.find(AuthTokenCache::class.java)
|
||||
.where()
|
||||
.eq("authToken", authToken)
|
||||
.findList()
|
||||
.onEach {
|
||||
it.loggedOut = true
|
||||
})
|
||||
|
||||
ctx.json(mapOf("status" to true))
|
||||
}
|
||||
|
||||
fun refreshToken(ctx: Context) {
|
||||
//refresh authToken
|
||||
val authToken = ctx.header("Authorization")?.replace("Bearer ", "")?.replace("Bearer: ", "")?.trim()
|
||||
?: throw UnauthorizedResponse()
|
||||
val authToken = ctx.header("Authorization")
|
||||
?.replace("Bearer ", "")
|
||||
?.replace("Bearer: ", "")
|
||||
?.trim() ?: throw UnauthorizedResponse()
|
||||
|
||||
val authUser = validateAuthToken(authToken, skipValidate = true)
|
||||
val client = ctx.queryParam("client") ?: throw BadRequestResponse("client not sent")
|
||||
val redirectUri = ctx.queryParam("redirectUri") ?: throw BadRequestResponse("redirectUri not sent")
|
||||
|
||||
val foundOldAt = database.find(AuthTokenCache::class.java)
|
||||
.where()
|
||||
.eq("userId", authUser.userName)
|
||||
.eq("expired", false)
|
||||
.eq("loggedOut", false)
|
||||
.gt("refreshExpiresAt", LocalDateTime.now())
|
||||
.findList()
|
||||
.onEach {
|
||||
logger.warn("valid authToken for ${authUser.userName} is ${it.authToken.substring(0..10)}")
|
||||
}
|
||||
.firstOrNull {
|
||||
it.authToken.equals(authToken, ignoreCase = true)
|
||||
} ?: throw BadRequestResponse("we did not find an entry for this auth token $authToken")
|
||||
val key = "$AUTH_TOKEN${authUser.userName}"
|
||||
val found = Session.redis.llen(key)
|
||||
logger.warn("for user ${authUser.userName}, found from redis, $key => $found entries")
|
||||
val foundOldAt = (0..found)
|
||||
.mapNotNull { Session.redis.lindex(key, it) }
|
||||
.map { objectMapper.readValue<AuthTokenResponse>(it) }
|
||||
.firstOrNull { it.accessToken == authToken }
|
||||
?: throw BadRequestResponse("authToken not found in cache")
|
||||
|
||||
val createdAt = foundOldAt.createdAt
|
||||
val expiresAt = foundOldAt.expiresAt
|
||||
val rtExpiresAt = foundOldAt.refreshExpiresAt
|
||||
val createdAt = foundOldAt.createdAt ?: throw BadRequestResponse("created at is missing")
|
||||
val expiresAt = createdAt.plusSeconds(foundOldAt.expiresIn + 0L)
|
||||
val rtExpiresAt = createdAt.plusSeconds(foundOldAt.refreshExpiresIn + 0L)
|
||||
|
||||
val now = LocalDateTime.now()
|
||||
logger.warn("can we refresh the token for ${authUser.userName}, created = $createdAt expires = $expiresAt, refresh Till = $rtExpiresAt")
|
||||
|
||||
val authTokenValid = expiresAt.isAfter(now)
|
||||
if (authTokenValid) {
|
||||
ctx.result(authToken).contentType(ContentType.TEXT_PLAIN)
|
||||
return
|
||||
}
|
||||
|
||||
//we can refresh if at is expired, but we still have time for refresh
|
||||
val refreshTokenValid = rtExpiresAt.isAfter(now)
|
||||
if (refreshTokenValid) {
|
||||
if (expiresAt.isBefore(now) && now.isBefore(rtExpiresAt)) {
|
||||
logger.warn("We can refresh the token for ${authUser.userName}, expires = $expiresAt, refresh Till = $rtExpiresAt")
|
||||
val ep = getAuthEndpoint().tokenEndpoint
|
||||
val httpClient = HttpClient.newHttpClient()
|
||||
val req = HttpRequest.newBuilder().uri(URI.create(ep)).POST(
|
||||
val req = HttpRequest.newBuilder()
|
||||
.uri(URI.create(ep))
|
||||
.POST(
|
||||
HttpRequest.BodyPublishers.ofString(
|
||||
getFormDataAsString(
|
||||
mapOf(
|
||||
@ -246,33 +190,33 @@ object Auth {
|
||||
)
|
||||
)
|
||||
)
|
||||
).header("Content-Type", "application/x-www-form-urlencoded").build()
|
||||
)
|
||||
.header("Content-Type", "application/x-www-form-urlencoded")
|
||||
.build()
|
||||
val message = httpClient.send(req, HttpResponse.BodyHandlers.ofString()).body()
|
||||
val atResponse = objectMapper.readValue<AuthTokenResponse>(message)
|
||||
val parsed = validateAuthToken(atResponse.accessToken)
|
||||
|
||||
foundOldAt.authToken = atResponse.accessToken
|
||||
foundOldAt.expiresAt = LocalDateTime.now().plusSeconds(atResponse.expiresIn.toLong())
|
||||
foundOldAt.refreshExpiresAt = LocalDateTime.now().plusSeconds(atResponse.refreshExpiresIn.toLong())
|
||||
foundOldAt.refreshToken = atResponse.refreshToken
|
||||
foundOldAt.refreshHistory = (foundOldAt.refreshHistory ?: arrayListOf()).apply {
|
||||
add(RefreshHistory().apply {
|
||||
oldAt = authUser.token
|
||||
oldExpiryAt = expiresAt.format(DateTimeFormatter.ISO_LOCAL_DATE_TIME)
|
||||
newAt = atResponse.accessToken
|
||||
newExpiryAt = LocalDateTime.now().plusSeconds(atResponse.expiresIn.toLong()).format(DateTimeFormatter.ISO_LOCAL_DATE_TIME)
|
||||
this.createdAt = LocalDateTime.now().format(DateTimeFormatter.ISO_LOCAL_DATE_TIME)
|
||||
})
|
||||
}
|
||||
database.update(foundOldAt)
|
||||
Session.redis.lpush(
|
||||
"AUTH_TOKEN_${parsed.userName}",
|
||||
objectMapper.writeValueAsString(
|
||||
atResponse.copy(createdAt = LocalDateTime.now())
|
||||
)
|
||||
)
|
||||
|
||||
ctx.result(atResponse.accessToken).contentType(ContentType.TEXT_PLAIN)
|
||||
} else {
|
||||
//at is still valid
|
||||
if (expiresAt.isAfter(now)) {
|
||||
logger.warn("Still valid, the token for ${authUser.userName}, will expire at $expiresAt")
|
||||
ctx.result(foundOldAt.accessToken).contentType(ContentType.TEXT_PLAIN)
|
||||
} else {
|
||||
//we have exceeded the refresh time, so we shall ask the user to login again
|
||||
logger.warn("We can't refresh the token for ${authUser.userName}, as refresh-time [$rtExpiresAt] is expired")
|
||||
throw UnauthorizedResponse()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -281,8 +225,7 @@ data class AuthUser(
|
||||
val tenant: String,
|
||||
val roles: List<String>,
|
||||
val token: String,
|
||||
val expiry: LocalDateTime,
|
||||
val plantIds: List<String>
|
||||
val expiry: LocalDateTime
|
||||
)
|
||||
|
||||
enum class Action {
|
||||
|
||||
@ -1,49 +0,0 @@
|
||||
package com.restapi.controllers
|
||||
|
||||
import com.restapi.domain.DocType
|
||||
import com.restapi.domain.Document
|
||||
import com.restapi.domain.Session
|
||||
import io.javalin.http.Context
|
||||
import io.javalin.http.HttpStatus
|
||||
import io.javalin.http.NotFoundResponse
|
||||
import io.javalin.http.bodyAsClass
|
||||
|
||||
object DocumentCtrl {
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val doc = Session.database.find(Document::class.java, id) ?: throw NotFoundResponse("no doc found with id $id")
|
||||
ctx.status(HttpStatus.OK)
|
||||
ctx.json(doc)
|
||||
}
|
||||
|
||||
fun create(ctx: Context) {
|
||||
val doc = ctx.bodyAsClass<Document>()
|
||||
Session.database.save(doc)
|
||||
ctx.status(HttpStatus.CREATED)
|
||||
ctx.json(doc)
|
||||
}
|
||||
|
||||
fun print(ctx: Context) {
|
||||
//would be handled in the frontend ??
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val doc = Session.database.find(Document::class.java, id) ?: throw NotFoundResponse("no document found with id $id")
|
||||
Session.database.delete(doc)
|
||||
ctx.status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun getWithRefId(ctx: Context) {
|
||||
//fetches a particular doc (po, quote) with ref id
|
||||
val refId = ctx.pathParam("refId")
|
||||
val doc = Session.database.find(Document::class.java)
|
||||
.where()
|
||||
.eq("typeOfDoc", DocType.valueOf(ctx.pathParam("type")))
|
||||
.eq("refIdOfDoc", refId)
|
||||
?: throw NotFoundResponse("no doc found for refId $refId")
|
||||
ctx.status(HttpStatus.OK)
|
||||
ctx.json(doc)
|
||||
}
|
||||
|
||||
}
|
||||
@ -6,114 +6,101 @@ import com.fasterxml.jackson.databind.JsonDeserializer
|
||||
import com.fasterxml.jackson.databind.JsonNode
|
||||
import com.fasterxml.jackson.databind.annotation.JsonDeserialize
|
||||
import com.restapi.domain.*
|
||||
import com.restapi.domain.Session.currentRoles
|
||||
import com.restapi.domain.Session.currentUser
|
||||
import com.restapi.domain.Session.database
|
||||
import com.restapi.domain.Session.findDataModelByEntityAndUniqId
|
||||
import com.restapi.domain.Session.objectMapper
|
||||
import com.restapi.integ.Scripting
|
||||
import io.ebean.CallableSql
|
||||
import io.ebean.RawSqlBuilder
|
||||
import io.javalin.http.BadRequestResponse
|
||||
import io.javalin.http.Context
|
||||
import io.javalin.http.HttpStatus
|
||||
import io.javalin.http.bodyAsClass
|
||||
import io.javalin.http.*
|
||||
import org.slf4j.LoggerFactory
|
||||
import java.io.FileInputStream
|
||||
import java.sql.Types
|
||||
import java.time.LocalDate
|
||||
import java.time.LocalDateTime
|
||||
import java.time.LocalTime
|
||||
import java.time.format.DateTimeFormatter
|
||||
import java.time.format.DateTimeParseException
|
||||
|
||||
enum class QueryParamType {
|
||||
STRING, NUMBER, DATETIME, DATE
|
||||
}
|
||||
|
||||
|
||||
@JsonDeserialize(using = QueryParamDeSerializer::class)
|
||||
data class RawQuery(
|
||||
val sql: String,
|
||||
val params: Map<String, QueryParam>
|
||||
)
|
||||
|
||||
data class QueryById(
|
||||
val params: List<QueryParam>
|
||||
)
|
||||
|
||||
@JsonDeserialize(using = QueryByIdParamsDeSerializer::class)
|
||||
sealed class QueryParam {
|
||||
data class StrParam(val str: String) : QueryParam()
|
||||
data class NumberParam(val nbr: Number) : QueryParam()
|
||||
data class BooleanParam(val bool: Boolean) : QueryParam()
|
||||
data class ComplexParam(val type: QueryParamType, val value: String) : QueryParam() {
|
||||
data class Simple(val simple: String) : QueryParam()
|
||||
data class Complex(val type: QueryParamType, val value: String) : QueryParam() {
|
||||
fun getValueComplex(): Any {
|
||||
return when (type) {
|
||||
QueryParamType.STRING -> value
|
||||
QueryParamType.NUMBER -> (if (value.matches(Regex("\\d+"))) value.toLongOrNull() else value.toDoubleOrNull())
|
||||
?: throw IllegalArgumentException("$value is not a number")
|
||||
|
||||
QueryParamType.DATETIME -> try {
|
||||
LocalDateTime.parse(
|
||||
QueryParamType.NUMBER -> if (value.matches(Regex("\\d+"))) value.toLong() else value.toDouble()
|
||||
QueryParamType.DATETIME -> LocalDateTime.parse(
|
||||
value,
|
||||
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")
|
||||
)
|
||||
} catch (e: DateTimeParseException) {
|
||||
throw IllegalArgumentException("unable to parse $value as datetime")
|
||||
}
|
||||
|
||||
QueryParamType.DATE -> try {
|
||||
LocalDate.parse(value, DateTimeFormatter.ofPattern("yyyy-MM-dd"))
|
||||
} catch (e: DateTimeParseException) {
|
||||
throw IllegalArgumentException("unable to parse $value as date")
|
||||
}
|
||||
QueryParamType.DATE -> LocalDate.parse(value, DateTimeFormatter.ofPattern("yyyy-MM-dd"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun getValue(): Any {
|
||||
return when (this) {
|
||||
is ComplexParam -> getValueComplex()
|
||||
is StrParam -> str
|
||||
is NumberParam -> nbr
|
||||
is BooleanParam -> bool
|
||||
is Complex -> getValueComplex()
|
||||
is Simple -> simple
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class QueryParamDeSerializer : JsonDeserializer<QueryParam>() {
|
||||
class QueryByIdParamsDeSerializer : JsonDeserializer<QueryParam>() {
|
||||
override fun deserialize(p: JsonParser, ctxt: DeserializationContext?): QueryParam {
|
||||
val node = p.readValueAsTree<JsonNode>()
|
||||
return if (node.isTextual) {
|
||||
QueryParam.StrParam(node.asText())
|
||||
} else if (node.isNumber) {
|
||||
QueryParam.NumberParam(node.numberValue())
|
||||
} else if (node.isBoolean) {
|
||||
QueryParam.BooleanParam(node.booleanValue())
|
||||
} else if (node.isObject) {
|
||||
QueryParam.ComplexParam(
|
||||
QueryParam.Simple(node.asText())
|
||||
} else {
|
||||
QueryParam.Complex(
|
||||
QueryParamType.valueOf(node.get("type").textValue()),
|
||||
node.get("value").textValue(),
|
||||
)
|
||||
} else {
|
||||
throw BadRequestResponse("unable to find valid query param for $node")
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
enum class ResultType {
|
||||
INTEGER, DECIMAL, STRING, DATETIME, ARRAY, OBJECT
|
||||
}
|
||||
|
||||
data class RejectAction(val reason: String)
|
||||
data class StoredProcedure(val input: Map<String, Any>, val output: Map<String, ResultType> = hashMapOf())
|
||||
|
||||
object Entities {
|
||||
private val logger = LoggerFactory.getLogger("Entities")
|
||||
private val OK = mapOf("status" to true)
|
||||
fun delete(ctx: Context) {
|
||||
val e = database.findDataModelByEntityAndUniqId(ctx.pathParam("entity"), ctx.pathParam("id"))
|
||||
e.deletedBy = Session.currentUser()
|
||||
e.deletedOn = LocalDateTime.now()
|
||||
e.update()
|
||||
e.delete()
|
||||
ctx.json(OK)
|
||||
}
|
||||
|
||||
fun patch(ctx: Context) {
|
||||
val e = database.findDataModelByEntityAndUniqId(ctx.pathParam("entity"), ctx.pathParam("id"))
|
||||
val pv = ctx.bodyAsClass<Map<String, Any>>()
|
||||
verifyKeys(pv)
|
||||
|
||||
pv.forEach { (key, value) ->
|
||||
e.data[key] = value;
|
||||
}
|
||||
|
||||
e.update()
|
||||
ctx.json(OK)
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
@ -121,129 +108,121 @@ object Entities {
|
||||
val e = database.findDataModelByEntityAndUniqId(ctx.pathParam("entity"), ctx.pathParam("id"))
|
||||
|
||||
val newData = ctx.bodyAsClass<Map<String, Any>>()
|
||||
verifyKeys(newData)
|
||||
if (purgeExisting) {
|
||||
e.data.clear();
|
||||
}
|
||||
e.data.putAll(newData)
|
||||
|
||||
e.update()
|
||||
ctx.json(OK)
|
||||
}
|
||||
|
||||
private fun verifyKeys(newData: Map<String, Any>) {
|
||||
newData.keys.forEach { key ->
|
||||
if (!SafeStringDeserializer.isSafe(key)) throw IllegalArgumentException("$key is invalid from $newData ")
|
||||
}
|
||||
fun action(ctx: Context) {}
|
||||
fun approve(ctx: Context) {
|
||||
approveOrReject(ctx, ApprovalStatus.APPROVED)
|
||||
}
|
||||
|
||||
|
||||
fun search(ctx: Context) {
|
||||
val sql = ctx.bodyAsClass<SearchParams>()
|
||||
verifyKeys(sql.params)
|
||||
|
||||
val entity = ctx.pathParam("entity").lowercase()
|
||||
val noCreatedFilter = currentRoles().contains("ROLE_ADMIN") || sql.createdBy.isNullOrEmpty()
|
||||
val createdFilter = if (noCreatedFilter) "" else "and created_by = :cBy"
|
||||
val searchJsonMap = sql.params.map { e -> Pair(e.key, e.value.getValue()) }
|
||||
.filter {
|
||||
val second = it.second
|
||||
if (second is String) {
|
||||
second.isNotEmpty()
|
||||
} else {
|
||||
true
|
||||
fun reject(ctx: Context) {
|
||||
approveOrReject(ctx, ApprovalStatus.REJECTED)
|
||||
}
|
||||
|
||||
private fun approveOrReject(ctx: Context, rejected: ApprovalStatus) {
|
||||
val e = database.findDataModelByEntityAndUniqId(ctx.pathParam("entity"), ctx.pathParam("id"))
|
||||
val reject = ctx.bodyAsClass<RejectAction>()
|
||||
e.approvalStatus = rejected
|
||||
e.comments.add(Comments(text = reject.reason, by = currentUser()))
|
||||
e.save()
|
||||
}
|
||||
.toMap()
|
||||
logger.warn("convert ${sql.params} to $searchJsonMap")
|
||||
val fl = database.find(DataModel::class.java)
|
||||
.setRawSql(
|
||||
RawSqlBuilder.parse(
|
||||
"""
|
||||
select sys_pk,
|
||||
deleted_on,
|
||||
current_approval_level,
|
||||
required_approval_levels,
|
||||
deleted,
|
||||
version,
|
||||
created_at,
|
||||
modified_at,
|
||||
deleted_by,
|
||||
approval_status,
|
||||
tags,
|
||||
comments,
|
||||
tenant_id,
|
||||
unique_identifier,
|
||||
entity_name,
|
||||
data,
|
||||
created_by,
|
||||
modified_by
|
||||
from data_model
|
||||
where entity_name = :e
|
||||
and created_at between :from and :to
|
||||
and data @> cast(:search as jsonb)
|
||||
and deleted = false
|
||||
$createdFilter
|
||||
order by ${sql.orderBy}
|
||||
""".trimIndent()
|
||||
).create()
|
||||
|
||||
fun executeScript(ctx: Context) {
|
||||
val name = ctx.pathParam("name")
|
||||
val file = ctx.pathParam("file")
|
||||
val params = ctx.bodyAsClass<Map<String, Any>>()
|
||||
ctx.json(
|
||||
Scripting.execute(file, name, params)
|
||||
)
|
||||
.setParameter("from", sql.dateRange.first())
|
||||
.setParameter("to", sql.dateRange.last().plusDays(1))
|
||||
.setParameter("e", entity)
|
||||
.setParameter("search", objectMapper.writeValueAsString(searchJsonMap))
|
||||
.apply {
|
||||
if (!noCreatedFilter) {
|
||||
logger.warn("Set Created By Filter to ${currentUser()}")
|
||||
setParameter("cBy", currentUser())
|
||||
}
|
||||
|
||||
fun executeStoredProcedure(ctx: Context) {
|
||||
val name = ctx.pathParam("name")
|
||||
val sp = ctx.bodyAsClass<StoredProcedure>()
|
||||
|
||||
val inputParams = sp.input.entries.toList()
|
||||
val outputParams = sp.output.entries.toList()
|
||||
|
||||
val placeholders = (0..inputParams.size + 1).joinToString(",") { "?" }
|
||||
|
||||
val sql = "{call $name($placeholders)}"
|
||||
val cs: CallableSql = database.createCallableSql(sql)
|
||||
|
||||
inputParams.forEachIndexed { index, entry ->
|
||||
cs.setParameter(index + 1, entry.value)
|
||||
}
|
||||
cs.setParameter(inputParams.size + 1, Session.currentTenant())
|
||||
|
||||
outputParams.forEachIndexed { idx, entry ->
|
||||
when (entry.value) {
|
||||
ResultType.INTEGER -> cs.registerOut(idx + 1, Types.INTEGER)
|
||||
ResultType.DECIMAL -> cs.registerOut(idx + 1, Types.DOUBLE)
|
||||
ResultType.STRING -> cs.registerOut(idx + 1, Types.VARCHAR)
|
||||
ResultType.DATETIME -> cs.registerOut(idx + 1, Types.DATE)
|
||||
ResultType.ARRAY -> cs.registerOut(idx + 1, Types.ARRAY)
|
||||
ResultType.OBJECT -> cs.registerOut(idx + 1, Types.JAVA_OBJECT)
|
||||
}
|
||||
|
||||
}
|
||||
val done = database.execute(cs)
|
||||
val output = outputParams.mapIndexed { index, entry ->
|
||||
Pair(entry.key, cs.getObject(index + 1))
|
||||
}.toMap()
|
||||
|
||||
ctx.json(
|
||||
mapOf(
|
||||
"done" to done,
|
||||
"output" to output
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
fun sqlQueryRaw(ctx: Context) {
|
||||
val sql = ctx.bodyAsClass<RawQuery>()
|
||||
logger.warn("running sql ${sql.sql}, with params ${sql.params}")
|
||||
ctx.json(
|
||||
database.find(DataModel::class.java)
|
||||
.setRawSql(
|
||||
RawSqlBuilder.parse(sql.sql).create()
|
||||
).apply {
|
||||
sql.params.forEach { (t, u) ->
|
||||
setParameter(t, u.getValue())
|
||||
}
|
||||
}
|
||||
.findList()
|
||||
|
||||
logger.warn("Search jsonMap [$searchJsonMap] => ${fl.size} entries")
|
||||
|
||||
ctx.json(fl)
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
fun sqlQueryById(ctx: Context) {
|
||||
val sql = ctx.bodyAsClass<QueryById>()
|
||||
val sqlId = ctx.pathParam("id")
|
||||
logger.warn("running sqlId $sqlId, with params ${sql.params}")
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val entity = ctx.pathParam("entity").uppercase()
|
||||
val pageNo = ctx.queryParam("pageNo")?.toInt() ?: 1
|
||||
val perPage = ctx.queryParam("perPage")?.toInt() ?: 100
|
||||
val cnt = database.find(DataModel::class.java)
|
||||
val entity = ctx.pathParam("entity")
|
||||
val query = database.find(SqlModel::class.java)
|
||||
.where()
|
||||
.eq("entityName", entity.lowercase())
|
||||
.setFirstRow((pageNo - 1) * perPage)
|
||||
.setMaxRows(perPage)
|
||||
.orderBy("sysPk desc")
|
||||
.findPagedList()
|
||||
.eq("entityName", entity)
|
||||
.eq("sqlId", sqlId)
|
||||
.findOne() ?: throw NotFoundResponse("sql not found for $entity, $sqlId")
|
||||
|
||||
ctx.json(cnt)
|
||||
ctx.json(
|
||||
database.find(DataModel::class.java)
|
||||
.setRawSql(RawSqlBuilder.parse(query.sql).create())
|
||||
.apply {
|
||||
sql.params.forEachIndexed { index, entry ->
|
||||
setParameter(index + 1, entry.getValue())
|
||||
}
|
||||
}
|
||||
.findList()
|
||||
)
|
||||
|
||||
fun getNextSeqNo(ctx: Context) {
|
||||
val entity = ctx.pathParam("entity").uppercase()
|
||||
|
||||
val prefix = "$entity/"
|
||||
val plantId = ctx.queryParam("plantId") ?: throw BadRequestResponse("plantId not sent")
|
||||
val plant = database.find(Plant::class.java)
|
||||
.where()
|
||||
.eq("plantId", plantId)
|
||||
.findOne() ?: throw BadRequestResponse("plant missing for $plantId")
|
||||
|
||||
val inventoryPrefix = plant.prefixes?.get(entity) ?: prefix
|
||||
|
||||
val cnt = (database.find(DataModel::class.java)
|
||||
.where()
|
||||
.eq("entityName", entity.lowercase())
|
||||
.eq("data->>'plantId'", plantId)
|
||||
.findCount() + 1)
|
||||
.toString()
|
||||
.padStart(6, '0')
|
||||
|
||||
val seq = SequenceNumber(inventoryPrefix + cnt)
|
||||
ctx.json(seq).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun view(it: Context) {
|
||||
@ -259,25 +238,6 @@ object Entities {
|
||||
)
|
||||
}
|
||||
|
||||
data class Execute(val script: String, val fn: String, val params: Map<String, Any>)
|
||||
|
||||
fun execute(ctx: Context) {
|
||||
val entity = ctx.pathParam("entity")
|
||||
|
||||
val body = ctx.bodyAsClass<Execute>()
|
||||
|
||||
//may be approval flow is configured?
|
||||
val setupEntity = database.find(EntityModel::class.java)
|
||||
.where()
|
||||
.eq("name", entity)
|
||||
.findOne()
|
||||
|
||||
ctx.json(
|
||||
Scripting.execute(body.script, body.fn, body.params, setupEntity)
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
fun create(ctx: Context) {
|
||||
|
||||
val entity = ctx.pathParam("entity")
|
||||
@ -297,7 +257,6 @@ object Entities {
|
||||
}
|
||||
this.approvalStatus = ApprovalStatus.APPROVED
|
||||
}
|
||||
verifyKeys(dataModel.data)
|
||||
|
||||
database.save(
|
||||
dataModel.apply {
|
||||
@ -358,26 +317,36 @@ object Entities {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!setupEntity.preSaveScript.isNullOrEmpty()) {
|
||||
val ok = Scripting.execute(setupEntity.preSaveScript!!, "preSave", this) as Boolean
|
||||
if (!ok) {
|
||||
throw BadRequestResponse("PreSave Failed")
|
||||
}
|
||||
}
|
||||
|
||||
if (setupEntity.approvalLevels > 0) {
|
||||
|
||||
this.approvalStatus = ApprovalStatus.PENDING
|
||||
this.requiredApprovalLevels = setupEntity.approvalLevels
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
if (setupEntity != null && !setupEntity.postSaveScript.isNullOrEmpty()) {
|
||||
Scripting.execute(setupEntity.postSaveScript!!, "postSave", dataModel, setupEntity)
|
||||
Scripting.execute(setupEntity.postSaveScript!!, "postSave", dataModel)
|
||||
}
|
||||
|
||||
|
||||
database.save(
|
||||
AuditLog().apply {
|
||||
this.auditType = AuditType.CREATE
|
||||
auditType = AuditType.CREATE
|
||||
this.entity = entity
|
||||
this.uniqueIdentifier = dataModel.uniqueIdentifier
|
||||
uniqueIdentifier = dataModel.uniqueIdentifier
|
||||
this.data = dataModel.data
|
||||
}
|
||||
)
|
||||
ctx.json(OK)
|
||||
}
|
||||
|
||||
private fun isValidDate(f: String) = try {
|
||||
@ -402,12 +371,536 @@ object Entities {
|
||||
}
|
||||
}
|
||||
|
||||
data class SearchParams(
|
||||
val params: Map<String, QueryParam> = mapOf(),
|
||||
val createdBy: String?,
|
||||
val dateRange: List<LocalDate> = listOf(LocalDate.now().minusDays(7), LocalDate.now()),
|
||||
val orderBy: String = "sysPk asc"
|
||||
data class Filters(val common: CommonFilters, val custom: CustomFilters)
|
||||
data class SequenceNumber(val number: String)
|
||||
data class BatchPos(val pos: List<PurchaseOrder>)
|
||||
object PurchaseOrderCtrl {
|
||||
|
||||
fun getNextNum(ctx: Context) {
|
||||
val prefix = "PO/"
|
||||
val cnt = database.find(PurchaseOrder::class.java)
|
||||
.findCount()
|
||||
.toString()
|
||||
.padStart(6, '0')
|
||||
val seq = SequenceNumber(prefix + cnt)
|
||||
ctx.json(seq).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val po = database.find(PurchaseOrder::class.java, id) ?: throw NotFoundResponse("po not found for $id")
|
||||
ctx.json(po).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
data class PF(val common: CommonFilters, val poFilters: POFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<PF>()
|
||||
val pos = searchPos(filters.common, filters.poFilters)
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel != null) {
|
||||
exportPos(pos)
|
||||
val inputStream = FileInputStream("./excel/Pos.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(pos).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
fun create(ctx: Context) {
|
||||
val po = ctx.bodyAsClass<PurchaseOrder>()
|
||||
val prods = po.products
|
||||
if (prods.isEmpty()) {
|
||||
ctx.json(mapOf("error" to "empty product list")).status(HttpStatus.BAD_REQUEST)
|
||||
return
|
||||
}
|
||||
database.save(po)
|
||||
ctx.json(po).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun createBatch(ctx: Context) {
|
||||
val pos = ctx.bodyAsClass<List<PurchaseOrder>>()
|
||||
val txn = database.beginTransaction()
|
||||
try {
|
||||
txn.isBatchMode = true
|
||||
for (po in pos) database.save(po)
|
||||
txn.commit()
|
||||
ctx.status(HttpStatus.CREATED).result("POS Created")
|
||||
} catch (e: Exception) {
|
||||
txn.rollback()
|
||||
ctx.status(HttpStatus.INTERNAL_SERVER_ERROR).result("Pos Creation failed" + e.message)
|
||||
} finally {
|
||||
txn.end()
|
||||
}
|
||||
ctx.result("pos batch created").status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun approve(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val po = database.find(PurchaseOrder::class.java, id) ?: throw NotFoundResponse("po not found for $id")
|
||||
po.approvalStatus = ApprovalStatus.APPROVED
|
||||
po.save()
|
||||
ctx.json(po).status(HttpStatus.CREATED)
|
||||
//reject all other pos pertaining to the same tx ??
|
||||
}
|
||||
|
||||
fun reject(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val po = database.find(PurchaseOrder::class.java, id) ?: throw NotFoundResponse("po not found for $id")
|
||||
po.apply {
|
||||
approvalStatus = ApprovalStatus.REJECTED
|
||||
save()
|
||||
}
|
||||
ctx.json(po).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun quoteReference(ctx: Context) {
|
||||
//gets the quote reference on which this po is based on
|
||||
val id = ctx.pathParam("id")
|
||||
val quote = database.find(Quotation::class.java)
|
||||
.where()
|
||||
.eq("referenceQuotation", id)
|
||||
?: throw NotFoundResponse("reference quotation not found for po $id")
|
||||
ctx.json(quote)
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val po = database.find(PurchaseOrder::class.java, id) ?: throw NotFoundResponse("po not found for $id")
|
||||
val updatedPo = ctx.bodyAsClass<PurchaseOrder>()
|
||||
po.patchValues(updatedPo)
|
||||
po.update()
|
||||
ctx.json(po).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val po = database.find(PurchaseOrder::class.java, id) ?: throw NotFoundResponse("no po found with id $id")
|
||||
database.delete(po)
|
||||
ctx.status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
data class ProductSearch(
|
||||
var isSort: String? = null
|
||||
|
||||
)
|
||||
|
||||
data class SequenceNumber(val number: String)
|
||||
object ProductCtrl {
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val product = database.find(Product::class.java)
|
||||
.where()
|
||||
.eq("sys_pk", id.toLong())
|
||||
.findOne()
|
||||
?: throw NotFoundResponse("Product not found for $id")
|
||||
ctx.json(product).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
data class PF(val common: CommonFilters, val productFilters: ProductFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<PF>()
|
||||
val prods = searchProducts(filters.common, filters.productFilters)
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel != null) {
|
||||
exportProds(prods)
|
||||
val inputStream = FileInputStream("./excel/Products.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
|
||||
} else {
|
||||
ctx.json(prods).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
fun create(ctx: Context) {
|
||||
val product = ctx.bodyAsClass<Product>()
|
||||
database.save(product)
|
||||
ctx.json(product).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val prod = database.find(Product::class.java, id) ?: throw NotFoundResponse("no product found with id $id")
|
||||
database.delete(prod)
|
||||
ctx.status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun patch(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val patchValues = ctx.bodyAsClass<Map<String, Any>>()
|
||||
database.beginTransaction().use {
|
||||
patchValues.entries.forEach { en ->
|
||||
val key = en.key
|
||||
val value = en.value
|
||||
database.sqlUpdate("update products set $key = ? where id = ?").apply {
|
||||
setParameter(1, value)
|
||||
setParameter(2, id)
|
||||
execute()
|
||||
}
|
||||
}
|
||||
it.commit()
|
||||
}
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val product = database.find(Product::class.java, id) ?: throw NotFoundResponse("product not found for $id")
|
||||
val updatedProduct = ctx.bodyAsClass<Product>()
|
||||
product.patchValues(updatedProduct)
|
||||
product.update()
|
||||
ctx.json(product).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
|
||||
@JvmStatic
|
||||
fun main(args: Array<String>) {
|
||||
|
||||
val patchValues = mapOf("name" to 1)
|
||||
val id = 1;
|
||||
database.beginTransaction().use {
|
||||
patchValues.entries.forEach { en ->
|
||||
val key = en.key
|
||||
val value = en.value
|
||||
|
||||
database.sqlUpdate("update product set $key = ? where sys_pk = ?").apply {
|
||||
setParameter(1, value)
|
||||
setParameter(2, id)
|
||||
|
||||
execute()
|
||||
}
|
||||
}
|
||||
it.commit()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
object QuotationCtrl {
|
||||
fun getNextNum(ctx: Context) {
|
||||
val prefix = "QUOTE/"
|
||||
val cnt = database.find(Quotation::class.java)
|
||||
.findCount()
|
||||
.toString()
|
||||
.padStart(6, '0')
|
||||
val seq = SequenceNumber(prefix + cnt)
|
||||
ctx.json(seq).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val quote = database.find(Quotation::class.java, id) ?: throw NotFoundResponse("quote not found for $id")
|
||||
ctx.status(HttpStatus.OK)
|
||||
ctx.json(quote)
|
||||
}
|
||||
|
||||
data class QF(val common: CommonFilters, val quoteFilters: QuoteFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<QF>()
|
||||
val excel: String? = ctx.queryParam("excel")
|
||||
val quotes = searchQuotes(filters.common, filters.quoteFilters)
|
||||
if (excel != null) {
|
||||
exportQuotations(quotes)
|
||||
val inputStream = FileInputStream("./excel/Quotes.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(quotes).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
fun create(ctx: Context) {
|
||||
val quote = ctx.bodyAsClass<Quotation>()
|
||||
//validation
|
||||
val prods = quote.products
|
||||
if (prods.isEmpty()) {
|
||||
ctx.json(mapOf("error" to "empty product list")).status(HttpStatus.BAD_REQUEST)
|
||||
return
|
||||
}
|
||||
database.save(quote)
|
||||
ctx.json(quote).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun createBatch(ctx: Context) {
|
||||
val quotes = ctx.bodyAsClass<List<Quotation>>()
|
||||
val txn = database.beginTransaction()
|
||||
try {
|
||||
txn.isBatchMode = true
|
||||
for (quote in quotes) database.save(quote)
|
||||
txn.commit()
|
||||
ctx.status(HttpStatus.CREATED).result("Quotes Created")
|
||||
} catch (e: Exception) {
|
||||
txn.rollback()
|
||||
ctx.status(HttpStatus.INTERNAL_SERVER_ERROR).result("Quotes Creation failed" + e.message)
|
||||
} finally {
|
||||
txn.end()
|
||||
}
|
||||
ctx.result("Quotes batch created").status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val quote = database.find(Quotation::class.java, id) ?: throw NotFoundResponse("no quote found with id $id")
|
||||
database.delete(quote)
|
||||
ctx.status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val quote = database.find(Quotation::class.java, id) ?: throw NotFoundResponse("quote not found for $id")
|
||||
val updatedQuote = ctx.bodyAsClass<Quotation>()
|
||||
quote.patchValues(updatedQuote)
|
||||
quote.update()
|
||||
ctx.json(quote).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
object DocumentCtrl {
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val doc = database.find(Document::class.java, id) ?: throw NotFoundResponse("no doc found with id $id")
|
||||
ctx.status(HttpStatus.OK)
|
||||
ctx.json(doc)
|
||||
}
|
||||
|
||||
fun create(ctx: Context) {
|
||||
val doc = ctx.bodyAsClass<Document>()
|
||||
database.save(doc)
|
||||
ctx.status(HttpStatus.CREATED)
|
||||
ctx.json(doc)
|
||||
}
|
||||
|
||||
fun print(ctx: Context) {
|
||||
//would be handled in the frontend ??
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val doc = database.find(Document::class.java, id) ?: throw NotFoundResponse("no document found with id $id")
|
||||
database.delete(doc)
|
||||
ctx.status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun getWithRefId(ctx: Context) {
|
||||
//fetches a particular doc (po, quote) with ref id
|
||||
val refId = ctx.pathParam("refId")
|
||||
val doc = database.find(Document::class.java)
|
||||
.where()
|
||||
.eq("typeOfDoc", DocType.valueOf(ctx.pathParam("type")))
|
||||
.eq("refIdOfDoc", refId)
|
||||
?: throw NotFoundResponse("no doc found for refId $refId")
|
||||
ctx.status(HttpStatus.OK)
|
||||
ctx.json(doc)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
object VendorCtrl {
|
||||
val logger = LoggerFactory.getLogger("Vendor")
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val vendor = database.find(Vendor::class.java, id) ?: throw NotFoundResponse("no vendor found with id $id")
|
||||
ctx.status(HttpStatus.OK)
|
||||
ctx.json(vendor)
|
||||
}
|
||||
|
||||
data class VF(val common: CommonFilters, val vendorFilters: VendorFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<VF>()
|
||||
logger.info("filters = {}", filters)
|
||||
val excel: String? = ctx.queryParam("excel")
|
||||
val vendors = searchVendors(filters.common, filters.vendorFilters)
|
||||
if (excel !== null) {
|
||||
exportVendors(vendors)
|
||||
val inputStream = FileInputStream("./excel/VendorList.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(vendors).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
fun createBatch(ctx: Context) {
|
||||
val vendors = ctx.bodyAsClass<List<Vendor>>()
|
||||
database.saveAll(vendors)
|
||||
}
|
||||
|
||||
fun create(ctx: Context) {
|
||||
val vendor = ctx.bodyAsClass<Vendor>()
|
||||
database.save(vendor)
|
||||
ctx.status(HttpStatus.CREATED)
|
||||
ctx.json(vendor)
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val vendor = database.find(Vendor::class.java, id) ?: throw NotFoundResponse("vendor not found for $id")
|
||||
val updatedVendor = ctx.bodyAsClass<Vendor>()
|
||||
vendor.patchValues(updatedVendor)
|
||||
vendor.update()
|
||||
ctx.json(vendor).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val vendor = database.find(Vendor::class.java, id) ?: throw NotFoundResponse("no vendor found with id $id")
|
||||
database.delete(vendor)
|
||||
ctx.status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun getQuotes(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val quotes = database.find(Quotation::class.java)
|
||||
.where()
|
||||
.eq("vendor", database.find(Vendor::class.java, id) ?: throw NotFoundResponse("vendor not found for $id"))
|
||||
.findList()
|
||||
ctx.json(quotes).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun getPos(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val pos = database.find(PurchaseOrder::class.java)
|
||||
.where()
|
||||
.eq("vendor", database.find(Vendor::class.java, id) ?: throw NotFoundResponse("vendor not found for $id"))
|
||||
.findList()
|
||||
ctx.json(pos).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun rate(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val rating1 = ctx.pathParam("rating").toDouble()
|
||||
|
||||
database.find(Vendor::class.java, id)?.let {
|
||||
it.rating = rating1
|
||||
it.save()
|
||||
} ?: throw NotFoundResponse("vendor not found for id $id")
|
||||
|
||||
|
||||
ctx.result("rating changed").status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
object RequestForQuote {
|
||||
fun create(ctx: Context) {
|
||||
val rfq = ctx.bodyAsClass<ReqForQuote>()
|
||||
database.save(rfq)
|
||||
//ctx.result("request for quote created")
|
||||
//ctx.json(rfq)
|
||||
ctx.status(HttpStatus.CREATED)
|
||||
ctx.json("asss")
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val rfq = database.find(ReqForQuote::class.java, id)
|
||||
?: throw NotFoundResponse("request for quote not found for id $id")
|
||||
ctx.status(HttpStatus.OK)
|
||||
ctx.json(rfq)
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
//shuld we compare the new body fields with preexisting ones and prepare a sql query to update those fields??
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
object IncomingInventoryCtrl {
|
||||
fun create(ctx: Context) {
|
||||
val ticket = ctx.bodyAsClass<IncomingInventory>()
|
||||
database.save(ticket)
|
||||
ctx.json(ticket).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val ticket =
|
||||
database.find(IncomingInventory::class.java, id) ?: throw NotFoundResponse("quote not found for $id")
|
||||
val updatedTicket = ctx.bodyAsClass<IncomingInventory>()
|
||||
ticket.patchValues(updatedTicket)
|
||||
ticket.update()
|
||||
ctx.json(ticket).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val ticket = database.find(IncomingInventory::class.java, id)
|
||||
?: throw NotFoundResponse("No incoming inventory ticket found with id $id")
|
||||
ctx.json(ticket).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
data class IIF(val common: CommonFilters, val incomingInventoryFilters: IncomingInventoryFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<IIF>()
|
||||
val tickets = searchIncomingInventory(filters.common, filters.incomingInventoryFilters)
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel !== null) {
|
||||
exportIncomingInventory(tickets)
|
||||
val inputStream = FileInputStream("./excel/IncomingInventory.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(tickets).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
fun getNextNum(ctx: Context) {
|
||||
val prefix = "MRN/"
|
||||
val cnt = database.find(IncomingInventory::class.java)
|
||||
.findCount()
|
||||
.toString()
|
||||
.padStart(6, '0')
|
||||
val seq = SequenceNumber(prefix + cnt)
|
||||
ctx.json(seq).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
object OutgoingInventoryCtrl {
|
||||
fun create(ctx: Context) {
|
||||
val ticket = ctx.bodyAsClass<OutgoingInventory>()
|
||||
database.save(ticket)
|
||||
ctx.json(ticket).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val ticket =
|
||||
database.find(OutgoingInventory::class.java, id) ?: throw NotFoundResponse("quote not found for $id")
|
||||
val updatedTicket = ctx.bodyAsClass<OutgoingInventory>()
|
||||
ticket.patchValues(updatedTicket)
|
||||
ticket.update()
|
||||
ctx.json(ticket).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val ticket = database.find(OutgoingInventory::class.java, id)
|
||||
?: throw NotFoundResponse("No incoming inventory ticket found with id $id")
|
||||
ctx.json(ticket).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
data class OIF(val common: CommonFilters, val outgoingInventoryFilters: OutgoingInventoryFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<OIF>()
|
||||
val tickets = searchOutgoingInventory(filters.common, filters.outgoingInventoryFilters)
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel !== null) {
|
||||
exportOutgoingInventory(tickets)
|
||||
val inputStream = FileInputStream("./excel/OutgoingInventory.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(tickets).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
fun getNextNum(ctx: Context) {
|
||||
println("inside next num")
|
||||
val prefix = "MDN/"
|
||||
val cnt = database.find(OutgoingInventory::class.java)
|
||||
.findCount()
|
||||
.toString()
|
||||
.padStart(6, '0')
|
||||
val seq = SequenceNumber(prefix + cnt)
|
||||
ctx.json(seq).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,22 +1,30 @@
|
||||
package com.restapi.controllers
|
||||
|
||||
import com.google.gson.Gson
|
||||
import com.restapi.domain.*
|
||||
import com.restapi.domain.Session.currentUserPlants
|
||||
import com.restapi.domain.Session.database
|
||||
import org.apache.poi.hssf.usermodel.DVConstraint
|
||||
import org.apache.poi.hssf.usermodel.HSSFDataValidation
|
||||
import com.restapi.domain.Document
|
||||
import com.restapi.domain.PurchaseOrder
|
||||
import com.restapi.domain.Quotation
|
||||
import com.restapi.domain.Session.currentUser
|
||||
import org.apache.poi.hssf.usermodel.HSSFSheet
|
||||
import org.apache.poi.hssf.usermodel.HSSFWorkbook
|
||||
import org.apache.poi.ss.usermodel.*
|
||||
import com.restapi.domain.Session.database
|
||||
import com.restapi.domain.Vendor
|
||||
import org.apache.poi.hssf.usermodel.DVConstraint
|
||||
import org.apache.poi.hssf.usermodel.HSSFDataValidation
|
||||
import org.apache.poi.ss.usermodel.Cell
|
||||
import org.apache.poi.ss.usermodel.CellType
|
||||
import org.apache.poi.ss.usermodel.DateUtil
|
||||
import org.apache.poi.ss.usermodel.Workbook
|
||||
import org.apache.poi.ss.usermodel.WorkbookFactory
|
||||
import org.apache.poi.ss.util.CellRangeAddressList
|
||||
import java.io.File
|
||||
import java.io.FileInputStream
|
||||
import java.io.FileOutputStream
|
||||
import java.text.SimpleDateFormat
|
||||
import java.time.LocalDate
|
||||
import java.time.ZoneId
|
||||
import java.time.format.DateTimeFormatter
|
||||
import java.util.*
|
||||
import java.util.concurrent.ConcurrentHashMap
|
||||
|
||||
fun createHeaderRow(cols: List<String>, sh: HSSFSheet, wb: Workbook) {
|
||||
val boldFont = wb.createFont()
|
||||
@ -93,15 +101,9 @@ enum class FileType {
|
||||
enum class EnumFor {
|
||||
UOM, DocType
|
||||
}
|
||||
|
||||
fun saveExcelFileLocally(fileName: String, wb: Workbook) {
|
||||
val path = "./excel"
|
||||
val file = File(path, fileName)
|
||||
|
||||
if (!file.parentFile.exists()) {
|
||||
file.parentFile.mkdirs()
|
||||
}
|
||||
val out = FileOutputStream(file)
|
||||
val path = "./excel/"
|
||||
val out = FileOutputStream(path + fileName)
|
||||
wb.use {
|
||||
it.write(out)
|
||||
}
|
||||
@ -154,7 +156,14 @@ fun TemplateExcelFile(fileType: FileType) {
|
||||
|
||||
FileType.VENDORS -> {
|
||||
val headers: List<String> = listOf(
|
||||
"Name", "MSME", "GST Number", "Address", "Rating", "Contact Name", "Contact Email", "Contact Mobile"
|
||||
"Name",
|
||||
"MSME",
|
||||
"GST Number",
|
||||
"Address",
|
||||
"Rating",
|
||||
"Contact Name",
|
||||
"Contact Email",
|
||||
"Contact Mobile"
|
||||
)
|
||||
val wb = HSSFWorkbook()
|
||||
val sh = wb.createSheet()
|
||||
@ -169,7 +178,8 @@ fun TemplateExcelFile(fileType: FileType) {
|
||||
createHeaderRow(headers, sh, wb)
|
||||
val r0 = CellRangeAddressList(0, 1000, 4, 4)
|
||||
val dv0 = HSSFDataValidation(
|
||||
r0, DVConstraint.createExplicitListConstraint(arrayOf("LTR", "MTR", "NOS", "ALL"))
|
||||
r0,
|
||||
DVConstraint.createExplicitListConstraint(arrayOf("LTR", "MTR", "NOS", "ALL"))
|
||||
).apply {
|
||||
suppressDropDownArrow = true
|
||||
}
|
||||
@ -213,7 +223,7 @@ fun exportQuotations(quotes: List<Quotation>) {
|
||||
row.createCell(i++).setCellValue(quote.quoteDate)
|
||||
row.createCell(i++).setCellValue(quote.validTill)
|
||||
//6 would be repeated
|
||||
row.createCell(i++).setCellValue(quote.products[j].productId.toString())
|
||||
row.createCell(i++).setCellValue(quote.products[j].productId)
|
||||
row.createCell(i++).setCellValue(quote.products[j].productName)
|
||||
row.createCell(i++).setCellValue(quote.products[j].unitPrice)
|
||||
row.createCell(i++).setCellValue(quote.products[j].quantity)
|
||||
@ -234,9 +244,8 @@ fun exportVendors(vendors: List<Vendor>) {
|
||||
val wb = HSSFWorkbook()
|
||||
val sh = wb.createSheet()
|
||||
|
||||
val headers: List<String> = listOf(
|
||||
"No.", "Name", "MSME", "GST Number", "Address", "Rating", "Contact Name", "Contact Email", "Contact Mobile"
|
||||
)
|
||||
val headers: List<String> =
|
||||
listOf("No.", "Name", "MSME", "GST Number", "Address", "Rating", "Contact Name", "Contact Email", "Contact Mobile")
|
||||
createHeaderRow(headers, sh, wb)
|
||||
|
||||
val totalCols = headers.size
|
||||
@ -273,7 +282,7 @@ fun exportProds(prods: List<Product>) {
|
||||
for (prod in prods) {
|
||||
val row = sh.createRow(rowCnt++)
|
||||
var i = 0
|
||||
row.createCell(i++).setCellValue(prod.code.toString())
|
||||
row.createCell(i++).setCellValue(prod.id.toString())
|
||||
row.createCell(i++).setCellValue(prod.name)
|
||||
row.createCell(i++).setCellValue(prod.description)
|
||||
row.createCell(i++).setCellValue(prod.hsnCode)
|
||||
@ -297,16 +306,12 @@ fun exportPos(pos: List<PurchaseOrder>) {
|
||||
"Product Name",
|
||||
"Unit Price",
|
||||
"Quantity",
|
||||
"Loading Site",
|
||||
"Unloading Plant",
|
||||
"Total Amount",
|
||||
"Terms and Conditions"
|
||||
)
|
||||
createHeaderRow(headers, sh, wb)
|
||||
|
||||
var rowCnt = 1
|
||||
val vmap = ConcurrentHashMap<Long, Vendor>()
|
||||
val plants = currentUserPlants()
|
||||
for (po in pos) {
|
||||
val prodCnt = po.products.size
|
||||
|
||||
@ -317,36 +322,17 @@ fun exportPos(pos: List<PurchaseOrder>) {
|
||||
row.createCell(i++).setCellValue(po.poDate)
|
||||
row.createCell(i++).setCellValue(po.validTill)
|
||||
row.createCell(i++).setCellValue(po.referenceQuotation)
|
||||
val vendorId = po.vendor!!.sysPk
|
||||
val vendor = vmap.computeIfAbsent(vendorId) {
|
||||
database.find(Vendor::class.java, vendorId)!!
|
||||
}
|
||||
row.createCell(i++).setCellValue(vendor.name)
|
||||
row.createCell(i++).setCellValue(po.vendor?.name)
|
||||
row.createCell(i++).setCellValue(po.vendor?.address)
|
||||
|
||||
//6 would be repeated
|
||||
row.createCell(i++).setCellValue(po.products[j].productId.toString())
|
||||
row.createCell(i++).setCellValue(po.products[j].productId)
|
||||
row.createCell(i++).setCellValue(po.products[j].productName)
|
||||
row.createCell(i++).setCellValue(po.products[j].unitPrice)
|
||||
row.createCell(i++).setCellValue(po.products[j].quantity)
|
||||
|
||||
if (po.allLoadingSite) {
|
||||
|
||||
row.createCell(i++).setCellValue("All Site")
|
||||
} else {
|
||||
row.createCell(i++).setCellValue(po.loadingSiteId?.toString())
|
||||
|
||||
}
|
||||
|
||||
if (po.allUnloadingSite) {
|
||||
row.createCell(i++).setCellValue("All Plants")
|
||||
|
||||
} else {
|
||||
row.createCell(i++)
|
||||
.setCellValue(po.unloadingPlantId)
|
||||
}
|
||||
|
||||
row.createCell(i++).setCellValue(po.totalAmount)
|
||||
row.createCell(i).setCellValue(po.tnc?.joinToString(";"))
|
||||
row.createCell(i++).setCellValue(po.tnc?.joinToString(";"))
|
||||
}
|
||||
}
|
||||
saveExcelFileLocally("Pos.xls", wb)
|
||||
@ -358,75 +344,14 @@ fun exportIncomingInventory(tickets: List<IncomingInventory>) {
|
||||
|
||||
val headers: List<String> = listOf(
|
||||
"MRN",
|
||||
"Inward Date",
|
||||
"Entry Date",
|
||||
"Date",
|
||||
"Vendor Name",
|
||||
"Vendor Bill Number",
|
||||
"Vendor Bill Amount",
|
||||
"Vehicle No",
|
||||
"Loading Site",
|
||||
"Unloading Site",
|
||||
"Product Id",
|
||||
"Product Name",
|
||||
"Unit Price",
|
||||
"Quantity",
|
||||
"PO Number",
|
||||
"PO Date",
|
||||
)
|
||||
createHeaderRow(headers, sh, wb)
|
||||
|
||||
var rowCnt = 1
|
||||
for (ticket in tickets) {
|
||||
val products = ticket.products ?: continue
|
||||
val prodCnt = products.size
|
||||
|
||||
for (j in 0..<prodCnt) {
|
||||
val row = sh.createRow(rowCnt++)
|
||||
var i = 0
|
||||
row.createCell(i++).setCellValue(ticket.mrn)
|
||||
row.createCell(i++).setCellValue(ticket.date?.format(DateTimeFormatter.ofPattern("dd/MM/yyyy ")) ?: "")
|
||||
row.createCell(i++).setCellValue(ticket.createdAt?.format(DateTimeFormatter.ofPattern("dd/MM/yyyy ")) ?: "")
|
||||
row.createCell(i++).setCellValue(ticket.vendor?.name)
|
||||
row.createCell(i++).setCellValue(ticket.vendorBillNum)
|
||||
row.createCell(i++).setCellValue(ticket.vendorBillAmount)
|
||||
row.createCell(i++).setCellValue(ticket.vehicle)
|
||||
row.createCell(i++).setCellValue(ticket.loading)
|
||||
row.createCell(i++).setCellValue(ticket.unloading)
|
||||
|
||||
//6 would be repeated
|
||||
val poProduct = products[j]
|
||||
row.createCell(i++).setCellValue(poProduct.productName)
|
||||
row.createCell(i++).setCellValue(poProduct.unitPrice)
|
||||
row.createCell(i++).setCellValue(poProduct.quantity)
|
||||
if (poProduct.poId != null) {
|
||||
val po = database.find(PurchaseOrder::class.java, poProduct.poId)
|
||||
row.createCell(i++).setCellValue(po?.poNum ?: "")
|
||||
row.createCell(i++).setCellValue(po?.poDate?.format(DateTimeFormatter.ofPattern("dd/MM/yyyy")) ?: "")
|
||||
} else {
|
||||
row.createCell(i++).setCellValue("")
|
||||
row.createCell(i++).setCellValue("")
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
saveExcelFileLocally("IncomingInventory.xls", wb)
|
||||
}
|
||||
|
||||
fun exportOutgoingInventory(tickets: List<OutgoingInventory>) {
|
||||
val wb = HSSFWorkbook()
|
||||
val sh = wb.createSheet()
|
||||
|
||||
val headers: List<String> = listOf(
|
||||
"Plant",
|
||||
"MDN",
|
||||
"Outward Date",
|
||||
"Entry Date",
|
||||
"Out Mode",
|
||||
"Purpose",
|
||||
"Person",
|
||||
"Vehicle",
|
||||
"Job Card",
|
||||
"Product Name",
|
||||
"Quantity",
|
||||
)
|
||||
createHeaderRow(headers, sh, wb)
|
||||
|
||||
@ -437,136 +362,61 @@ fun exportOutgoingInventory(tickets: List<OutgoingInventory>) {
|
||||
for (j in 0..<prodCnt!!) {
|
||||
val row = sh.createRow(rowCnt++)
|
||||
var i = 0
|
||||
row.createCell(i++).setCellValue(ticket.unloading)
|
||||
row.createCell(i++).setCellValue(ticket.mdn)
|
||||
row.createCell(i++).setCellValue(ticket.date?.format(DateTimeFormatter.ofPattern("dd/MM/yyyy")) ?: "")
|
||||
row.createCell(i++).setCellValue(ticket.createdAt?.format(DateTimeFormatter.ofPattern("dd/MM/yyyy")) ?: "")
|
||||
row.createCell(i++).setCellValue(ticket.outMode?.name ?: "")
|
||||
row.createCell(i++).setCellValue(ticket.purpose)
|
||||
row.createCell(i++).setCellValue(ticket.person)
|
||||
row.createCell(i++).setCellValue(ticket.vehicle)
|
||||
row.createCell(i++).setCellValue(ticket.jobCard)
|
||||
row.createCell(i++).setCellValue(ticket.mrn)
|
||||
row.createCell(i++).setCellValue(ticket.date)
|
||||
row.createCell(i++).setCellValue(ticket.vendor?.name)
|
||||
row.createCell(i++).setCellValue(ticket.vendorBillNum)
|
||||
row.createCell(i++).setCellValue(ticket.vendorBillAmount)
|
||||
|
||||
//6 would be repeated
|
||||
row.createCell(i++).setCellValue(ticket.products!![j].productId)
|
||||
row.createCell(i++).setCellValue(ticket.products!![j].productName)
|
||||
row.createCell(i++).setCellValue(ticket.products!![j].billQty)
|
||||
row.createCell(i++).setCellValue(ticket.products!![j].unitPrice)
|
||||
row.createCell(i++).setCellValue(ticket.products!![j].quantity)
|
||||
|
||||
}
|
||||
}
|
||||
saveExcelFileLocally("IncomingInventory.xls", wb)
|
||||
}
|
||||
|
||||
fun exportOutgoingInventory(tickets : List<OutgoingInventory>) {
|
||||
val wb = HSSFWorkbook()
|
||||
val sh = wb.createSheet()
|
||||
|
||||
val headers: List<String> = listOf(
|
||||
"MDN",
|
||||
"Date",
|
||||
"Out Mode",
|
||||
"Purpose",
|
||||
"Product Id",
|
||||
"Product Name",
|
||||
"Unit Price",
|
||||
"Quantity",
|
||||
)
|
||||
createHeaderRow(headers, sh, wb)
|
||||
|
||||
var rowCnt = 1
|
||||
for (ticket in tickets) {
|
||||
val prodCnt = ticket.products?.size
|
||||
|
||||
for (j in 0..<prodCnt!!) {
|
||||
val row = sh.createRow(rowCnt++)
|
||||
var i = 0
|
||||
row.createCell(i++).setCellValue(ticket.mdn)
|
||||
row.createCell(i++).setCellValue(ticket.date)
|
||||
row.createCell(i++).setCellValue(ticket.outMode.toString())
|
||||
row.createCell(i++).setCellValue(ticket.purpose)
|
||||
|
||||
//6 would be repeated
|
||||
row.createCell(i++).setCellValue(ticket.products!![j].productId)
|
||||
row.createCell(i++).setCellValue(ticket.products!![j].productName)
|
||||
row.createCell(i++).setCellValue(ticket.products!![j].unitPrice)
|
||||
row.createCell(i++).setCellValue(ticket.products!![j].quantity)
|
||||
|
||||
}
|
||||
}
|
||||
saveExcelFileLocally("OutgoingInventory.xls", wb)
|
||||
}
|
||||
|
||||
fun exportPayments(payments: List<Payment>) {
|
||||
val wb = HSSFWorkbook()
|
||||
val sh = wb.createSheet()
|
||||
|
||||
val headers: List<String> = listOf("Reference Number", "Vendor", "Amount Paid", "Amount Deducted", "Excess Amount")
|
||||
createHeaderRow(headers, sh, wb)
|
||||
|
||||
var rowCnt = 1
|
||||
|
||||
for (pmt in payments) {
|
||||
val row = sh.createRow(rowCnt++)
|
||||
var i = 0
|
||||
row.createCell(i++).setCellValue(pmt.refNumber)
|
||||
row.createCell(i++).setCellValue(pmt.vendor?.name)
|
||||
row.createCell(i++).setCellValue(pmt.amount)
|
||||
pmt.amountDeducted?.let { row.createCell(i++).setCellValue(it) }
|
||||
pmt.excessAmount?.let { row.createCell(i++).setCellValue(it) }
|
||||
}
|
||||
saveExcelFileLocally("Payments.xls", wb)
|
||||
}
|
||||
|
||||
fun exportInvoices(invoices: List<Invoice>) {
|
||||
val wb = HSSFWorkbook()
|
||||
val sh = wb.createSheet()
|
||||
|
||||
val headers: List<String> = listOf(
|
||||
"Number",
|
||||
"Date",
|
||||
"Reference PO",
|
||||
"Status",
|
||||
"Vendor Name",
|
||||
"Vendor Address",
|
||||
"Product Id",
|
||||
"Product Name",
|
||||
"Unit Price",
|
||||
"Quantity",
|
||||
"Total Amount"
|
||||
)
|
||||
createHeaderRow(headers, sh, wb)
|
||||
|
||||
var rowCnt = 1
|
||||
for (invoice in invoices) {
|
||||
val prodCnt = invoice.products?.size
|
||||
|
||||
for (j in 0..<prodCnt!!) {
|
||||
val row = sh.createRow(rowCnt++)
|
||||
var i = 0
|
||||
row.createCell(i++).setCellValue(invoice.number)
|
||||
row.createCell(i++).setCellValue(invoice.date)
|
||||
row.createCell(i++).setCellValue(invoice.poNum)
|
||||
row.createCell(i++).setCellValue(invoice.status.toString())
|
||||
row.createCell(i++).setCellValue(invoice.vendor?.name)
|
||||
row.createCell(i++).setCellValue(invoice.vendor?.address)
|
||||
|
||||
//6 would be repeated
|
||||
row.createCell(i++).setCellValue(invoice.products?.get(j)?.productId?.toString() ?: "NA")
|
||||
row.createCell(i++).setCellValue(invoice.products?.get(j)?.productName ?: "NA")
|
||||
invoice.products?.get(j)?.let { row.createCell(i++).setCellValue(it.unitPrice) }
|
||||
invoice.products?.get(j)?.let { row.createCell(i++).setCellValue(it.quantity) }
|
||||
|
||||
row.createCell(i++).setCellValue(invoice.totalAmount)
|
||||
}
|
||||
}
|
||||
saveExcelFileLocally("Invoices.xls", wb)
|
||||
}
|
||||
|
||||
fun exportFleets(fleets: List<Fleet>) {
|
||||
val wb = HSSFWorkbook()
|
||||
val sh = wb.createSheet()
|
||||
|
||||
val headers: List<String> = listOf("Type", "Reg. Number", "Reg. Date", "Model", "Make", "Driver", "Mileage")
|
||||
createHeaderRow(headers, sh, wb)
|
||||
|
||||
var rowCnt = 1
|
||||
|
||||
for (flt in fleets) {
|
||||
val row = sh.createRow(rowCnt++)
|
||||
var i = 0
|
||||
row.createCell(i++).setCellValue(flt.type)
|
||||
row.createCell(i++).setCellValue(flt.regNumber)
|
||||
row.createCell(i++).setCellValue(flt.regDate)
|
||||
row.createCell(i++).setCellValue(flt.model)
|
||||
row.createCell(i++).setCellValue(flt.make)
|
||||
row.createCell(i++).setCellValue(flt.driver)
|
||||
row.createCell(i++).setCellValue(flt.mileage)
|
||||
}
|
||||
saveExcelFileLocally("Fleets.xls", wb)
|
||||
}
|
||||
|
||||
fun exportReminderLogs(logs: List<ReminderLog>) {
|
||||
val wb = HSSFWorkbook()
|
||||
val sh = wb.createSheet()
|
||||
|
||||
val headers: List<String> = listOf("Type", "Amount", "Frequency", "Reminder Date", "Acted Upon", "Vehicle")
|
||||
createHeaderRow(headers, sh, wb)
|
||||
|
||||
var rowCnt = 1
|
||||
|
||||
for (log in logs) {
|
||||
val row = sh.createRow(rowCnt++)
|
||||
var i = 0
|
||||
row.createCell(i++).setCellValue(log.reminderType)
|
||||
row.createCell(i++).setCellValue(log.amount)
|
||||
row.createCell(i++).setCellValue(log.reminder?.frequency.toString())
|
||||
row.createCell(i++).setCellValue(log.reminderDate)
|
||||
row.createCell(i++).setCellValue(log.actedUpon)
|
||||
row.createCell(i++).setCellValue(log.reminder?.fleet?.regNumber)
|
||||
}
|
||||
saveExcelFileLocally("ReminderLogs.xls", wb)
|
||||
}
|
||||
|
||||
fun main() {
|
||||
//ImportFromExcel(FileType.QUOTES, "C:\\Users\\arsalan\\Downloads\\Book.xlsx")
|
||||
TemplateExcelFile(FileType.PRODS)
|
||||
@ -597,7 +447,7 @@ fun ImportFromExcel(fileType: FileType, filePath: String) {
|
||||
val prodQuantity = doubleFromCellHelper(row.getCell(8))
|
||||
val prodUnitPrice = doubleFromCellHelper(row.getCell(9))
|
||||
val totalQuoteAmount = doubleFromCellHelper(row.getCell(10))
|
||||
val prod = POProducts(0, prodName, prodUnitPrice, prodQuantity)
|
||||
val prod = POProducts("", prodName, prodUnitPrice, prodQuantity)
|
||||
|
||||
if (quotesMap.containsKey(quoteNumber)) {
|
||||
//duplicated row
|
||||
@ -632,7 +482,7 @@ fun ImportFromExcel(fileType: FileType, filePath: String) {
|
||||
|
||||
FileType.POS -> {
|
||||
//poNum, poDate, validTill, refQuoteNum, prodName, prodQuantity, totalAmount, products, vendorName, vendorGst, vendorAddress, tnc[]. docs[]
|
||||
val poMap: MutableMap<String, PurchaseOrder> = mutableMapOf()
|
||||
val PoMap: MutableMap<String, PurchaseOrder> = mutableMapOf()
|
||||
sh.rowIterator().forEach { row ->
|
||||
if (row == null) return@forEach
|
||||
val poNum = stringFromCellHelper(row.getCell(0))
|
||||
@ -647,21 +497,10 @@ fun ImportFromExcel(fileType: FileType, filePath: String) {
|
||||
val totalPoAmount = doubleFromCellHelper(row.getCell(9))
|
||||
//tncs, docs
|
||||
|
||||
val prod = POProducts(
|
||||
productId = 0,
|
||||
productName = prodName,
|
||||
unitPrice = 0.0,
|
||||
quantity = prodQuantity,
|
||||
billQty = prodQuantity,
|
||||
gstPct = 0.0,
|
||||
taxableValue = 0.0,
|
||||
totalValue = 0.0,
|
||||
description = "",
|
||||
uom = ""
|
||||
)
|
||||
if (poMap.containsKey(poNum)) {
|
||||
val prod = POProducts("", prodName, 0.0, prodQuantity, "")
|
||||
if (PoMap.containsKey(poNum)) {
|
||||
//repeated row
|
||||
poMap.get(poNum)?.products?.add(prod)
|
||||
PoMap.get(poNum)?.products?.add(prod)
|
||||
} else {
|
||||
val vendor = Vendor()
|
||||
vendor.name = vendorName
|
||||
@ -672,7 +511,7 @@ fun ImportFromExcel(fileType: FileType, filePath: String) {
|
||||
po.poDate = poDate
|
||||
po.referenceQuotation = refQuoteNum
|
||||
po.validTill = poValidTill
|
||||
poMap[poNum] = po
|
||||
PoMap.put(poNum, po)
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -701,7 +540,7 @@ fun ImportFromExcel(fileType: FileType, filePath: String) {
|
||||
sh.rowIterator().forEach { row ->
|
||||
if (row == null) return@forEach
|
||||
//id, name, description, hsnCode, uom
|
||||
val prodId = stringFromCellHelper(row.getCell(0))
|
||||
val prodId = longIntFromCellHelper(row.getCell(0))
|
||||
val prodName = stringFromCellHelper(row.getCell(1))
|
||||
val prodDesc = stringFromCellHelper(row.getCell(2))
|
||||
val prodHsnCode = stringFromCellHelper(row.getCell(3))
|
||||
@ -709,7 +548,7 @@ fun ImportFromExcel(fileType: FileType, filePath: String) {
|
||||
|
||||
//new prod object
|
||||
val prod = Product()
|
||||
prod.code = prodId
|
||||
prod.id = prodId
|
||||
prod.name = prodName
|
||||
prod.description = prodDesc
|
||||
prod.hsnCode = prodHsnCode
|
||||
|
||||
@ -2,10 +2,7 @@ package com.restapi.controllers
|
||||
|
||||
import com.restapi.domain.*
|
||||
import com.restapi.domain.Session.database
|
||||
import io.ebean.ExpressionList
|
||||
import net.jodah.expiringmap.ExpiringMap
|
||||
import java.time.LocalDate
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
//constants
|
||||
const val IGNORE = "%"
|
||||
@ -20,7 +17,6 @@ data class CommonFilters(
|
||||
val from: LocalDate = baseDate,
|
||||
val to: LocalDate = maxDate,
|
||||
val vendor: List<Long>? = null,
|
||||
val plant: List<Long>? = null,
|
||||
val sortAsc: Boolean = true,
|
||||
val sortBy: String = IGNORE
|
||||
)
|
||||
@ -28,13 +24,12 @@ data class CommonFilters(
|
||||
interface CustomFilters {}
|
||||
|
||||
data class POFilters(
|
||||
val poNumLike: String = "",
|
||||
val poNumLike: String = IGNORE,
|
||||
val totalAmountExceeds: Long = Long.MIN_VALUE,
|
||||
val totalAmountLessThan: Long = Long.MAX_VALUE,
|
||||
val validAfter: LocalDate = baseDate,
|
||||
val validBefore: LocalDate = maxDate,
|
||||
val refQuotation: String = IGNORE,
|
||||
val onlyActive: Boolean = false
|
||||
) : CustomFilters
|
||||
|
||||
data class ProductFilters(
|
||||
@ -88,46 +83,16 @@ data class OutgoingInventoryFilters(
|
||||
val outMode: OutMode = OutMode.ALL
|
||||
) : CustomFilters
|
||||
|
||||
data class InvoiceFilters(
|
||||
val numLike: String = IGNORE,
|
||||
val poNumLike: String = IGNORE,
|
||||
val status: InvoiceStatus = InvoiceStatus.ALL,
|
||||
val totalAmountExceeds: Double = Double.MIN_VALUE,
|
||||
val totalAmountLessThan: Double = Double.MAX_VALUE
|
||||
) : CustomFilters
|
||||
|
||||
data class PaymentFilters(
|
||||
val refNumberLike: String = IGNORE,
|
||||
val amountExceeds: Double = Double.MIN_VALUE,
|
||||
val amountLessThan: Double = Double.MAX_VALUE
|
||||
) : CustomFilters
|
||||
|
||||
|
||||
data class FleetFilters(
|
||||
val fleetNameLike: String = IGNORE
|
||||
) : CustomFilters
|
||||
|
||||
data class ReminderLogFilters(
|
||||
val reminderType: String = IGNORE,
|
||||
val actedUpon: Boolean? = null,
|
||||
val fleetId: Long? = null
|
||||
)
|
||||
|
||||
fun <T> applyVendorHelper(q: io.ebean.ExpressionList<T>, vids: List<Long>?) {
|
||||
if (vids.isNullOrEmpty()) return
|
||||
// q.apply {
|
||||
// q.`in`("vendor", vids)
|
||||
// }
|
||||
// println(vids)
|
||||
// println(vids[0])
|
||||
q.eq("vendor_sys_pk", vids[0])
|
||||
}
|
||||
|
||||
fun <T> applyPlantFilter(q: io.ebean.ExpressionList<T>, vids: List<Long>?) {
|
||||
|
||||
val v = vids?.filter { it > 0 } ?: emptyList()
|
||||
if (v.isEmpty()) {
|
||||
q.`in`("unloadingPlantId", Session.currentUserPlants().map { it.plantId })
|
||||
} else {
|
||||
q.`in`("unloadingPlantId", v.map { it.toString() })
|
||||
}
|
||||
}
|
||||
|
||||
fun <T> applySortHelper(q: io.ebean.ExpressionList<T>, sortBy: String, asc: Boolean) {
|
||||
if (sortBy == IGNORE) return;
|
||||
val order = if (asc) "ASC" else "DESC"
|
||||
@ -136,7 +101,7 @@ fun <T> applySortHelper(q: io.ebean.ExpressionList<T>, sortBy: String, asc: Bool
|
||||
|
||||
fun <T> applyFromToHelper(q: io.ebean.ExpressionList<T>, fromDate: LocalDate, toDate: LocalDate, colName: String) {
|
||||
q.ge(colName, fromDate)
|
||||
.lt(colName, toDate.plusDays(1))
|
||||
.le(colName, toDate)
|
||||
}
|
||||
|
||||
fun <T> applyCommonFilters(q: io.ebean.ExpressionList<T>, commonFilters: CommonFilters) {
|
||||
@ -163,18 +128,17 @@ fun searchQuotes(commonFilters: CommonFilters, quoteFilters: QuoteFilters): List
|
||||
fun searchVendors(commonFilters: CommonFilters, vendorFilters: VendorFilters): List<Vendor> {
|
||||
val q = database.find(Vendor::class.java)
|
||||
.where()
|
||||
.ge("rating", vendorFilters.ratingExceeds)
|
||||
.le("rating", vendorFilters.ratingLessThan)
|
||||
.ilike("name", "%" + vendorFilters.nameLike + "%")
|
||||
.ilike("msme", "%" + vendorFilters.msmeLike + "%")
|
||||
.ilike("gstNumber", "%" + vendorFilters.gstNumLike + "%")
|
||||
.ilike("address", "%" + vendorFilters.addressLike + "%")
|
||||
applySortHelper(q, commonFilters.sortBy, commonFilters.sortAsc)
|
||||
return q.findList()
|
||||
}
|
||||
|
||||
private val productCache = ExpiringMap.builder()
|
||||
.expiration(10, TimeUnit.SECONDS)
|
||||
.build<String, List<Product>>()
|
||||
|
||||
fun searchProducts(commonFilters: CommonFilters, productFilters: ProductFilters): List<Product> {
|
||||
return productCache.computeIfAbsent("$commonFilters:$productFilters:${Session.currentUser()}") {
|
||||
val q = database.find(Product::class.java)
|
||||
.where()
|
||||
.ilike("name", "%" + productFilters.nameLike + "%")
|
||||
@ -184,8 +148,7 @@ fun searchProducts(commonFilters: CommonFilters, productFilters: ProductFilters)
|
||||
q.eq("uom", productFilters.uom)
|
||||
}
|
||||
applySortHelper(q, commonFilters.sortBy, commonFilters.sortAsc)
|
||||
q.findList()
|
||||
}
|
||||
return q.findList()
|
||||
}
|
||||
|
||||
fun searchDocs(commonFilters: CommonFilters, documentFilters: DocumentFilters): List<Document> {
|
||||
@ -202,18 +165,16 @@ fun searchDocs(commonFilters: CommonFilters, documentFilters: DocumentFilters):
|
||||
return q.findList()
|
||||
}
|
||||
|
||||
fun searchPos(commonFilters: CommonFilters, poFilters0: POFilters?): List<PurchaseOrder> {
|
||||
val poFilters = poFilters0 ?: POFilters()
|
||||
fun searchPos(commonFilters: CommonFilters, poFilters: POFilters?): List<PurchaseOrder> {
|
||||
val poFilters = poFilters ?: POFilters()
|
||||
val q = database.find(PurchaseOrder::class.java)
|
||||
.where()
|
||||
.apply {
|
||||
if (poFilters.poNumLike.isNotEmpty()) {
|
||||
ilike("poNum", "%" + poFilters.poNumLike + "%")
|
||||
}
|
||||
}
|
||||
if (poFilters.onlyActive) {
|
||||
q.gt("validTill", LocalDate.now().minusDays(1))
|
||||
}
|
||||
.ge("totalAmount", poFilters.totalAmountExceeds)
|
||||
.le("totalAmount", poFilters.totalAmountLessThan)
|
||||
.ge("validTill", poFilters.validAfter)
|
||||
.le("validTill", poFilters.validBefore)
|
||||
.ilike("poNum", "%" + poFilters.poNumLike + "%")
|
||||
.ilike("referenceQuotation", "%" + poFilters.refQuotation + "%")
|
||||
applyFromToHelper(q, commonFilters.from, commonFilters.to, "poDate")
|
||||
applyVendorHelper(q, commonFilters.vendor)
|
||||
applySortHelper(q, commonFilters.sortBy, commonFilters.sortAsc)
|
||||
@ -235,94 +196,33 @@ fun searchIncomingInventory(
|
||||
commonFilters: CommonFilters,
|
||||
incomingInventoryFilters: IncomingInventoryFilters
|
||||
): List<IncomingInventory> {
|
||||
val q = database.find(IncomingInventory::class.java).where()
|
||||
val q = database.find(IncomingInventory::class.java)
|
||||
.where()
|
||||
.ge("vendorBillAmount", incomingInventoryFilters.vendorBillAmountExceeds)
|
||||
.le("vendorBillAmount", incomingInventoryFilters.vendorBillAmountLessThan)
|
||||
.ilike("mrn", "%" + incomingInventoryFilters.mrnLike + "%")
|
||||
.ilike("vehicle", "%" + incomingInventoryFilters.vehicleLike + "%")
|
||||
applyFromToHelper(q, commonFilters.from, commonFilters.to, "date")
|
||||
applyVendorHelper(q, commonFilters.vendor)
|
||||
applyPlantFilter(q, commonFilters.plant)
|
||||
applySortHelper(q, commonFilters.sortBy, commonFilters.sortAsc)
|
||||
applyInwardFilter(q, incomingInventoryFilters)
|
||||
return q.findList()
|
||||
}
|
||||
|
||||
fun applyInwardFilter(q: ExpressionList<IncomingInventory>, incomingInventoryFilters: IncomingInventoryFilters) {
|
||||
if (incomingInventoryFilters.mrnLike.isNotEmpty() && incomingInventoryFilters.mrnLike != "%") {
|
||||
q.eq("mrn", incomingInventoryFilters.mrnLike)
|
||||
}
|
||||
}
|
||||
|
||||
fun searchOutgoingInventory(
|
||||
commonFilters: CommonFilters,
|
||||
outgoingInventoryFilters: OutgoingInventoryFilters
|
||||
): List<OutgoingInventory> {
|
||||
val q = database.find(OutgoingInventory::class.java).where()
|
||||
|
||||
if (outgoingInventoryFilters.mdnLike.isNotEmpty() && outgoingInventoryFilters.mdnLike != "%") {
|
||||
q.eq("mdn", outgoingInventoryFilters.mdnLike)
|
||||
}
|
||||
val q = database.find(OutgoingInventory::class.java)
|
||||
.where()
|
||||
.ilike("mdn", "%" + outgoingInventoryFilters.mdnLike + "%")
|
||||
.ilike("purpose", "%" + outgoingInventoryFilters.purposeLike + "%")
|
||||
// .ilike("person", "%" + outgoingInventoryFilters.personLike + "%")
|
||||
//.ilike("vehicle", "%" + outgoingInventoryFilters.vehicleLike + "%")
|
||||
if (outgoingInventoryFilters.outMode != OutMode.ALL) {
|
||||
q.eq("outMode", outgoingInventoryFilters.outMode)
|
||||
}
|
||||
applyPlantFilter(q, commonFilters.plant)
|
||||
|
||||
applyFromToHelper(q, commonFilters.from, commonFilters.to, "date")
|
||||
applySortHelper(q, commonFilters.sortBy, commonFilters.sortAsc)
|
||||
|
||||
return q.findList()
|
||||
}
|
||||
|
||||
fun searchInvoices(commonFilters: CommonFilters, invoiceFilters: InvoiceFilters): List<Invoice> {
|
||||
val q = database.find(Invoice::class.java)
|
||||
.where()
|
||||
.ilike("number", "%" + invoiceFilters.numLike + "%")
|
||||
if (invoiceFilters.status != InvoiceStatus.ALL) {
|
||||
q.ne("status", invoiceFilters.status)
|
||||
}
|
||||
applyFromToHelper(q, commonFilters.from, commonFilters.to, "date")
|
||||
applyVendorHelper(q, commonFilters.vendor)
|
||||
applySortHelper(q, commonFilters.sortBy, commonFilters.sortAsc)
|
||||
return q.findList()
|
||||
}
|
||||
|
||||
fun searchPayments(commonFilters: CommonFilters, paymentFilters: PaymentFilters): List<Payment> {
|
||||
val q = database.find(Payment::class.java)
|
||||
.where()
|
||||
.ilike("refNumber", "%" + paymentFilters.refNumberLike + "%")
|
||||
// .ge("amount", paymentFilters.amountExceeds)
|
||||
//.le("amount", paymentFilters.amountLessThan)
|
||||
applyFromToHelper(q, commonFilters.from, commonFilters.to, "date")
|
||||
applyVendorHelper(q, commonFilters.vendor)
|
||||
applySortHelper(q, commonFilters.sortBy, commonFilters.sortAsc)
|
||||
return q.findList()
|
||||
}
|
||||
|
||||
fun searchFleets(filters: CommonFilters, fleetFilters: FleetFilters): List<Fleet> {
|
||||
val q = database.find(Fleet::class.java)
|
||||
.where()
|
||||
.ilike("name", "%" + fleetFilters.fleetNameLike + "%")
|
||||
|
||||
// q.raw("(insurance_renewal_date >= ? and insurance_renewal_date <= ?)" +
|
||||
// "or (pollution_renewal_date >= ? and pollution_renewal_date <= ?)" +
|
||||
// "or (fitness_renewal_date >= ? and fitness_renewal_date <= ?)",
|
||||
// filters.from, filters.to, filters.from, filters.to, filters.from, filters.to
|
||||
// )
|
||||
// applyFromToHelper(q, filters.from, filters.to, "insuranceRenewalDate")
|
||||
// applyFromToHelper(q, filters.from, filters.to, "pollutionRenewalDate")
|
||||
// applyFromToHelper(q, filters.from, filters.to, "fitnessRenewalDate")
|
||||
return q.findList()
|
||||
}
|
||||
|
||||
fun searchReminderLogs(filters: CommonFilters, reminderLogFilters: ReminderLogFilters): List<ReminderLog> {
|
||||
val q = database.find(ReminderLog::class.java)
|
||||
.where()
|
||||
.ilike("reminder_type", reminderLogFilters.reminderType)
|
||||
if (reminderLogFilters.actedUpon != null) {
|
||||
q.eq("acted_upon", reminderLogFilters.actedUpon)
|
||||
}
|
||||
if (reminderLogFilters.fleetId != null) {
|
||||
q.eq("fleet_sys_pk", reminderLogFilters.fleetId)
|
||||
}
|
||||
return q.findList()
|
||||
}
|
||||
|
||||
//if date is null then fromtoheper drops that///
|
||||
|
||||
|
||||
@ -1,287 +0,0 @@
|
||||
package com.restapi.controllers
|
||||
|
||||
import com.restapi.domain.*
|
||||
import io.javalin.http.Context
|
||||
import io.javalin.http.HttpStatus
|
||||
import io.javalin.http.NotFoundResponse
|
||||
import io.javalin.http.bodyAsClass
|
||||
import java.io.FileInputStream
|
||||
import java.time.LocalDate
|
||||
|
||||
object FleetCtrl {
|
||||
fun create(ctx: Context) {
|
||||
val fleet = ctx.bodyAsClass<Fleet>()
|
||||
Session.database.save(fleet)
|
||||
ctx.json(fleet).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val fleet = Session.database.find(Fleet::class.java, id)
|
||||
?: throw NotFoundResponse("No fleet found with id $id")
|
||||
ctx.json(fleet).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
data class FLTF(val common: CommonFilters, val fleetFilters: FleetFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<FLTF>()
|
||||
val fleets = searchFleets(filters.common, filters.fleetFilters)
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel !== null) {
|
||||
exportFleets(fleets)
|
||||
val inputStream = FileInputStream("./excel/Fleets.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(fleets).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val fleet =
|
||||
Session.database.find(Fleet::class.java, id) ?: throw NotFoundResponse("fleet not found for $id")
|
||||
val updatedFleet = ctx.bodyAsClass<Fleet>()
|
||||
fleet.patchValues(updatedFleet)
|
||||
fleet.update()
|
||||
ctx.json(fleet).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
object FleetTypeCtrl {
|
||||
fun create(ctx: Context) {
|
||||
val fleetType = ctx.bodyAsClass<FleetType>()
|
||||
Session.database.save(fleetType)
|
||||
ctx.json(fleetType).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val fleetType = Session.database.find(FleetType::class.java, id)
|
||||
?: throw NotFoundResponse("No fleetType found with id $id")
|
||||
ctx.json(fleetType).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val fleetTypes = Session.database.find(FleetType::class.java).findList()
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel !== null) {
|
||||
// exportFleetTypes(fleetTypes)
|
||||
val inputStream = FileInputStream("./excel/FleetTypes.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(fleetTypes).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val fleetType =
|
||||
Session.database.find(FleetType::class.java, id) ?: throw NotFoundResponse("fleetType not found for $id")
|
||||
val updatedFleetType = ctx.bodyAsClass<FleetType>()
|
||||
fleetType.patchValues(updatedFleetType)
|
||||
fleetType.update()
|
||||
ctx.json(fleetType).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
object RenewalCtrl {
|
||||
fun create(ctx: Context) {
|
||||
val renewal = ctx.bodyAsClass<Renewal>()
|
||||
Session.database.save(renewal)
|
||||
ctx.json(renewal).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val renewal = Session.database.find(Renewal::class.java, id)
|
||||
?: throw NotFoundResponse("No renewal found with id $id")
|
||||
ctx.json(renewal).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
//data class RNLF(val common: CommonFilters, val renewalFilters: RenewalFilters)
|
||||
fun getAll(ctx: Context) {
|
||||
// val filters = ctx.bodyAsClass<FLTF>()
|
||||
// val renewals = searchRenewals(filters.common, filters.renewalFilters)
|
||||
val renewals = Session.database.find(Renewal::class.java).findList()
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel !== null) {
|
||||
// exportRenewals(renewals)
|
||||
val inputStream = FileInputStream("./excel/Renewals.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(renewals).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val renewal =
|
||||
Session.database.find(Renewal::class.java, id) ?: throw NotFoundResponse("renewal not found for $id")
|
||||
val updatedRenewal = ctx.bodyAsClass<Renewal>()
|
||||
renewal.patchValues(updatedRenewal)
|
||||
renewal.update()
|
||||
ctx.json(renewal).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
object ReminderCtrl {
|
||||
fun create(ctx: Context) {
|
||||
val renewal = ctx.bodyAsClass<Reminder>()
|
||||
Session.database.save(renewal)
|
||||
val entry = ReminderLog()
|
||||
entry.apply {
|
||||
reminder = renewal
|
||||
reminderDate = renewal.nextRenewalDate
|
||||
reminderType = renewal.type
|
||||
fleet = renewal.fleet
|
||||
amount = 0.0
|
||||
actedUpon = false
|
||||
}
|
||||
ReminderLogCtrl.create(entry)
|
||||
ctx.json(renewal).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun getAllByFleetId(ctx: Context) {
|
||||
val fleetId = ctx.pathParam("id").toLong()
|
||||
val history = Session.database.find(Reminder::class.java)
|
||||
.where()
|
||||
.eq("fleet_sys_pk", fleetId)
|
||||
.findList()
|
||||
ctx.json(history).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val renewal = Session.database.find(Reminder::class.java, id)
|
||||
?: throw NotFoundResponse("No renewal found with id $id")
|
||||
ctx.json(renewal).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
//data class RNLF(val common: CommonFilters, val renewalFilters: ReminderFilters)
|
||||
fun getAll(ctx: Context) {
|
||||
// val filters = ctx.bodyAsClass<FLTF>()
|
||||
// val renewals = searchReminders(filters.common, filters.renewalFilters)
|
||||
val renewals = Session.database.find(Reminder::class.java).findList()
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel !== null) {
|
||||
// exportReminders(renewals)
|
||||
val inputStream = FileInputStream("./excel/Reminders.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(renewals).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val renewal =
|
||||
Session.database.find(Reminder::class.java, id) ?: throw NotFoundResponse("renewal not found for $id")
|
||||
val updatedReminder = ctx.bodyAsClass<Reminder>()
|
||||
renewal.patchValues(updatedReminder)
|
||||
renewal.update()
|
||||
ctx.json(renewal).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
object ReminderLogCtrl {
|
||||
fun create(entry: ReminderLog) {
|
||||
// val renewal = ctx.bodyAsClass<ReminderLog>()
|
||||
|
||||
Session.database.save(entry)
|
||||
return
|
||||
//ctx.json(renewal).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
data class Done(
|
||||
val logId: Long,
|
||||
val reminderId: Long,
|
||||
val renewalDate: LocalDate,
|
||||
val nextRenewalDate: LocalDate,
|
||||
val amount: Double,
|
||||
val documents: List<String>?
|
||||
)
|
||||
|
||||
fun done(ctx: Context) {
|
||||
val req = ctx.bodyAsClass<Done>()
|
||||
val reminder =
|
||||
Session.database.find(Reminder::class.java, req.reminderId) ?: throw NotFoundResponse("No Reminder found")
|
||||
//update reminder
|
||||
reminder.apply {
|
||||
lastRenewalDate = req.renewalDate
|
||||
nextRenewalDate = req.nextRenewalDate
|
||||
}
|
||||
reminder.update()
|
||||
val entry = Session.database.find(ReminderLog::class.java, req.logId) ?: throw NotFoundResponse("Log not found")
|
||||
entry.apply {
|
||||
actedUpon = true
|
||||
documents = req.documents
|
||||
amount = req.amount
|
||||
}
|
||||
entry.update()
|
||||
ctx.json(entry).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun getAllByFleetId(ctx: Context) {
|
||||
val fleetId = ctx.pathParam("id").toLong()
|
||||
val history = Session.database.find(ReminderLog::class.java)
|
||||
.where()
|
||||
.eq("fleet_sys_pk", fleetId)
|
||||
.findList()
|
||||
ctx.json(history).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val renewal = Session.database.find(ReminderLog::class.java, id)
|
||||
?: throw NotFoundResponse("No renewal found with id $id")
|
||||
ctx.json(renewal).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
data class LOGF(val common: CommonFilters, val reminderLogFilters: ReminderLogFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<LOGF>()
|
||||
val entries = searchReminderLogs(filters.common, filters.reminderLogFilters)
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel !== null) {
|
||||
exportReminderLogs(entries)
|
||||
val inputStream = FileInputStream("./excel/ReminderLogs.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(entries).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val renewal =
|
||||
Session.database.find(ReminderLog::class.java, id) ?: throw NotFoundResponse("renewal not found for $id")
|
||||
val updatedReminderLog = ctx.bodyAsClass<ReminderLog>()
|
||||
renewal.patchValues(updatedReminderLog)
|
||||
renewal.update()
|
||||
ctx.json(renewal).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
|
||||
}
|
||||
}
|
||||
@ -1,179 +0,0 @@
|
||||
package com.restapi.controllers
|
||||
|
||||
import com.restapi.domain.*
|
||||
import com.restapi.domain.Session.database
|
||||
import com.restapi.integ.logger
|
||||
import io.javalin.http.*
|
||||
import java.io.FileInputStream
|
||||
|
||||
object IncomingInventoryCtrl {
|
||||
fun plantsForUser(ctx: Context) {
|
||||
ctx.json(
|
||||
Session.currentUserPlants()
|
||||
)
|
||||
}
|
||||
|
||||
fun updatePlant(ctx: Context) {
|
||||
val p = ctx.bodyAsClass<Plant>()
|
||||
database.find(Plant::class.java, ctx.pathParam("id"))?.let {
|
||||
it.patch(p)
|
||||
}
|
||||
ctx.json(
|
||||
Session.currentUserPlants()
|
||||
)
|
||||
}
|
||||
|
||||
fun create(ctx: Context) {
|
||||
val ticket = ctx.bodyAsClass<IncomingInventory>()
|
||||
database.save(ticket)
|
||||
keepTrackOfPoQty(ticket)
|
||||
ctx.json(ticket).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val ticket =
|
||||
database.find(IncomingInventory::class.java, id) ?: throw NotFoundResponse("quote not found for $id")
|
||||
val updatedTicket = ctx.bodyAsClass<IncomingInventory>()
|
||||
ticket.patchValues(updatedTicket)
|
||||
ticket.update()
|
||||
keepTrackOfPoQty(ticket)
|
||||
ctx.json(ticket).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
private fun keepTrackOfPoQty(ticket: IncomingInventory) {
|
||||
ticket.products?.forEach { incomingProduct ->
|
||||
if (incomingProduct.poId != null) {
|
||||
database.find(PurchaseOrder::class.java, incomingProduct.poId)?.let { po ->
|
||||
logger.warn("found po for ${incomingProduct.poId} => ${po.poNum}")
|
||||
po.products.forEach { poProduct ->
|
||||
if (poProduct.productId == incomingProduct.productId) {
|
||||
logger.warn("for ${ticket.mrn} , product ${poProduct.productId} add to po-qty ${incomingProduct.receivedQty}")
|
||||
//remove existing entry for same mrn and product id
|
||||
poProduct.receivedVoucher.removeIf {
|
||||
it.productId == incomingProduct.productId
|
||||
&& it.plantId == ticket.unloadingPlantId
|
||||
&& it.ticket == ticket.mrn
|
||||
}
|
||||
poProduct.receivedVoucher.add(
|
||||
ReceivedVoucher(
|
||||
ticket = ticket.mrn!!,
|
||||
productName = poProduct.productName,
|
||||
productId = poProduct.productId,
|
||||
qty = incomingProduct.receivedQty,
|
||||
plantId = ticket.unloadingPlantId!!,
|
||||
ticketDate = ticket.date!!
|
||||
)
|
||||
)
|
||||
} else {
|
||||
logger.warn("no match for ${poProduct.productId} and ${incomingProduct.productId}")
|
||||
}
|
||||
}
|
||||
po.update()
|
||||
}
|
||||
} else {
|
||||
logger.warn("poId is missing for $incomingProduct")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val ticket = database.find(IncomingInventory::class.java, id)
|
||||
?: throw NotFoundResponse("No incoming inventory ticket found with id $id")
|
||||
ctx.json(ticket).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
data class IIF(val common: CommonFilters, val incomingInventoryFilters: IncomingInventoryFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<IIF>()
|
||||
val tickets = searchIncomingInventory(filters.common, filters.incomingInventoryFilters)
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel !== null) {
|
||||
exportIncomingInventory(tickets)
|
||||
val inputStream = FileInputStream("./excel/IncomingInventory.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(tickets).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
fun getNextNum(ctx: Context) {
|
||||
val prefix = "MRN/"
|
||||
val plantId = ctx.queryParam("plantId") ?: throw BadRequestResponse("plantId not sent")
|
||||
val plant = database.find(Plant::class.java)
|
||||
.where()
|
||||
.eq("plantId", plantId)
|
||||
.findOne() ?: throw BadRequestResponse("plant missing for $plantId")
|
||||
val inventoryPrefix = plant.prefixes?.get("INBOUND") ?: prefix
|
||||
|
||||
val cnt = (database.find(IncomingInventory::class.java)
|
||||
.where()
|
||||
.eq("unloadingPlantId", plantId)
|
||||
.findCount() + 1)
|
||||
.toString()
|
||||
.padStart(6, '0')
|
||||
val seq = SequenceNumber(inventoryPrefix + cnt)
|
||||
ctx.json(seq).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
object OutgoingInventoryCtrl {
|
||||
fun create(ctx: Context) {
|
||||
val ticket = ctx.bodyAsClass<OutgoingInventory>()
|
||||
database.save(ticket)
|
||||
ctx.json(ticket).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val ticket =
|
||||
database.find(OutgoingInventory::class.java, id) ?: throw NotFoundResponse("quote not found for $id")
|
||||
val updatedTicket = ctx.bodyAsClass<OutgoingInventory>()
|
||||
ticket.patchValues(updatedTicket)
|
||||
ticket.update()
|
||||
ctx.json(ticket).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val ticket = database.find(OutgoingInventory::class.java, id)
|
||||
?: throw NotFoundResponse("No incoming inventory ticket found with id $id")
|
||||
ctx.json(ticket).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
data class OIF(val common: CommonFilters, val outgoingInventoryFilters: OutgoingInventoryFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<OIF>()
|
||||
val tickets = searchOutgoingInventory(filters.common, filters.outgoingInventoryFilters)
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel !== null) {
|
||||
exportOutgoingInventory(tickets)
|
||||
val inputStream = FileInputStream("./excel/OutgoingInventory.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(tickets).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
fun getNextNum(ctx: Context) {
|
||||
val prefix = "MDN/"
|
||||
val plantId = ctx.queryParam("plantId") ?: throw BadRequestResponse("plantId not sent")
|
||||
val plant = database.find(Plant::class.java)
|
||||
.where()
|
||||
.eq("plantId", plantId)
|
||||
.findOne() ?: throw BadRequestResponse("plant missing for $plantId")
|
||||
val inventoryPrefix = plant.prefixes?.get("OUTBOUND") ?: prefix
|
||||
|
||||
val cnt = (database.find(OutgoingInventory::class.java)
|
||||
.where()
|
||||
.eq("unloadingPlantId", plantId)
|
||||
.findCount() + 1)
|
||||
.toString()
|
||||
.padStart(6, '0')
|
||||
val seq = SequenceNumber(inventoryPrefix + cnt)
|
||||
ctx.json(seq).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
@ -1,96 +0,0 @@
|
||||
package com.restapi.controllers
|
||||
|
||||
import com.restapi.domain.Invoice
|
||||
import com.restapi.domain.InvoiceStatus
|
||||
import com.restapi.domain.Payment
|
||||
import com.restapi.domain.Session
|
||||
import io.javalin.http.Context
|
||||
import io.javalin.http.HttpStatus
|
||||
import io.javalin.http.NotFoundResponse
|
||||
import io.javalin.http.bodyAsClass
|
||||
import java.io.FileInputStream
|
||||
|
||||
object PaymentCtrl {
|
||||
fun create(ctx: Context) {
|
||||
val pmt = ctx.bodyAsClass(Payment::class.java)
|
||||
//update the status of invoices pertaining to payment.vendor
|
||||
val vendors: List<Long>? = pmt.vendor?.let { listOf(it.sysPk) }
|
||||
val invoices = searchInvoices(
|
||||
CommonFilters(sortBy = "date", sortAsc = true, vendor = vendors),
|
||||
InvoiceFilters(status = InvoiceStatus.PAID_FULL)
|
||||
)
|
||||
// println(invoices)
|
||||
//pmt.invoicesAffected = mutableMapOf()
|
||||
var totalAmount = pmt.amount
|
||||
var totalDeduct = 0.0
|
||||
for (invoice in invoices) {
|
||||
val deduct = Math.min(totalAmount, invoice.totalAmount)
|
||||
invoice.totalAmount -= deduct
|
||||
totalDeduct += deduct
|
||||
totalAmount -= deduct
|
||||
if (invoice.totalAmount <= 0.0) {
|
||||
invoice.status = InvoiceStatus.PAID_FULL
|
||||
} else {
|
||||
invoice.status = InvoiceStatus.PAID_SOME
|
||||
}
|
||||
//println(invoice)
|
||||
Session.database.update(invoice)
|
||||
pmt.invoicesAffected?.put(invoice.sysPk, deduct)
|
||||
println(pmt.invoicesAffected)
|
||||
if (totalAmount <= 0.0) break
|
||||
}
|
||||
pmt.amountDeducted = totalDeduct
|
||||
pmt.excessAmount = pmt.amount - pmt.amountDeducted!!
|
||||
Session.database.save(pmt)
|
||||
ctx.json(pmt).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val pmt = Session.database.find(Payment::class.java, id)
|
||||
?: throw NotFoundResponse("No payment found for this id $id")
|
||||
val invoiceDeductMap = pmt.invoicesAffected
|
||||
for (entry in invoiceDeductMap?.entries!!.iterator()) {
|
||||
val inv = Session.database.find(Invoice::class.java, entry.key)
|
||||
?: throw NotFoundResponse("No invoice found for $entry.key")
|
||||
inv.totalAmount += entry.value
|
||||
inv.status = InvoiceStatus.PAID_SOME
|
||||
Session.database.update(inv)
|
||||
}
|
||||
Session.database.delete(pmt)
|
||||
ctx.json(pmt).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val pmt = Session.database.find(Payment::class.java, id)
|
||||
?: throw NotFoundResponse("No payment found for this id $id")
|
||||
ctx.json(pmt).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
data class PMTF(val common: CommonFilters, val paymentFilters: PaymentFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<PMTF>()
|
||||
val payments = searchPayments(filters.common, filters.paymentFilters)
|
||||
// println(payments)
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel !== null) {
|
||||
exportPayments(payments)
|
||||
val inputStream = FileInputStream("./excel/Payments.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(payments).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val pmt =
|
||||
Session.database.find(Payment::class.java, id) ?: throw NotFoundResponse("payment not found for $id")
|
||||
val updatedPayment = ctx.bodyAsClass<Payment>()
|
||||
pmt.patchValues(updatedPayment)
|
||||
pmt.update()
|
||||
ctx.json(pmt).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
@ -1,120 +0,0 @@
|
||||
package com.restapi.controllers
|
||||
|
||||
import com.restapi.domain.Product
|
||||
import com.restapi.domain.PurchaseOrder
|
||||
import com.restapi.domain.Session
|
||||
import com.restapi.domain.Vendor
|
||||
import io.javalin.http.*
|
||||
import java.io.FileInputStream
|
||||
|
||||
object ProductCtrl {
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val product = Session.database.find(Product::class.java)
|
||||
.where()
|
||||
.eq("sys_pk", id.toLong())
|
||||
.findOne()
|
||||
?: throw NotFoundResponse("Product not found for $id")
|
||||
ctx.json(product).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
data class PF(val common: CommonFilters, val productFilters: ProductFilters)
|
||||
data class GetPrice(val productId: Long, val vendor: Long, val po: Long?)
|
||||
|
||||
fun getPrice(ctx: Context) {
|
||||
val gp = ctx.bodyAsClass<GetPrice>()
|
||||
val vendor = Session.database.find(Vendor::class.java, gp.vendor) ?: throw BadRequestResponse("vendor not found for ${gp.vendor}")
|
||||
val product = Session.database.find(Product::class.java, gp.productId) ?: throw BadRequestResponse("product not found for ${gp.productId}")
|
||||
val poProduct = if (gp.po != null) {
|
||||
Session.database.find(PurchaseOrder::class.java, gp.po)?.products?.firstOrNull { it.productId == product.sysPk }
|
||||
} else {
|
||||
Session.database.find(PurchaseOrder::class.java)
|
||||
.where()
|
||||
.eq("vendor", vendor)
|
||||
.findList()
|
||||
.flatMap { it.products }
|
||||
.firstOrNull { it.productId == product.sysPk }
|
||||
|
||||
}
|
||||
ctx.json(
|
||||
poProduct ?: throw BadRequestResponse("price not found for this vendor and product and po")
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<PF>()
|
||||
val prods = searchProducts(filters.common, filters.productFilters)
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel != null) {
|
||||
exportProds(prods)
|
||||
val inputStream = FileInputStream("./excel/Products.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
|
||||
} else {
|
||||
ctx.json(prods).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
fun create(ctx: Context) {
|
||||
val product = ctx.bodyAsClass<Product>()
|
||||
Session.database.save(product)
|
||||
ctx.json(product).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val prod = Session.database.find(Product::class.java, id) ?: throw NotFoundResponse("no product found with id $id")
|
||||
Session.database.delete(prod)
|
||||
ctx.status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun patch(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val patchValues = ctx.bodyAsClass<Map<String, Any>>()
|
||||
Session.database.beginTransaction().use {
|
||||
patchValues.entries.forEach { en ->
|
||||
val key = en.key
|
||||
val value = en.value
|
||||
Session.database.sqlUpdate("update products set $key = ? where id = ?").apply {
|
||||
setParameter(1, value)
|
||||
setParameter(2, id)
|
||||
execute()
|
||||
}
|
||||
}
|
||||
it.commit()
|
||||
}
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val product = Session.database.find(Product::class.java, id) ?: throw NotFoundResponse("product not found for $id")
|
||||
val updatedProduct = ctx.bodyAsClass<Product>()
|
||||
product.patchValues(updatedProduct)
|
||||
product.update()
|
||||
ctx.json(product).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
|
||||
@JvmStatic
|
||||
fun main(args: Array<String>) {
|
||||
|
||||
val patchValues = mapOf("name" to 1)
|
||||
val id = 1;
|
||||
Session.database.beginTransaction().use {
|
||||
patchValues.entries.forEach { en ->
|
||||
val key = en.key
|
||||
val value = en.value
|
||||
|
||||
Session.database.sqlUpdate("update product set $key = ? where sys_pk = ?").apply {
|
||||
setParameter(1, value)
|
||||
setParameter(2, id)
|
||||
|
||||
execute()
|
||||
}
|
||||
}
|
||||
it.commit()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@ -1,269 +0,0 @@
|
||||
package com.restapi.controllers
|
||||
|
||||
import com.restapi.domain.*
|
||||
import io.javalin.http.Context
|
||||
import io.javalin.http.HttpStatus
|
||||
import io.javalin.http.NotFoundResponse
|
||||
import io.javalin.http.bodyAsClass
|
||||
import java.io.FileInputStream
|
||||
|
||||
object PurchaseOrderCtrl {
|
||||
|
||||
fun getNextNum(ctx: Context) {
|
||||
val prefix = "PO/"
|
||||
val cnt = (Session.database.find(PurchaseOrder::class.java)
|
||||
.findCount() + 1)
|
||||
.toString()
|
||||
.padStart(6, '0')
|
||||
val seq = SequenceNumber(prefix + cnt)
|
||||
ctx.json(seq).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val po = Session.database.find(PurchaseOrder::class.java, id) ?: throw NotFoundResponse("po not found for $id")
|
||||
ctx.json(po).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
data class PoFilterQuery(val common: CommonFilters, val poFilters: POFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<PoFilterQuery>()
|
||||
val pos = searchPos(filters.common, filters.poFilters)
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel != null) {
|
||||
exportPos(pos)
|
||||
val inputStream = FileInputStream("./excel/Pos.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(pos).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
fun create(ctx: Context) {
|
||||
val po = ctx.bodyAsClass<PurchaseOrder>()
|
||||
val prods = po.products
|
||||
if (prods.isEmpty()) {
|
||||
ctx.json(mapOf("error" to "empty product list")).status(HttpStatus.BAD_REQUEST)
|
||||
return
|
||||
}
|
||||
Session.database.save(po)
|
||||
ctx.json(po).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun createBatch(ctx: Context) {
|
||||
val pos = ctx.bodyAsClass<List<PurchaseOrder>>()
|
||||
val txn = Session.database.beginTransaction()
|
||||
try {
|
||||
txn.isBatchMode = true
|
||||
for (po in pos) Session.database.save(po)
|
||||
txn.commit()
|
||||
ctx.status(HttpStatus.CREATED).result("POS Created")
|
||||
} catch (e: Exception) {
|
||||
txn.rollback()
|
||||
ctx.status(HttpStatus.INTERNAL_SERVER_ERROR).result("Pos Creation failed" + e.message)
|
||||
} finally {
|
||||
txn.end()
|
||||
}
|
||||
ctx.result("pos batch created").status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun approve(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val po = Session.database.find(PurchaseOrder::class.java, id) ?: throw NotFoundResponse("po not found for $id")
|
||||
po.approvalStatus = ApprovalStatus.APPROVED
|
||||
po.save()
|
||||
ctx.json(po).status(HttpStatus.CREATED)
|
||||
//reject all other pos pertaining to the same tx ??
|
||||
}
|
||||
|
||||
fun reject(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val po = Session.database.find(PurchaseOrder::class.java, id) ?: throw NotFoundResponse("po not found for $id")
|
||||
po.apply {
|
||||
approvalStatus = ApprovalStatus.REJECTED
|
||||
save()
|
||||
}
|
||||
ctx.json(po).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun quoteReference(ctx: Context) {
|
||||
//gets the quote reference on which this po is based on
|
||||
val id = ctx.pathParam("id")
|
||||
val quote = Session.database.find(Quotation::class.java)
|
||||
.where()
|
||||
.eq("referenceQuotation", id)
|
||||
?: throw NotFoundResponse("reference quotation not found for po $id")
|
||||
ctx.json(quote)
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val po = Session.database.find(PurchaseOrder::class.java, id) ?: throw NotFoundResponse("po not found for $id")
|
||||
val updatedPo = ctx.bodyAsClass<PurchaseOrder>()
|
||||
po.patchValues(updatedPo)
|
||||
po.update()
|
||||
ctx.json(po).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val po = Session.database.find(PurchaseOrder::class.java, id) ?: throw NotFoundResponse("no po found with id $id")
|
||||
Session.database.delete(po)
|
||||
ctx.status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
object QuotationCtrl {
|
||||
fun getNextNum(ctx: Context) {
|
||||
val prefix = "QUOTE/"
|
||||
val cnt = Session.database.find(Quotation::class.java)
|
||||
.findCount()
|
||||
.toString()
|
||||
.padStart(6, '0')
|
||||
val seq = SequenceNumber(prefix + cnt)
|
||||
ctx.json(seq).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val quote = Session.database.find(Quotation::class.java, id) ?: throw NotFoundResponse("quote not found for $id")
|
||||
ctx.status(HttpStatus.OK)
|
||||
ctx.json(quote)
|
||||
}
|
||||
|
||||
data class QF(val common: CommonFilters, val quoteFilters: QuoteFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<QF>()
|
||||
val excel: String? = ctx.queryParam("excel")
|
||||
val quotes = searchQuotes(filters.common, filters.quoteFilters)
|
||||
if (excel != null) {
|
||||
exportQuotations(quotes)
|
||||
val inputStream = FileInputStream("./excel/Quotes.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(quotes).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
fun create(ctx: Context) {
|
||||
val quote = ctx.bodyAsClass<Quotation>()
|
||||
//validation
|
||||
val prods = quote.products
|
||||
if (prods.isEmpty()) {
|
||||
ctx.json(mapOf("error" to "empty product list")).status(HttpStatus.BAD_REQUEST)
|
||||
return
|
||||
}
|
||||
Session.database.save(quote)
|
||||
ctx.json(quote).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun createBatch(ctx: Context) {
|
||||
val quotes = ctx.bodyAsClass<List<Quotation>>()
|
||||
val txn = Session.database.beginTransaction()
|
||||
try {
|
||||
txn.isBatchMode = true
|
||||
for (quote in quotes) Session.database.save(quote)
|
||||
txn.commit()
|
||||
ctx.status(HttpStatus.CREATED).result("Quotes Created")
|
||||
} catch (e: Exception) {
|
||||
txn.rollback()
|
||||
ctx.status(HttpStatus.INTERNAL_SERVER_ERROR).result("Quotes Creation failed" + e.message)
|
||||
} finally {
|
||||
txn.end()
|
||||
}
|
||||
ctx.result("Quotes batch created").status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val quote = Session.database.find(Quotation::class.java, id) ?: throw NotFoundResponse("no quote found with id $id")
|
||||
Session.database.delete(quote)
|
||||
ctx.status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val quote = Session.database.find(Quotation::class.java, id) ?: throw NotFoundResponse("quote not found for $id")
|
||||
val updatedQuote = ctx.bodyAsClass<Quotation>()
|
||||
quote.patchValues(updatedQuote)
|
||||
quote.update()
|
||||
ctx.json(quote).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
object RequestForQuote {
|
||||
fun create(ctx: Context) {
|
||||
val rfq = ctx.bodyAsClass<ReqForQuote>()
|
||||
Session.database.save(rfq)
|
||||
//ctx.result("request for quote created")
|
||||
//ctx.json(rfq)
|
||||
ctx.status(HttpStatus.CREATED)
|
||||
ctx.json("asss")
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val rfq = Session.database.find(ReqForQuote::class.java, id)
|
||||
?: throw NotFoundResponse("request for quote not found for id $id")
|
||||
ctx.status(HttpStatus.OK)
|
||||
ctx.json(rfq)
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
//shuld we compare the new body fields with preexisting ones and prepare a sql query to update those fields??
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
object InvoiceCtrl {
|
||||
fun create(ctx: Context) {
|
||||
val invoice = ctx.bodyAsClass<Invoice>()
|
||||
Session.database.save(invoice)
|
||||
ctx.json(invoice).status(HttpStatus.CREATED)
|
||||
}
|
||||
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val invoice = Session.database.find(Invoice::class.java, id)
|
||||
?: throw NotFoundResponse("No invoice found with id $id")
|
||||
ctx.json(invoice).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
data class INVF(val common: CommonFilters, val invoiceFilters: InvoiceFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<INVF>()
|
||||
val invoices = searchInvoices(filters.common, filters.invoiceFilters)
|
||||
val excel = ctx.queryParam("excel")
|
||||
if (excel !== null) {
|
||||
exportInvoices(invoices)
|
||||
val inputStream = FileInputStream("./excel/Invoices.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(invoices).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val invoice =
|
||||
Session.database.find(Invoice::class.java, id) ?: throw NotFoundResponse("invoice not found for $id")
|
||||
val updatedPayment = ctx.bodyAsClass<Invoice>()
|
||||
invoice.patchValues(updatedPayment)
|
||||
invoice.update()
|
||||
ctx.json(invoice).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun getNextNum(ctx: Context) {
|
||||
val prefix = "INV/"
|
||||
val cnt = Session.database.find(Invoice::class.java)
|
||||
.findCount()
|
||||
.toString()
|
||||
.padStart(6, '0')
|
||||
val seq = SequenceNumber(prefix + cnt)
|
||||
ctx.json(seq).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
@ -1,96 +0,0 @@
|
||||
package com.restapi.controllers
|
||||
|
||||
import com.restapi.domain.PurchaseOrder
|
||||
import com.restapi.domain.Quotation
|
||||
import com.restapi.domain.Session
|
||||
import com.restapi.domain.Vendor
|
||||
import io.javalin.http.Context
|
||||
import io.javalin.http.HttpStatus
|
||||
import io.javalin.http.NotFoundResponse
|
||||
import io.javalin.http.bodyAsClass
|
||||
import org.slf4j.LoggerFactory
|
||||
import java.io.FileInputStream
|
||||
|
||||
object VendorCtrl {
|
||||
val logger = LoggerFactory.getLogger("Vendor")
|
||||
fun get(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val vendor = Session.database.find(Vendor::class.java, id) ?: throw NotFoundResponse("no vendor found with id $id")
|
||||
ctx.status(HttpStatus.OK)
|
||||
ctx.json(vendor)
|
||||
}
|
||||
|
||||
data class VF(val common: CommonFilters, val vendorFilters: VendorFilters)
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<VF>()
|
||||
val excel: String? = ctx.queryParam("excel")
|
||||
val vendors = searchVendors(filters.common, filters.vendorFilters)
|
||||
if (excel !== null) {
|
||||
exportVendors(vendors)
|
||||
val inputStream = FileInputStream("./excel/VendorList.xls")
|
||||
ctx.result(inputStream).status(HttpStatus.OK)
|
||||
} else {
|
||||
ctx.json(vendors).status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
|
||||
fun createBatch(ctx: Context) {
|
||||
val vendors = ctx.bodyAsClass<List<Vendor>>()
|
||||
Session.database.saveAll(vendors)
|
||||
}
|
||||
|
||||
fun create(ctx: Context) {
|
||||
val vendor = ctx.bodyAsClass<Vendor>()
|
||||
Session.database.save(vendor)
|
||||
ctx.status(HttpStatus.CREATED)
|
||||
ctx.json(vendor)
|
||||
}
|
||||
|
||||
fun update(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val vendor = Session.database.find(Vendor::class.java, id) ?: throw NotFoundResponse("vendor not found for $id")
|
||||
val updatedVendor = ctx.bodyAsClass<Vendor>()
|
||||
vendor.patchValues(updatedVendor)
|
||||
vendor.update()
|
||||
ctx.json(vendor).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun delete(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val vendor = Session.database.find(Vendor::class.java, id) ?: throw NotFoundResponse("no vendor found with id $id")
|
||||
Session.database.delete(vendor)
|
||||
ctx.status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun getQuotes(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val quotes = Session.database.find(Quotation::class.java)
|
||||
.where()
|
||||
.eq("vendor", Session.database.find(Vendor::class.java, id) ?: throw NotFoundResponse("vendor not found for $id"))
|
||||
.findList()
|
||||
ctx.json(quotes).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun getPos(ctx: Context) {
|
||||
val id = ctx.pathParam("id").toLong()
|
||||
val pos = Session.database.find(PurchaseOrder::class.java)
|
||||
.where()
|
||||
.eq("vendor", Session.database.find(Vendor::class.java, id) ?: throw NotFoundResponse("vendor not found for $id"))
|
||||
.findList()
|
||||
ctx.json(pos).status(HttpStatus.OK)
|
||||
}
|
||||
|
||||
fun rate(ctx: Context) {
|
||||
val id = ctx.pathParam("id")
|
||||
val rating1 = ctx.pathParam("rating").toDouble()
|
||||
|
||||
Session.database.find(Vendor::class.java, id)?.let {
|
||||
it.rating = rating1
|
||||
it.save()
|
||||
} ?: throw NotFoundResponse("vendor not found for id $id")
|
||||
|
||||
|
||||
ctx.result("rating changed").status(HttpStatus.OK)
|
||||
}
|
||||
}
|
||||
@ -1,113 +0,0 @@
|
||||
package com.restapi.domain
|
||||
|
||||
import io.ebean.annotation.DbArray
|
||||
import io.ebean.annotation.DbJsonB
|
||||
import java.time.LocalDate
|
||||
import javax.persistence.Entity
|
||||
import javax.persistence.ManyToOne
|
||||
|
||||
data class FR(val renewal: String, val date: LocalDate)
|
||||
|
||||
@Entity
|
||||
open class Fleet : BaseTenantModel() {
|
||||
fun patchValues(updated: Fleet) {
|
||||
this.name = updated.name
|
||||
this.type = updated.type
|
||||
this.regNumber = updated.regNumber
|
||||
this.model = updated.model
|
||||
this.make = updated.make
|
||||
this.driver = updated.driver
|
||||
this.driverContact = updated.driverContact
|
||||
this.mileage = updated.mileage
|
||||
this.cost = updated.cost
|
||||
this.insuranceRenewalDate = updated.insuranceRenewalDate
|
||||
this.pollutionRenewalDate = updated.pollutionRenewalDate
|
||||
this.fitnessRenewalDate = updated.fitnessRenewalDate
|
||||
this.renewals = updated.renewals
|
||||
this.regDate = updated.regDate
|
||||
}
|
||||
|
||||
var name: String = ""
|
||||
var type: String = ""
|
||||
var regNumber: String = ""
|
||||
var regDate: LocalDate? = null
|
||||
var model: String = ""
|
||||
var make: String = ""
|
||||
var driver: String = ""
|
||||
var driverContact: String = ""
|
||||
var mileage: Double = 0.0
|
||||
var cost: Double = 0.0
|
||||
var insuranceRenewalDate: LocalDate? = null
|
||||
var pollutionRenewalDate: LocalDate? = null
|
||||
var fitnessRenewalDate: LocalDate? = null
|
||||
|
||||
@DbJsonB
|
||||
var renewals: List<FR>? = null
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class FleetType : BaseTenantModel() {
|
||||
fun patchValues(updated: FleetType) {
|
||||
this.name = updated.name
|
||||
this.personIncharge = updated.personIncharge
|
||||
}
|
||||
|
||||
var name: String = ""
|
||||
var personIncharge: String = ""
|
||||
}
|
||||
@Entity
|
||||
open class Renewal : BaseTenantModel() {
|
||||
fun patchValues(updated: Renewal) {
|
||||
this.name = updated.name
|
||||
}
|
||||
|
||||
var name: String = ""
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class Reminder : BaseTenantModel() {
|
||||
fun patchValues(updated: Reminder) {
|
||||
this.type = updated.type
|
||||
this.nextRenewalDate = updated.nextRenewalDate
|
||||
this.lastRenewalDate = updated.lastRenewalDate
|
||||
this.frequency = updated.frequency
|
||||
this.documents = updated.documents
|
||||
}
|
||||
|
||||
var type: String = "Other"
|
||||
var nextRenewalDate: LocalDate? = null
|
||||
var lastRenewalDate: LocalDate? = null
|
||||
var amount: Double = 0.0
|
||||
var frequency: Int = 1
|
||||
|
||||
@DbArray
|
||||
var documents: List<String>? = arrayListOf()
|
||||
|
||||
@ManyToOne
|
||||
var fleet: Fleet? = null
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class ReminderLog : BaseTenantModel() {
|
||||
fun patchValues(updated: ReminderLog) {
|
||||
this.fleet = updated.fleet
|
||||
this.reminderDate = updated.reminderDate
|
||||
this.reminderType = updated.reminderType
|
||||
this.actedUpon = updated.actedUpon
|
||||
this.documents = updated.documents
|
||||
this.amount = updated.amount
|
||||
}
|
||||
|
||||
@ManyToOne
|
||||
var reminder: Reminder? = null
|
||||
var reminderType: String = "Other"
|
||||
var reminderDate: LocalDate? = null
|
||||
|
||||
@ManyToOne
|
||||
var fleet: Fleet? = null
|
||||
var actedUpon: Boolean = false
|
||||
var amount: Double = 0.0
|
||||
|
||||
@DbArray
|
||||
var documents: List<String>? = null
|
||||
}
|
||||
@ -1,76 +0,0 @@
|
||||
package com.restapi.domain
|
||||
|
||||
import io.ebean.annotation.DbJsonB
|
||||
import java.time.LocalDate
|
||||
import javax.persistence.Entity
|
||||
import javax.persistence.EnumType
|
||||
import javax.persistence.Enumerated
|
||||
import javax.persistence.ManyToOne
|
||||
|
||||
@Entity
|
||||
open class IncomingInventory : BaseTenantModel() {
|
||||
fun patchValues(updated: IncomingInventory) {
|
||||
this.date = updated.date
|
||||
this.vendorBillNum = updated.vendorBillNum
|
||||
this.vendorBillAmount = updated.vendorBillAmount
|
||||
this.vehicle = updated.vehicle
|
||||
this.products = updated.products
|
||||
this.vendor = updated.vendor
|
||||
this.loading = updated.loading
|
||||
this.unloading = updated.unloading
|
||||
this.unloadingPlantId = updated.unloadingPlantId
|
||||
}
|
||||
|
||||
var mrn: String? = null
|
||||
var date: LocalDate? = null
|
||||
var vendorBillNum: String? = null
|
||||
var vendorBillAmount: Double = 0.0
|
||||
var vehicle: String = ""
|
||||
var loading: String? = ""
|
||||
var unloadingPlantId: String? = null
|
||||
var unloading: String? = ""
|
||||
|
||||
@DbJsonB
|
||||
var products: List<POProducts>? = null
|
||||
|
||||
@ManyToOne
|
||||
var vendor: Vendor? = null
|
||||
}
|
||||
|
||||
enum class OutMode {
|
||||
PERSON, VEHICLE, ALL, JOB, OFFICE
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class OutgoingInventory : BaseTenantModel() {
|
||||
fun patchValues(updated: OutgoingInventory) {
|
||||
this.date = updated.date
|
||||
this.products = updated.products
|
||||
this.purpose = updated.purpose
|
||||
this.outMode = updated.outMode
|
||||
this.person = updated.person
|
||||
this.vehicle = updated.vehicle
|
||||
this.jobCard = updated.jobCard
|
||||
this.unloading = updated.unloading
|
||||
this.unloadingPlantId = updated.unloadingPlantId
|
||||
|
||||
}
|
||||
|
||||
var mdn: String? = null
|
||||
var date: LocalDate? = null
|
||||
var unloadingPlantId: String? = null
|
||||
var unloading: String? = ""
|
||||
|
||||
@DbJsonB
|
||||
var products: List<POProducts>? = null
|
||||
var purpose: String? = null
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
var outMode: OutMode? = null
|
||||
|
||||
var person: String? = null
|
||||
|
||||
var jobCard: String? = null
|
||||
|
||||
var vehicle: String? = null
|
||||
}
|
||||
@ -1,42 +0,0 @@
|
||||
package com.restapi.domain
|
||||
|
||||
import javax.persistence.Column
|
||||
import javax.persistence.Entity
|
||||
import javax.persistence.EnumType
|
||||
import javax.persistence.Enumerated
|
||||
|
||||
enum class UOM {
|
||||
KG, CFT, TON, LTR, NUMBER, MTR, BOX, CUM, PACKET, ALL, NOS, LITER;
|
||||
}
|
||||
|
||||
enum class TypeOfProduct {
|
||||
RAW_MATERIAL
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class Product : BaseTenantModel() {
|
||||
fun patchValues(updatedProduct: Product) {
|
||||
this.name = updatedProduct.name
|
||||
this.description = updatedProduct.description
|
||||
this.hsnCode = updatedProduct.hsnCode
|
||||
this.uom = updatedProduct.uom
|
||||
this.gstPct = updatedProduct.gstPct
|
||||
this.code = updatedProduct.code
|
||||
}
|
||||
|
||||
@Column(name = "id")
|
||||
var code: String? = null
|
||||
var name: String = ""
|
||||
var description: String = ""
|
||||
var hsnCode: String = ""
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
var uom: UOM? = null
|
||||
|
||||
var gstPct: Double? = 0.0
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
var type: TypeOfProduct? = null
|
||||
|
||||
|
||||
}
|
||||
@ -1,201 +0,0 @@
|
||||
package com.restapi.domain
|
||||
|
||||
import io.ebean.annotation.DbArray
|
||||
import io.ebean.annotation.DbJsonB
|
||||
import java.time.LocalDate
|
||||
import java.util.*
|
||||
import javax.persistence.Entity
|
||||
import javax.persistence.EnumType
|
||||
import javax.persistence.Enumerated
|
||||
import javax.persistence.ManyToOne
|
||||
|
||||
|
||||
enum class AddressType {
|
||||
BILLING, SHIPPING
|
||||
}
|
||||
|
||||
data class ContactPerson(
|
||||
val id: String = UUID.randomUUID().toString(),
|
||||
val name: String = "", val email: String = "", val mobile: String = ""
|
||||
)
|
||||
|
||||
data class Address(
|
||||
val id: String = UUID.randomUUID().toString(),
|
||||
val type: AddressType = AddressType.BILLING,
|
||||
val address: String = "",
|
||||
val pincode: String = ""
|
||||
)
|
||||
|
||||
@Entity
|
||||
open class Vendor : BaseTenantModel() {
|
||||
fun patchValues(updatedVendor: Vendor) {
|
||||
this.name = updatedVendor.name
|
||||
this.msme = updatedVendor.msme
|
||||
this.gstNumber = updatedVendor.gstNumber
|
||||
this.address = updatedVendor.address
|
||||
this.rating = updatedVendor.rating
|
||||
this.contacts = updatedVendor.contacts
|
||||
this.outstanding = updatedVendor.outstanding
|
||||
this.asOnWhichDate = updatedVendor.asOnWhichDate
|
||||
this.addressList = updatedVendor.addressList
|
||||
}
|
||||
|
||||
var name: String = ""
|
||||
var msme: String = ""
|
||||
var gstNumber: String = ""
|
||||
var address: String = ""
|
||||
var rating: Double = 0.0
|
||||
var outstanding: Double? = 0.0
|
||||
var asOnWhichDate: LocalDate? = null
|
||||
|
||||
@DbJsonB
|
||||
var addressList: List<Address>? = mutableListOf()
|
||||
|
||||
@DbJsonB
|
||||
var contacts: List<ContactPerson> = mutableListOf()
|
||||
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class PurchaseOrder : BaseTenantModel() {
|
||||
fun patchValues(updatedPo: PurchaseOrder) {
|
||||
this.poDate = updatedPo.poDate
|
||||
this.validTill = updatedPo.validTill
|
||||
this.tnc = updatedPo.tnc
|
||||
this.products = updatedPo.products
|
||||
this.vendor = updatedPo.vendor
|
||||
this.documents = updatedPo.documents
|
||||
this.totalAmount = updatedPo.totalAmount
|
||||
this.allLoadingSite = updatedPo.allLoadingSite
|
||||
this.allUnloadingSite = updatedPo.allUnloadingSite
|
||||
this.unloadingPlantId = updatedPo.unloadingPlantId
|
||||
this.loadingSiteId = updatedPo.loadingSiteId
|
||||
}
|
||||
|
||||
@DbJsonB
|
||||
var products: MutableList<POProducts> = mutableListOf()
|
||||
@ManyToOne
|
||||
var vendor: Vendor? = null
|
||||
var referenceQuotation: String? = ""
|
||||
var totalAmount: Double = 0.0
|
||||
var poNum: String = ""
|
||||
var poDate: LocalDate? = null
|
||||
var validTill: LocalDate? = null
|
||||
|
||||
var allLoadingSite: Boolean = true
|
||||
var allUnloadingSite: Boolean = true
|
||||
|
||||
var unloadingPlantId: String? = null
|
||||
var loadingSiteId: UUID? = null
|
||||
|
||||
@DbArray
|
||||
var tnc: List<String>? = arrayListOf()
|
||||
|
||||
@DbArray
|
||||
var documents: List<String>? = arrayListOf()
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class Quotation : BaseTenantModel() {
|
||||
fun patchValues(updatedQuote: Quotation) {
|
||||
this.quoteDate = updatedQuote.quoteDate
|
||||
this.vendorQuoteNum = updatedQuote.vendorQuoteNum
|
||||
this.validTill = updatedQuote.validTill
|
||||
this.reqForQuoteNum = updatedQuote.reqForQuoteNum
|
||||
this.tnc = updatedQuote.tnc
|
||||
this.products = updatedQuote.products
|
||||
this.vendor = updatedQuote.vendor
|
||||
this.documents = updatedQuote.documents
|
||||
this.totalAmount = updatedQuote.totalAmount
|
||||
}
|
||||
|
||||
@DbJsonB
|
||||
var products: MutableList<POProducts> = mutableListOf()
|
||||
|
||||
@ManyToOne
|
||||
var vendor: Vendor? = null
|
||||
var totalAmount: Double = 0.0
|
||||
|
||||
var reqForQuoteNum: String? = ""
|
||||
var quoteNum: String = ""
|
||||
var vendorQuoteNum: String? = ""
|
||||
var quoteDate: LocalDate? = null
|
||||
var validTill: LocalDate? = null
|
||||
|
||||
@DbArray
|
||||
var tnc: List<String>? = arrayListOf()
|
||||
|
||||
@DbArray
|
||||
var documents: List<String>? = arrayListOf()
|
||||
|
||||
var taxesIncluded: Boolean? = null
|
||||
}
|
||||
|
||||
enum class RFQStatus {
|
||||
DELIVERED, PO, QUOTE, CANCELLED
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class ReqForQuote : BaseTenantModel() {
|
||||
@DbArray
|
||||
var potentialVendors: List<Long>? = null
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
var status: RFQStatus? = null
|
||||
|
||||
@DbJsonB
|
||||
var products: List<POProducts>? = null
|
||||
var reqForQuoteNum: String? = null
|
||||
var openTill: LocalDate? = null
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class Invoice : BaseTenantModel() {
|
||||
fun patchValues(updated: Invoice) {
|
||||
this.date = updated.date
|
||||
this.number = updated.number
|
||||
this.totalAmount = updated.totalAmount
|
||||
this.poNum = updated.poNum
|
||||
this.products = updated.products
|
||||
this.vendor = updated.vendor
|
||||
this.status = updated.status
|
||||
}
|
||||
|
||||
var number: String = ""
|
||||
var date: LocalDate? = null
|
||||
var totalAmount: Double = 0.0
|
||||
var poNum: String? = null
|
||||
|
||||
@DbJsonB
|
||||
var products: List<POProducts>? = null
|
||||
|
||||
@ManyToOne
|
||||
var vendor: Vendor? = null
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
var status: InvoiceStatus? = null
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class Payment : BaseTenantModel() {
|
||||
fun patchValues(updated: Payment) {
|
||||
this.refNumber = updated.refNumber
|
||||
this.amount = updated.amount
|
||||
this.date = updated.date
|
||||
this.remark = updated.remark
|
||||
this.vendor = updated.vendor
|
||||
}
|
||||
|
||||
var refNumber: String = ""
|
||||
var amount: Double = 0.0
|
||||
var date: LocalDate? = null
|
||||
var remark: String? = null
|
||||
var amountDeducted: Double? = null
|
||||
var excessAmount: Double? = null
|
||||
|
||||
@DbJsonB
|
||||
var invoicesAffected: MutableMap<Long, Double>? = mutableMapOf()
|
||||
|
||||
@ManyToOne
|
||||
var vendor: Vendor? = null
|
||||
}
|
||||
@ -30,7 +30,7 @@ import java.security.spec.PKCS8EncodedKeySpec
|
||||
import java.security.spec.X509EncodedKeySpec
|
||||
import java.time.LocalDateTime
|
||||
import java.util.*
|
||||
import java.util.concurrent.ConcurrentHashMap
|
||||
import kotlin.collections.HashMap
|
||||
import kotlin.jvm.optionals.getOrDefault
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ object Session {
|
||||
private val logger = LoggerFactory.getLogger("session")
|
||||
private val currentUser = object : ThreadLocal<AuthUser>() {
|
||||
override fun initialValue(): AuthUser {
|
||||
return AuthUser("", "", emptyList(), "", LocalDateTime.now(), emptyList())
|
||||
return AuthUser("", "", emptyList(), "", LocalDateTime.now())
|
||||
}
|
||||
}
|
||||
|
||||
@ -138,12 +138,27 @@ object Session {
|
||||
|
||||
|
||||
}
|
||||
val objectMapper = jacksonObjectMapper().apply {
|
||||
configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false)
|
||||
configure(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS, false)
|
||||
findAndRegisterModules()
|
||||
fun a(){
|
||||
val a = HashMap<String,String>()
|
||||
a.put("a", "b");
|
||||
a.put("a", "b");
|
||||
a.put("a", "b");
|
||||
a.put("a", "b");
|
||||
|
||||
val b = HashMap<String,String>().apply {
|
||||
put("a", "b");
|
||||
put("a", "b");
|
||||
put("a", "b");
|
||||
put("a", "b");
|
||||
}
|
||||
|
||||
val c: String? = ""
|
||||
val x = c?.get(1)
|
||||
|
||||
c?.apply {
|
||||
//will work only when c is not null
|
||||
}
|
||||
}
|
||||
private val sc = DatabaseConfig().apply {
|
||||
loadFromProperties(Properties().apply {
|
||||
setProperty("datasource.db.username", appConfig.dbUser())
|
||||
@ -154,27 +169,20 @@ object Session {
|
||||
tenantMode = TenantMode.PARTITION
|
||||
currentTenantProvider = CurrentTenantProvider { currentUser.get().tenant }
|
||||
currentUserProvider = CurrentUserProvider { currentUser.get().userName }
|
||||
objectMapper = Session.objectMapper
|
||||
}
|
||||
val database: Database = DatabaseFactory.create(sc)
|
||||
|
||||
val database: Database = DatabaseFactory.create(sc)
|
||||
val objectMapper = jacksonObjectMapper().apply {
|
||||
configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false)
|
||||
configure(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS, false)
|
||||
findAndRegisterModules()
|
||||
}
|
||||
|
||||
fun currentUser() = currentUser.get().userName
|
||||
fun currentTenant() = currentUser.get().tenant
|
||||
fun currentRoles() = currentUser.get().roles
|
||||
fun currentUserPlants() = currentUser.get().plantIds.mapNotNull {
|
||||
database.find(Plant::class.java)
|
||||
.where()
|
||||
.eq("plantId", it)
|
||||
.findOne()
|
||||
?.apply {
|
||||
if (this.prefixes == null || this.prefixes.isNullOrEmpty()) {
|
||||
this.prefixes = mutableMapOf("INBOUND" to "MRN/")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun jwk(): MutableMap<String, Any> = keypair.toParams(JsonWebKey.OutputControlLevel.PUBLIC_ONLY)
|
||||
fun currentToken() = currentUser.get().token
|
||||
fun jwk() = keypair.toParams(JsonWebKey.OutputControlLevel.PUBLIC_ONLY)
|
||||
|
||||
fun Database.findDataModelByEntityAndUniqId(entity: String, uniqId: String): DataModel {
|
||||
return find(DataModel::class.java)
|
||||
@ -184,22 +192,20 @@ object Session {
|
||||
.findOne() ?: throw DataNotFoundException
|
||||
}
|
||||
|
||||
private fun seqName(entity: String) = "sequence_${entity}_${currentTenant()}"
|
||||
|
||||
private val seqCreationCache = ConcurrentHashMap<String, Int>()
|
||||
private fun seqName(entity: String) = "sequence_$entity"
|
||||
fun creatSeq(entity: String): Int {
|
||||
return seqCreationCache.computeIfAbsent(entity){
|
||||
database.sqlUpdate("CREATE SEQUENCE IF NOT EXISTS ${seqName(entity)} START 1;").execute()
|
||||
}
|
||||
return database.sqlUpdate("CREATE SEQUENCE IF NOT EXISTS ${seqName(entity)} START 1;").execute()
|
||||
}
|
||||
|
||||
fun nextUniqId(entity: String): String {
|
||||
val s = database
|
||||
.sqlQuery("SELECT nextval('${seqName(entity)}');")
|
||||
.findOne()?.getLong("nextval") ?: throw DataNotFoundException
|
||||
return "$entity-${"$s".padStart(6, '0')}"
|
||||
return "$entity-${"$s".padStart(10, '0')}"
|
||||
}
|
||||
|
||||
val redis = JedisPooled(appConfig.redisUri().getOrDefault("redis://localhost:6739/0"))
|
||||
|
||||
}
|
||||
|
||||
object DataNotFoundException : Exception() {
|
||||
|
||||
@ -12,24 +12,12 @@ import java.time.LocalDateTime
|
||||
import javax.persistence.*
|
||||
|
||||
data class Comments(val text: String = "", val by: String = "", val at: LocalDateTime = LocalDateTime.now())
|
||||
data class ReceivedVoucher(val ticket: String, val productName: String, val productId: Long, val qty: Double, val plantId: String = "", val ticketDate: LocalDate = LocalDate.now())
|
||||
data class POProducts(
|
||||
val productId: Long = 0,
|
||||
val productId: String = "",
|
||||
val productName: String = "",
|
||||
val unitPrice: Double = 0.0,
|
||||
val quantity: Double = 0.0,
|
||||
val orderedQty: Double = 0.0,
|
||||
val receivedQty: Double = 0.0,
|
||||
val issuedQty: Double = 0.0,
|
||||
val receivedVoucher: MutableList<ReceivedVoucher> = arrayListOf(),
|
||||
val billQty: Double = 0.0,
|
||||
val gstPct: Double = 0.0,
|
||||
val taxableValue: Double = 0.0,
|
||||
val totalValue: Double = 0.0,
|
||||
val description: String = "",
|
||||
val uom: String = "",
|
||||
val poId: Long? = null,
|
||||
val isAvailable: Boolean? = false
|
||||
val description: String = ""
|
||||
)
|
||||
|
||||
|
||||
@ -123,13 +111,15 @@ open class AuditLog : BaseTenantModel() {
|
||||
|
||||
@DbJsonB
|
||||
@Index(
|
||||
definition = "create index audit_log_values_idx on audit_log using GIN (data)", platforms = [Platform.POSTGRES]
|
||||
definition = "create index audit_log_values_idx on audit_log using GIN (data)",
|
||||
platforms = [Platform.POSTGRES]
|
||||
)
|
||||
var data: Map<String, Any> = hashMapOf()
|
||||
|
||||
@DbJsonB
|
||||
@Index(
|
||||
definition = "create index audit_log_changes_idx on audit_log using GIN (changes)", platforms = [Platform.POSTGRES]
|
||||
definition = "create index audit_log_changes_idx on audit_log using GIN (changes)",
|
||||
platforms = [Platform.POSTGRES]
|
||||
)
|
||||
var changes: Map<String, Any> = hashMapOf()
|
||||
}
|
||||
@ -185,6 +175,18 @@ enum class JobType {
|
||||
SCRIPT, DB
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Index(unique = true, name = "sql_unique_id", columnNames = ["entity_name", "sql_id", "tenant_id"])
|
||||
open class SqlModel : BaseTenantModel() {
|
||||
|
||||
@JsonDeserialize(using = SafeStringDeserializer::class)
|
||||
var sqlId: String = ""
|
||||
|
||||
var entityName: String = ""
|
||||
|
||||
@Column(columnDefinition = "text")
|
||||
var sql: String = ""
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class JobModel : BaseTenantModel() {
|
||||
@ -236,21 +238,135 @@ open class AnonSession : BaseTenantModel() {
|
||||
}
|
||||
|
||||
class SafeStringDeserializer : JsonDeserializer<String>() {
|
||||
|
||||
companion object {
|
||||
private val regex = Regex("^[a-zA-Z0-9\\-_\\.]+$")
|
||||
|
||||
fun isSafe(s: String) = regex.matches(s)
|
||||
}
|
||||
|
||||
override fun deserialize(p: JsonParser, ctxt: DeserializationContext?): String {
|
||||
|
||||
val text = p.text
|
||||
if (!isSafe(text)) throw IllegalArgumentException()
|
||||
if (!regex.matches(text)) throw IllegalArgumentException()
|
||||
return text
|
||||
}
|
||||
}
|
||||
|
||||
data class ContactPerson(val name: String = "", val email: String = "", val mobile: String = "")
|
||||
|
||||
@Entity
|
||||
open class Vendor : BaseTenantModel() {
|
||||
fun patchValues(updatedVendor: Vendor) {
|
||||
this.name = updatedVendor.name
|
||||
this.msme = updatedVendor.msme
|
||||
this.gstNumber = updatedVendor.gstNumber
|
||||
this.address = updatedVendor.address
|
||||
this.rating = updatedVendor.rating
|
||||
this.contacts = updatedVendor.contacts
|
||||
}
|
||||
|
||||
var name: String = ""
|
||||
var msme: String = ""
|
||||
var gstNumber: String = ""
|
||||
var address: String = ""
|
||||
var rating: Double = 0.0
|
||||
|
||||
@DbJsonB
|
||||
var contacts: List<ContactPerson> = mutableListOf()
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class PurchaseOrder : BaseTenantModel() {
|
||||
fun patchValues(updatedPo: PurchaseOrder) {
|
||||
this.poDate = updatedPo.poDate
|
||||
this.validTill = updatedPo.validTill
|
||||
this.tnc = updatedPo.tnc
|
||||
this.products = updatedPo.products
|
||||
this.vendor = updatedPo.vendor
|
||||
this.documents = updatedPo.documents
|
||||
this.totalAmount = updatedPo.totalAmount
|
||||
}
|
||||
|
||||
@DbJsonB
|
||||
var products: MutableList<POProducts> = mutableListOf()
|
||||
|
||||
@ManyToOne
|
||||
var vendor: Vendor? = null
|
||||
var referenceQuotation: String? = ""
|
||||
var totalAmount: Double = 0.0
|
||||
var poNum: String = ""
|
||||
var poDate: LocalDate? = null
|
||||
var validTill: LocalDate? = null
|
||||
|
||||
@DbArray
|
||||
var tnc: List<String>? = arrayListOf()
|
||||
|
||||
@DbArray
|
||||
var documents: List<String>? = arrayListOf()
|
||||
}
|
||||
|
||||
enum class UOM {
|
||||
NOS, LTR, MTR, ALL
|
||||
}
|
||||
|
||||
enum class TypeOfProduct {
|
||||
RAW_MATERIAL
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class Product : BaseTenantModel() {
|
||||
fun patchValues(updatedProduct: Product) {
|
||||
this.name = updatedProduct.name
|
||||
this.description = updatedProduct.description
|
||||
this.hsnCode = updatedProduct.hsnCode
|
||||
this.uom = updatedProduct.uom
|
||||
}
|
||||
|
||||
var id: Long? = null
|
||||
var name: String = ""
|
||||
var description: String = ""
|
||||
var hsnCode: String = ""
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
var uom: UOM? = null
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
var type: TypeOfProduct? = null
|
||||
|
||||
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class Quotation : BaseTenantModel() {
|
||||
fun patchValues(updatedQuote: Quotation) {
|
||||
this.quoteDate = updatedQuote.quoteDate
|
||||
this.vendorQuoteNum = updatedQuote.vendorQuoteNum
|
||||
this.validTill = updatedQuote.validTill
|
||||
this.reqForQuoteNum = updatedQuote.reqForQuoteNum
|
||||
this.tnc = updatedQuote.tnc
|
||||
this.products = updatedQuote.products
|
||||
this.vendor = updatedQuote.vendor
|
||||
this.documents = updatedQuote.documents
|
||||
this.totalAmount = updatedQuote.totalAmount
|
||||
}
|
||||
|
||||
@DbJsonB
|
||||
var products: MutableList<POProducts> = mutableListOf()
|
||||
|
||||
@ManyToOne
|
||||
var vendor: Vendor? = null
|
||||
var totalAmount: Double = 0.0
|
||||
|
||||
var reqForQuoteNum: String? = ""
|
||||
var quoteNum: String = ""
|
||||
var vendorQuoteNum: String? = ""
|
||||
var quoteDate: LocalDate? = null
|
||||
var validTill: LocalDate? = null
|
||||
|
||||
@DbArray
|
||||
var tnc: List<String>? = arrayListOf()
|
||||
|
||||
@DbArray
|
||||
var documents: List<String>? = arrayListOf()
|
||||
|
||||
var taxesIncluded: Boolean ?= null
|
||||
}
|
||||
|
||||
enum class DocType {
|
||||
PO, QUOTE, INVOICE, ALL
|
||||
@ -270,66 +386,75 @@ open class Document : BaseTenantModel() {
|
||||
var docDate: LocalDate? = null
|
||||
}
|
||||
|
||||
|
||||
enum class InvoiceStatus {
|
||||
PAID_FULL, PAID_SOME, PAID_NONE, ALL
|
||||
}
|
||||
|
||||
|
||||
@Entity
|
||||
@Index(name = "plantid_idx", columnNames = ["plant_id"], unique = true)
|
||||
open class Plant : BaseModel() {
|
||||
fun patch(p: Plant) {
|
||||
this.plantName = p.plantName
|
||||
this.prefixes?.apply {
|
||||
this.clear()
|
||||
this.putAll(p.prefixes ?: emptyMap())
|
||||
}
|
||||
this.print?.apply {
|
||||
this.clear()
|
||||
this.putAll(p.print ?: emptyMap())
|
||||
}
|
||||
this.limits?.apply {
|
||||
this.clear()
|
||||
this.putAll(p.limits ?: emptyMap())
|
||||
}
|
||||
this.save()
|
||||
}
|
||||
|
||||
var plantId: String = ""
|
||||
var plantName: String = ""
|
||||
var plantOriginalName: String? = ""
|
||||
|
||||
@DbJsonB
|
||||
var print: MutableMap<String, String>? = mutableMapOf()
|
||||
@DbJsonB
|
||||
var prefixes: MutableMap<String, String>? = mutableMapOf()
|
||||
@DbJsonB
|
||||
var limits: MutableMap<String, String>? = mutableMapOf()
|
||||
}
|
||||
|
||||
class RefreshHistory {
|
||||
var oldAt: String = ""
|
||||
var oldExpiryAt: String = ""
|
||||
var newAt: String = ""
|
||||
var newExpiryAt: String = ""
|
||||
var createdAt: String = ""
|
||||
enum class RFQStatus {
|
||||
DELIVERED, PO, QUOTE, CANCELLED
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class AuthTokenCache : BaseModel() {
|
||||
@Column(columnDefinition = "text")
|
||||
var authToken: String = ""
|
||||
var issuedAt: LocalDateTime = LocalDateTime.now()
|
||||
var expiresAt: LocalDateTime = LocalDateTime.now()
|
||||
var refreshExpiresAt: LocalDateTime = LocalDateTime.now()
|
||||
open class ReqForQuote : BaseTenantModel() {
|
||||
@DbArray
|
||||
var potentialVendors: List<Long>? = null
|
||||
|
||||
@Column(columnDefinition = "text")
|
||||
var refreshToken: String = ""
|
||||
var userId: String = ""
|
||||
var expired: Boolean = false
|
||||
var loggedOut: Boolean = false
|
||||
@Enumerated(EnumType.STRING)
|
||||
var status: RFQStatus? = null
|
||||
|
||||
@DbJsonB
|
||||
var refreshHistory: MutableList<RefreshHistory>? = arrayListOf()
|
||||
var products: List<POProducts>? = null
|
||||
var reqForQuoteNum: String? = null
|
||||
var openTill: LocalDate? = null
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class IncomingInventory : BaseTenantModel() {
|
||||
fun patchValues(updated: IncomingInventory) {
|
||||
this.date = updated.date
|
||||
this.vendorBillNum = updated.vendorBillNum
|
||||
this.vendorBillAmount = updated.vendorBillAmount
|
||||
this.vehicle = updated.vehicle
|
||||
this.products = updated.products
|
||||
this.vendor = updated.vendor
|
||||
}
|
||||
|
||||
var mrn: String? = null
|
||||
var date: LocalDate? = null
|
||||
var vendorBillNum: String? = null
|
||||
var vendorBillAmount: Double = 0.0
|
||||
var vehicle: String = ""
|
||||
|
||||
@DbJsonB
|
||||
var products: List<POProducts>? = null
|
||||
|
||||
@ManyToOne
|
||||
var vendor: Vendor? = null
|
||||
}
|
||||
|
||||
|
||||
enum class OutMode {
|
||||
PERSON, VEHICLE, ALL
|
||||
}
|
||||
|
||||
@Entity
|
||||
open class OutgoingInventory : BaseTenantModel() {
|
||||
fun patchValues(updated: OutgoingInventory) {
|
||||
this.date = updated.date
|
||||
this.products = updated.products
|
||||
this.purpose = updated.purpose
|
||||
this.outMode = updated.outMode
|
||||
this.person = updated.person
|
||||
this.vehicle = updated.vehicle
|
||||
|
||||
}
|
||||
|
||||
var mdn: String? = null
|
||||
var date: LocalDate? = null
|
||||
|
||||
@DbJsonB
|
||||
var products: List<POProducts>? = null
|
||||
var purpose: String? = null
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
var outMode: OutMode? = null
|
||||
|
||||
var person: String? = null
|
||||
var vehicle: String? = null
|
||||
}
|
||||
@ -2,7 +2,6 @@ package com.restapi.integ
|
||||
|
||||
import com.restapi.config.AppConfig.Companion.appConfig
|
||||
import com.restapi.domain.DataModel
|
||||
import com.restapi.domain.EntityModel
|
||||
import com.restapi.domain.Session.currentTenant
|
||||
import com.restapi.domain.Session.currentUser
|
||||
import com.restapi.domain.Session.database
|
||||
@ -22,11 +21,11 @@ object Scripting {
|
||||
engine as Invocable
|
||||
}
|
||||
|
||||
fun execute(scriptName: String, fnName: String, params: Map<String, Any>, entityModel: EntityModel?,): Any {
|
||||
return getEngine(scriptName).invokeFunction(fnName, params, entityModel, database, logger, currentUser(), currentTenant())
|
||||
fun execute(scriptName: String, fnName: String, params: Map<String, Any>): Any {
|
||||
return getEngine(scriptName).invokeFunction(fnName, params, database, logger, currentUser(), currentTenant())
|
||||
}
|
||||
|
||||
fun execute(scriptName: String, fnName: String, dataModel: DataModel, entityModel: EntityModel?,): Any {
|
||||
return getEngine(scriptName).invokeFunction(fnName, dataModel, entityModel, database, logger, currentUser(), currentTenant())
|
||||
fun execute(scriptName: String, fnName: String, dataModel: DataModel): Any {
|
||||
return getEngine(scriptName).invokeFunction(fnName, dataModel, database, logger, currentUser(), currentTenant())
|
||||
}
|
||||
}
|
||||
@ -1,64 +0,0 @@
|
||||
-- apply changes
|
||||
create table invoice (
|
||||
sys_pk bigint generated by default as identity not null,
|
||||
deleted_on timestamp,
|
||||
current_approval_level integer default 0 not null,
|
||||
required_approval_levels integer default 0 not null,
|
||||
date date,
|
||||
total_amount float not null,
|
||||
vendor_sys_pk bigint,
|
||||
deleted boolean default false not null,
|
||||
version integer default 1 not null,
|
||||
created_at timestamp default 'now()' not null,
|
||||
modified_at timestamp default 'now()' not null,
|
||||
deleted_by varchar(255),
|
||||
approval_status varchar(8) default 'APPROVED' not null,
|
||||
tags varchar[] default '{}' not null,
|
||||
comments jsonb default '[]' not null,
|
||||
tenant_id varchar(255) not null,
|
||||
number varchar(255) not null,
|
||||
po_num varchar(255),
|
||||
products jsonb,
|
||||
status varchar(9),
|
||||
created_by varchar(255) not null,
|
||||
modified_by varchar(255) not null,
|
||||
constraint ck_invoice_approval_status check ( approval_status in ('PENDING','APPROVED','REJECTED')),
|
||||
constraint ck_invoice_status check ( status in ('PAID_FULL','PAID_SOME','PAID_NONE','ALL')),
|
||||
constraint pk_invoice primary key (sys_pk)
|
||||
);
|
||||
|
||||
create table payment (
|
||||
sys_pk bigint generated by default as identity not null,
|
||||
deleted_on timestamp,
|
||||
current_approval_level integer default 0 not null,
|
||||
required_approval_levels integer default 0 not null,
|
||||
amount float not null,
|
||||
date date,
|
||||
vendor_sys_pk bigint,
|
||||
deleted boolean default false not null,
|
||||
version integer default 1 not null,
|
||||
created_at timestamp default 'now()' not null,
|
||||
modified_at timestamp default 'now()' not null,
|
||||
deleted_by varchar(255),
|
||||
approval_status varchar(8) default 'APPROVED' not null,
|
||||
tags varchar[] default '{}' not null,
|
||||
comments jsonb default '[]' not null,
|
||||
tenant_id varchar(255) not null,
|
||||
ref_number varchar(255) not null,
|
||||
remark varchar(255),
|
||||
created_by varchar(255) not null,
|
||||
modified_by varchar(255) not null,
|
||||
constraint ck_payment_approval_status check ( approval_status in ('PENDING','APPROVED','REJECTED')),
|
||||
constraint pk_payment primary key (sys_pk)
|
||||
);
|
||||
|
||||
-- apply alter tables
|
||||
alter table vendor add column if not exists outstanding float;
|
||||
alter table vendor add column if not exists as_on_which_date date;
|
||||
-- foreign keys and indices
|
||||
create index ix_invoice_vendor_sys_pk on invoice (vendor_sys_pk);
|
||||
alter table invoice add constraint fk_invoice_vendor_sys_pk foreign key (vendor_sys_pk) references vendor (sys_pk) on delete restrict on update restrict;
|
||||
|
||||
create index ix_payment_vendor_sys_pk on payment (vendor_sys_pk);
|
||||
alter table payment add constraint fk_payment_vendor_sys_pk foreign key (vendor_sys_pk) references vendor (sys_pk) on delete restrict on update restrict;
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table payment add column if not exists excess_amount float;
|
||||
alter table payment add column if not exists invoices_affected jsonb;
|
||||
@ -1,2 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table payment add column if not exists amount_deducted float;
|
||||
@ -1,33 +0,0 @@
|
||||
-- apply changes
|
||||
create table fleet (
|
||||
sys_pk bigint generated by default as identity not null,
|
||||
deleted_on timestamp,
|
||||
current_approval_level integer default 0 not null,
|
||||
required_approval_levels integer default 0 not null,
|
||||
mileage float not null,
|
||||
cost float not null,
|
||||
insurance_renewal_date date,
|
||||
pollution_renewal_date date,
|
||||
fitness_renewal_date date,
|
||||
deleted boolean default false not null,
|
||||
version integer default 1 not null,
|
||||
created_at timestamp default 'now()' not null,
|
||||
modified_at timestamp default 'now()' not null,
|
||||
deleted_by varchar(255),
|
||||
approval_status varchar(8) default 'APPROVED' not null,
|
||||
tags varchar[] default '{}' not null,
|
||||
comments jsonb default '[]' not null,
|
||||
tenant_id varchar(255) not null,
|
||||
name varchar(255) not null,
|
||||
type varchar(255) not null,
|
||||
reg_number varchar(255) not null,
|
||||
model varchar(255) not null,
|
||||
make varchar(255) not null,
|
||||
driver varchar(255) not null,
|
||||
driver_contact varchar(255) not null,
|
||||
created_by varchar(255) not null,
|
||||
modified_by varchar(255) not null,
|
||||
constraint ck_fleet_approval_status check ( approval_status in ('PENDING','APPROVED','REJECTED')),
|
||||
constraint pk_fleet primary key (sys_pk)
|
||||
);
|
||||
|
||||
@ -1,67 +0,0 @@
|
||||
-- apply changes
|
||||
create table fleet_type (
|
||||
sys_pk bigint generated by default as identity not null,
|
||||
deleted_on timestamp,
|
||||
current_approval_level integer default 0 not null,
|
||||
required_approval_levels integer default 0 not null,
|
||||
deleted boolean default false not null,
|
||||
version integer default 1 not null,
|
||||
created_at timestamp default 'now()' not null,
|
||||
modified_at timestamp default 'now()' not null,
|
||||
deleted_by varchar(255),
|
||||
approval_status varchar(8) default 'APPROVED' not null,
|
||||
tags varchar[] default '{}' not null,
|
||||
comments jsonb default '[]' not null,
|
||||
tenant_id varchar(255) not null,
|
||||
name varchar(255) not null,
|
||||
person_incharge varchar(255) not null,
|
||||
created_by varchar(255) not null,
|
||||
modified_by varchar(255) not null,
|
||||
constraint ck_fleet_type_approval_status check ( approval_status in ('PENDING','APPROVED','REJECTED')),
|
||||
constraint pk_fleet_type primary key (sys_pk)
|
||||
);
|
||||
|
||||
create table renewal (
|
||||
sys_pk bigint generated by default as identity not null,
|
||||
deleted_on timestamp,
|
||||
current_approval_level integer default 0 not null,
|
||||
required_approval_levels integer default 0 not null,
|
||||
deleted boolean default false not null,
|
||||
version integer default 1 not null,
|
||||
created_at timestamp default 'now()' not null,
|
||||
modified_at timestamp default 'now()' not null,
|
||||
deleted_by varchar(255),
|
||||
approval_status varchar(8) default 'APPROVED' not null,
|
||||
tags varchar[] default '{}' not null,
|
||||
comments jsonb default '[]' not null,
|
||||
tenant_id varchar(255) not null,
|
||||
name varchar(255) not null,
|
||||
created_by varchar(255) not null,
|
||||
modified_by varchar(255) not null,
|
||||
constraint ck_renewal_approval_status check ( approval_status in ('PENDING','APPROVED','REJECTED')),
|
||||
constraint pk_renewal primary key (sys_pk)
|
||||
);
|
||||
|
||||
create table vehicle (
|
||||
sys_pk bigint generated by default as identity not null,
|
||||
deleted_on timestamp,
|
||||
current_approval_level integer default 0 not null,
|
||||
required_approval_levels integer default 0 not null,
|
||||
deleted boolean default false not null,
|
||||
version integer default 1 not null,
|
||||
created_at timestamp default 'now()' not null,
|
||||
modified_at timestamp default 'now()' not null,
|
||||
deleted_by varchar(255),
|
||||
approval_status varchar(8) default 'APPROVED' not null,
|
||||
tags varchar[] default '{}' not null,
|
||||
comments jsonb default '[]' not null,
|
||||
tenant_id varchar(255) not null,
|
||||
name varchar(255) not null,
|
||||
created_by varchar(255) not null,
|
||||
modified_by varchar(255) not null,
|
||||
constraint ck_vehicle_approval_status check ( approval_status in ('PENDING','APPROVED','REJECTED')),
|
||||
constraint pk_vehicle primary key (sys_pk)
|
||||
);
|
||||
|
||||
-- apply alter tables
|
||||
alter table fleet add column if not exists renewals jsonb;
|
||||
@ -1,30 +0,0 @@
|
||||
-- apply changes
|
||||
create table fleet_renewal (
|
||||
sys_pk bigint generated by default as identity not null,
|
||||
deleted_on timestamp,
|
||||
current_approval_level integer default 0 not null,
|
||||
required_approval_levels integer default 0 not null,
|
||||
date date,
|
||||
last_date date,
|
||||
frequency integer not null,
|
||||
fleet_sys_pk bigint,
|
||||
deleted boolean default false not null,
|
||||
version integer default 1 not null,
|
||||
created_at timestamp default 'now()' not null,
|
||||
modified_at timestamp default 'now()' not null,
|
||||
deleted_by varchar(255),
|
||||
approval_status varchar(8) default 'APPROVED' not null,
|
||||
tags varchar[] default '{}' not null,
|
||||
comments jsonb default '[]' not null,
|
||||
tenant_id varchar(255) not null,
|
||||
name varchar(255) not null,
|
||||
created_by varchar(255) not null,
|
||||
modified_by varchar(255) not null,
|
||||
constraint ck_fleet_renewal_approval_status check ( approval_status in ('PENDING','APPROVED','REJECTED')),
|
||||
constraint pk_fleet_renewal primary key (sys_pk)
|
||||
);
|
||||
|
||||
-- foreign keys and indices
|
||||
create index ix_fleet_renewal_fleet_sys_pk on fleet_renewal (fleet_sys_pk);
|
||||
alter table fleet_renewal add constraint fk_fleet_renewal_fleet_sys_pk foreign key (fleet_sys_pk) references fleet (sys_pk) on delete restrict on update restrict;
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table fleet_renewal add column if not exists documents varchar[];
|
||||
@ -1,62 +0,0 @@
|
||||
-- drop dependencies
|
||||
alter table if exists fleet_renewal drop constraint if exists fk_fleet_renewal_fleet_sys_pk;
|
||||
-- apply changes
|
||||
create table reminder (
|
||||
sys_pk bigint generated by default as identity not null,
|
||||
deleted_on timestamp,
|
||||
current_approval_level integer default 0 not null,
|
||||
required_approval_levels integer default 0 not null,
|
||||
next_renewal_date date,
|
||||
last_renewal_date date,
|
||||
amount float not null,
|
||||
frequency integer not null,
|
||||
fleet_sys_pk bigint,
|
||||
deleted boolean default false not null,
|
||||
version integer default 1 not null,
|
||||
created_at timestamp default 'now()' not null,
|
||||
modified_at timestamp default 'now()' not null,
|
||||
deleted_by varchar(255),
|
||||
approval_status varchar(8) default 'APPROVED' not null,
|
||||
tags varchar[] default '{}' not null,
|
||||
comments jsonb default '[]' not null,
|
||||
tenant_id varchar(255) not null,
|
||||
type varchar(255) not null,
|
||||
documents varchar[],
|
||||
created_by varchar(255) not null,
|
||||
modified_by varchar(255) not null,
|
||||
constraint ck_reminder_approval_status check ( approval_status in ('PENDING','APPROVED','REJECTED')),
|
||||
constraint pk_reminder primary key (sys_pk)
|
||||
);
|
||||
|
||||
create table reminder_log (
|
||||
sys_pk bigint generated by default as identity not null,
|
||||
deleted_on timestamp,
|
||||
current_approval_level integer default 0 not null,
|
||||
required_approval_levels integer default 0 not null,
|
||||
reminder_date date,
|
||||
fleet_sys_pk bigint,
|
||||
acted_upon boolean default false not null,
|
||||
amount float not null,
|
||||
deleted boolean default false not null,
|
||||
version integer default 1 not null,
|
||||
created_at timestamp default 'now()' not null,
|
||||
modified_at timestamp default 'now()' not null,
|
||||
deleted_by varchar(255),
|
||||
approval_status varchar(8) default 'APPROVED' not null,
|
||||
tags varchar[] default '{}' not null,
|
||||
comments jsonb default '[]' not null,
|
||||
tenant_id varchar(255) not null,
|
||||
reminder_type varchar(255) not null,
|
||||
created_by varchar(255) not null,
|
||||
modified_by varchar(255) not null,
|
||||
constraint ck_reminder_log_approval_status check ( approval_status in ('PENDING','APPROVED','REJECTED')),
|
||||
constraint pk_reminder_log primary key (sys_pk)
|
||||
);
|
||||
|
||||
-- foreign keys and indices
|
||||
create index ix_reminder_fleet_sys_pk on reminder (fleet_sys_pk);
|
||||
alter table reminder add constraint fk_reminder_fleet_sys_pk foreign key (fleet_sys_pk) references fleet (sys_pk) on delete restrict on update restrict;
|
||||
|
||||
create index ix_reminder_log_fleet_sys_pk on reminder_log (fleet_sys_pk);
|
||||
alter table reminder_log add constraint fk_reminder_log_fleet_sys_pk foreign key (fleet_sys_pk) references fleet (sys_pk) on delete restrict on update restrict;
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table reminder_log add column if not exists documents varchar[];
|
||||
@ -1,6 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table reminder_log add column if not exists reminder_sys_pk bigint;
|
||||
-- foreign keys and indices
|
||||
create index ix_reminder_log_reminder_sys_pk on reminder_log (reminder_sys_pk);
|
||||
alter table reminder_log add constraint fk_reminder_log_reminder_sys_pk foreign key (reminder_sys_pk) references reminder (sys_pk) on delete restrict on update restrict;
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table fleet add column if not exists reg_date date;
|
||||
@ -1,23 +0,0 @@
|
||||
-- apply changes
|
||||
create table plant (
|
||||
sys_pk bigint generated by default as identity not null,
|
||||
deleted_on timestamp,
|
||||
current_approval_level integer default 0 not null,
|
||||
required_approval_levels integer default 0 not null,
|
||||
deleted boolean default false not null,
|
||||
version integer default 1 not null,
|
||||
created_at timestamp default 'now()' not null,
|
||||
modified_at timestamp default 'now()' not null,
|
||||
deleted_by varchar(255),
|
||||
approval_status varchar(8) default 'APPROVED' not null,
|
||||
tags varchar[] default '{}' not null,
|
||||
comments jsonb default '[]' not null,
|
||||
plant_id varchar(255) not null,
|
||||
plant_name varchar(255) not null,
|
||||
created_by varchar(255) not null,
|
||||
modified_by varchar(255) not null,
|
||||
constraint ck_plant_approval_status check ( approval_status in ('PENDING','APPROVED','REJECTED')),
|
||||
constraint plantid_idx unique (plant_id),
|
||||
constraint pk_plant primary key (sys_pk)
|
||||
);
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table product alter column id type varchar(255) using id::varchar(255);
|
||||
@ -1,3 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table incoming_inventory add column if not exists loading varchar(255);
|
||||
alter table incoming_inventory add column if not exists unloading varchar(255);
|
||||
@ -1,7 +0,0 @@
|
||||
-- drop dependencies
|
||||
alter table product drop constraint if exists ck_product_uom;
|
||||
-- apply alter tables
|
||||
alter table product alter column uom type varchar(6);
|
||||
alter table product add column if not exists gst_pct float;
|
||||
-- apply post alter
|
||||
alter table product add constraint ck_product_uom check ( uom in ('KG','CFT','TON','LTR','NUMBER','MTR','BOX','CUM','PACKET','ALL','NOS'));
|
||||
@ -1,2 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table vendor add column if not exists address_list jsonb;
|
||||
@ -1,2 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table incoming_inventory add column if not exists unloading_plant_id varchar(255);
|
||||
@ -1,2 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table plant add column if not exists prefixes jsonb;
|
||||
@ -1,28 +0,0 @@
|
||||
-- apply changes
|
||||
create table auth_token_cache (
|
||||
sys_pk bigint generated by default as identity not null,
|
||||
deleted_on timestamp,
|
||||
current_approval_level integer default 0 not null,
|
||||
required_approval_levels integer default 0 not null,
|
||||
auth_token text not null,
|
||||
issued_at timestamp not null,
|
||||
expires_at timestamp not null,
|
||||
refresh_expires_at timestamp not null,
|
||||
refresh_token text not null,
|
||||
expired boolean default false not null,
|
||||
logged_out boolean default false not null,
|
||||
deleted boolean default false not null,
|
||||
version integer default 1 not null,
|
||||
created_at timestamp default 'now()' not null,
|
||||
modified_at timestamp default 'now()' not null,
|
||||
deleted_by varchar(255),
|
||||
approval_status varchar(8) default 'APPROVED' not null,
|
||||
tags varchar[] default '{}' not null,
|
||||
comments jsonb default '[]' not null,
|
||||
user_id varchar(255) not null,
|
||||
created_by varchar(255) not null,
|
||||
modified_by varchar(255) not null,
|
||||
constraint ck_auth_token_cache_approval_status check ( approval_status in ('PENDING','APPROVED','REJECTED')),
|
||||
constraint pk_auth_token_cache primary key (sys_pk)
|
||||
);
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table auth_token_cache add column if not exists refresh_history jsonb;
|
||||
alter table product add column if not exists id varchar(255);
|
||||
@ -1,4 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table outgoing_inventory add column if not exists unloading_plant_id varchar(255);
|
||||
alter table outgoing_inventory add column if not exists unloading varchar(255);
|
||||
alter table outgoing_inventory add column if not exists job_card varchar(255);
|
||||
@ -1,5 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table purchase_order add column if not exists all_loading_site boolean default true not null;
|
||||
alter table purchase_order add column if not exists all_unloading_site boolean default true not null;
|
||||
alter table purchase_order add column if not exists unloading_plant_id varchar(255);
|
||||
alter table purchase_order add column if not exists loading_site_id uuid;
|
||||
@ -1,7 +0,0 @@
|
||||
-- drop dependencies
|
||||
alter table product drop constraint if exists ck_product_uom;
|
||||
-- apply alter tables
|
||||
alter table purchase_order alter column all_loading_site set default false;
|
||||
alter table purchase_order alter column all_unloading_site set default false;
|
||||
-- apply post alter
|
||||
alter table product add constraint ck_product_uom check ( uom in ('KG','CFT','TON','LTR','NUMBER','MTR','BOX','CUM','PACKET','ALL','NOS','LITER'));
|
||||
@ -1,4 +0,0 @@
|
||||
-- drop dependencies
|
||||
alter table outgoing_inventory drop constraint if exists ck_outgoing_inventory_out_mode;
|
||||
-- apply post alter
|
||||
alter table outgoing_inventory add constraint ck_outgoing_inventory_out_mode check ( out_mode in ('PERSON','VEHICLE','ALL','JOB','OFFICE'));
|
||||
@ -1,2 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table plant add column if not exists plant_original_name varchar(255);
|
||||
@ -1,2 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table plant add column if not exists print jsonb;
|
||||
@ -1,2 +0,0 @@
|
||||
-- apply alter tables
|
||||
alter table plant add column if not exists limits jsonb;
|
||||
@ -1,55 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<createTable name="invoice" pkName="pk_invoice">
|
||||
<column name="sys_pk" type="bigint" primaryKey="true"/>
|
||||
<column name="deleted_on" type="localdatetime"/>
|
||||
<column name="deleted_by" type="varchar"/>
|
||||
<column name="current_approval_level" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="required_approval_levels" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="approval_status" type="varchar(8)" defaultValue="'APPROVED'" notnull="true" checkConstraint="check ( approval_status in ('PENDING','APPROVED','REJECTED'))" checkConstraintName="ck_invoice_approval_status"/>
|
||||
<column name="tags" type="varchar[]" defaultValue="'{}'" notnull="true"/>
|
||||
<column name="comments" type="jsonb" defaultValue="'[]'" notnull="true"/>
|
||||
<column name="tenant_id" type="varchar" notnull="true"/>
|
||||
<column name="number" type="varchar" notnull="true"/>
|
||||
<column name="date" type="date"/>
|
||||
<column name="total_amount" type="double" notnull="true"/>
|
||||
<column name="po_num" type="varchar"/>
|
||||
<column name="products" type="jsonb"/>
|
||||
<column name="vendor_sys_pk" type="bigint" references="vendor.sys_pk" foreignKeyName="fk_invoice_vendor_sys_pk" foreignKeyIndex="ix_invoice_vendor_sys_pk"/>
|
||||
<column name="status" type="varchar(9)" checkConstraint="check ( status in ('PAID_FULL','PAID_SOME','PAID_NONE','ALL'))" checkConstraintName="ck_invoice_status"/>
|
||||
<column name="deleted" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="version" type="integer" defaultValue="1" notnull="true"/>
|
||||
<column name="created_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="modified_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="created_by" type="varchar" notnull="true"/>
|
||||
<column name="modified_by" type="varchar" notnull="true"/>
|
||||
</createTable>
|
||||
<createTable name="payment" pkName="pk_payment">
|
||||
<column name="sys_pk" type="bigint" primaryKey="true"/>
|
||||
<column name="deleted_on" type="localdatetime"/>
|
||||
<column name="deleted_by" type="varchar"/>
|
||||
<column name="current_approval_level" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="required_approval_levels" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="approval_status" type="varchar(8)" defaultValue="'APPROVED'" notnull="true" checkConstraint="check ( approval_status in ('PENDING','APPROVED','REJECTED'))" checkConstraintName="ck_payment_approval_status"/>
|
||||
<column name="tags" type="varchar[]" defaultValue="'{}'" notnull="true"/>
|
||||
<column name="comments" type="jsonb" defaultValue="'[]'" notnull="true"/>
|
||||
<column name="tenant_id" type="varchar" notnull="true"/>
|
||||
<column name="ref_number" type="varchar" notnull="true"/>
|
||||
<column name="amount" type="double" notnull="true"/>
|
||||
<column name="date" type="date"/>
|
||||
<column name="remark" type="varchar"/>
|
||||
<column name="vendor_sys_pk" type="bigint" references="vendor.sys_pk" foreignKeyName="fk_payment_vendor_sys_pk" foreignKeyIndex="ix_payment_vendor_sys_pk"/>
|
||||
<column name="deleted" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="version" type="integer" defaultValue="1" notnull="true"/>
|
||||
<column name="created_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="modified_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="created_by" type="varchar" notnull="true"/>
|
||||
<column name="modified_by" type="varchar" notnull="true"/>
|
||||
</createTable>
|
||||
<addColumn tableName="vendor">
|
||||
<column name="outstanding" type="double"/>
|
||||
<column name="as_on_which_date" type="date"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="payment">
|
||||
<column name="excess_amount" type="double"/>
|
||||
<column name="invoices_affected" type="jsonb"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="payment">
|
||||
<column name="amount_deducted" type="double"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,34 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<createTable name="fleet" pkName="pk_fleet">
|
||||
<column name="sys_pk" type="bigint" primaryKey="true"/>
|
||||
<column name="deleted_on" type="localdatetime"/>
|
||||
<column name="deleted_by" type="varchar"/>
|
||||
<column name="current_approval_level" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="required_approval_levels" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="approval_status" type="varchar(8)" defaultValue="'APPROVED'" notnull="true" checkConstraint="check ( approval_status in ('PENDING','APPROVED','REJECTED'))" checkConstraintName="ck_fleet_approval_status"/>
|
||||
<column name="tags" type="varchar[]" defaultValue="'{}'" notnull="true"/>
|
||||
<column name="comments" type="jsonb" defaultValue="'[]'" notnull="true"/>
|
||||
<column name="tenant_id" type="varchar" notnull="true"/>
|
||||
<column name="name" type="varchar" notnull="true"/>
|
||||
<column name="type" type="varchar" notnull="true"/>
|
||||
<column name="reg_number" type="varchar" notnull="true"/>
|
||||
<column name="model" type="varchar" notnull="true"/>
|
||||
<column name="make" type="varchar" notnull="true"/>
|
||||
<column name="driver" type="varchar" notnull="true"/>
|
||||
<column name="driver_contact" type="varchar" notnull="true"/>
|
||||
<column name="mileage" type="double" notnull="true"/>
|
||||
<column name="cost" type="double" notnull="true"/>
|
||||
<column name="insurance_renewal_date" type="date"/>
|
||||
<column name="pollution_renewal_date" type="date"/>
|
||||
<column name="fitness_renewal_date" type="date"/>
|
||||
<column name="deleted" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="version" type="integer" defaultValue="1" notnull="true"/>
|
||||
<column name="created_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="modified_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="created_by" type="varchar" notnull="true"/>
|
||||
<column name="modified_by" type="varchar" notnull="true"/>
|
||||
</createTable>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,63 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="fleet">
|
||||
<column name="renewals" type="jsonb"/>
|
||||
</addColumn>
|
||||
<createTable name="fleet_type" pkName="pk_fleet_type">
|
||||
<column name="sys_pk" type="bigint" primaryKey="true"/>
|
||||
<column name="deleted_on" type="localdatetime"/>
|
||||
<column name="deleted_by" type="varchar"/>
|
||||
<column name="current_approval_level" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="required_approval_levels" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="approval_status" type="varchar(8)" defaultValue="'APPROVED'" notnull="true" checkConstraint="check ( approval_status in ('PENDING','APPROVED','REJECTED'))" checkConstraintName="ck_fleet_type_approval_status"/>
|
||||
<column name="tags" type="varchar[]" defaultValue="'{}'" notnull="true"/>
|
||||
<column name="comments" type="jsonb" defaultValue="'[]'" notnull="true"/>
|
||||
<column name="tenant_id" type="varchar" notnull="true"/>
|
||||
<column name="name" type="varchar" notnull="true"/>
|
||||
<column name="person_incharge" type="varchar" notnull="true"/>
|
||||
<column name="deleted" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="version" type="integer" defaultValue="1" notnull="true"/>
|
||||
<column name="created_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="modified_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="created_by" type="varchar" notnull="true"/>
|
||||
<column name="modified_by" type="varchar" notnull="true"/>
|
||||
</createTable>
|
||||
<createTable name="renewal" pkName="pk_renewal">
|
||||
<column name="sys_pk" type="bigint" primaryKey="true"/>
|
||||
<column name="deleted_on" type="localdatetime"/>
|
||||
<column name="deleted_by" type="varchar"/>
|
||||
<column name="current_approval_level" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="required_approval_levels" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="approval_status" type="varchar(8)" defaultValue="'APPROVED'" notnull="true" checkConstraint="check ( approval_status in ('PENDING','APPROVED','REJECTED'))" checkConstraintName="ck_renewal_approval_status"/>
|
||||
<column name="tags" type="varchar[]" defaultValue="'{}'" notnull="true"/>
|
||||
<column name="comments" type="jsonb" defaultValue="'[]'" notnull="true"/>
|
||||
<column name="tenant_id" type="varchar" notnull="true"/>
|
||||
<column name="name" type="varchar" notnull="true"/>
|
||||
<column name="deleted" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="version" type="integer" defaultValue="1" notnull="true"/>
|
||||
<column name="created_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="modified_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="created_by" type="varchar" notnull="true"/>
|
||||
<column name="modified_by" type="varchar" notnull="true"/>
|
||||
</createTable>
|
||||
<createTable name="vehicle" pkName="pk_vehicle">
|
||||
<column name="sys_pk" type="bigint" primaryKey="true"/>
|
||||
<column name="deleted_on" type="localdatetime"/>
|
||||
<column name="deleted_by" type="varchar"/>
|
||||
<column name="current_approval_level" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="required_approval_levels" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="approval_status" type="varchar(8)" defaultValue="'APPROVED'" notnull="true" checkConstraint="check ( approval_status in ('PENDING','APPROVED','REJECTED'))" checkConstraintName="ck_vehicle_approval_status"/>
|
||||
<column name="tags" type="varchar[]" defaultValue="'{}'" notnull="true"/>
|
||||
<column name="comments" type="jsonb" defaultValue="'[]'" notnull="true"/>
|
||||
<column name="tenant_id" type="varchar" notnull="true"/>
|
||||
<column name="name" type="varchar" notnull="true"/>
|
||||
<column name="deleted" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="version" type="integer" defaultValue="1" notnull="true"/>
|
||||
<column name="created_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="modified_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="created_by" type="varchar" notnull="true"/>
|
||||
<column name="modified_by" type="varchar" notnull="true"/>
|
||||
</createTable>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<createTable name="fleet_renewal" pkName="pk_fleet_renewal">
|
||||
<column name="sys_pk" type="bigint" primaryKey="true"/>
|
||||
<column name="deleted_on" type="localdatetime"/>
|
||||
<column name="deleted_by" type="varchar"/>
|
||||
<column name="current_approval_level" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="required_approval_levels" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="approval_status" type="varchar(8)" defaultValue="'APPROVED'" notnull="true" checkConstraint="check ( approval_status in ('PENDING','APPROVED','REJECTED'))" checkConstraintName="ck_fleet_renewal_approval_status"/>
|
||||
<column name="tags" type="varchar[]" defaultValue="'{}'" notnull="true"/>
|
||||
<column name="comments" type="jsonb" defaultValue="'[]'" notnull="true"/>
|
||||
<column name="tenant_id" type="varchar" notnull="true"/>
|
||||
<column name="name" type="varchar" notnull="true"/>
|
||||
<column name="date" type="date"/>
|
||||
<column name="last_date" type="date"/>
|
||||
<column name="frequency" type="integer" notnull="true"/>
|
||||
<column name="fleet_sys_pk" type="bigint" references="fleet.sys_pk" foreignKeyName="fk_fleet_renewal_fleet_sys_pk" foreignKeyIndex="ix_fleet_renewal_fleet_sys_pk"/>
|
||||
<column name="deleted" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="version" type="integer" defaultValue="1" notnull="true"/>
|
||||
<column name="created_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="modified_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="created_by" type="varchar" notnull="true"/>
|
||||
<column name="modified_by" type="varchar" notnull="true"/>
|
||||
</createTable>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="fleet_renewal">
|
||||
<column name="documents" type="varchar[]"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,55 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<createTable name="reminder" pkName="pk_reminder">
|
||||
<column name="sys_pk" type="bigint" primaryKey="true"/>
|
||||
<column name="deleted_on" type="localdatetime"/>
|
||||
<column name="deleted_by" type="varchar"/>
|
||||
<column name="current_approval_level" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="required_approval_levels" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="approval_status" type="varchar(8)" defaultValue="'APPROVED'" notnull="true" checkConstraint="check ( approval_status in ('PENDING','APPROVED','REJECTED'))" checkConstraintName="ck_reminder_approval_status"/>
|
||||
<column name="tags" type="varchar[]" defaultValue="'{}'" notnull="true"/>
|
||||
<column name="comments" type="jsonb" defaultValue="'[]'" notnull="true"/>
|
||||
<column name="tenant_id" type="varchar" notnull="true"/>
|
||||
<column name="type" type="varchar" notnull="true"/>
|
||||
<column name="next_renewal_date" type="date"/>
|
||||
<column name="last_renewal_date" type="date"/>
|
||||
<column name="amount" type="double" notnull="true"/>
|
||||
<column name="frequency" type="integer" notnull="true"/>
|
||||
<column name="documents" type="varchar[]"/>
|
||||
<column name="fleet_sys_pk" type="bigint" references="fleet.sys_pk" foreignKeyName="fk_reminder_fleet_sys_pk" foreignKeyIndex="ix_reminder_fleet_sys_pk"/>
|
||||
<column name="deleted" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="version" type="integer" defaultValue="1" notnull="true"/>
|
||||
<column name="created_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="modified_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="created_by" type="varchar" notnull="true"/>
|
||||
<column name="modified_by" type="varchar" notnull="true"/>
|
||||
</createTable>
|
||||
<createTable name="reminder_log" pkName="pk_reminder_log">
|
||||
<column name="sys_pk" type="bigint" primaryKey="true"/>
|
||||
<column name="deleted_on" type="localdatetime"/>
|
||||
<column name="deleted_by" type="varchar"/>
|
||||
<column name="current_approval_level" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="required_approval_levels" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="approval_status" type="varchar(8)" defaultValue="'APPROVED'" notnull="true" checkConstraint="check ( approval_status in ('PENDING','APPROVED','REJECTED'))" checkConstraintName="ck_reminder_log_approval_status"/>
|
||||
<column name="tags" type="varchar[]" defaultValue="'{}'" notnull="true"/>
|
||||
<column name="comments" type="jsonb" defaultValue="'[]'" notnull="true"/>
|
||||
<column name="tenant_id" type="varchar" notnull="true"/>
|
||||
<column name="reminder_type" type="varchar" notnull="true"/>
|
||||
<column name="reminder_date" type="date"/>
|
||||
<column name="fleet_sys_pk" type="bigint" references="fleet.sys_pk" foreignKeyName="fk_reminder_log_fleet_sys_pk" foreignKeyIndex="ix_reminder_log_fleet_sys_pk"/>
|
||||
<column name="acted_upon" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="amount" type="double" notnull="true"/>
|
||||
<column name="deleted" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="version" type="integer" defaultValue="1" notnull="true"/>
|
||||
<column name="created_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="modified_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="created_by" type="varchar" notnull="true"/>
|
||||
<column name="modified_by" type="varchar" notnull="true"/>
|
||||
</createTable>
|
||||
<alterForeignKey name="fk_fleet_renewal_fleet_sys_pk" columnNames="DROP FOREIGN KEY" indexName="ix_fleet_renewal_fleet_sys_pk" tableName="fleet_renewal"/>
|
||||
</changeSet>
|
||||
<changeSet type="pendingDrops">
|
||||
<dropTable name="fleet_renewal" sequenceCol="sys_pk"/>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="reminder_log">
|
||||
<column name="documents" type="varchar[]"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="reminder_log">
|
||||
<column name="reminder_sys_pk" type="bigint" references="reminder.sys_pk" foreignKeyName="fk_reminder_log_reminder_sys_pk" foreignKeyIndex="ix_reminder_log_reminder_sys_pk"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="fleet">
|
||||
<column name="reg_date" type="date"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<createTable name="plant" pkName="pk_plant">
|
||||
<column name="sys_pk" type="bigint" primaryKey="true"/>
|
||||
<column name="deleted_on" type="localdatetime"/>
|
||||
<column name="deleted_by" type="varchar"/>
|
||||
<column name="current_approval_level" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="required_approval_levels" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="approval_status" type="varchar(8)" defaultValue="'APPROVED'" notnull="true" checkConstraint="check ( approval_status in ('PENDING','APPROVED','REJECTED'))" checkConstraintName="ck_plant_approval_status"/>
|
||||
<column name="tags" type="varchar[]" defaultValue="'{}'" notnull="true"/>
|
||||
<column name="comments" type="jsonb" defaultValue="'[]'" notnull="true"/>
|
||||
<column name="plant_id" type="varchar" notnull="true"/>
|
||||
<column name="plant_name" type="varchar" notnull="true"/>
|
||||
<column name="deleted" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="version" type="integer" defaultValue="1" notnull="true"/>
|
||||
<column name="created_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="modified_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="created_by" type="varchar" notnull="true"/>
|
||||
<column name="modified_by" type="varchar" notnull="true"/>
|
||||
<uniqueConstraint name="plantid_idx" columnNames="plant_id" oneToOne="false" nullableColumns=""/>
|
||||
</createTable>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<alterColumn columnName="code" tableName="product" type="varchar" currentType="bigint" currentNotnull="false"/>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="incoming_inventory">
|
||||
<column name="loading" type="varchar"/>
|
||||
<column name="unloading" type="varchar"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<alterColumn columnName="uom" tableName="product" type="varchar(6)" currentType="varchar(3)" currentNotnull="false" checkConstraint="check ( uom in ('KG','CFT','TON','LTR','NUMBER','MTR','BOX','CUM','PACKET','ALL','NOS'))" checkConstraintName="ck_product_uom"/>
|
||||
<addColumn tableName="product">
|
||||
<column name="gst_pct" type="double"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="vendor">
|
||||
<column name="address_list" type="jsonb"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="incoming_inventory">
|
||||
<column name="unloading_plant_id" type="varchar"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="plant">
|
||||
<column name="prefixes" type="jsonb"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -8,7 +8,7 @@
|
||||
</addColumn>
|
||||
<alterColumn columnName="uom" tableName="product" checkConstraint="check ( uom in ('NOS','LTR','MTR','ALL'))" checkConstraintName="ck_product_uom"/>
|
||||
<addColumn tableName="product">
|
||||
<column name="code" type="bigint"/>
|
||||
<column name="id" type="bigint"/>
|
||||
</addColumn>
|
||||
<alterColumn columnName="reference_quotation" tableName="purchase_order" currentType="varchar" notnull="false" currentNotnull="true"/>
|
||||
<alterColumn columnName="total_amount" tableName="purchase_order" type="double" currentType="integer" currentNotnull="true"/>
|
||||
|
||||
@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<createTable name="auth_token_cache" pkName="pk_auth_token_cache">
|
||||
<column name="sys_pk" type="bigint" primaryKey="true"/>
|
||||
<column name="deleted_on" type="localdatetime"/>
|
||||
<column name="deleted_by" type="varchar"/>
|
||||
<column name="current_approval_level" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="required_approval_levels" type="integer" defaultValue="0" notnull="true"/>
|
||||
<column name="approval_status" type="varchar(8)" defaultValue="'APPROVED'" notnull="true" checkConstraint="check ( approval_status in ('PENDING','APPROVED','REJECTED'))" checkConstraintName="ck_auth_token_cache_approval_status"/>
|
||||
<column name="tags" type="varchar[]" defaultValue="'{}'" notnull="true"/>
|
||||
<column name="comments" type="jsonb" defaultValue="'[]'" notnull="true"/>
|
||||
<column name="auth_token" type="text" notnull="true"/>
|
||||
<column name="issued_at" type="localdatetime" notnull="true"/>
|
||||
<column name="expires_at" type="localdatetime" notnull="true"/>
|
||||
<column name="refresh_expires_at" type="localdatetime" notnull="true"/>
|
||||
<column name="refresh_token" type="text" notnull="true"/>
|
||||
<column name="user_id" type="varchar" notnull="true"/>
|
||||
<column name="expired" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="logged_out" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="deleted" type="boolean" defaultValue="false" notnull="true"/>
|
||||
<column name="version" type="integer" defaultValue="1" notnull="true"/>
|
||||
<column name="created_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="modified_at" type="localdatetime" defaultValue="'now()'" notnull="true"/>
|
||||
<column name="created_by" type="varchar" notnull="true"/>
|
||||
<column name="modified_by" type="varchar" notnull="true"/>
|
||||
</createTable>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="auth_token_cache">
|
||||
<column name="refresh_history" type="jsonb"/>
|
||||
</addColumn>
|
||||
<addColumn tableName="product">
|
||||
<column name="id" type="varchar"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
<changeSet type="pendingDrops">
|
||||
<dropColumn columnName="code" tableName="product"/>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="outgoing_inventory">
|
||||
<column name="unloading_plant_id" type="varchar"/>
|
||||
<column name="unloading" type="varchar"/>
|
||||
<column name="job_card" type="varchar"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
<changeSet type="pendingDrops">
|
||||
<dropTable name="sql_model" sequenceCol="sys_pk"/>
|
||||
<dropTable name="vehicle" sequenceCol="sys_pk"/>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="purchase_order">
|
||||
<column name="all_loading_site" type="boolean" defaultValue="true" notnull="true"/>
|
||||
<column name="all_unloading_site" type="boolean" defaultValue="true" notnull="true"/>
|
||||
<column name="unloading_plant_id" type="varchar"/>
|
||||
<column name="loading_site_id" type="uuid"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<alterColumn columnName="uom" tableName="product" checkConstraint="check ( uom in ('KG','CFT','TON','LTR','NUMBER','MTR','BOX','CUM','PACKET','ALL','NOS','LITER'))" checkConstraintName="ck_product_uom"/>
|
||||
<alterColumn columnName="all_loading_site" tableName="purchase_order" defaultValue="false"/>
|
||||
<alterColumn columnName="all_unloading_site" tableName="purchase_order" defaultValue="false"/>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<alterColumn columnName="out_mode" tableName="outgoing_inventory" checkConstraint="check ( out_mode in ('PERSON','VEHICLE','ALL','JOB','OFFICE'))" checkConstraintName="ck_outgoing_inventory_out_mode"/>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="plant">
|
||||
<column name="plant_original_name" type="varchar"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="plant">
|
||||
<column name="print" type="jsonb"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="plant">
|
||||
<column name="limits" type="jsonb"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
@ -21,14 +21,13 @@
|
||||
</appender>
|
||||
|
||||
<!-- SQL and bind values -->
|
||||
<logger name="io.ebean.SQL" level="DEBUG"/>
|
||||
<logger name="org.apache.http.client.protocol.ResponseProcessCookies" level="ERROR"/>
|
||||
<logger name="io.ebean.SQL" level="TRACE"/>
|
||||
|
||||
<!-- Transaction Commit and Rollback events -->
|
||||
<logger name="io.ebean.TXN" level="WARN"/>
|
||||
<logger name="io.ebean.TXN" level="DEBUG"/>
|
||||
<logger name="io.ebean.SUM" level="WARN"/>
|
||||
|
||||
<root level="INFO">
|
||||
<root level="info">
|
||||
<appender-ref ref="STDOUT" />
|
||||
<appender-ref ref="ROLLING" />
|
||||
</root>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user