1.0.5 • Published 5 years ago

btprilib v1.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

btprilib

A library helps my employees to calculate order price faster.

Getting Started

  • extractCustomerDescription method:

Usage:

const input = 'Lấy em 10 bánh trán me, 30 bánh trán trộn tắt, 30 bánh tráng sate tắt , 5 bánh tráng bơ'
const result = extractCustomerDescription(input)

Output:

Me: 10 * 6k = 60k
Trộn tắc: 30 * 6k = 180k
Sa tế tắc: 30 * 6k = 180k
Bơ: 5 * 10k = 50k
____________________
Tổng tiền hàng: 470k
  • extractSupplierDescription method:

Usage:

const input = ''
                + 'Me 278 \n'
                + 'Trộn tắc 41\n'
                + 'Sa tế tắc 129\n'
                + 'Sa tế tỏi 20\n'
                + 'Bơ 121\n'
                + 'Dẻo cay 3 \n'
                + 'Dẻo tôm 7 \n'
                + 'Phơi sương 8\n'
                + 'Chà bông 10\n'
                + 'Ống tôm 2\n'
const result = extractSupplierDescription(input)

Output:

278 me 1251k
41 trộn tắc 184.5k
129 bánh tráng tắc 580.5k
20 sa tế tỏi 90k
121 bơ 968k
3 xấp dẻo cay 54k
7 xấp dẻo tôm 154k
8 xấp phơi sương 240k
10 chà bông 45k
2 ống tôm 8k
Tổng: 3,575k gửi đủ và gửi sớm nha chú

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • tuyenhx

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago