浏览代码

rebranded

master
Anoop 2 年前
父节点
当前提交
0825468f62
共有 4 个文件被更改,包括 45 次插入7 次删除
  1. +6
    -0
      .idea/vcs.xml
  2. +37
    -5
      .idea/workspace.xml
  3. +1
    -1
      influxerp/manufacturing/doctype/bom/bom_list.js
  4. +1
    -1
      influxerp/stock/doctype/item/item_list.js

+ 6
- 0
.idea/vcs.xml 查看文件

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

+ 37
- 5
.idea/workspace.xml 查看文件

@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="BranchesTreeState">
<expand>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
</path>
</expand>
<select />
</component>
<component name="ChangeListManager">
<list default="true" id="f28a142a-f077-4f95-896b-ca5f84785fec" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
@@ -43,6 +52,7 @@
<updated>1667332599170</updated>
<workItem from="1667332600215" duration="1309000" />
<workItem from="1667363922213" duration="2473000" />
<workItem from="1667448644389" duration="1804000" />
</task>
<task id="LOCAL-00001" summary="Rebranded">
<created>1667364353994</created>
@@ -51,12 +61,30 @@
<option name="project" value="LOCAL" />
<updated>1667364353994</updated>
</task>
<option name="localTasksCounter" value="2" />
<task id="LOCAL-00002" summary="Rebranded">
<created>1667448955690</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1667448955690</updated>
</task>
<option name="localTasksCounter" value="3" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="2" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
<option name="CHECK_NEW_TODO" value="false" />
@@ -75,14 +103,18 @@
<screen x="0" y="0" width="1920" height="1048" />
</state>
<state x="461" y="169" key="SettingsEditor/0.0.1920.1048@0.0.1920.1048" timestamp="1667364130717" />
<state x="552" y="257" key="Vcs.Push.Dialog.v2" timestamp="1667364389109">
<state x="552" y="257" key="Vcs.Push.Dialog.v2" timestamp="1667449008732">
<screen x="0" y="0" width="1920" height="1048" />
</state>
<state x="552" y="257" key="Vcs.Push.Dialog.v2/0.0.1920.1048@0.0.1920.1048" timestamp="1667364389109" />
<state x="252" y="36" width="1508" height="852" key="find.popup" timestamp="1667364606919">
<state x="552" y="257" key="Vcs.Push.Dialog.v2/0.0.1920.1048@0.0.1920.1048" timestamp="1667449008732" />
<state x="262" y="119" width="1508" height="852" key="find.popup" timestamp="1667448940354">
<screen x="0" y="0" width="1920" height="1048" />
</state>
<state x="189" y="31" width="1131" height="731" key="find.popup/0.0.1440.900@0.0.1440.900" timestamp="1667363702612" />
<state x="252" y="36" width="1508" height="852" key="find.popup/0.0.1920.1048@0.0.1920.1048" timestamp="1667364606919" />
<state x="262" y="119" width="1508" height="852" key="find.popup/0.0.1920.1048@0.0.1920.1048" timestamp="1667448940354" />
<state x="720" y="425" key="git4idea.remote.GitConfigureRemotesDialog" timestamp="1667448981987">
<screen x="0" y="0" width="1920" height="1048" />
</state>
<state x="720" y="425" key="git4idea.remote.GitConfigureRemotesDialog/0.0.1920.1048@0.0.1920.1048" timestamp="1667448981987" />
</component>
</project>

+ 1
- 1
influxerp/manufacturing/doctype/bom/bom_list.js 查看文件

@@ -13,4 +13,4 @@ influxframework.listview_settings['BOM'] = {
}
};

influxframework.help.influxerp_id["BOM"] = "hDV0c1OeWLo";
influxframework.help.youtube_id["BOM"] = "hDV0c1OeWLo";

+ 1
- 1
influxerp/stock/doctype/item/item_list.js 查看文件

@@ -37,4 +37,4 @@ influxframework.listview_settings['Item'] = {
]
};

influxframework.help.influxerp_id["Item"] = "qXaEwld4_Ps";
influxframework.help.youtube_id["Item"] = "qXaEwld4_Ps";

正在加载...
取消
保存