refactor code and icons
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
10d48f9bb4
commit
f88f60ef27
|
@ -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"},
|
||||
|
|
|
@ -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};
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"},
|
||||
|
|
Loading…
Reference in New Issue