You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
879 B
JSON

{
"id" : "SERVICE",
"name" : {
"default" : "Service",
"CZ" : "Služby"
},
"descriptoin" : {
"default" : "",
"CZ" : ""
},
"schemaVersion" : 1,
"sql" : [
"CREATE TABLE \"AccService\" (
\"id\" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
\"accServiceName\" TEXT NULL,
\"accServiceCode\" TEXT NULL,
\"price\" INTEGER NOT NULL,
\"active\" INTEGER NOT NULL,
\"salePossible\" INTEGER NOT NULL,
\"serviceType\" INTEGER NOT NULL,
\"vatType\" INTEGER NOT NULL);"
],
"dependencies" : [],
"translations" : {
"CZ" : {
"accServiceName" : "Název",
"accServiceCode" : "Kód",
"price" : "Cena",
"active" : "Aktivní",
"salePossible" : "Umožnit slevu",
"serviceType" : "Druh",
"vatType" : "DPH"
}
}
}