Sfoglia il codice sorgente

make the server auto create GRN daily, and local won't

reset-do-picking-order
[email protected] 1 settimana fa
parent
commit
b816527c7c
2 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. +4
    -0
      src/main/resources/application-prod.yml
  2. +1
    -1
      src/main/resources/application.yml

+ 4
- 0
src/main/resources/application-prod.yml Vedi 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 Vedi File

@@ -13,7 +13,7 @@ server:
# Set enabled: false to disable. Optional receiptDate: "yyyy-MM-dd" overrides for testing only.
scheduler:
postCompletedDnGrn:
enabled: true
enabled: false
# receiptDate: # leave unset for production (uses yesterday)

spring:


Caricamento…
Annulla
Salva