refactor code and icons
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-03-07 12:43:05 +01:00
parent 10d48f9bb4
commit f88f60ef27
4 changed files with 11 additions and 11 deletions

View File

@ -7,7 +7,7 @@
"menus": { "menus": {
"main": [ "main": [
{"state": "entry.index", "icon": "icon-entry"}, {"state": "entry.index", "icon": "icon-entry"},
{"state": "entry.latestBuys", "icon": "icon-lastBuy"} {"state": "entry.latestBuys", "icon": "contact_support"}
], ],
"card": [ "card": [
{"state": "entry.card.basicData", "icon": "settings"}, {"state": "entry.card.basicData", "icon": "settings"},

View File

@ -15,7 +15,7 @@ describe('AgencyTerm createInvoiceIn()', () => {
} }
]; ];
it('should make a global invoicing', async() => { it('should make a invoice in', async() => {
const tx = await models.AgencyTerm.beginTransaction({}); const tx = await models.AgencyTerm.beginTransaction({});
const options = {transaction: tx}; const options = {transaction: tx};

View File

@ -8,30 +8,30 @@
}, },
"properties": { "properties": {
"agencyFk": { "agencyFk": {
"type": "Number", "type": "number",
"id": true, "id": true,
"description": "Identifier" "description": "Identifier"
}, },
"minimumPackages": { "minimumPackages": {
"type": "Number" "type": "number"
}, },
"kmPrice": { "kmPrice": {
"type": "Number" "type": "number"
}, },
"packagePrice": { "packagePrice": {
"type": "Number" "type": "number"
}, },
"routePrice": { "routePrice": {
"type": "Number" "type": "number"
}, },
"minimumKm": { "minimumKm": {
"type": "Number" "type": "number"
}, },
"minimumM3": { "minimumM3": {
"type": "Number" "type": "number"
}, },
"m3Price": { "m3Price": {
"type": "Number" "type": "number"
} }
} }
} }

View File

@ -7,7 +7,7 @@
"menus": { "menus": {
"main": [ "main": [
{"state": "route.index", "icon": "icon-delivery"}, {"state": "route.index", "icon": "icon-delivery"},
{"state": "route.agencyTerm.index", "icon": "icon-delivery"} {"state": "route.agencyTerm.index", "icon": "contact_support"}
], ],
"card": [ "card": [
{"state": "route.card.basicData", "icon": "settings"}, {"state": "route.card.basicData", "icon": "settings"},