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": {
"main": [
{"state": "entry.index", "icon": "icon-entry"},
{"state": "entry.latestBuys", "icon": "icon-lastBuy"}
{"state": "entry.latestBuys", "icon": "contact_support"}
],
"card": [
{"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 options = {transaction: tx};

View File

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

View File

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