Qiuyi LI
|
984707043a
|
Merge pull request #17 from LQYBill/dev
Release of 1.3.0
|
2023-08-02 18:00:12 +02:00 |
Qiuyi LI
|
710540a1c6
|
Release note 1.3.0: Add a "delete" button on shipping invoice list page to cancel an invoice
|
2023-08-02 17:55:23 +02:00 |
Qiuyi LI
|
8829c02c79
|
Merge pull request #16 from LQYBill/feature/deleteInvoice
feature: cancel invoice
|
2023-08-02 16:25:44 +02:00 |
Gauthier LO
|
a7235bba36
|
Update PlatformOrderContentMapper.xml
|
2023-08-02 16:19:25 +02:00 |
Qiuyi LI
|
f10d9c62e4
|
Merge remote-tracking branch 'origin/dev' into dev
|
2023-08-02 11:36:01 +02:00 |
Qiuyi LI
|
f7b397dd0e
|
Merge pull request #15 from LQYBill/fix/revert3.5.0
Revert "Merge pull request #13 from LQYBill/upgrade/master3.5.3"
|
2023-08-02 11:35:23 +02:00 |
Gauthier LO
|
aade40e44f
|
Revert "Merge pull request #13 from LQYBill/upgrade/master3.5.3"
This reverts commit 4a8446a294 , reversing
changes made to c0d33758c1 .
|
2023-08-02 11:30:54 +02:00 |
Gauthier LO
|
d2ddab74a1
|
feature: cancel invoice
fix : orders invoiced twice
|
2023-08-01 12:09:02 +02:00 |
Qiuyi LI
|
cbe7a18857
|
Update project version
|
2023-07-31 16:45:43 +02:00 |
Qiuyi LI
|
72f433d7b5
|
Hotfix: Add missing shipping invoice number checks anywhere necessary
|
2023-07-31 16:43:14 +02:00 |
Qiuyi LI
|
4a8446a294
|
Merge pull request #13 from LQYBill/upgrade/master3.5.3
Upgrade : from master v3.5.3
|
2023-07-28 16:00:51 +02:00 |
Qiuyi LI
|
d9b71b8527
|
Merge branch 'dev' into upgrade/master3.5.3
|
2023-07-28 16:00:29 +02:00 |
Qiuyi LI
|
c0d33758c1
|
Release note 1.2.0: Add HLJob to retrieve parcel traces
|
2023-07-28 15:46:25 +02:00 |
Qiuyi LI
|
b7e72dc963
|
Merge pull request #14 from LQYBill/hualei_parcel_trace_job
Hualei parcel trace job
|
2023-07-28 15:33:08 +02:00 |
Qiuyi LI
|
78532106a3
|
Create HLJob for parcel traces
|
2023-07-28 15:32:17 +02:00 |
Qiuyi LI
|
4de3ed4429
|
Add HL API models
|
2023-07-28 15:16:54 +02:00 |
Qiuyi LI
|
aed2406c81
|
Add more ScanTypes
|
2023-07-28 15:06:14 +02:00 |
Qiuyi LI
|
c4325cf75a
|
Update DAO tracking numbers' pattern
|
2023-07-28 14:56:36 +02:00 |
Gauthier LO
|
94debfb669
|
Merge branch 'dev' into upgrade/master3.5.3
|
2023-07-27 11:12:59 +02:00 |
Qiuyi LI
|
1df5f6a7ae
|
Hotfix: prolong HTTP requests timeout from 3s to 10s since now we can receive up to 1000 orders from one single request to MabangAPI
|
2023-07-27 11:09:12 +02:00 |
Qiuyi LI
|
8b5311bf84
|
Release note 1.1.0: Use new MabangAPI and add order archiving job
|
2023-07-27 11:08:45 +02:00 |
Gauthier LO
|
e84a825e4f
|
fix: maxRows set to 1000
|
2023-07-27 11:08:15 +02:00 |
Gauthier LO
|
410bae8d5b
|
fix: revert some changes
|
2023-07-27 11:08:15 +02:00 |
Gauthier LO
|
28ec71f50a
|
feature : new Mabang Job to retrieve orders.
|
2023-07-27 11:08:15 +02:00 |
Gauthier LO
|
cdf5ce3cb6
|
fix : archiving job now works as intended, by archiving by default all orders and parcel infos before today 1 year ago
|
2023-07-27 11:08:15 +02:00 |
Gauthier LO
|
f453575fb1
|
feature : - changed list loading logic to include filter
|
2023-07-27 11:08:15 +02:00 |
Gauthier LO
|
723a2ba796
|
fix: issue in previous merge
|
2023-07-27 11:08:11 +02:00 |
Qiuyi LI
|
c049b5adb7
|
Restore app port and file paths now that old version is no longer running
|
2023-07-27 11:06:18 +02:00 |
Qiuyi LI
|
586e0eddda
|
Feature: makes excluded tracking numbers regex a parameter in ArchiveOrderJob
|
2023-07-27 11:06:14 +02:00 |
Qiuyi LI
|
fa0df9450b
|
Fix: convert order time in the database from GMT+8 to GMT+2 to avoid searching mismatch
|
2023-07-27 11:04:28 +02:00 |
Qiuyi LI
|
7ba520eb3f
|
Add missing CMK job
|
2023-07-27 11:04:16 +02:00 |
Qiuyi LI
|
a074f6afa8
|
Update project version
|
2023-07-27 10:34:30 +02:00 |
Qiuyi LI
|
1d99d3c372
|
Fix: When checking SQL injections, make sure that the tested string's length also matches keyword's length, otherwise a perfectly normal table name "country" will be considered as SQL injection suspect because it starts with "count"
|
2023-07-27 10:28:21 +02:00 |
Gauthier LO
|
78a70c0e8c
|
feature : Job that archives po, poc, parcel, parcel_traces
fix : orders with empty logistic_channel_name were not displayed in invoicing page with manual selection
|
2023-07-27 10:28:21 +02:00 |
Qiuyi LI
|
d9286f5181
|
Exclude WIA API calls from JWT filter
|
2023-07-27 10:28:21 +02:00 |
Gauthier LO
|
9e64a034c2
|
feature: (WIP) archiving job for po, poc, parcel and parcel_trace
|
2023-07-27 10:28:21 +02:00 |
Gauthier LO
|
69a68e5531
|
feat : new pages (sav_refund, shipping_calculation, billable_orders_breakdown), warehouses implementation
|
2023-07-27 10:28:21 +02:00 |
Gauthier LO
|
83c8f1f5e0
|
prod config file updated
|
2023-07-27 10:28:21 +02:00 |
Gauthier LO
|
0c68e576fb
|
Feat : upgrade from jeecg boot version 3.5
|
2023-07-27 10:28:21 +02:00 |
zhangdaiscott
|
5ab62d5d3b
|
解决Apache Shiro高危漏洞编号:CVE-2023-34478
|
2023-07-25 11:31:54 +08:00 |
zhangdaiscott
|
83d96bf89e
|
JeecgBoot 低代码平台 3.5.3 版本发布,Online 功能专题升级
|
2023-07-24 11:51:45 +08:00 |
zhangdaiscott
|
0b2c966a72
|
README 更新
|
2023-07-24 11:11:49 +08:00 |
zhangdaiscott
|
ffda530daa
|
README 更新
|
2023-07-24 11:06:18 +08:00 |
zhangdaiscott
|
4c0641f374
|
README 更新
|
2023-07-24 10:20:12 +08:00 |
zhangdaiscott
|
54c7c034a4
|
JeecgBoot 低代码平台 3.5.3 版本发布,Online 功能专题升级
|
2023-07-24 10:11:12 +08:00 |
zhangdaiscott
|
7167668c2a
|
JeecgBoot 低代码平台 3.5.3 版本发布,Online 功能专题升级
|
2023-07-23 23:11:39 +08:00 |
zhangdaiscott
|
1a722fcb07
|
Online功能专题升级,升级到3.5.3版本
|
2023-07-23 22:30:26 +08:00 |
zhangdaiscott
|
648e66d5ef
|
SQL注入 #5173
|
2023-07-23 16:52:55 +08:00 |
zhangdaiscott
|
e6e6902e85
|
[issues/5134] duplicate/check Sql泄露问题
|
2023-07-22 11:24:00 +08:00 |
zhangdaiscott
|
04dd6b056f
|
Token有效期改为7天
|
2023-07-18 16:58:10 +08:00 |