This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
make the server auto create GRN daily, and local won't
reset-do-picking-order
[email protected]
1 week ago
parent
555964ba98
commit
b816527c7c
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/main/resources/application-prod.yml
+1
-1
src/main/resources/application.yml
+ 4
- 0
src/main/resources/application-prod.yml
View File
@@ -4,6 +4,10 @@ spring:
username: root
password: secret
scheduler:
postCompletedDnGrn:
enabled: true
m18:
config:
grant-type: password
+ 1
- 1
src/main/resources/application.yml
View File
@@ -13,7 +13,7 @@ server:
# Set enabled: false to disable. Optional receiptDate: "yyyy-MM-dd" overrides for testing only.
scheduler:
postCompletedDnGrn:
enabled:
tru
e
enabled:
fals
e
# receiptDate: # leave unset for production (uses yesterday)
spring:
Write
Preview
Loading…
Cancel
Save