This commit is contained in:
2025-10-21 09:12:00 +02:00
parent a5f8074411
commit 1cde14f640
20 changed files with 2418 additions and 3 deletions

View File

@@ -13,13 +13,17 @@ const default = true
pub struct ERPNext {
pub mut:
name string = 'default'
homedir string
configpath string
username string
password string @[secret]
title string
host string
port int
example []ERPNextExample
}
pub struct ERPNextExample {
pub mut:
field1 string
field2 int
}
// your checking & initialization code if needed