-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51e0c11
commit d72cb03
Showing
8 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
distro/configs/erpnext/initializer_config/item_group/insert_item_group.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ID,Item Group Name,Parent Item Group,Is Group,Company,Default Warehouse,Default Price List | ||
a4b55ef3-e1bc-460f-9b3f-392238f54959,Drugs,All Item Groups,0,Ozone Demo,Ozone Warehouse,Standard Selling | ||
Item Group Name,Parent Item Group,Is Group,Company,Default Warehouse,Default Price List | ||
Drugs,All Item Groups,0,Ozone Demo,Ozone Warehouse,Standard Selling |
10 changes: 5 additions & 5 deletions
10
distro/configs/erpnext/initializer_config/item_price/insert_item_price.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ID,Item Code,Price List,Rate,Currency,UOM | ||
"7bb7a0da-bf63-49d9-9b1e-c1cb7672cbaf",Aspirin 81mg,Standard Selling,1.08,USD,Tablet | ||
"513bc666-c87a-47b9-b8d2-bd20f58e033d",Bactrim 160mg + 800mg,Standard Selling,0.50,USD,Tablet | ||
"7787a0da-bf63-49d9-9b1e-c1cb7672cbef",Atenolol 100mg,Standard Selling,1.25,USD,Tablet | ||
"9f46ef24-79fb-4782-a71b-5acc0a2f3320",Atenolol 25mg,Standard Selling,1.25,USD,Tablet | ||
Item Code,Price List,Rate,Currency,UOM | ||
09e58895-e7f0-4649-b7c0-e665c5c08e93,Standard Selling,1.08,USD,Tablet | ||
4bc64ce7-18a8-460a-9314-0f89e4ca2d0b,Standard Selling,0.50,USD,Tablet | ||
20e0d495-b906-405e-9cc7-1a18e14a5612,Standard Selling,1.25,USD,Tablet | ||
8b8aceae-7a1e-49d1-823a-ae657ea4184f,Standard Selling,1.25,USD,Tablet |
8 changes: 4 additions & 4 deletions
8
distro/configs/erpnext/initializer_config/items/insert_item.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ID,Default Unit of Measure,Item Code,Item Group,Item Name | ||
"09e58895-e7f0-4649-b7c0-e665c5c08e93",Tablet,Aspirin 81mg,Drugs,Aspirin 81mg | ||
"4bc64ce7-18a8-460a-9314-0f89e4ca2d0b",Tablet,Bactrim 160mg + 800mg,Drugs,Bactrim 160mg + 800mg | ||
"20e0d495-b906-405e-9cc7-1a18e14a5612",Tablet,Atenolol 100mg,Drugs,Atenolol 100mg | ||
"8b8aceae-7a1e-49d1-823a-ae657ea4184f",Tablet,Atenolol 25mg,Drugs,Atenolol 25mg | ||
09e58895-e7f0-4649-b7c0-e665c5c08e93,Tablet,Aspirin 81mg,Drugs,Aspirin 81mg | ||
4bc64ce7-18a8-460a-9314-0f89e4ca2d0b,Tablet,Bactrim 160mg + 800mg,Drugs,Bactrim 160mg + 800mg | ||
20e0d495-b906-405e-9cc7-1a18e14a5612,Tablet,Atenolol 100mg,Drugs,Atenolol 100mg | ||
8b8aceae-7a1e-49d1-823a-ae657ea4184f,Tablet,Atenolol 25mg,Drugs,Atenolol 25mg |
4 changes: 2 additions & 2 deletions
4
distro/configs/erpnext/initializer_config/price_list/insert_price_list.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ID,Price List Name,Currency,Enabled,Buying,Selling,Price Not UOM Dependent | ||
"8264d8a8-2ca7-4edb-824b-d4af75a58f6c",Standard Discount,USD,1,0,1,0 | ||
Price List Name,Currency,Enabled,Buying,Selling,Price Not UOM Dependent | ||
Standard Discount,USD,1,0,1,0 |
Binary file modified
BIN
-1.46 KB
(100%)
distro/configs/erpnext/initializer_config/sql/erpnext-v15.12.2-init-db.sql.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions
4
distro/configs/erpnext/initializer_config/units_of_measure/insert_UOM.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ID,UOM Name,Enabled,Must be Whole Number | ||
1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,Tablet,1,1 | ||
UOM Name,Enabled,Must be Whole Number | ||
Tablet,1,1 |
Empty file.
4 changes: 2 additions & 2 deletions
4
distro/configs/erpnext/initializer_config/warehouse/insert_warehouse.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ID,Company,Warehouse Name | ||
Ozone Warehouse,Ozone Demo,Ozone Warehouse | ||
Company,Warehouse Name | ||
Ozone Demo,Ozone Warehouse |